/*!
 * Bootstrap v2.2.1 (for AchieveSelf-Service)
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:500|Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

a.skip:active,
a.skip:focus,
a.skip:hover {
	color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
	outline: none !important;
	text-decoration: none;
}

.debugfield {
  display: none;
}

div#footer {
  background: none;
}

div#toolbar {
  margin: 0 auto;
  width: 100%;
}

#navigation ul.nav li:first-child {
  border-top: 1px solid #dedede;
}

#navigation ul.nav li {
  border-bottom: 1px solid #dedede;
}

#navigation ul.nav li a {
  text-align: center;
}

label.has-error {
  display: inline;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
body {
  margin: 0;
}

body._AF article, body._AF footer, body._AF form, body._AF header, body._AF input, body._AF label, body._AF nav, body._AF section, body._AF select, body._AF textarea, div._AF article, div._AF footer, div._AF form, div._AF header, div._AF input, div._AF label, div._AF nav, div._AF section, div._AF select, div._AF textarea, html._AF article, html._AF footer, html._AF form, html._AF header, html._AF input, html._AF label, html._AF nav, html._AF section, html._AF select, html._AF textarea {
	font-family: "Open Sans", sans-serif !important;
}

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:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

u {
	text-decoration: none;
	color: #0043af;
}

u:hover {
	text-decoration: underline;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-size: 1em;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  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: #999;
}

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: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

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-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 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: #999;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before, blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  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;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.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;
  float: none;
  display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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:focus {
  border-color: #66afe9;
  outline: 0;
  -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);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.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"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label, .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

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-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.action_btn {
	margin: 0 8px !important;
}

.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 {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #00823b;
}

.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: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: #428bca;
  background-color: #fff;
}

.btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.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: #00692f;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #00692f;
  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: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #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: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.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 !important;
  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: #999;
  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%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

button#navDropdownToggle:focus {
	background-color: #fab500 !important;
	outline: 2px solid yellow !important;
}

button.navbar-toggle.sections-toggle:focus {
	background-color: #fab500 !important;
	outline: 2px solid yellow !important;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.menu-collapse) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.menu-collapse) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 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: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-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.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: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #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;
  }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding:0;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@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 > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -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-right-radius: 0;
  border-bottom-left-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: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .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: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.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 {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #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;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager 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: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}

.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;
}

.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080;
}

.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: #00692f;
}

.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;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  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: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 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;
}

.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;
  transition: all .2s ease-in-out;
}

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 {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.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;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #00692f;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media, .media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #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: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 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-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.strength_meter {
  background: #ececec;
  margin: 3px 0 0 0;
  border-radius: 4px;
  position: relative;
  height: 8px;
}

.strength_meter div {
  height: 8px;
  text-align: center;
  color: black;
  font-weight: bold;
  line-height: 8px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 4px;
}

.strength-text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  font-weight: normal;
}

.veryweak {
  background-color: #FFA0A0;
  border-color: #F04040 !important;
  width: 25% !important;
}

.weak {
  background-color: #FFB78C;
  border-color: #FF853C !important;
  width: 50% !important;
}

.medium {
  background-color: #FFEC8B;
  border-color: #FC0 !important;
  width: 75% !important;
}

.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C !important;
  width: 100% !important;
}


.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.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 {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 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 (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: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (max-width: 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;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

#IE8Message {
  display: none;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.justify {
  text-align: justify;
}

.bws.alert {
  position: fixed;
  margin-left: 10%;
  width: 80%;
  z-index: 9999;
}

.center {
  text-align: center;
}

section {
  margin-bottom: 20px;
}

#SelfToolbar .login-link, #toolbar .login-link {
  margin: 0;
  text-decoration: underline;
  padding: 10px;
  /*Comment out display: none; on live*/
  /*display: none;*/
}

#SelfToolbar #sessionBadge, #toolbar #sessionBadge {
  margin-top: 8px;
}

#SelfToolbar #lastLogin, #toolbar #lastLogin {
  margin-top: 15px;
}

#SelfToolbar #sessionBadge .btn.btn-inverse, #SelfToolbar #lastLogin, #toolbar #sessionBadge .btn.btn-inverse, #toolbar #lastLogin {
  background-color: #333;
  color: #fff;
  border-color: #404040;
}

.header input[type=text], #loginModal input[type=text], #loginModal input[type=password] {
  margin-bottom: 0;
}

.content.container {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .content.container {
    padding-left: 0;
    padding-right: 0;
  }
  .content.container .container.widgets {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn.active .caret {
  bottom: -11px;
  position: absolute;
  color: #357ebd;
  left: 41%;
  display: block !important;
  border-top-color: #357ebd;
  border-bottom-color: #357ebd;
  border-top-width: 10px;
  border-right-width: 10px;
  border-left-width: 10px;
}

@media (max-width: 767px), (max-width: 979px) and (min-width: 768px) {
  div.lady {
    background: none;
    min-height: 0;
    width: auto !important;
  }
  div.lady .well-large {
    width: auto !important;
  }
}

.features {
  border: 1px solid #2f96b4;
}

.features .col-md-3 {
  margin-left: 10px;
}

.features div.row {
  margin-left: 0;
}

#loginModal .login-providers i {
  vertical-align: middle;
  margin-right: 0.5em;
}

#loginModal #forgottenpass {
  margin-left: 5px;
  font-size: 12px;
}

#loginModal .alert-danger #forgottenpass {
  font-size: 14px;
}

.user-avatar {
  max-width: 15px;
  max-height: 15px;
  margin: -2px 2px 2px -2px;
}

.brand-image {
  margin: 0 0 10px;
  max-height: 110px;
}

#service_list_container legend {
  display: none;
}

#service_list_container [data-service-enable] {
  margin-top: -5px;
  margin-right: -12px;
}

.services_signup_link {
  margin-top: 0.5em;
}

#profileWizard select {
  width: 6em;
  margin-right: .5em;
}

#services > .container {
  padding-left: 0;
  padding-right: 0;
}

#services h3 {
  margin-top: 0;
  line-height: 30px;
}

.list-unstyled {
	  margin-bottom: 1.5rem;
}

#footer, #SelfFooter {
  margin-top: 0;
  border-top: 1px solid #999;
  padding-top: 0.66em;
}

#footer .col-md-12, #SelfFooter .col-md-12 {
  margin-left: 0;
}

.dAlert {
  display: none !important;
}

.page-services .col-md-1 h3 {
  margin: 0 2em 0 0;
  line-height: 30px;
}

.self-page-loading #toolbar, .self-page-loading #SelfToolbar, .self-page-loading #header, .self-page-loading #SelfHeader, .self-page-loading #navigation, .self-page-loading #SelfNavigation, .self-page-loading #self-content, .self-page-loading #SelfContent, .self-page-loading #footer, .self-page-loading #SelfFooter, .self-page-loading.page-legacyform > .content.container {
  display: none;
}

.well.well-sm.clearWell {
  background-color: #FFF;
}

.text-center-imp {
  text-align: center !important;
}

.ratingstar {
  color: #ffd700;
}

@media (max-width: 724px) {
  body .content.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.datepicker.dropdown-menu {
  z-index: 9999 !important;
}

#navigation div.visible-xs ul {
  z-index: 1051;
}

#navigation div.visible-xs ul li {
  float: none;
  padding: 0;
}

h3.serviceColumnLetter {
  margin-top: 0px;
}

img.img-responsive.loginProviderImage {
  padding: 5px;
  margin: auto;
  height: 60px;
}

div.row.login-providers {
  text-align: center;
}

div.row.login-providers a {
  float: none;
}

select.actionType {
  width: 176px;
  float: right;
  margin-bottom: 5px;
}

.word_wrap {
  word-wrap: break-word;
}

.taskList .form-name, .taskList .process-name {
  max-width: 100px;
}

#faq-search-tab div[id^="search-results"] div[data-toggle="collapse"] h4 {
  cursor: pointer;
}

.custom_pagination {
  margin-left: 30px;
}

.ui-pnotify button {
  margin-top: 5px;
  font-size: 0.75em;
}

.ui-pnotify button.btn-success, .ui-pnotify button.btn-danger {
  color: white;
}

.ui-pnotify .ui-pnotify-text {
  line-height: 1.37em;
}

.ui-pnotify .ui-pnotify-prompt-input {
  width: 100%;
  display: block;
  font-size: 14px;
  box-shadow: none;
  padding: 6px 8px;
  border-radius: 4px;
  font-weight: normal;
  vertical-align: middle;
  background-image: none;
  resize: none;
  margin-top: 1em;
}

.ui-pnotify .ui-pnotify-icon ~ .ui-pnotify-text {
  margin-left: 1.7em;
}

@media (max-width: 767px) {
  .formouter {
    padding: 0 18px;
  }
}

.self-app-iframe {
  z-index: 100;
  width: 100%;
}

#enquiry {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

html, body {
  height: 100%;
  min-height: 100%;
}

div.spinner-outer, div.datatable-spinner-outer {
  min-height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  padding-top: 20px;
  border-width: 0px !important;
}

div.spinner-outer.small, div.datatable-spinner-outer.small {
  min-height: 10px;
  line-height: 10px;
  padding-top: 10px;
}

span.datatable-spinner-outer, span.spinner-outer {
  display: inline-block;
}

.spinner, .datatable-spinner {
  margin: 1em auto;
}

.spinner.small, .datatable-spinner.small {
  margin: 0em auto;
}

#self-content #recentPetitions, #self-content #createPetition {
  margin-bottom: 1em;
}

#self-content #recentPetitions, #self-content #mostPopularPetitions {
  display: block;
}

#self-content #recentPetitions .module, #self-content #mostPopularPetitions .module {
  display: inherit;
}

#self-content .signatures, #self-content .data {
  text-align: center;
}

#self-content .data {
  display: inline-block;
  line-height: normal;
  text-align: left;
}

#self-content .no_signatures {
  display: block;
  text-align: center;
  font-size: 4em;
  line-height: normal;
}

#self-content .small-text {
  margin-right: 0.2em;
  display: block;
  margin-bottom: 0.1em;
  font-size: 95%;
}

#self-content .petition_link {
  font-size: 1.4em;
  text-align: center;
}

#self-content .module_header {
  color: #000;
  margin-bottom: 1em;
}

#self-content .content > div {
  position: relative;
  margin-bottom: 0.5em;
  border: white 1px solid;
  border-radius: 4px;
  padding: 1em;
}

#self-content .word_signatures {
  position: relative;
  top: -0.7em;
}

#self-content .module {
  padding-left: 0.5em;
}

#self-content .moderation-content {
  margin-top: 0.5em;
  color: #555;
}

#self-content .inline-link {
  vertical-align: bottom;
}

#self-content .social-media-sharing {
  margin-top: 2em;
}

#self-content .petition-metadata {
  margin-top: 2em;
}

#self-content .petition-metadata .col-xs-4.text-right {
  font-weight: bold;
}

#self-content .petitions .pagination a {
  cursor: pointer;
}

#task_list_container {
  min-height: 20em;
  position: relative;
}

#task_list_container .view-submission {
  outline: none;
}

#task_list_container .submissionInfo {
  float: left;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}

#task_list_container .submission-form-name .back:hover {
  color: #51a351;
  cursor: pointer;
}

#task_list_container .submission-form {
  margin-top: 1em;
}

#task_list_container .submission-form .submission-header {
  margin-bottom: 0.5em;
}

#task_list_container .submission-form .submission-header div {
  display: inline-block;
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  border: 1px #2f96b4 solid;
  border-radius: 4px;
  cursor: pointer;
  color: #2f96b4;
  min-height: 1.9em;
}

#task_list_container .submission-form .submission-header div .submission-section-name {
  vertical-align: middle;
}

#task_list_container .submission-form .submission-section {
  padding-bottom: 3em;
}

#task_list_container .submission-form .submission-section:before, #task_list_container .submission-form .submission-section:after {
  content: " ";
  display: table;
}

#task_list_container .submission-form .submission-section:after {
  clear: both;
}

#task_list_container .submission-form .submission-section:before, #task_list_container .submission-form .submission-section:after {
  content: " ";
  display: table;
}

#task_list_container .submission-form .submission-section:after {
  clear: both;
}

#task_list_container .submission-form .submission-body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#task_list_container .submission-form .field-name {
  width: 45%;
  float: left;
  margin-right: 3%;
}

#task_list_container .submission-form .field-value {
  margin-bottom: 1em;
  width: 50%;
  float: left;
}

#task_list_container .submission-form .field-value-subform {
  padding: 0;
}

#task_list_container .submission-header div:hover, #task_list_container .submission-header div.active {
  background-color: #2f96b4;
  color: #fff;
}

#task_list_container .submission-body .submission-section .field-name, #task_list_container .submission-body .submission-section .field-value {
  word-wrap: break-word;
  text-align: left;
}

#task_list_container .submission-body .submission-section .field-name-subform {
  font-weight: bold;
  margin-top: 1em;
  text-transform: uppercase;
}

@media screen and (max-width: 535px) {
  table.dataTable thead th {
    padding: 3px 5px 3px 5px !important;
  }
  .task-list [type="bg-res"] {
    display: none;
  }
  .task-list .btn-name {
    display: none;
  }
  .dataTables_length label {
    width: 100% !important;
  }
  div.dataTables_filter {
    width: 100%;
  }
  div.dataTables_filter label {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .dataTables_length label {
    width: 100% !important;
  }
  div.dataTables_filter {
    width: 100%;
  }
  div.dataTables_filter label {
    width: 100% !important;
  }
}

.widgets.container {
  padding: 0;
}

.setting-buttons {
  text-align: right;
}

.setting-buttons button {
  margin: 5px;
}

.settings-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  color: black;
}

.btn-save-admin-settings {
  display: none;
}

table.dataTable {
  margin: 0 auto;
  clear: both;
  width: 100%;
}

table.dataTable thead th {
  padding: 3px 18px 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer;
  *cursor: hand;
}

table.dataTable tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}

table.dataTable td {
  padding: 3px 10px;
}

table.dataTable td.center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable tr.odd {
  background-color: #E2E4FF;
}

table.dataTable tr.even {
  background-color: white;
}

table.dataTable tr.odd td.sorting_1 {
  background-color: #D3D6FF;
}

table.dataTable tr.odd td.sorting_2 {
  background-color: #DADCFF;
}

table.dataTable tr.odd td.sorting_3 {
  background-color: #E0E2FF;
}

table.dataTable tr.even td.sorting_1 {
  background-color: #EAEBFF;
}

table.dataTable tr.even td.sorting_2 {
  background-color: #F2F3FF;
}

table.dataTable tr.even td.sorting_3 {
  background-color: #F9F9FF;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
}

.dataTables_length {
  float: left;
}

.dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_info {
  clear: both;
  float: left;
}

.dataTables_paginate {
  float: right;
  text-align: right;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
}

.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
  text-decoration: none !important;
}

.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active {
  outline: none;
}

.paginate_disabled_previous, .paginate_disabled_next {
  color: #666 !important;
}

.paginate_disabled_previous, .paginate_enabled_previous {
  padding-left: 23px;
}

.paginate_disabled_next, .paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}

.paginate_enabled_previous {
  background: url("../../styles/images/back_enabled.png") no-repeat top left;
}

.paginate_enabled_previous:hover {
  background: url("../../styles/images/back_enabled_hover.png") no-repeat top left;
}

.paginate_disabled_previous {
  background: url("../../styles/images/back_disabled.png") no-repeat top left;
}

.paginate_enabled_next {
  background: url("../../styles/images/forward_enabled.png") no-repeat top right;
}

.paginate_enabled_next:hover {
  background: url("../../styles/images/forward_enabled_hover.png") no-repeat top right;
}

.paginate_disabled_next {
  background: url("../../styles/images/forward_disabled.png") no-repeat top right;
}

.paging_full_numbers {
  height: 22px;
  line-height: 22px;
}

.paging_full_numbers a:active {
  outline: none;
}

.paging_full_numbers a:hover {
  text-decoration: none;
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}

.paging_full_numbers a.paginate_button {
  background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
  background-color: #99B3FF;
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
}

.sorting {
  background: url("../../styles/images/sort_both.png") no-repeat center right;
}

.sorting_asc {
  background: url("../../styles/images/sort_asc.png") no-repeat center right;
}

.sorting_desc {
  background: url("../../styles/images/sort_desc.png") no-repeat center right;
}

.sorting_asc_disabled {
  background: url("../../styles/images/sort_asc_disabled.png") no-repeat center right;
}

.sorting_desc_disabled {
  background: url("../../styles/images/sort_desc_disabled.png") no-repeat center right;
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

div.dataTables_length label {
  width: 460px;
  float: left;
  text-align: left;
}

div.dataTables_length select {
  width: 75px;
}

div.dataTables_filter label {
  float: right;
  width: 460px;
}

div.dataTables_info {
  padding-top: 8px;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

table {
  margin-bottom: 6px !important;
  clear: both;
}

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}

table.table thead .sorting {
  background: url("../../styles/images/sort_both.png") no-repeat center right;
}

table.table thead .sorting_asc {
  background: url("../../styles/images/sort_asc.png") no-repeat center right;
}

table.table thead .sorting_desc {
  background: url("../../styles/images/sort_desc.png") no-repeat center right;
}

table.table thead .sorting_asc_disabled {
  background: url("../../styles/images/sort_asc_disabled.png") no-repeat center right;
}

table.table thead .sorting_desc_disabled {
  background: url("../../styles/images/sort_desc_disabled.png") no-repeat center right;
}

#faqadminTable_filter > label {
  font-size: 0px;
}

table.dataTable tr.odd {
  background-color: #FFFFFF;
}

/*! jQuery UI - v1.9.2 - 2013-01-10
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

* html .ui-autocomplete {
  width: 1px;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.fa-chevron-up, .fa-chevron-down {
	color: #000;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-cover {
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

* html .ui-tooltip {
  background-image: none;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #1d5987;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_469bdd_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_469bdd_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_d8e7f3_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_6da8d5_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_217bc0_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_f9bd01_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ui-widget-overlay {
  background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #2f96b4;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #2f96b4,0 0 5px #2f96b4;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  -ms-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px);
}

#nprogress .spinner, .self-spinner-outer {
  display: block;
  position: fixed;
  z-index: 1001;
  top: -2px;
  right: 10px;
}

#nprogress .spinner-icon, .self-spinner {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #2f96b4;
  border-left-color: #2f96b4;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.ie8-oldie .self-spinner {
  background: url(/css/images/loading-ie8_36x36.gif);
  border: 0px;
}

.ie8-oldie .self-spinner.small {
  background: url(/css/images/loading-ie8_18x18.gif);
}

.ie9-oldie .self-spinner {
  behavior: url("/css/htc/PIE.htc");
}

.ie8-oldie #nprogress .spinner-icon, .ie9-oldie #nprogress .spinner-icon {
  display: none;
}

.self-spinner-outer {
  position: relative;
  top: 0;
  left: 0;
}

.self-spinner-outer .self-spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}

.self-spinner-outer .self-spinner.small {
  height: 18px;
  width: 18px;
}

.self-spinner-outer .self-loading-text {
  text-align: center;
  margin: 1em;
  color: #3071a9;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-legacyform .sectionnametable .progressol .progress1, .page-legacyform .sectionnametable .progressol .progress1nonclickable, .page-legacyform .sectionnametable .progressol .progressvalid {
  background-image: -webkit-linear-gradient(top, #999 0, #000 100%);
  background-image: linear-gradient(to bottom, #999 0, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff000000', GradientType=0);
  -webkit-box-shadow: 1px solid #eee;
  box-shadow: 1px solid #eee;
  border-radius: 0px;
  color: #fff;
  font-size: 1em;
  padding: 0.2em .5em;
  font-weight: normal;
  width: auto;
  text-transform: none;
  margin: 0 0 0.4em 0;
}

.page-legacyform .sectionnametable .progressol .progress0, .page-legacyform .sectionnametable .progressol .progress0nonclickable {
  border-radius: 0px;
  margin: 0 0 0.4em 0;
  font-size: 1em;
  padding: 5px 0;
  background-color: #fff !important;
  color: #555 !important;
  padding: 0.2em .5em;
  font-weight: normal;
  text-transform: none;
  border: 1px solid #eee !important;
}

.page-legacyform .content.container .renderdisplaytable .sectionfloat {
  float: left;
  width: 22%;
}

.page-legacyform .content.container .renderdisplaytable .renderbuttonstablesidenav {
  padding: 0;
  margin: 0;
}

.page-legacyform .progressbartoptable li {
  position: relative;
  margin-right: 5px;
}

.page-legacyform .inactivenav .progress1 + .afternavbutton:after, .page-legacyform .inactivenav .progress1.activesection + .activenavbutton:after {
  border-color: transparent #999;
  border-style: solid;
  border-width: 14px 0 14px 10px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -7px;
}

.page-legacyform .inactivenav .progress0 + .afternavbutton:after, .page-legacyform .inactivenav .progress0nonclickable + .afternavbutton:after {
  border-color: transparent #eee;
  border-style: solid;
  border-width: 14px 0 14px 10px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -7px;
}

.page-legacyform .activenav .progress1.activesection + .afternavbutton:after {
  border-color: transparent #03c;
  border-style: solid;
  border-width: 14px 0 14px 10px;
  content: "";
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 0;
}

.page-legacyform .activenav .progress0.activesection + .afternavbutton:after, .page-legacyform .inactivenav .progress0.activesection + .afternavbutton:after, .page-legacyform .activenav .progress1.activesection + .afternavbutton:after, .page-legacyform .inactivenav .progress1.activesection + .afternavbutton:after, .page-legacyform .activenav .progress0nonclickable.activesection + .afternavbutton:after, .page-legacyform .inactivenav .progress0nonclickable.activesection + .afternavbutton:after, .page-legacyform .activenav .progress0 + afternavbutton:after, .page-legacyform .inactivenav .progress0 + afternavbutton:after, .page-legacyform .activenav .progress1 + afternavbutton:after, .page-legacyform .inactivenav .progress1 + afternavbutton:after, .page-legacyform .activenav .progress0nonclickable + afternavbutton:after, .page-legacyform .inactivenav .progress0nonclickable + afternavbutton:after {
  margin-top: -3px;
}

.page-legacyform .progressbartoptable ol > li:last-child span.afternavbutton:after {
  border: none !important;
}

.page-legacyform #container-padding .progressbartoptable span.afternavbutton {
  display: none;
}

.page-legacyform .formouter .progressbartoptable .inactivenav .progress1 {
  background-image: -webkit-linear-gradient(top, #999 0, #999 100%);
  background-image: linear-gradient(to bottom, #999 0, #999 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff999999', GradientType=0);
  border: 1px solid #999;
}

.page-legacyform .progressbartoptable .activenav .progress1nonclickable, .page-legacyform .progressbartoptable .inactivenav .progress1nonclickable, .page-legacyform .progressbartoptable .activenav .progress1, .page-legacyform .progressbartoptable .inactivenav .progress1, .page-legacyform .progressbartoptable .activenav .progressvalid, .page-legacyform .progressbartoptable .inactivenav .progressvalid {
  background: none #03c !important;
  background-image: -webkit-linear-gradient(top, #03c 0, #03c 100%);
  background-image: linear-gradient(to bottom, #03c 0, #03c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0033cc', endColorstr='#ff0033cc', GradientType=0);
  color: #fff !important;
  font-size: 1.2em;
  margin: 5px 10px 0 0;
  width: auto;
  padding: 0.2em .5em;
  font-weight: normal;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px #999;
  box-shadow: 0 1px 1px #999;
  text-shadow: none !important;
}

.page-legacyform .progressbartoptable .inactivenav .progress0nonclickable, .page-legacyform .progressbartoptable .inactivenav .progress0 {
  margin: 5px 10px 0 0;
  font-size: 1.2em;
  background-color: #fff !important;
  border-radius: 0px;
  color: #404040 !important;
  border: 1px solid #eee !important;
  padding: 0.2em .5em;
  font-weight: normal;
  -webkit-box-shadow: 0 1px 1px #999;
  box-shadow: 0 1px 1px #999;
}

.page-legacyform .progressbartoptable {
  clear: both;
  margin: 0 0 0.5em 0;
}

.page-legacyform .progressbartoptable ol {
  padding: 0;
}

.page-legacyform .content.container div.renderbuttonstable {
  margin: 0;
}

.page-legacyform .content.container .progressbartoptable ol {
  margin: 0;
}

.page-legacyform .content.container .formouter, .page-legacyform .reviewform, .page-legacyform #container-padding .formouter, .page-legacyform .reviewform {
  margin: 60px auto;
  display: block;
}

.page-legacyform .renderbuttonstable, .page-legacyform .renderbuttonstablesidenav {
  border: none;
}

.page-legacyform .subform .subformel td input.aftextinput {
  width: 97%;
}

.page-legacyform .content.container .aftextinput, .page-legacyform .content.container .aftextarea, .page-legacyform .content.container .afselectbox, .page-legacyform .content.container .renderbuttonstable select, .page-legacyform .dataelr .aftextinput, .page-legacyform .aftextarea, .page-legacyform .afselectbox, .page-legacyform .renderbuttonstable select, .page-legacyform .renderbuttonstablesidenav select, .page-legacyform .bws.control input.SelectOne {
  border: 2px solid #eee !important;
  float: none;
  font-size: 14px;
  padding: 4px 3px;
  background-color: #fff;
  border-radius: 0;
}

.page-legacyform .renderbuttonstable label, .page-legacyform .fieldlabel, .page-legacyform .fieldlabel, .page-legacyform .nondatael {
  font-weight: normal !important;
}

.page-legacyform .nondatael {
  padding: 0;
}

.page-legacyform .af-form-textarea .aftextarea {
  min-width: 60%;
  max-width: 100%;
  min-height: 80px;
}

.page-legacyform .warning {
  color: #8E0200;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 3% 0;
  text-align: center;
  width: 98%;
}

.page-legacyform .mandatory {
  color: #8E0200;
  font-weight: bold;
  text-align: center;
  padding: 6px 10px;
}

.page-legacyform .cal.caldate {
  padding: 0.5em;
}

.page-legacyform .cal.caldate.calerror {
  background-color: #FFEAEA;
}

.page-legacyform .cal.caldate.calerror a {
  color: #bd362f;
}

.page-legacyform .cal.calwday {
  background-color: #8FB9FC;
  color: #000;
  text-align: center;
  border: 1px solid #000;
}

.page-legacyform .cal.caldate a {
  color: #000;
  font-weight: normal;
}

.page-legacyform .cal.caledge, .page-legacyform .cal.caledge a, .page-legacyform .caledge a:visited {
  background-color: #EDF3FF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}

.page-legacyform table.cal {
  background-color: #fff;
  border: 1px solid #999;
  border-collapse: separate;
  border-radius: 5px 5px 5px 5px;
  border-spacing: 0;
  padding: 5px;
  -moz-box-shadow: 0 0 10px #999;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
}

.page-legacyform table.cal span {
  font-size: 1.2em;
  font-weight: bold;
}

.page-legacyform td.cal.caldate {
  border: 1px solid #999;
}

.page-legacyform .subformel .datael {
  padding: 0 !important;
}

.page-legacyform .formouter h1 {
  color: #555;
  font-size: 1.5em;
}

.page-legacyform .formouter h2 {
  color: #555;
  font-size: 1.2em;
  border: none;
  padding: 0 0 0.5em;
}

.page-legacyform .formouter label {
  padding: 0;
}

.page-legacyform .content.container .leftlabel.fieldlabel, .page-legacyform .content.container .nondatael {
  font-size: 1.2em;
}

.page-legacyform .content.container .bws.checkbox, .page-legacyform .content.container .bws.radio, .page-legacyform .content.container fieldset input.bws.radio {
  font-size: 1em;
  margin: 2px 4px 0 0;
  float: none;
  display: inline;
}

.page-legacyform .content.container .bws.colspan.clear {
  margin-bottom: 0.1em;
}

.page-legacyform .content.container .dataell.bws.fieldlabel.leftlabel {
  text-indent: 0;
  vertical-align: top;
}

.page-legacyform .content.container .navbar {
  display: block;
  clear: both;
  height: inherit;
}

.page-legacyform .content.container .navbar .navbar-nav li a {
  color: #428bca;
  text-transform: none;
  font-family: inherit;
  font-size: 14px;
}

.page-legacyform .content.container .navbar .navbar-nav li a:focus {
  line-height: inherit;
}

.page-legacyform .content.container select {
  width: auto;
}

.page-legacyform .content.container input:focus, .page-legacyform .content.container select:focus, .page-legacyform .content.container textarea:focus {
  border-color: #2f96b4 !important;
  background-color: rgba(82, 168, 236, 0.2);
}

.page-legacyform .content.container div.sectionnametable .sectionnamerender, .page-legacyform .content.container .hiddenlabel {
  display: none;
}

.page-legacyform .content.container .colwiseel {
  overflow: visible;
}

.page-legacyform .content.container input.dateyeartextbox {
  width: 4em !important;
}

.page-legacyform .helptext {
  background: none repeat scroll 0 0 #F0F0F0;
  border-radius: 5px 5px 5px 5px;
  color: #000;
  display: block;
  margin-top: 8px;
  padding: 8px 0 8px 8px;
  text-align: left;
  width: 95%;
}

.page-legacyform .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
  width: 250px !important;
  font-size: 0.8em;
}

.page-legacyform .ui-widget {
  background-color: window;
  border: 1px solid windowframe;
  font-weight: normal;
  list-style: none outside none;
  overflow: auto;
  max-height: 180px;
}

.page-legacyform .ui-menu-item a {
  display: block;
}

.page-legacyform .ui-menu-item a:hover {
  background-color: #eee;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: bold;
}

.page-legacyform #mainpage .ui-tabs.ui-widget, .page-legacyform #tabsouter.ui-tabs {
  max-height: none;
}

@media (max-width: 700px) {
  .page-legacyform .content.container {
    width: auto !important;
    padding-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 0.9em;
  }
  .page-legacyform .content.container .renderdisplaytable .sectionfloat {
    float: none !important;
    width: auto !important;
  }
  .page-legacyform .content.container .renderdisplaytable .renderbuttonstablesidenav {
    width: auto;
  }
  .page-legacyform .bws.colspan {
    display: inline;
    float: none;
    width: 100% !important;
  }
  .page-legacyform .bws.colspan.debugfield {
    display: none;
  }
  .page-legacyform .activenav .progress1.activesection + .afternavbutton:after, .page-legacyform .inactivenav .progress0nonclickable + .afternavbutton:after, .page-legacyform .activenav .progress1.activesection + .afternavbutton:after {
    border-width: 13px 0 13px 10px;
  }
}

.service-groups {
  padding: 0 0 10px 0 !important;
}

.service-groups a.fsservice-pretty-link {
  word-break: normal;
}

.service-groups a.fsservice-pretty-link:link, .service-groups a.fsservice-pretty-link:visited {
  border: 1px #999 solid;
  padding: 8px;
  border-radius: 4px;
  display: block;
  color: #999;
  text-decoration: none;
}

.service-groups a.fsservice-pretty-link:hover, .service-groups a.fsservice-pretty-link:active {
  border: 1px #428bca solid;
  background-color: #428bca;
  color: #fff;
}

.service-groups a.fsservice-pretty-link h2 {
  margin: 0;
  font-weight: bold;
}

.service-groups a.fsservice-pretty-link.active {
  border: 1px #428bca solid !important;
  background-color: #428bca !important;
  color: #fff !important;
}

.service-groups ul.menu {
  padding-left: 0px;
}

.service-groups ul.menu li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  padding: 0.2em 0.5em 0 0;
}

.service-groups .forms .col-sm-4 {
  width: 31%;
  padding-left: 0px;
}

.service-groups .forms .title {
  display: none;
}

@media all and (max-width: 767px) {
  .service-groups ul.menu li {
    width: 100%;
    padding: 0.2em 0 0 0;
  }
  div[id*="self-content-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#service_list_container .property {
  width: 40%;
  padding-left: 9%;
  border-left: 1px solid #ccc;
}

#service_list_container .label {
  display: inline;
  background-color: inherit;
  color: #2f96b4;
  text-shadow: none;
}

#service_list_container ul {
  font-size: 12px;
  color: #555;
  padding: 0 0 0 30px;
  margin-bottom: 0;
}

#service_list_container ul li {
  color: inherit;
}

#service_list_container .fieldset-legend {
  display: none;
}

#service_list_container div.links {
  width: 100%;
  text-align: center;
  margin-top: 0.5em;
}

[data-created-by-app="Council Tax"] .fieldset-wrapper {
  color: #555;
}

[data-created-by-app="Council Tax"] .fieldset-wrapper .label {
  display: inline;
  background-color: inherit;
  color: #2f96b4;
  text-shadow: none;
}

[data-created-by-app="Council Tax"] .fieldset-wrapper ul {
  font-size: 12px;
  color: #555;
  padding: 0 0 0 30px;
  margin-bottom: 0;
}

[data-created-by-app="Council Tax"] .fieldset-wrapper ul li {
  color: inherit;
}

[data-created-by-app="Council Tax"] .fieldset-legend {
  display: none;
}

[data-created-by-app="Council Tax"] div.links {
  margin-top: 0.5em;
}

[data-created-by-app="Council Tax"] div.links > * {
  display: block;
  text-align: right;
}

[data-created-by-app="Council Tax"] .resident {
  display: block;
  width: 100%;
}

[data-created-by-app="Council Tax"] .claim-details address, [data-created-by-app="Council Tax"] .claim-details .council-tax-band, [data-created-by-app="Council Tax"] .claim-details .occupancy-started, [data-created-by-app="Council Tax"] .claim-details .account-id, [data-created-by-app="Council Tax"] .claim-details .account-balance {
  float: right;
  width: 50%;
}

[data-created-by-app="Council Tax"] .claim-details .account-payment-method {
  width: 100%;
}

[data-created-by-app="Council Tax"] th, [data-created-by-app="Council Tax"] td {
  text-align: left;
}

[data-created-by-app="Council Tax"] h3 {
  text-align: center;
  color: #2f96b4;
  margin-bottom: 1em;
}

[data-created-by-app="Council Tax"] .bills_table, [data-created-by-app="Council Tax"] .column1, [data-created-by-app="Council Tax"] .column2 {
  width: 45%;
  float: left;
  border: solid 1px #555;
  margin-right: 2%;
  margin-bottom: 1em;
  margin-top: 2em;
  border-radius: 3px;
  padding: 1%;
}

[data-created-by-app="Council Tax"] .bills_table {
  min-height: 55em;
}

[data-created-by-app="Council Tax"] .column1, [data-created-by-app="Council Tax"] .column2 {
  min-height: 20em;
  margin-right: 0;
}

[data-created-by-app="Council Tax"] .bills_table table, [data-created-by-app="Council Tax"] .column1 table, [data-created-by-app="Council Tax"] .column2 table {
  width: 100%;
}

[data-created-by-app="Benefits"] .column {
  border: 1px solid #555;
  border-radius: 3px;
  margin-bottom: 0.5em;
  margin-left: 0.6em;
}

[data-created-by-app="Benefits"] .fieldset-wrapper {
  color: #555;
}

[data-created-by-app="Benefits"] .global-links {
  float: right;
}

[data-created-by-app="Benefits"] .label {
  display: inline;
  background-color: transparent;
  color: #2f96b4;
  text-shadow: none;
}

[data-created-by-app="Benefits"] .fieldset-wrapper ul {
  font-size: 12px;
  color: #555;
  padding: 0 0 0 30px;
  margin-bottom: 0;
}

[data-created-by-app="Benefits"] .fieldset-wrapper ul li {
  color: inherit;
}

[data-created-by-app="Benefits"] .fieldset-legend, [data-created-by-app="Benefits"] legend {
  display: none;
}

[data-created-by-app="Benefits"] div.links {
  margin-top: 0.5em;
}

[data-created-by-app="Benefits"] div.links > * {
  display: block;
  text-align: right;
}

[data-created-by-app="Benefits"] .claim .resident {
  display: block;
  width: 100%;
}

[data-created-by-app="Benefits"] .claim .claim-details .claim-reference {
  width: 100%;
}

[data-created-by-app="Benefits"] th, [data-created-by-app="Benefits"] td {
  text-align: left;
}

[data-created-by-app="Benefits"] h3 {
  text-align: center;
  color: #2f96b4;
  margin-bottom: 1em;
}

[data-created-by-app="Benefits"] .bills_table, [data-created-by-app="Benefits"] .column1, [data-created-by-app="Benefits"] .column2 {
  width: 47%;
  border: solid 1px #555;
  border-radius: 3px;
  padding: 1%;
  margin-bottom: 1em;
}

[data-created-by-app="Benefits"] .bills_table {
  min-height: 55em;
}

[data-created-by-app="Benefits"] .bills_table table, [data-created-by-app="Benefits"] .column1 table, [data-created-by-app="Benefits"] .column2 table {
  width: 100%;
}

[data-created-by-app="Benefits"] .column1 {
  float: left;
}

[data-created-by-app="Benefits"] .column2 {
  float: right;
}

[data-created-by-app="Benefits"] .column1, [data-created-by-app="Benefits"] .column2 {
  clear: none;
}

[data-created-by-app="Housing"] .column {
  border: 1px solid #555;
  border-radius: 3px;
  margin-bottom: 0.5em;
  margin-left: 0.6em;
}

[data-created-by-app="Housing"] .fieldset-wrapper {
  color: #555;
}

[data-created-by-app="Housing"] .global-links {
  float: right;
}

[data-created-by-app="Housing"] .label {
  display: inline;
  background-color: transparent;
  color: #2f96b4;
  text-shadow: none;
}

[data-created-by-app="Housing"] .fieldset-wrapper ul {
  font-size: 12px;
  color: #555;
  padding: 0 0 0 30px;
  margin-bottom: 0;
}

[data-created-by-app="Housing"] .fieldset-wrapper ul li {
  color: inherit;
}

[data-created-by-app="Housing"] .fieldset-legend, [data-created-by-app="Housing"] legend {
  display: none;
}

[data-created-by-app="Housing"] div.links {
  margin-top: 0.5em;
}

[data-created-by-app="Housing"] div.links > * {
  display: block;
  text-align: right;
}

[data-created-by-app="Housing"] .claim .resident {
  display: block;
  width: 100%;
}

[data-created-by-app="Housing"] .claim .claim-details .claim-reference {
  width: 100%;
}

[data-created-by-app="Housing"] th, [data-created-by-app="Housing"] td {
  text-align: left;
}

[data-created-by-app="Housing"] h3 {
  text-align: center;
  color: #2f96b4;
  margin-bottom: 1em;
}

[data-created-by-app="Housing"] .bills_table, [data-created-by-app="Housing"] .column1, [data-created-by-app="Housing"] .column2 {
  width: 47%;
  border: solid 1px #555;
  border-radius: 3px;
  padding: 1%;
  margin-bottom: 1em;
}

[data-created-by-app="Housing"] .bills_table {
  min-height: 55em;
}

[data-created-by-app="Housing"] .bills_table table, [data-created-by-app="Housing"] .column1 table, [data-created-by-app="Housing"] .column2 table {
  width: 100%;
}

[data-created-by-app="Locality"] iframe#localityFrame {
  width: 100%;
  height: 640px;
}

[data-created-by-app="Gladstone"] iframe#GladstoneFrame {
  border: 0;
  width: 100%;
  min-height: 640px;
}

[data-created-by-app="FoodWaste"] {
  background-position: bottom right;
  background-repeat: no-repeat;
  min-height: 350px;
}

[data-created-by-app="FoodWaste"] .nav-pills > .active > a {
  background-color: #6ebb51;
  color: white;
}

[data-created-by-app="FoodWaste"] .nav-pills > * > a {
  color: #6ebb51;
}

[data-created-by-app="FoodWaste"] h3 {
  color: #080;
}

[data-created-by-app="FoodWaste"] strong, [data-created-by-app="FoodWaste"] p a {
  color: #1fc614;
}

[data-created-by-app="FoodWaste"] .icon {
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 72px;
}

[data-created-by-app="FoodWaste"][data-created-by-page="Home"] {
  background-image: url("https://s3-eu-west-1.amazonaws.com/appshost.firmstep.com/apps/foodwaste/styles/images/swoopbackseedling.png");
}

[data-created-by-app="FoodWaste"][data-created-by-page="Home"] .icon {
  background-image: url("https://s3-eu-west-1.amazonaws.com/appshost.firmstep.com/apps/foodwaste/styles/images/recyclelogo.png");
}

[data-created-by-app="FoodWaste"][data-created-by-page="Progress"], [data-created-by-app="FoodWaste"][data-created-by-page="Questionnaries"] {
  background-image: url("https://s3-eu-west-1.amazonaws.com/appshost.firmstep.com/apps/foodwaste/styles/images/foodback.png");
}

[data-created-by-app="FoodWaste"][data-created-by-page="Progress"] .icon, [data-created-by-app="FoodWaste"][data-created-by-page="Questionnaries"] .icon {
  background-image: url("https://s3-eu-west-1.amazonaws.com/appshost.firmstep.com/apps/foodwaste/styles/images/manlogo.png");
}

[data-created-by-app="FoodWaste"][data-created-by-page="About"] {
  background-image: url("https://s3-eu-west-1.amazonaws.com/appshost.firmstep.com/apps/foodwaste/styles/images/shoppingback.png");
}

[data-created-by-app="FoodWaste"][data-created-by-page="About"] .icon {
  background-image: url("https://s3-eu-west-1.amazonaws.com/appshost.firmstep.com/apps/foodwaste/styles/images/binlogo.png");
}

[data-created-by-app="FoodWaste"] #chart1 svg > rect, [data-created-by-app="FoodWaste"] #chart2 svg > rect {
  fill: transparent;
}

[data-created-by-app="FoodWaste"] .information {
  background-image: url("https://s3-eu-west-1.amazonaws.com/appshost.firmstep.com/apps/foodwaste/styles/images/information.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 40px;
  padding: 9px;
  color: #FFF;
  padding-left: 68px;
  font-size: 11px;
  margin: 5px;
}

[data-created-by-app="FoodWaste"] .information.home {
  line-height: 14px;
}

.toast-title {
  font-weight: bold;
}

.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: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  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);
}

.toast-close-button:hover, .toast-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.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;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 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 > :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-top-full-width > div, #toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: 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;
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

/*We no longer use less files*/
@viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}

@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0;
}

.admin-screen-btn {
  margin-left: 10px;
}

.consent-decline {
  background-color: #6c757d;
  color: #fff;
}

.consent-decline:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/******************************** FONTS END **************************/
/************************** GENERAL SETTINGS *************************/

/*Display icon for links that open in a new window*/
a[target="_blank"]::after {
  font: 14px/1 FontAwesome;
  content: "\f08e";
  padding: 0 0 0 5px;
}

#self-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* loading spinner and text */
.self-spinner-outer {
  margin-top: 20px;
}

.self-spinner-outer .self-loading-text {
  color: #682558;
}

.self-spinner {
  border-top-color: #682558;
  border-left-color: #682558;
}

/*** BRONZE, SILVER and GOLD - DofE ***/
/* bronze */
input[value="bronze"] + label.btn {
  color: #833C2A !important;
  border-color: #833C2A !important;
}

input[value="bronze"] + label.btn:hover {
  color: #fff !important;
  background-color: #833C2A !important;
}

input[value="bronze"]:checked + label.btn {
  background-color: #833C2A !important;
}

input[value="bronze"]:checked + label.btn:hover {
  color: #fff !important;
  background-color: #833C2A !important;
}

/* silver */
input[value="silver"] + label.btn {
  color: #333 !important;
  border-color: #B8B7B5 !important;
}

input[value="silver"] + label.btn:hover {
  color: #fff !important;
  background-color: #B8B7B5 !important;
}

input[value="silver"]:checked + label.btn {
  background-color: #B8B7B5 !important;
}

input[value="silver"]:checked + label.btn:hover {
  color: #fff !important;
  background-color: #B8B7B5 !important;
}

/* gold */
input[value="gold"] + label.btn {
  color: #CAA763 !important;
  border-color: #CAA763 !important;
}

input[value="gold"] + label.btn:hover {
  color: #fff !important;
  background-color: #CAA763 !important;
}

input[value="gold"]:checked + label.btn {
  background-color: #CAA763 !important;
}

input[value="gold"]:checked + label.btn:hover {
  color: #fff !important;
  background-color: #CAA763 !important;
}

/*** END - BRONZE, SILVER and GOLD - DofE ***/
/************************ END GENERAL SETTINGS ***********************/
/****************************** TOOLBAR *****************************/
#toolbar .navbar-brand {
  display: none;
}

.navbar-inverse {
  border: none;
}

#toolbar .navbar.main.navbar-static-top.navbar-inverse {
  height: 0px;
  min-height: 0;
}

#toolbar #session-badge.navbar-nav {
  margin: 15px 10px 0 0;
}

ul#session-badge {
	display: inline-flex;
	float: right;
}

#toolbar #session-badge.navbar-nav > li > .dropdown-menu {
  border: 0;
  float: right;
}

@media (max-width: 767px) {
  #toolbar #session-badge li.dropdown {
    margin: 5px 0;
  }
  #toolbar .container {
    max-width: 33%;
    float: right;
    max-height: 50px;
  }
  #toolbar #session-badge li.dropdown a span.user.displayname {
    display: none;
  }
}

/* User drop down options when logged in */
#toolbar #session-badge li.dropdown a {
  white-space: nowrap;
}

#toolbar #session-badge li.dropdown.open a {
  color: #ffffff;
  background-color: #682558;
}

#toolbar li.dropdown.open ul.dropdown-menu {
  padding: 0px;
}

#toolbar li.dropdown.open ul.dropdown-menu li {
  border-top: 1px solid #222;
}

#toolbar li.dropdown.open ul.dropdown-menu li.divider {
  display: none;
}

/**************************** END TOOLBAR ***************************/
/****************************** HEADER ******************************/
#header {
  background-color: #682558;
  height: 50px;
}

#header .col-md-4 {
  padding: 0;
  margin: 0;
}

#header img.brand-image {
  margin: 0;
  height: 25px;
  margin: 12.5px;
}

@media (max-width: 767px) {
  #header img.brand-image {
    margin-left: 12.5px;
  }
}

/**************************** END HEADER ****************************/
/**************************** NAVIGATION ****************************/
#navigation {
  background: black;
  width: 100%;
}

#navigation .navbar {
  margin-left: auto;
  margin-right: auto;
  width: 1170px;
}

#navigation .btn {
  background-color: inherit;
  border: none;
  font-size: 100%;
  padding: 10px 0;
}

#navigation .caret {
  display: none !important;
}

#navigation .navbar li {
  border: none;
}

#navigation ul.nav li,
#navigation ul.nav li:first-child {
  border: none;
}

#navigation .navbar li a {
  color: #ffffff;
  border: none;
}

#navigation .navbar li a:hover {
  background-color: #222;
  opacity: 0.75;
}

@media (max-width: 1200px) {
  #navigation .navbar {
    width: 970px;
  }
}

@media (max-width: 991px) {
  #navigation .navbar {
    width: 750px;
  }
}

@media (max-width: 767px) {
  #navigation .navbar {
    max-width: 100%;
  }
}

#navigation .navbar .hidden-xs a {
  margin-right: 15px;
  height: 30px;
  padding: 5px 0;
  border-radius: 0px;
  text-decoration: underline;
}

#navigation .navbar .hidden-xs .active {
  text-decoration: underline;
}

#navigation #navbar-collapse a {
  border-top: 1px solid #ffffff;
}

/************************** END NAVIGATION **************************/
/****************************** FOOTER ******************************/
#customFooter {
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #682558;
  display: block;
}

.FooterLinks ul {
  padding: 10px 0;
  margin: 0;
}

.FooterLinks ul li:last-child::after {
  content: "";
}

.FooterLinks ul li {
  display: inline-block;
}

.FooterLinks ul li::after {
  content: "|";
  text-decoration: underline;
  vertical-align: 10%;
}

.FooterLinks ul li a {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}

@media (max-width: 743px) {
  .FooterLinks ul li {
    display: block;
    border: 0px;
  }
  .FooterLinks ul li::after {
    content: "";
  }
}

/**************************** END FOOTER ****************************/
/********************************************************************/
/************************** FORM STYLING ****************************/
/********************************************************************/
/*Form loading progress bar*/
.progress-bar {
  background-color: #682558;
}

html._AF a,
html._AF a:link,
html._AF a:visited,
.container-form a {
  text-decoration: none;
}

html._AF a:hover,
html._AF a:active {
  text-decoration: underline;
}

/* Resets <a> color for select fields */
html._AF .select a {
  color: initial;
}

/* Date picker */
html._AF .datepicker table tr td.active,
html._AF .datepicker table tr td.active:hover {
  background-color: #682558;
  background-image: none;
}

/* Help text */
.achieveforms-container .help-text {
    padding: 0 0 .5em 0;
}

/* aligns checkbox label overflow  to the right of the checkbox */
html._AF input[type=checkbox] + label {
  margin-left: 5px;
}

html._AF input[type=checkbox] + label::before {
  margin-left: -26px;
}

/* aligns radio label overflow  to the right of the radio input */
html._AF input[type=radio] + label {
  margin-left: 5px;
  text-align: left;
}

html._AF input[type=radio] + label::before {
  margin-left: -22px;
}

/* Help text */
.achieveforms-container .help-text {
  font-size: 100%;
}

/* adds border to top of upload field */
html._AF .achieveforms-container .all-sections .field .fieldContent .upload.fieldInput .resumable-drop {
  border-top: 1px dashed #757575 !important;
  border-radius: .5em;
}

html._AF .achieveforms-container .all-sections .field .fieldContent .upload.fieldInput.valid .resumable-drop {
  border-color: #468847 !important;
}

.fieldContent ol,
ul,
dl {
  margin-bottom: 1em;
}

/************************* FORM NAVIGATION **************************/
.achieveforms-container .sectionsHead {
  background-color: #f8f8f8;
  color: #222;
}

.achieveforms-container .sectionsHead .sectionsHeadInner,
.nav-tabs > li > a:hover {
  border-bottom: solid 1px #682558;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active .sectionNameTab {
  border-color: #682558;
  border-bottom-color: #FFFFFF;
  color: #222;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.valid a,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.invalid a,
.no-touch .achieveforms-container .sectionsHead .sectionNameWrapper:hover {
  color: #222;
}

@media (max-width: 767px) {
  .achieveforms-container .sectionsHead .sections-toggle-wrapper.visible-xs {
    background-color: #682558;
    border-bottom-color: #682558;
    text-indent: 3.5px;
  }
  .achieveforms-container .sectionsHead .sections-toggle-wrapper.visible-xs .active-section-name {
    color: #FFFFFF;
  }
  .achieveforms-container .sectionsHead .sections-toggle-wrapper .navbar-toggle i {
    color: #FFFFFF;
  }
  .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active > a.sectionNameTab {
    color: #682558;
  }
  .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active > a.sectionNameTab,
  .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active > a.sectionNameTab:hover {
    border-bottom: transparent;
    border-top: transparent;
  }
  .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper > a.sectionNameTab:hover {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper:last-child a.sectionNameTab {
    border-bottom-color: #682558;
  }
}

/*********************** END FORM NAVIGATION ************************/
/***************************** BUTTONS ******************************/
.btn.btn-default.field-btn {
  background-color: #192A66;
  border: 1px solid #192A66;
  color: #FFFFFF;
}

.btn.btn-af.cancelbutton {
  color: #222;
  background-color: #DDDDDD;
  font-size: 1rem !important;
  margin: 0 16px 0 0 !important;
}

/*Hides label*/
.achieveforms-container div[data-field-type=button] label.alignLeft {
  visibility: hidden;
}

.achieveforms-container div[data-field-type=button] label.alignAbove {
  visibility: visible;
  display: none;
}

@media (max-width: 767px) {
  .fillinButtons-wrapper .fillinButtons .btn.btn-af {
    font-size: 14px;
	margin: 0.5rem auto !important;
  }
  .achieveforms-container div[data-field-type=button] label {
    visibility: visible;
    display: none;
  }
  .achieveforms-container div[data-field-type=button] button {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .fillinButtons-wrapper .fillinButtons .btn.btn-af {
    width: 100%;
    margin-bottom: 5px;
  }
  .achieveforms-container .fillinButtons-wrapper .fillinButtons .btn.savebutton {
    margin-right: 0px;
  }
}

/*************************** END BUTTONS ****************************/
/****************************** MAPS ********************************/
/* Resets <a> styling for map icons */
.leaflet-control a::after,
.leaflet-control a span {
  color: #222;
}

.leaflet-control.leaflet-control-zoomslider a:hover {
  text-decoration: none;
}

/**************************** END MAPS ******************************/
/********************* OPTIONAL FIELD CLASSES ***********************/
/* Constantly display help text for the field */
.displayHelpText .help-text {
  display: block !important;
}

/* 
Hides content on form but will display on pdfs and emails. 
Generally used to compensate for html and section headers not 
displaying when using the {visiblesummary} token.
*/
.pdfOnly {
  display: none;
}

.achieveforms-container div[data-field-type=button] button.btn.buttonAsLink:hover {
  opacity: 1.0;
}

/* alert box*/
div.alertBox {
  border: 2px solid;
  border-radius: 5px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

div.alertBox.blue,
div.alertBox.blue .alertImage {
  border-color: #428bca;
  color: #428bca;
  /*background-color: #cce5ff;*/
}

div.alertBox.green,
div.alertBox.green .alertImage {
  border-color: #468847;
  color: #468847;
  /*background-color: #d4edda;*/
}

div.alertBox.amber,
div.alertBox.amber .alertImage {
  border-color: #F28F00;
  color: #F28F00;
  /*background-color: #fff3cd;*/
}

div.alertBox.red,
div.alertBox.red .alertImage {
  border-color: #d00;
  color: #d00;
  /*background-color: #f8d7da;*/
}

div.alertBox .fas.fa-info-circle {
  font: 14px/1 FontAwesome;
  font-size: 40px;
}

div.alertBox .alertImage {
  margin: 0.75em 5px auto 10px;
}

div.alertBox .alertText {
  padding: 10px;
  width: 100%;
  color: #000000;
}

.alertText .alertHeading {
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 5px;
}

.alertText .alertHeading::before {
  font: 1.75em/1 FontAwesome;
  content: "\f05a";
  margin-right: 10px;
  float: left;
  margin-top: -5px;
}

div.alertBox.green .alertText .alertHeading::before {
  color: #468847;
}

div.alertBox.amber .alertText .alertHeading::before {
  color: #F28F00;
}

div.alertBox.red .alertText .alertHeading::before {
  color: #d00;
}

div.alertBox.blue .alertText .alertHeading::before {
  color: #428bca;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
}

.bd-callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}

.bd-callout p:last-child {
  margin-bottom: 0;
}

.bd-callout code {
  border-radius: .25rem;
}

.bd-callout + .bd-callout {
  margin-top: -.25rem;
}

.bd-callout-info {
  border-left-color: #00692f;
}

.bd-callout-info h4 {
  color: #00692f;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

.bd-callout-warning h4 {
  color: #f0ad4e;
}

.bd-callout-danger {
  border-left-color: #d9534f;
}

.bd-callout-danger h4 {
  color: #d9534f;
}

.text-white {
  color: #ffffff !important;
}

.text-red {
  color: #682558 !important;
}

.text-right {
  text-align: right !important;
}

/******************* END OPTIONAL FIELD CLASSES *********************/
/************************* SUBMISSION PAGE **************************/
.save.btn.btn-af,
.finish.btn.btn-af {
  color: #FFFFFF;
  background-color: #682558;
  border: 1px solid #682558;
  box-shadow: none;
}

.save.btn.btn-af:hover,
.finish.btn.btn-af:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

/*********************** END SUBMISSION PAGE ************************/
/************************ END FORM STYLING **************************/
/********************************************************************/
/********************************************************************/
/************************* SERVICES PAGE ****************************/
/********************************************************************/
.service-groups a.fsservice-pretty-link:link {
  color: #192A66;
  border: 1px solid #192A66;
}

.service-groups a.fsservice-pretty-link:hover {
  background-color: #192A66;
  border: 1px solid #192A66;
  color: #FFFFFF;
  opacity: 0.8;
}

.service-groups a.fsservice-pretty-link.active {
  background-color: #192A66 !important;
  border: 1px solid #192A66 !important;
}

form.search-form .search input.form-control {
  border: 1px solid #192A66;
}

.btn.btn-search:focus,
form.search-form .search input.form-control {
  border: 1px solid #192A66;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
}

/*********************** END SERVICES PAGE **************************/
/********************************************************************/
/********************************************************************/
/*************************** LOGIN PAGE *****************************/
/********************************************************************/
#anonymousLoginScreen {
  padding: 50px 0px;
}

#self-content .btn-group {
  margin: 20px auto;
  display: none !important;
}

#self-content .separator {
	display: none !important;
}

#self-content .btn-group a.btn {
  width: 114px;
  border-radius: 4px;
  color: #192A66;
  min-width: 170px;
  min-height: 150px;
  cursor: pointer;
  background-color: #FFFFFF;
}

#self-content .btn-group a.btn:hover {
  background-color: inherit;
  border: 1px solid #192A66;
}

#self-content .btn-group a.btn img.img-responsive.loginProviderImage {
  height: 75px;
  margin-left: auto;
  margin-right: auto;
}

.login-form input {
    border: 1px solid #192A66;
	border-radius: 0;
}

/************************* END LOGIN PAGE ***************************/
/********************************************************************/
/********************************************************************/
/************************** CONSENT PAGE ****************************/
/********************************************************************/
#self-content .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}

#self-content .jumbotron p {
  font-size: 100%;
}

/*buttons*/
a.btn.btn-success.btn-lg.consent-accept {
  float: right;
  margin: 0 0 10px 0 !important;
}

a.btn.btn-success.btn-lg.consent-accept:hover,
a.btn.btn-lg.consent-decline:hover {
  opacity: 0.8;
}

/************************ END CONSENT PAGE **************************/
/********************************************************************/
/********************************************************************/
/******************** SUPERFAST ESSEX BRANDING **********************/
/********************************************************************/
/****************************** HEADER ******************************/
.AF-Category-SuperfastEssex #header {
  background-color: #FFFFFF;
  height: 80px;
}

.AF-Category-SuperfastEssex #header .col-md-4 img {
  display: none;
}

.AF-Category-SuperfastEssex #header .col-md-4 {
  height: 80px;
  background: url("https://fs-filestore-eu.s3.amazonaws.com/essex/Images/superfastlogo_307x60.png") no-repeat left;
}

@media (min-width: 992px) {
  .AF-Category-SuperfastEssex #header .col-md-4 {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .AF-Category-SuperfastEssex #header .col-md-4 {
    width: 850px;
  }
}

@media (max-width: 767px) {
  .AF-Category-SuperfastEssex #header .col-md-4 {
    margin-left: 10px;
    background: url("https://fs-filestore-eu.s3.amazonaws.com/essex/Images/superfastlogo_205x40.png") no-repeat left;
  }
}

/* User drop down optionS when logged in */
.AF-Category-SuperfastEssex #toolbar #session-badge li.dropdown a {
  color: #e3024d;
}

.AF-Category-SuperfastEssex #toolbar #session-badge li.dropdown.open {
  background-color: #e3024d;
  height: 80px;
  min-width: 160px;
  text-align: right;
}

.AF-Category-SuperfastEssex #toolbar #session-badge li.dropdown.open a {
  color: #ffffff;
  background-color: #e3024d;
}

.AF-Category-SuperfastEssex #toolbar li.dropdown.open ul.dropdown-menu li {
  border-top: 1px solid #FFFFFF;
}

.AF-Category-SuperfastEssex #toolbar .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .AF-Category-SuperfastEssex #toolbar #session-badge li.dropdown {
    margin: 0px 0;
  }
}

/**************************** NAVIGATION ****************************/
.AF-Category-SuperfastEssex #navigation {
  background-color: #e3e3e3;
  height: 50px;
}

.AF-Category-SuperfastEssex #navigation .btn.btn-primary {
  color: #E00069;
  font-weight: bold;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.AF-Category-SuperfastEssex #navigation .btn.btn-primary:hover {
  text-decoration: underline;
}

.AF-Category-SuperfastEssex #navigation .navbar li a {
  background-color: #E3E3E3;
  color: #E00069;
}

@media (max-width: 767px) {
  .AF-Category-SuperfastEssex #navigation i.fa {
    line-height: 50px;
  }
}

/******************************* FORM *******************************/
.AF-Category-SuperfastEssex h1,
.AF-Category-SuperfastEssex h2,
html._AF .AF-Category-SuperfastEssex a,
.achieveforms-container div[data-field-type=button] button.btn.buttonAsLink {
  color: #E00069;
}

/* Date picker */
.AF-Category-SuperfastEssex .datepicker table tr td.active,
.AF-Category-SuperfastEssex .datepicker table tr td.active:hover {
  background-color: #e3024d;
  background-image: none;
}

/* Range */
.AF-Category-SuperfastEssex .achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect.valid,
.AF-Category-SuperfastEssex .achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target.valid {
  background-color: #e3e3e3;
}

/*Form loading progress bar*/
.AF-Category-SuperfastEssex .progress-bar {
  background-color: #e3024d;
}

/*** FORM NAVIGATION ***/
.AF-Category-SuperfastEssex .achieveforms-container .sectionsHead {
  background-color: #EAEAEA;
  color: #000;
}

.AF-Category-SuperfastEssex .achieveforms-container .sectionsHead li a:hover {
  background-color: #e3e3e3;
  opacity: 1.0;
}

.AF-Category-SuperfastEssex .achieveforms-container .sectionsHead .sectionsHeadInner,
.AF-Category-SuperfastEssex .nav-tabs > li > a:hover {
  border-bottom: solid 1px #e3024d;
}

.AF-Category-SuperfastEssex .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active .sectionNameTab {
  border-color: #e3024d;
  border-bottom-color: #FFFFFF;
  color: #000;
  background-color: #FFFFFF;
}

.AF-Category-SuperfastEssex .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.valid a,
.AF-Category-SuperfastEssex .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.invalid a,
.AF-Category-SuperfastEssex .no-touch .achieveforms-container .sectionsHead .sectionNameWrapper:hover {
  color: #222;
}

@media (max-width: 767px) {
  .AF-Category-SuperfastEssex .achieveforms-container .sectionsHead .sections-toggle-wrapper.visible-xs {
    background-color: #e3024d;
    border-bottom-color: #e3024d;
    text-indent: 3.5px;
  }
  .AF-Category-SuperfastEssex .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active > a.sectionNameTab {
    color: #e3024d;
  }
  .AF-Category-SuperfastEssex .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper > a.sectionNameTab:hover {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .AF-Category-SuperfastEssex .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper:last-child a.sectionNameTab {
    border-bottom-color: #e3024d;
  }
}

/*** BUTTONS ***/
.AF-Category-SuperfastEssex .btn.btn-default,
.AF-Category-SuperfastEssex .btn.btn-af.nextbutton,
.AF-Category-SuperfastEssex .btn.btn-af.submitbutton,
.AF-Category-SuperfastEssex .btn.btn-af.previousbutton,
.AF-Category-SuperfastEssex .btn.btn-af.savebutton,
.AF-Category-SuperfastEssex .btn-success:hover,
.AF-Category-SuperfastEssex .btn.field-btn:hover,
.AF-Category-SuperfastEssex .btn.btn-af.repeat-subform-btn:hover,
.AF-Category-SuperfastEssex .btn.upload-button:hover,
.AF-Category-SuperfastEssex .btn.btn-af.save,
.AF-Category-SuperfastEssex .btn.btn-af.finish {
  background-color: #e3024d;
  border: 1px solid #e3024d;
  font-weight: bold;
  color: #FFFFFF;
}

.AF-Category-SuperfastEssex .btn.btn-af.cancelbutton {
  color: #000000;
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  font-weight: bold;
}

.AF-Category-SuperfastEssex .btn.field-btn,
.AF-Category-SuperfastEssex .btn.btn-af.repeat-subform-btn,
.AF-Category-SuperfastEssex .btn.upload-button {
  background-color: #FFFFFF;
  color: #e3024d;
  border-color: #e3024d;
  opacity: 0.9;
  font-weight: bold;
  box-shadow: none;
  text-shadow: none;
}

/*** WARNING POP UP ***/
.AF-Category-SuperfastEssex .ui-pnotify .alert.ui-pnotify-container {
  border: 1px solid #e3024d;
}

/****************************** FOOTER ******************************/
.AF-Category-SuperfastEssex #customFooter {
  display: none;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex {
  display: block !important;
  background-color: #EAEAEA;
  margin-top: 10px;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect {
  width: 100%;
  height: 130px;
  background-color: #EAEAEA;
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .social-icons {
  float: left;
  padding-top: 20px;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect .social {
  height: 50px;
  transition: 1s;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect .social-icon {
  height: 60px;
  width: 60px;
  display: inline-block;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect i {
  z-index: 999;
  color: #fff;
  font-size: 200%;
  position: relative;
  top: 13px;
  left: 50%;
  margin-left: -20%;
}

.AF-Category-SuperfastEssex .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;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect .faceBook {
  float: left;
  background-color: #3B5998;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect .faceBook a {
  width: 100%;
}

.AF-Category-SuperfastEssex .fa-facebook-official::before {
  content: "\f230";
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect .twitter {
  float: left;
  background-color: #00ACED;
}

.AF-Category-SuperfastEssex .fa-twitter-square::before {
  content: "\f081";
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect .youTube {
  float: left;
  background-color: #b00;
}

.AF-Category-SuperfastEssex .fa-youtube-square::before {
  content: "\f166";
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect .LinkedIn {
  float: left;
  background-color: #006fa6;
}

.AF-Category-SuperfastEssex .fa-linkedin-square::before {
  content: "\f08c";
}

.AF-Category-SuperfastEssex .connect-logo {
  float: right;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect .ecc-logo {
  position: relative;
  top: 20px;
  float: right;
  padding: 0;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex .connect .ecc-logo {
  padding-right: 20px;
  content: url("https://fs-filestore-eu.s3.amazonaws.com/essex/Images/ECC_Logo_180x87.png");
}

.AF-Category-SuperfastEssex .footerLinks {
  text-align: center;
  height: 50px;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.AF-Category-SuperfastEssex footer.SuperFastEssex ul li {
  transition: 1s;
  margin-bottom: 0.5em;
}

.AF-Category-SuperfastEssex .footerLinks ul li {
  display: inline-block;
  list-style: none;
}

.AF-Category-SuperfastEssex .footerLinks ul li a {
  color: #000;
}

@media only screen and (max-width: 1440px) {
  .AF-Category-SuperfastEssex footer.SuperFastEssex .social-icons {
    padding-top: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .AF-Category-SuperfastEssex footer.SuperFastEssex .connect {
    height: 100px;
  }
  .AF-Category-SuperfastEssex .footerLinks {
    height: 85px;
  }
  .AF-Category-SuperfastEssex .footerLinks ul li {
    display: block;
  }
  .hideBar {
    display: none;
  }
  .AF-Category-SuperfastEssex footer.SuperFastEssex .connect .social i {
    font-size: 1.4em;
    top: 10px;
  }
  .AF-Category-SuperfastEssex footer.SuperFastEssex .connect .ecc-logo {
    content: url("https://fs-filestore-eu.s3.amazonaws.com/essex/Images/ECC_Logo_120x58.png");
  }
  .AF-Category-SuperfastEssex footer.SuperFastEssex .connect .social .social-icon {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .AF-Category-SuperfastEssex footer.SuperFastEssex .connect {
    height: 180px;
  }
  .AF-Category-SuperfastEssex footer.SuperFastEssex .connect .social {
    width: 160px;
    margin: 0 auto;
  }
  .AF-Category-SuperfastEssex .social-icons {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    padding-top: 20px;
    padding-left: 20px;
  }
  .AF-Category-SuperfastEssex .connect-logo {
    width: 100% !important;
    position: relative;
    top: 10px;
  }
  .AF-Category-SuperfastEssex footer.SuperFastEssex .connect .ecc-logo {
    margin: 0 auto;
    left: 0%;
    right: 0;
    float: none;
    position: absolute;
    padding: 0;
  }
}

/********************************************************************/
/****************** END SUPERFAST ESSEX BRANDING *********************/
/********************************************************************/

/********************************************************************/
/******************** CHILD EMPLOYMENT ENTERTAINMENT ****************/
/********************************************************************/
.cee.btn {
  text-decoration: none !important;
}

.cee.btn.btn-default,
.cee.btn.btn-search,
.cee.btn.btn-primary {
  color: #fff !important;
  background-color: #682558;
  border: 1px solid #682558;
}

.cee.btn.btn-default:hover,
.cee.btn.btn-search:hover,
.cee.btn.btn-search:active,
.cee.btn.btn-primary:hover,
.cee.btn.btn-primary:active {
  background-color: #cc0025;
  border: 1px solid #cc0025;
  opacity: 0.9;
}

/********************************************************************/
/******************** END CHILD EMPLOYMENT ENTERTAINMENT ************/
/********************************************************************/
/********************************************************************/
/************************* WORKING CONTENT **************************/
/* 
The content in this section is intended for develoipment only.
Please move any content to the relevant section above when 
development/testing is complete. 
*/
/*********************** END WORKING CONTENT ************************/
/********************************************************************/
dl,
ol,
ul {
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 2.5em;
  font-family: "Open Sans", sans-serif;
  list-style-position: inside;
}

ul li ol,
ul li ul {
  margin-left: 1.25em;
  margin-bottom: 0;
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ul.no-bullet {
  list-style: none;
}

ol li ol,
ol li ul {
  margin-left: 1.25em;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: .3em;
  font-weight: 700;
}

dl dd {
  margin-bottom: .75em;
}

dl,
ol,
ul {
  margin: 0;
  direction: ltr;
}

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}

a:focus,
a:hover {
  color: #2795b6;
}

a img {
  border: none;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

p aside {
  font-size: .875em;
  line-height: 1.35;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: .2em;
  margin-bottom: .5em;
  line-height: 1.2125em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 2.125em;
}

h2 {
  font-size: 1.6875em;
}

h3 {
  font-size: 1.375em;
}

h4,
h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

b, strong {
  font-weight: 700;
  line-height: inherit;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

blockquote {
  margin: 0 0 1.25em;
  padding: .5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: .8125em;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

.vcard {
  display: inline-block;
  margin: 0 0 1.25em;
  border: 1px solid #ddd;
  padding: .625em .75em;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: 700;
  font-size: .9375em;
}

.vevent .summary {
  font-weight: 700;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 .0625em;
}

.postfix,
.prefix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  font-size: .875em;
  height: 2.3125em;
  line-height: 2.3125em;
  border: none;
}

.postfix.button,
.prefix.button {
  padding: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button.radius {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.prefix.button.round {
  -webkit-border-radius: 1000px 0 0 1000px;
  border-radius: 1000px 0 0 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0 1000px 1000px 0;
  border-radius: 0 1000px 1000px 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
}

label.prefix,
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}

label.prefix.radius,
span.prefix.radius {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

label.postfix,
span.postfix {
  background: #f2f2f2;
  border-color: #ccc;
  border-left: none;
  color: #333;
}

label.postfix.radius,
span.postfix.radius {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

html[dir=rtl] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 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;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.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, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 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-drop-auto-width .select2-search {
  padding-top: 4px;
}

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;
}

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-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(images/select2.png) 100% -22px no-repeat #fff;
  background: url(images/select2.png) 100% -22px no-repeat, linear-gradient(to bottom, #fff 85%, #eee 99%);
}

html[dir=rtl] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: url(images/select2.png) -37px -22px no-repeat #fff;
  background: url(images/select2.png) -37px -22px no-repeat, linear-gradient(to bottom, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: url(images/select2-spinner.gif) 100% no-repeat #fff;
  background: url(images/select2-spinner.gif) 100% no-repeat, linear-gradient(to bottom, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 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: 0 0;
  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;
}

.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: 700;
}

.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: 0 0;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-ajax-error,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

.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: url(images/select2-spinner.gif) 100% no-repeat #f4f4f4;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

.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;
}

.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 !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 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-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0 !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: url(images/select2-spinner.gif) 100% no-repeat #fff !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 #aaa;
  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 top, #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;
}

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,
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

.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;
  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: 0 0;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.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: 0 !important;
  top: 0 !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

._AF .select2-container .select2-choice, .achieveforms-container .select2-container .select2-choice {
    border: 2px solid #000;
    border-radius: 0;
}

.form-control .select2-choice {
  border: 0;
  border-radius: 2px;
}

.form-control .select2-choice .select2-arrow {
  border-radius: 0 2px 2px 0;
}

.form-control.select2-container {
  height: auto !important;
  padding: 0;
}

.form-control.select2-container.select2-dropdown-open {
  border-color: #5897FB;
  border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
  border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
  border: 0 !important;
  border-radius: 3px;
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #C09853 !important;
}

.control-group.warning .select2-container .select2-choice div {
  border-left: 1px solid #C09853 !important;
  background: #FCF8E3 !important;
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #B94A48 !important;
}

.control-group.error .select2-container .select2-choice div {
  border-left: 1px solid #B94A48 !important;
  background: #F2DEDE !important;
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #3A87AD !important;
}

.control-group.info .select2-container .select2-choice div {
  border-left: 1px solid #3A87AD !important;
  background: #D9EDF7 !important;
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #468847 !important;
}

.control-group.success .select2-container .select2-choice div {
  border-left: 1px solid #468847 !important;
  background: #DFF0D8 !important;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s, top .3s;
  transition: left .3s, top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  color: #000;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, gray);
  background-image: -ms-linear-gradient(top, #b3b3b3, gray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
  background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
  background-image: -o-linear-gradient(top, #b3b3b3, gray);
  background-image: linear-gradient(top, #b3b3b3, gray);
  background-repeat: repeat-x;
  border-color: gray #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: gray;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
  background-color: #666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -ms-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #039 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -ms-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #039 \9;
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker tfoot tr th,
.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.datepicker {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  padding: 4px;
}

.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  min-width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 3000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget > ul {
  list-style-position: outside;
  list-style-type: none;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: 700;
  font-size: 1.2em;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}

.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  font-size: 1.5em;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget td.new,
.bootstrap-datetimepicker-widget td.old {
  color: #999;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #04c;
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td.active.active,
.bootstrap-datetimepicker-widget td.active.disabled,
.bootstrap-datetimepicker-widget td.active:active,
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td.active:hover.active,
.bootstrap-datetimepicker-widget td.active:hover.disabled,
.bootstrap-datetimepicker-widget td.active:hover:active,
.bootstrap-datetimepicker-widget td.active:hover:hover,
.bootstrap-datetimepicker-widget td.active:hover[disabled],
.bootstrap-datetimepicker-widget td.active[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
}

.bootstrap-datetimepicker-widget td.active.active,
.bootstrap-datetimepicker-widget td.active:active,
.bootstrap-datetimepicker-widget td.active:hover.active,
.bootstrap-datetimepicker-widget td.active:hover:active {
  background-color: #039 \9;
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget td span.active {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #04c;
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td span.active.active,
.bootstrap-datetimepicker-widget td span.active.disabled,
.bootstrap-datetimepicker-widget td span.active:active,
.bootstrap-datetimepicker-widget td span.active:hover,
.bootstrap-datetimepicker-widget td span.active[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
}

.bootstrap-datetimepicker-widget td span.active.active,
.bootstrap-datetimepicker-widget td span.active:active {
  background-color: #039 \9;
}

.bootstrap-datetimepicker-widget td span.old {
  color: #999;
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget th.switch:before {
  font-family: FontAwesome;
  padding-right: 4px;
  content: "\f100";
}

.bootstrap-datetimepicker-widget th.switch:after {
  font-family: FontAwesome;
  padding-left: 4px;
  content: "\f101";
}

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eee;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}

.ui-pnotify {
  top: 25px;
  right: 25px;
  position: absolute;
  height: auto;
  z-index: 2147483647;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}

.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em;
  font-size: 1.2em;
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-topleft {
  left: 25px;
  right: auto;
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-bottomright {
  bottom: 25px;
  top: auto;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: .2em;
}

.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 18px;
  width: 70px;
  border-top: none;
  padding: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  z-index: 10000;
}

.ui-pnotify-history-container.ui-pnotify-history-fixed {
  position: fixed;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px;
  text-align: center;
}

.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto;
}

.geocoder-control-input {
    position: absolute;
    left: 0 !important;
    top: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 26px;
    border: none !important;
    padding: 5px 0 !important;
    text-indent: 6px;
    font-size: 13px !important;
    line-height: normal;
    height: auto !important;
    width: 100%;
    background-position: right center;
    cursor: pointer;
    box-sizing: border-box !important;
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,.65);
    border-radius: 4px !important;
}

.isie .leaflet-control-locate {
  border: 3px solid #999;
}

.isie .leaflet-control-locate a {
  background-color: #eee;
}

.isie .leaflet-control-locate a:hover {
  background-color: #fff;
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
  -moz-transition: -moz-transform .3s ease-out, opacity .3s ease-in;
  -o-transition: -o-transform .3s ease-out, opacity .3s ease-in;
  transition: transform .3s ease-out, opacity .3s ease-in;
}

.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset .3s ease-out, -webkit-stroke-opacity .3s ease-in;
  -moz-transition: -moz-stroke-dashoffset .3s ease-out, -moz-stroke-opacity .3s ease-in;
  -o-transition: -o-stroke-dashoffset .3s ease-out, -o-stroke-opacity .3s ease-in;
  transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}
@-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);
  }
}

.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;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

a.pull-right {
  float: right !important;
  margin-right: 0;
}

.login-btn-group> a.pull-right {
    float: left !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.btn-default {
  background-repeat: repeat-x;
}

.btn-primary {
  background-repeat: repeat-x;
}

.btn-primary:focus,
.btn-primary:hover {
  background-position: 0 -15px;
}

.btn-success {
  background-repeat: repeat-x;
}

.btn-info {
  background-repeat: repeat-x;
}

.btn-warning {
  background-repeat: repeat-x;
}

.btn-danger {
  background-repeat: repeat-x;
}

.btn-danger:focus,
.btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger.active,
.btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.img-thumbnail,
.thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)*/
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)*/
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);*/
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);*/
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);*/
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)*/
}

.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0, #282828 100%);
  background-image: linear-gradient(to bottom, #222 0, #282828 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);*/
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0)*/
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0)*/
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0)*/
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0)*/
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)*/
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)*/
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)*/
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #00692f 0, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #00692f 0, #31b0d5 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)*/
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)*/
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)*/
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);*/
  border-color: #3278b3;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)*/
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)*/
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)*/
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)*/
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)*/
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)*/
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);*/
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: .65;
  -khtml-opacity: .65;
  -webkit-opacity: .65;
  opacity: .65;
  -ms-filter: alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  text-align: center;
  background-image: none;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #00823b;
  border-radius:0;
  color: #fff !important;
  padding: 10px 16px;
  border: 2px #00823b solid;
  margin: 10px 16px 0 0;
}

.login-btn-group> .primary {
    float: right !important;
    margin: 10px 0 0 16px;
}

.btn {
  border-radius:0;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #00823b;
  border: 2px #00823b solid;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  -webkit-transition-duration: .2s, .2s, .2s;
  transition-duration: .2s, .2s, .2s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  background-color: #00692f;
  border-color: #398439;
  color: #fff;
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info .badge {
  color: #00692f;
  background-color: #fff;
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #00692f;
  border-color: #46b8da;
}

.btn-warning {
  text-align: center;
  color: #fff;
  border-color: #eea236;
  background-image: none;
  background-color: #f0ad4e;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
  -webkit-transition-duration: .2s, .2s, .2s;
  transition-duration: .2s, .2s, .2s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  background-color: #ed9c28;
  border-color: #d58512;
  color: #fff;
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  text-align: center;
  color: #fff;
  border-color: #d43f3a;
  background-image: none;
  background-color: #d9534f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
  -webkit-transition-duration: .2s, .2s, .2s;
  transition-duration: .2s, .2s, .2s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  background-color: #d2322d;
  border-color: #ac2925;
  color: #fff;
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn:focus,
.btn-group > .btn:focus {
  outline: 0;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle=buttons] > .btn > input[type=checkbox],
[data-toggle=buttons] > .btn > input[type=radio] {
  display: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  padding-right: 10px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"], input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=file],
input[type=range] {
  display: block;
}

select[multiple], select[size] {
  height: auto;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -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);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.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"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.checkbox label,
.radio label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  float: left;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.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: 0 -15px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin: 8px -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@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 > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    float: none;
    margin-left: 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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -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-right-radius: 0;
  border-bottom-left-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: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li > span:focus,
.nav > li > span:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a,
.nav > li.disabled > span {
  color: #999;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover,
.nav > li.disabled > span:focus,
.nav > li.disabled > span:hover {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav .open > span,
.nav .open > span:focus,
.nav .open > span:hover {
  background-color: #eee;
  border-color: #52a8ec;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img,
.nav > li > span > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a,
.nav-tabs > li > span {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > span:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > span,
.nav-tabs > li.active > span:focus,
.nav-tabs > li.active > span:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > span {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a,
  .nav-tabs.nav-justified > li > span {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > span {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

.nav-tabs.nav-justified > .active > span,
.nav-tabs.nav-justified > .active > span:focus,
.nav-tabs.nav-justified > .active > span:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a,
  .nav-tabs.nav-justified > li > span {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
  .nav-tabs.nav-justified > .active > span,
  .nav-tabs.nav-justified > .active > span:focus,
  .nav-tabs.nav-justified > .active > span:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a,
.nav-pills > li > span {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > span,
.nav-pills > li.active > span:focus,
.nav-pills > li.active > span:hover {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-justified > li > span {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-justified > li > span {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs-justified > li > span {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

.nav-tabs-justified > .active > span,
.nav-tabs-justified > .active > span:focus,
.nav-tabs-justified > .active > span:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs-justified > li > span {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
  .nav-tabs-justified > .active > span,
  .nav-tabs-justified > .active > span:focus,
  .nav-tabs-justified > .active > span:hover {
    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;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  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;
  float: none;
  display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}

.tooltip.in {
  -moz-opacity: .9;
  -khtml-opacity: .9;
  -webkit-opacity: .9;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626 !important;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #999;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 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;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-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;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group {
	margin-bottom:1em
}

.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: 400;
  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=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #00692f;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-print,
.visible-sm,
.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .nav ul.nav-links {
	  margin: 0 10px 10px 10px !important;
  }
  .footer-container .footer .nav .nav-links li  {
	  line-height: 1em;
	  margin: 0 5px !important;	  
  }
  .footer-container .footer .nav .social {
	  display: none;
  }
  ul.credits {
	  margin: 0 15px !important;	
  }
  #self-content {
	  margin: 0 10px !important;	
  }
  .logo-wrap {
	  margin-left: 10px;
	  display: block !important;
	  zoom: 70%;
	  margin-top: 25px !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;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !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;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #52a8ec;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #1884da;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.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: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

._AF input[type=date].error:focus,
._AF input[type=date]:focus,
._AF input[type=datetime-local].error:focus,
._AF input[type=datetime-local]:focus,
._AF input[type=datetime].error:focus,
._AF input[type=datetime]:focus,
._AF input[type=email].error:focus,
._AF input[type=email]:focus,
._AF input[type=month].error:focus,
._AF input[type=month]:focus,
._AF input[type=number].error:focus,
._AF input[type=number]:focus,
._AF input[type=password].error:focus,
._AF input[type=password]:focus,
._AF input[type=search].error:focus,
._AF input[type=search]:focus,
._AF input[type=tel].error:focus,
._AF input[type=tel]:focus,
._AF input[type=text].error:focus,
._AF input[type=text]:focus,
._AF input[type=time].error:focus,
._AF input[type=time]:focus,
._AF input[type=url].error:focus,
._AF input[type=url]:focus,
._AF input[type=week].error:focus,
._AF input[type=week]:focus,
._AF select.error:focus,
._AF select:focus,
._AF textarea.error:focus,
._AF textarea:focus,
.achieveforms-container input[type=date].error:focus,
.achieveforms-container input[type=date]:focus,
.achieveforms-container input[type=datetime-local].error:focus,
.achieveforms-container input[type=datetime-local]:focus,
.achieveforms-container input[type=datetime].error:focus,
.achieveforms-container input[type=datetime]:focus,
.achieveforms-container input[type=email].error:focus,
.achieveforms-container input[type=email]:focus,
.achieveforms-container input[type=month].error:focus,
.achieveforms-container input[type=month]:focus,
.achieveforms-container input[type=number].error:focus,
.achieveforms-container input[type=number]:focus,
.achieveforms-container input[type=password].error:focus,
.achieveforms-container input[type=password]:focus,
.achieveforms-container input[type=search].error:focus,
.achieveforms-container input[type=search]:focus,
.achieveforms-container input[type=tel].error:focus,
.achieveforms-container input[type=tel]:focus,
.achieveforms-container input[type=text].error:focus,
.achieveforms-container input[type=text]:focus,
.achieveforms-container input[type=time].error:focus,
.achieveforms-container input[type=time]:focus,
.achieveforms-container input[type=url].error:focus,
.achieveforms-container input[type=url]:focus,
.achieveforms-container input[type=week].error:focus,
.achieveforms-container input[type=week]:focus,
.achieveforms-container select.error:focus,
.achieveforms-container select:focus,
.achieveforms-container textarea.error:focus,
.achieveforms-container textarea:focus {
  outline: 0;
  background: #fff;
  border-color: #52a8ec;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 3px 0 8px rgba(102, 175, 233, 0.6);
}

._AF input[type=date][disabled],
._AF input[type=datetime-local][disabled],
._AF input[type=datetime][disabled],
._AF input[type=email][disabled],
._AF input[type=month][disabled],
._AF input[type=number][disabled],
._AF input[type=password][disabled],
._AF input[type=search][disabled],
._AF input[type=tel][disabled],
._AF input[type=text][disabled],
._AF input[type=time][disabled],
._AF input[type=url][disabled],
._AF input[type=week][disabled],
._AF select[disabled],
._AF textarea[disabled],
.achieveforms-container input[type=date][disabled],
.achieveforms-container input[type=datetime-local][disabled],
.achieveforms-container input[type=datetime][disabled],
.achieveforms-container input[type=email][disabled],
.achieveforms-container input[type=month][disabled],
.achieveforms-container input[type=number][disabled],
.achieveforms-container input[type=password][disabled],
.achieveforms-container input[type=search][disabled],
.achieveforms-container input[type=tel][disabled],
.achieveforms-container input[type=text][disabled],
.achieveforms-container input[type=time][disabled],
.achieveforms-container input[type=url][disabled],
.achieveforms-container input[type=week][disabled],
.achieveforms-container select[disabled],
.achieveforms-container textarea[disabled] {
  opacity: 1;
  cursor: not-allowed;
  color: #404040;
  background: #ddd;
  border-color: #ccc;
}

._AF select,
.achieveforms-container select {
  padding-left: 4px;
}

._AF select[multiple=true],
.achieveforms-container select[multiple=true] {
  overflow: auto;
  min-height: 65px;
}

._AF input[type=text].displayAsSeparated,
.achieveforms-container input[type=text].displayAsSeparated {
  width: 3em;
  display: inline-block;
  margin-right: 10px;
}

._AF input[type=text].displayAsSeparated.year,
.achieveforms-container input[type=text].displayAsSeparated.year {
  width: 4em;
}

label.separatedDateFieldLabel.separatedDateFieldLabel-alignLeft {
	margin-top:-10px !important;
}

._AF .alignAbove.fieldInput,
.achieveforms-container .alignAbove.fieldInput {
  clear: left !important;
}

._AF input[type=date],
._AF input[type=datetime-local],
._AF input[type=datetime],
._AF input[type=number],
._AF input[type=password],
._AF input[type=text],
._AF input[type=time],
._AF textarea,
.achieveforms-container input[type=date],
.achieveforms-container input[type=datetime-local],
.achieveforms-container input[type=datetime],
.achieveforms-container input[type=number],
.achieveforms-container input[type=password],
.achieveforms-container input[type=text],
.achieveforms-container input[type=time],
.achieveforms-container textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

._AF .tinyWrapper,
.achieveforms-container .tinyWrapper {
  width: 100% !important;
  height: 25em !important;
}

._AF .currency-prefix-wrapper.disabled .currency-prefix,
._AF .postfix-wrapper.disabled .postfix,
._AF .prefix-wrapper.disabled .prefix,
.achieveforms-container .currency-prefix-wrapper.disabled .currency-prefix,
.achieveforms-container .postfix-wrapper.disabled .postfix,
.achieveforms-container .prefix-wrapper.disabled .prefix {
  background-color: #ddd !important;
  border-color: #ccc !important;
}

._AF .btn,
._AF button,
.achieveforms-container .btn,
.achieveforms-container button {
  text-decoration: none;
}

._AF .btn:focus,
._AF button:focus,
.achieveforms-container .btn:focus,
.achieveforms-container button:focus {
  outline: 0;
}

._AF input[type=range],
.achieveforms-container input[type=range] {
  margin-bottom: 1em;
}

._AF input[type=checkbox],
._AF input[type=radio],
.achieveforms-container input[type=checkbox],
.achieveforms-container input[type=radio] {
  margin-right: .3em;
  border: 0 !important;
  outline: 0 !important;
  text-decoration: none !important;
  background-color: transparent !important;
}

._AF .currency-prefix-wrapper.readonly .currency-prefix,
._AF .postfix-wrapper.readonly .postfix,
._AF .prefix-wrapper.readonly .prefix,
._AF .readonly,
._AF fieldset[disabled] input,
._AF input[readonly]:not(.iemobile-pseudo-readonly),
._AF select[readonly],
._AF textarea[readonly],
.achieveforms-container .currency-prefix-wrapper.readonly .currency-prefix,
.achieveforms-container .postfix-wrapper.readonly .postfix,
.achieveforms-container .prefix-wrapper.readonly .prefix,
.achieveforms-container .readonly,
.achieveforms-container fieldset[disabled] input,
.achieveforms-container input[readonly]:not(.iemobile-pseudo-readonly),
.achieveforms-container select[readonly],
.achieveforms-container textarea[readonly] {
  opacity: 1;
  padding-top: 4px;
  padding-left: 0;
  color: #404040;
  border: none !important;
  outline: 0 !important;
  background: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none !important;
}

._AF .render fieldset[disabled] input[placeholder]::-webkit-input-placeholder,
.achieveforms-container .render fieldset[disabled] input[placeholder]::-webkit-input-placeholder {
  opacity: 0;
}

._AF .render fieldset[disabled] input[placeholder]:-moz-placeholder,
.achieveforms-container .render fieldset[disabled] input[placeholder]:-moz-placeholder {
  opacity: 0;
}

._AF .render fieldset[disabled] input[placeholder]::-moz-placeholder,
.achieveforms-container .render fieldset[disabled] input[placeholder]::-moz-placeholder {
  opacity: 0;
}

._AF .render fieldset[disabled] input[placeholder]:-ms-input-placeholder,
.achieveforms-container .render fieldset[disabled] input[placeholder]:-ms-input-placeholder {
  opacity: 0;
}

._AF input[readonly]:not(.iemobile-pseudo-readonly),
._AF select[readonly],
._AF textarea[readonly],
.achieveforms-container input[readonly]:not(.iemobile-pseudo-readonly),
.achieveforms-container select[readonly],
.achieveforms-container textarea[readonly] {
  border-color: #fff !important;
}

._AF .currency-prefix-wrapper.readonly .currency-prefix,
._AF .postfix-wrapper.readonly .postfix,
._AF .prefix-wrapper.readonly .prefix,
.achieveforms-container .currency-prefix-wrapper.readonly .currency-prefix,
.achieveforms-container .postfix-wrapper.readonly .postfix,
.achieveforms-container .prefix-wrapper.readonly .prefix {
  text-align: left;
}

._AF .postfix,
.achieveforms-container .postfix {
  padding-right: 6px !important;
}

._AF input[readonly]::-webkit-inner-spin-button,
._AF input[readonly]::-webkit-outer-spin-button,
.achieveforms-container input[readonly]::-webkit-inner-spin-button,
.achieveforms-container input[readonly]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

._AF input::-ms-clear,
._AF input::-ms-reveal,
.achieveforms-container input::-ms-clear,
.achieveforms-container input::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}

._AF .postfix-wrapper.error .postfix.disabled,
._AF .postfix-wrapper.error .postfix[disabled],
._AF .prefix-wrapper.error .prefix.disabled,
._AF .prefix-wrapper.error .prefix[disabled],
._AF input.error.disabled,
._AF input.error[disabled],
._AF select.error.disabled,
._AF select.error[disabled],
._AF textarea.error.disabled,
._AF textarea.error[disabled],
.achieveforms-container .postfix-wrapper.error .postfix.disabled,
.achieveforms-container .postfix-wrapper.error .postfix[disabled],
.achieveforms-container .prefix-wrapper.error .prefix.disabled,
.achieveforms-container .prefix-wrapper.error .prefix[disabled],
.achieveforms-container input.error.disabled,
.achieveforms-container input.error[disabled],
.achieveforms-container select.error.disabled,
.achieveforms-container select.error[disabled],
.achieveforms-container textarea.error.disabled,
.achieveforms-container textarea.error[disabled] {
  background: #ddd;
  border-color: #ccc;
}

input.error {
  margin-bottom: 0px !important;
}

._AF .postfix-wrapper.valid .postfix,
._AF .prefix-wrapper.valid .prefix,
._AF input.valid,
._AF select.valid,
._AF textarea.valid,
.achieveforms-container .postfix-wrapper.valid .postfix,
.achieveforms-container .prefix-wrapper.valid .prefix,
.achieveforms-container input.valid,
.achieveforms-container select.valid,
.achieveforms-container textarea.valid {
  border-color: #468847;
  border-radius: 0;
}

._AF .postfix-wrapper.valid .postfix.disabled,
._AF .postfix-wrapper.valid .postfix[disabled],
._AF .prefix-wrapper.valid .prefix.disabled,
._AF .prefix-wrapper.valid .prefix[disabled],
._AF input.valid.disabled,
._AF input.valid[disabled],
._AF select.valid.disabled,
._AF select.valid[disabled],
._AF textarea.valid.disabled,
._AF textarea.valid[disabled],
.achieveforms-container .postfix-wrapper.valid .postfix.disabled,
.achieveforms-container .postfix-wrapper.valid .postfix[disabled],
.achieveforms-container .prefix-wrapper.valid .prefix.disabled,
.achieveforms-container .prefix-wrapper.valid .prefix[disabled],
.achieveforms-container input.valid.disabled,
.achieveforms-container input.valid[disabled],
.achieveforms-container select.valid.disabled,
.achieveforms-container select.valid[disabled],
.achieveforms-container textarea.valid.disabled,
.achieveforms-container textarea.valid[disabled] {
  background: #fff;
  border-color: #fff;
}

._AF div.error-wrapper,
.achieveforms-container div.error-wrapper {
  padding: 0;
  margin-bottom: 0;
}

._AF label.error,
.achieveforms-container label.error {
  color: #e1291a;
  font-weight: 700;
  font-size: 16px;
  margin-top: 0 !important;
}

._AF legend,
.achieveforms-container legend {
  text-decoration: none;
  border-bottom: none;
}

.lt-ie9 .achieveforms-container select,
.lt-ie9._AF select {
  padding: 6px 6px 6px 12px !important;
}

.lt-ie9 .achieveforms-container select.disabled,
.lt-ie9 .achieveforms-container select.readonly,
.lt-ie9 .achieveforms-container select[disabled],
.lt-ie9._AF select.disabled,
.lt-ie9._AF select.readonly,
.lt-ie9._AF select[disabled] {
  background: #fff;
}

.mce-content-body dl,
.mce-content-body ol,
.mce-content-body ul {
  padding-left: 2.5em;
  list-style-position: outside;
}

@media only print, only screen and (max-width: 767px) {
  ._AF .form-control,
  ._AF input[type=date],
  ._AF input[type=datetime-local],
  ._AF input[type=datetime],
  ._AF input[type=email],
  ._AF input[type=month],
  ._AF input[type=number],
  ._AF input[type=password],
  ._AF input[type=search],
  ._AF input[type=tel],
  ._AF input[type=text],
  ._AF input[type=time],
  ._AF input[type=url],
  ._AF input[type=week],
  ._AF select,
  ._AF textarea,
  .achieveforms-container .form-control,
  .achieveforms-container input[type=date],
  .achieveforms-container input[type=datetime-local],
  .achieveforms-container input[type=datetime],
  .achieveforms-container input[type=email],
  .achieveforms-container input[type=month],
  .achieveforms-container input[type=number],
  .achieveforms-container input[type=password],
  .achieveforms-container input[type=search],
  .achieveforms-container input[type=tel],
  .achieveforms-container input[type=text],
  .achieveforms-container input[type=time],
  .achieveforms-container input[type=url],
  .achieveforms-container input[type=week],
  .achieveforms-container select,
  .achieveforms-container textarea {
    padding-left: 4px;
  }
  ._AF .btn,
  .achieveforms-container .btn {
    font-size: 14px;
  }
}

#footer.AF-Footer {
  height: 5em;
  display: block;
  font-size: 12px;
  text-align: center;
  color: #666;
}

#footer.AF-Footer #developer {
  display: block;
  text-align: center;
  margin: 3em auto;
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  cursor: pointer;
}

._AF .image-preview,
._AF .imagePreview,
.achieveforms-container .image-preview,
.achieveforms-container .imagePreview {
  margin-right: .2em;
  vertical-align: top;
  width: 25px;
  height: 20px;
  float: left;
}

._AF .optional-text,
.achieveforms-container .optional-text {
  display: inline-block;
  color: #b0171f;
  padding-left: .3em;
  font-size: .8em;
}

._AF .bootstrap-datetimepicker-widget,
.achieveforms-container .bootstrap-datetimepicker-widget {
  z-index: 3000;
}

._AF .btn-af,
.achieveforms-container .btn-af {
  text-align: center;
  color: #444;
  border-color: #ccc;
  background-image: none;
  background-color: #f5fbfe;
  box-shadow: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

._AF .btn-af .badge,
.achieveforms-container .btn-af .badge {
  color: #f5fbfe;
  background-color: #444;
}

._AF .btn-af.active,
._AF .btn-af:active,
._AF .btn-af:focus,
._AF .btn-af:hover,
.achieveforms-container .btn-af.active,
.achieveforms-container .btn-af:active,
.achieveforms-container .btn-af:focus,
.achieveforms-container .btn-af:hover,
.open .dropdown-toggle._AF .btn-af,
.open .dropdown-toggle.achieveforms-container .btn-af {
  -webkit-transition-duration: .2s, .2s, .2s;
  transition-duration: .2s, .2s, .2s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  background-color: #d0ecfa;
  outline:5px solid #fab500;
  color: #444;
}

._AF .btn-af.active,
._AF .btn-af:active,
.achieveforms-container .btn-af.active,
.achieveforms-container .btn-af:active,
.open .dropdown-toggle._AF .btn-af,
.open .dropdown-toggle.achieveforms-container .btn-af {
  background-image: none;
}

._AF .btn-af.disabled,
._AF .btn-af.disabled.active,
._AF .btn-af.disabled:active,
._AF .btn-af.disabled:focus,
._AF .btn-af.disabled:hover,
._AF .btn-af[disabled],
._AF .btn-af[disabled].active,
._AF .btn-af[disabled]:active,
._AF .btn-af[disabled]:focus,
._AF .btn-af[disabled]:hover,
.achieveforms-container .btn-af.disabled,
.achieveforms-container .btn-af.disabled.active,
.achieveforms-container .btn-af.disabled:active,
.achieveforms-container .btn-af.disabled:focus,
.achieveforms-container .btn-af.disabled:hover,
.achieveforms-container .btn-af[disabled],
.achieveforms-container .btn-af[disabled].active,
.achieveforms-container .btn-af[disabled]:active,
.achieveforms-container .btn-af[disabled]:focus,
.achieveforms-container .btn-af[disabled]:hover,
fieldset[disabled] ._AF .btn-af,
fieldset[disabled] ._AF .btn-af.active,
fieldset[disabled] ._AF .btn-af:active,
fieldset[disabled] ._AF .btn-af:focus,
fieldset[disabled] ._AF .btn-af:hover,
fieldset[disabled] .achieveforms-container .btn-af,
fieldset[disabled] .achieveforms-container .btn-af.active,
fieldset[disabled] .achieveforms-container .btn-af:active,
fieldset[disabled] .achieveforms-container .btn-af:focus,
fieldset[disabled] .achieveforms-container .btn-af:hover {
  background-color: #f5fbfe;
  border-color: #ccc;
}

._AF .btn-af-dark,
.achieveforms-container .btn-af-dark {
  text-align: center;
  color: #fff;
  border-color: #00195b;
  background-image: none;
  background-color: #03c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

._AF .btn-af-dark .badge,
.achieveforms-container .btn-af-dark .badge {
  color: #03c;
  background-color: #fff;
}

._AF .btn-af-dark.active,
._AF .btn-af-dark:active,
._AF .btn-af-dark:focus,
._AF .btn-af-dark:hover,
.achieveforms-container .btn-af-dark.active,
.achieveforms-container .btn-af-dark:active,
.achieveforms-container .btn-af-dark:focus,
.achieveforms-container .btn-af-dark:hover,
.open .dropdown-toggle._AF .btn-af-dark,
.open .dropdown-toggle.achieveforms-container .btn-af-dark {
  -webkit-transition-duration: .2s, .2s, .2s;
  transition-duration: .2s, .2s, .2s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  background-color: #0029a3;
  border-color: #00081e;
  color: #fff;
}

._AF .btn-af-dark.active,
._AF .btn-af-dark:active,
.achieveforms-container .btn-af-dark.active,
.achieveforms-container .btn-af-dark:active,
.open .dropdown-toggle._AF .btn-af-dark,
.open .dropdown-toggle.achieveforms-container .btn-af-dark {
  background-image: none;
}

._AF .btn-af-dark.disabled,
._AF .btn-af-dark.disabled.active,
._AF .btn-af-dark.disabled:active,
._AF .btn-af-dark.disabled:focus,
._AF .btn-af-dark.disabled:hover,
._AF .btn-af-dark[disabled],
._AF .btn-af-dark[disabled].active,
._AF .btn-af-dark[disabled]:active,
._AF .btn-af-dark[disabled]:focus,
._AF .btn-af-dark[disabled]:hover,
.achieveforms-container .btn-af-dark.disabled,
.achieveforms-container .btn-af-dark.disabled.active,
.achieveforms-container .btn-af-dark.disabled:active,
.achieveforms-container .btn-af-dark.disabled:focus,
.achieveforms-container .btn-af-dark.disabled:hover,
.achieveforms-container .btn-af-dark[disabled],
.achieveforms-container .btn-af-dark[disabled].active,
.achieveforms-container .btn-af-dark[disabled]:active,
.achieveforms-container .btn-af-dark[disabled]:focus,
.achieveforms-container .btn-af-dark[disabled]:hover,
fieldset[disabled] ._AF .btn-af-dark,
fieldset[disabled] ._AF .btn-af-dark.active,
fieldset[disabled] ._AF .btn-af-dark:active,
fieldset[disabled] ._AF .btn-af-dark:focus,
fieldset[disabled] ._AF .btn-af-dark:hover,
fieldset[disabled] .achieveforms-container .btn-af-dark,
fieldset[disabled] .achieveforms-container .btn-af-dark.active,
fieldset[disabled] .achieveforms-container .btn-af-dark:active,
fieldset[disabled] .achieveforms-container .btn-af-dark:focus,
fieldset[disabled] .achieveforms-container .btn-af-dark:hover {
  background-color: #03c;
  border-color: #00195b;
}

._AF .btn-group-vertical > .btn-group:after,
._AF .btn-group-vertical > .btn-group:before,
._AF .btn-toolbar:after,
._AF .btn-toolbar:before,
._AF .clearfix:after,
._AF .clearfix:before,
._AF .container-fluid:after,
._AF .container-fluid:before,
._AF .container:after,
._AF .container:before,
._AF .form-horizontal .form-group:after,
._AF .form-horizontal .form-group:before,
._AF .nav:after,
._AF .nav:before,
._AF .navbar-collapse:after,
._AF .navbar-collapse:before,
._AF .navbar-header:after,
._AF .navbar-header:before,
._AF .navbar:after,
._AF .navbar:before,
._AF .row:after,
._AF .row:before,
.achieveforms-container .btn-group-vertical > .btn-group:after,
.achieveforms-container .btn-group-vertical > .btn-group:before,
.achieveforms-container .btn-toolbar:after,
.achieveforms-container .btn-toolbar:before,
.achieveforms-container .clearfix:after,
.achieveforms-container .clearfix:before,
.achieveforms-container .container-fluid:after,
.achieveforms-container .container-fluid:before,
.achieveforms-container .container:after,
.achieveforms-container .container:before,
.achieveforms-container .form-horizontal .form-group:after,
.achieveforms-container .form-horizontal .form-group:before,
.achieveforms-container .nav:after,
.achieveforms-container .nav:before,
.achieveforms-container .navbar-collapse:after,
.achieveforms-container .navbar-collapse:before,
.achieveforms-container .navbar-header:after,
.achieveforms-container .navbar-header:before,
.achieveforms-container .navbar:after,
.achieveforms-container .navbar:before,
.achieveforms-container .row:after,
.achieveforms-container .row:before {
  display: table;
  content: " ";
  line-height: 0;
}

._AF .btn-group-vertical > .btn-group:after,
._AF .btn-toolbar:after,
._AF .clearfix:after,
._AF .container-fluid:after,
._AF .container:after,
._AF .form-horizontal .form-group:after,
._AF .navbar-collapse:after,
._AF .navbar-header:after,
._AF .navbar:after,
._AF .row:after,
.achieveforms-container .btn-group-vertical > .btn-group:after,
.achieveforms-container .btn-toolbar:after,
.achieveforms-container .clearfix:after,
.achieveforms-container .container-fluid:after,
.achieveforms-container .container:after,
.achieveforms-container .form-horizontal .form-group:after,
.achieveforms-container .nav:after,
.achieveforms-container .navbar-collapse:after,
.achieveforms-container .navbar-header:after,
.achieveforms-container .navbar:after,
.achieveforms-container .row:after {
  clear: both;
}

._AF .draghover,
.achieveforms-container .draghover {
  background-color: #ccc !important;
}

._AF .mandatory,
.achieveforms-container .mandatory {
  color: #eb0000;
  padding-left: .3em;
}

._AF .offscreen,
.achieveforms-container .offscreen {
  position: absolute;
  left: -10000px;
}

._AF .af-offscreen,
.achieveforms-container .af-offscreen {
  position: absolute !important;
  left: -10000px !important;
}

._AF .af-hide,
.achieveforms-container .af-hide {
  display: none !important;
}

._AF .af-invisible,
.achieveforms-container .af-invisible {
  visibility: hidden !important;
}

._AF .af-error,
._AF .af-red,
._AF .red,
.achieveforms-container .af-error,
.achieveforms-container .af-red,
.achieveforms-container .red {
  color: #d00 !important;
}

._AF .af-center,
._AF .af-right,
.achieveforms-container .af-center,
.achieveforms-container .af-right {
  text-align: center !important;
}

._AF .af-validation,
.achieveforms-container .af-validation {
  color: #d00 !important;
  text-align: center !important;
}

._AF img.AF-Image-Upload,
.achieveforms-container img.AF-Image-Upload {
  max-width: 100%;
}

._AF .af-clear,
._AF .clear,
.achieveforms-container .af-clear,
.achieveforms-container .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

._AF .select2-offscreen,
.achieveforms-container .select2-offscreen {
  position: absolute !important;
}

._AF .full,
._AF .full-width,
.achieveforms-container .full,
.achieveforms-container .full-width {
  width: 100%;
}

._AF .small-text,
.achieveforms-container .small-text {
  vertical-align: top;
  font-size: 10px;
}

._AF .af-text,
.achieveforms-container .af-text {
  color: #03c;
}

._AF .af-text-light,
.achieveforms-container .af-text-light {
  color: #f5fbfe;
}

._AF .af-opaque,
.achieveforms-container .af-opaque {
  opacity: .2;
}

._AF .af-disabled-btn,
.achieveforms-container .af-disabled-btn {
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

._AF .map-holder,
.achieveforms-container .map-holder {
  z-index: 0;
}

._AF .map-holder,
._AF .map-holder *,
.achieveforms-container .map-holder,
.achieveforms-container .map-holder * {
  box-sizing: content-box;
}

._AF .map-address b,
.achieveforms-container .map-address b {
  display: block;
}

._AF .hide-overflow,
.achieveforms-container .hide-overflow {
  overflow: hidden !important;
}

._AF .hide-overflow > *::-webkit-scrollbar,
.achieveforms-container .hide-overflow > *::-webkit-scrollbar {
  display: none;
}

._AF .hide-overflow::-webkit-scrollbar,
.achieveforms-container .hide-overflow::-webkit-scrollbar {
  display: none;
}

._AF .af-fullscreen,
.achieveforms-container .af-fullscreen {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  position: fixed;
  overflow: hidden;
  min-height: 100%;
  padding: .5em 1em;
  background: #fff;
}

._AF .filter_wrapper.logs label:before,
.achieveforms-container .filter_wrapper.logs label:before {
  left: 0.3em !important;
}

._AF .filter_wrapper .dataTables_filter,
.achieveforms-container .filter_wrapper .dataTables_filter {
  float: none;
}

._AF .filter_wrapper .dataTables_filter label,
.achieveforms-container .filter_wrapper .dataTables_filter label {
  width: 100%;
}

._AF .filter_wrapper .dataTables_filter label:before,
.achieveforms-container .filter_wrapper .dataTables_filter label:before {
  left: 0;
  font-size: 1.3em;
  content: "\f002";
  margin-top: .2em;
  position: absolute;
  color: #888;
  font-family: FontAwesome;
}

._AF .filter_wrapper .dataTables_filter label input,
.achieveforms-container .filter_wrapper .dataTables_filter label input {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.3em;
  padding-left: 1.5em;
  border-bottom: solid 1px #d1d1d1;
}

._AF .filter_wrapper .dataTables_filter label input:focus,
.achieveforms-container .filter_wrapper .dataTables_filter label input:focus {
  box-shadow: none;
  border-color: #d1d1d1;
}

._AF .dataTables_scroll,
.achieveforms-container .dataTables_scroll {
  border-radius: 4px;
}

._AF table.dataTable,
.achieveforms-container table.dataTable {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  word-wrap: break-word;
}

._AF table.dataTable thead,
.achieveforms-container table.dataTable thead {
  background: 0 0;
}

._AF table.dataTable thead tr,
.achieveforms-container table.dataTable thead tr {
  border: 0;
  border-bottom: 0;
}

._AF table.dataTable thead tr th,
.achieveforms-container table.dataTable thead tr th {
  padding-left: 10px;
  font-size: 14px;
  color: #444;
}

._AF table.dataTable thead tr th:after,
.achieveforms-container table.dataTable thead tr th:after {
  top: 2px;
}

._AF table.dataTable thead tr th.sorting_desc:after,
.achieveforms-container table.dataTable thead tr th.sorting_desc:after {
  top: -2px;
}

._AF table.dataTable thead tr th.sorting_asc:after,
.achieveforms-container table.dataTable thead tr th.sorting_asc:after {
  top: 4px;
}

._AF table.dataTable tbody tr,
.achieveforms-container table.dataTable tbody tr {
  border: 0;
  border-bottom: 0;
  background-color: #fff;
}

._AF table.dataTable tbody tr.even,
._AF table.dataTable tbody tr.odd,
.achieveforms-container table.dataTable tbody tr.even,
.achieveforms-container table.dataTable tbody tr.odd {
  background-color: inherit;
}

._AF table.dataTable tbody tr td,
.achieveforms-container table.dataTable tbody tr td {
  border: 0;
  height: 4em;
  padding: 0 10px;
}

._AF table.dataTable tbody tr td.dataTables_empty,
.achieveforms-container table.dataTable tbody tr td.dataTables_empty {
  font-size: 13px;
  padding-top: 1em;
  text-align: center;
}

._AF table.dataTable tbody tr td .select2-container,
.achieveforms-container table.dataTable tbody tr td .select2-container {
  width: 100%;
}

._AF table.dataTable .merged,
.achieveforms-container table.dataTable .merged {
  padding-right: 0;
}

._AF table.dataTable .merged .input-group-addon,
.achieveforms-container table.dataTable .merged .input-group-addon {
  border-right: 0;
  background-color: #fff;
  border-color: #c4d0f3;
}

._AF table.dataTable .merged input,
.achieveforms-container table.dataTable .merged input {
  border-left: 0;
  box-shadow: none;
  background-color: #fff;
  border-color: #c4d0f3;
}

._AF table.dataTable .select2-container,
._AF table.dataTable select,
.achieveforms-container table.dataTable .select2-container,
.achieveforms-container table.dataTable select {
  margin-bottom: 0;
}

._AF table.dataTable .select2-container,
.achieveforms-container table.dataTable .select2-container {
  border: 0;
}

._AF table.dataTable tr.even td.sorting_1,
._AF table.dataTable tr.odd td.sorting_1,
.achieveforms-container table.dataTable tr.even td.sorting_1,
.achieveforms-container table.dataTable tr.odd td.sorting_1 {
  background: inherit;
}

._AF table.dataTable tr div.movable,
.achieveforms-container table.dataTable tr div.movable {
  float: left;
  padding-right: 10px;
  display: table-cell;
  font-size: 1.5em;
}

._AF table.dataTable tr div.movable + div,
.achieveforms-container table.dataTable tr div.movable + div {
  display: table-cell;
}

._AF table.dataTable tr div.movable i,
.achieveforms-container table.dataTable tr div.movable i {
  margin-right: 1px;
  color: #d1d1d1;
}

._AF .dataTables_info,
._AF .dataTables_length select,
._AF .dataTables_paginate,
.achieveforms-container .dataTables_info,
.achieveforms-container .dataTables_length select,
.achieveforms-container .dataTables_paginate {
  font-size: 13px;
  margin-bottom: 0;
}

._AF div.dataTables_wrapper,
.achieveforms-container div.dataTables_wrapper {
  position: relative;
  padding: 0;
}

._AF div.dataTables_wrapper .paginate_disabled_next,
._AF div.dataTables_wrapper .paginate_disabled_previous,
.achieveforms-container div.dataTables_wrapper .paginate_disabled_next,
.achieveforms-container div.dataTables_wrapper .paginate_disabled_previous,
.no-touch .achieveforms-container table.dataTable tbody tr .actionIcon,
.no-touch._AF table.dataTable tbody tr .actionIcon {
  visibility: hidden;
}

.no-touch .achieveforms-container table.dataTable tbody tr:hover .actionIcon,
.no-touch._AF table.dataTable tbody tr:hover .actionIcon {
  visibility: visible;
}

.ace_editor {
  border: 1px solid #eee !important;
}

.ace_editor * {
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

@media only print, only screen and (max-width: 767px) {
  ._AF .row .row,
  .achieveforms-container .row .row {
    width: auto;
    margin-left: -.25em;
    margin-right: -.25em;
  }
  ._AF .column,
  ._AF .columns,
  .achieveforms-container .column,
  .achieveforms-container .columns {
    position: relative;
    padding-left: .25em;
    padding-right: .25em;
  }
  ._AF h1.columns,
  .achieveforms-container h1.columns {
    padding-left: .125em;
    padding-right: .125em;
  }
}

@media (max-width: 767px) {
  ._AF .AF-col-xs-fluid,
  .achieveforms-container .AF-col-xs-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  ._AF .AF-col-sm-fluid,
  .achieveforms-container .AF-col-sm-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

._AF .select2-container .select2-search-field input[type=text],
.achieveforms-container .select2-container .select2-search-field input[type=text] {
  height: 30px;
}

._AF .select2-container:focus,
.achieveforms-container .select2-container:focus {
  outline: 0;
  box-shadow: none;
}

._AF .select2-container.error .select2-choice, ._AF .select2-container.error .select2-choices, .achieveforms-container .select2-container.error .select2-choice, .achieveforms-container .select2-container.error .select2-choices {
    border-color: #000!important;
}

._AF .select2-container.select2-container-disabled,
.achieveforms-container .select2-container.select2-container-disabled {
  background-color: #ddd;
}

._AF .select2-container.select2-container-disabled.error .select2-choice,
._AF .select2-container.select2-container-disabled.error .select2-choices,
._AF .select2-container.select2-container-disabled.valid .select2-choice,
._AF .select2-container.select2-container-disabled.valid .select2-choices,
.achieveforms-container .select2-container.select2-container-disabled.error .select2-choice,
.achieveforms-container .select2-container.select2-container-disabled.error .select2-choices,
.achieveforms-container .select2-container.select2-container-disabled.valid .select2-choice,
.achieveforms-container .select2-container.select2-container-disabled.valid .select2-choices {
  border-color: #ccc !important;
}

._AF .select2-container.select2-container-disabled .select2-choice,
._AF .select2-container.select2-container-disabled .select2-choice .select2-arrow,
._AF .select2-container.select2-container-disabled .select2-choices,
._AF .select2-container.select2-container-disabled .select2-choices .select2-arrow,
.achieveforms-container .select2-container.select2-container-disabled .select2-choice,
.achieveforms-container .select2-container.select2-container-disabled .select2-choice .select2-arrow,
.achieveforms-container .select2-container.select2-container-disabled .select2-choices,
.achieveforms-container .select2-container.select2-container-disabled .select2-choices .select2-arrow {
  background-color: #ddd;
}

._AF .select2-container.select2-container-multi .select2-input,
.achieveforms-container .select2-container.select2-container-multi .select2-input {
  box-shadow: none;
}

._AF .select2-container.select2-container-multi .select2-choices,
.achieveforms-container .select2-container.select2-container-multi .select2-choices {
  padding-left: 8px;
  border-radius: 4px;
  background-image: none;
  height: 35px !important;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  overflow-y: scroll;
  overflow-x: hidden;
}

._AF .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.achieveforms-container .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  color: #666;
  margin: 3px 6px 3px 0;
  padding: 5px 5px 5px 18px;
}

._AF .select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
.achieveforms-container .select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  top: 5.5px;
}

._AF .select2-container.select2-container-multi .select2-choices .select2-default,
.achieveforms-container .select2-container.select2-container-multi .select2-choices .select2-default {
  color: #666 !important;
}

._AF .select2-container.select2-dropdown-open .select2-choice,
._AF .select2-container.select2-dropdown-open .select2-choices,
.achieveforms-container .select2-container.select2-dropdown-open .select2-choice,
.achieveforms-container .select2-container.select2-dropdown-open .select2-choices {
  border: 1px solid #52a8ec !important;
  border-bottom: none !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

._AF .select2-results,
.achieveforms-container .select2-results {
  font-size: 14px;
}

._AF .editable-clear-x,
.achieveforms-container .editable-clear-x {
  top: 23%;
  margin-top: 0;
}

._AF .editable-error-block,
.achieveforms-container .editable-error-block {
  font-size: 12px;
  max-width: none;
}

._AF .editableform .form-control,
.achieveforms-container .editableform .form-control {
  width: 100%;
}

._AF .btn.btn-default,
.achieveforms-container .btn.btn-default {
  color: #333;
}

._AF .input-group-addon,
.achieveforms-container .input-group-addon {
  border: 1px solid #ccc;
}

@media (max-width: 979px) {
  ._AF .navbar-fixed-bottom,
  ._AF .navbar-fixed-top,
  .achieveforms-container .navbar-fixed-bottom,
  .achieveforms-container .navbar-fixed-top {
    position: fixed;
    margin-left: 0;
    margin-right: 0;
  }
}

._AF .pagination li,
.achieveforms-container .pagination li {
  cursor: pointer;
}

._AF .gm-style .gmnoprint,
.achieveforms-container .gm-style .gmnoprint {
  width: auto !important;
}

._AF .gm-style .gm-style-iw,
.achieveforms-container .gm-style .gm-style-iw {
  left: 4px;
}

._AF .gm-style .gm-style-iw div,
.achieveforms-container .gm-style .gm-style-iw div {
  overflow: hidden !important;
}

._AF .gm-style .gm-style-iw div .map-address,
.achieveforms-container .gm-style .gm-style-iw div .map-address {
  padding-top: .2em;
  display: inline-block;
}

._AF .gm-style .gm-style-iw div .map-address span,
.achieveforms-container .gm-style .gm-style-iw div .map-address span {
  padding-bottom: .3em;
}

._AF .mce-fullscreen,
.achieveforms-container .mce-fullscreen {
  z-index: 3000 !important;
}

._AF .tinymce-wrapper,
.achieveforms-container .tinymce-wrapper {
  overflow-x: hidden;
}

._AF .sp-replacer,
.achieveforms-container .sp-replacer {
  width: inherit;
}

._AF .sp-replacer .sp-preview,
.achieveforms-container .sp-replacer .sp-preview {
  width: 90%;
}

._AF .ui-pnotify,
.achieveforms-container .ui-pnotify {
  font-size: 14px;
}

._AF .ui-pnotify button,
.achieveforms-container .ui-pnotify button {
  margin-top: 5px;
  font-size: .75em;
}

._AF .ui-pnotify button.btn-danger,
._AF .ui-pnotify button.btn-success,
.achieveforms-container .ui-pnotify button.btn-danger,
.achieveforms-container .ui-pnotify button.btn-success {
  color: #fff;
}

._AF .ui-pnotify h4.ui-pnotify-title,
.achieveforms-container .ui-pnotify h4.ui-pnotify-title {
  line-height: .9em;
}

._AF .ui-pnotify .ui-pnotify-text,
.achieveforms-container .ui-pnotify .ui-pnotify-text {
  line-height: 1.37em;
  word-wrap: break-word;
}

._AF .ui-pnotify .ui-pnotify-prompt-input,
.achieveforms-container .ui-pnotify .ui-pnotify-prompt-input {
  width: 100%;
  margin-top: 1em;
}

._AF .af-slider,
.achieveforms-container .af-slider {
  padding-left: 0;
  padding-right: 0;
}

._AF .af-slider .rangeslider__fill,
.achieveforms-container .af-slider .rangeslider__fill {
  margin-top: 12px;
  height: 10px;
}

._AF .af-slider .rangeslider__handle,
.achieveforms-container .af-slider .rangeslider__handle {
  height: 20px;
  width: 20px;
  top: 7px;
}

.btn {
  text-overflow: ellipsis;
  overflow: hidden;
}


fieldset.valid input[type=checkbox] + label:before,
fieldset.valid input[type=radio] + label:before {
  border-color: #468847 !important;
}

input[type=checkbox].check2,
input[type=checkbox].radio2,
input[type=radio].check2,
input[type=radio].radio2 {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: inline;
}

input[type=checkbox].check2:focus + label:before,
input[type=checkbox].radio2:focus + label:before,
input[type=radio].check2:focus + label:before,
input[type=radio].radio2:focus + label:before {
  color: #52a8ec;
  border-color: transparent;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: block;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  line-height: 1;
  font-size: 16px;
  color: #666;
  padding-right: 6px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  transition: all .15s;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}



input[type=checkbox] + label.btn:before,
input[type=radio] + label.btn:before {
  border: none;
}

input[type=checkbox].checked + label:before,
input[type=checkbox]:checked + label:before,
input[type=radio].checked + label:before,
input[type=radio]:checked + label:before {
  opacity: 1;
  max-width: 25px;
}

input[type=radio] + label:before {
  content: "\00a0";
  border: 1px solid gray;
  border-radius: 16px;
  padding: 5px;
  font-size: 2.5em;
  margin-right: 5px;
  height: 16px;
}

input[type=radio]:disabled:checked + label:before {
  border-color: #ddd;
  background-color: #ddd;
}

input[type=radio].checked + label:before,
input[type=radio]:checked + label:before {
  content: "\00a0";
  background-color: #468847;
  border-color: #468847;
}

input[type=checkbox] + label:before {
  content: "\00a0";
  border: 1px solid gray;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  color: #468847;
}

input[type=checkbox]:disabled:checked + label:before {
  border-color: #ddd;
}

input[type=checkbox].checked + label:before,
input[type=checkbox]:checked + label:before {
  content: "\2714";
  border-color: #468847;
}

.lt-ie9 input[type=checkbox].check2,
.lt-ie9 input[type=checkbox].radio2,
.lt-ie9 input[type=radio].check2,
.lt-ie9 input[type=radio].radio2 {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.lt-ie9 input[type=checkbox].check2 + label:before,
.lt-ie9 input[type=checkbox].radio2 + label:before,
.lt-ie9 input[type=radio].check2 + label:before,
.lt-ie9 input[type=radio].radio2 + label:before {
  content: "";
}

input[type=checkbox] + label.btn:before,
input[type=radio] + label.btn:before {
  width: 0;
  margin: 0;
  padding: 0;
  content: "" !important;
}

input[type=checkbox]:checked + label.btn,
input[type=radio]:checked + label.btn {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-repeat: repeat-x;
  text-align: left;
  border-color: #4cae4c;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #000 !important;
  background-color: transparent;
}

input[type=checkbox]:checked + label.btn.active,
input[type=checkbox]:checked + label.btn:active,
input[type=radio]:checked + label.btn.active,
input[type=radio]:checked + label.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: none;
}

input[type=checkbox]:checked + label.btn:focus,
input[type=checkbox]:checked + label.btn:hover,
input[type=radio]:checked + label.btn:focus,
input[type=radio]:checked + label.btn:hover {
  background-color: #419641;
  background-position: 0 -15px;
}

input[type=checkbox]:checked + label.btn.active,
input[type=checkbox]:checked + label.btn:active,
input[type=radio]:checked + label.btn.active,
input[type=radio]:checked + label.btn:active {
  background-color: #419641;
  border-color: #3e8f3e;
}

input[type=checkbox]:checked + label.btn .badge,
input[type=radio]:checked + label.btn .badge {
  color: #5cb85c;
  background-color: #fff;
}

.open .dropdown-toggleinput[type=checkbox]:checked + label.btn,
.open .dropdown-toggleinput[type=radio]:checked + label.btn,
input[type=checkbox]:checked + label.btn.active,
input[type=checkbox]:checked + label.btn:active,
input[type=checkbox]:checked + label.btn:focus,
input[type=checkbox]:checked + label.btn:hover,
input[type=radio]:checked + label.btn.active,
input[type=radio]:checked + label.btn:active,
input[type=radio]:checked + label.btn:focus,
input[type=radio]:checked + label.btn:hover {
  -webkit-transition-duration: .2s, .2s, .2s;
  transition-duration: .2s, .2s, .2s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

.open .dropdown-toggleinput[type=checkbox]:checked + label.btn,
.open .dropdown-toggleinput[type=radio]:checked + label.btn,
input[type=checkbox]:checked + label.btn.active,
input[type=checkbox]:checked + label.btn:active,
input[type=radio]:checked + label.btn.active,
input[type=radio]:checked + label.btn:active {
  background-image: none;
}

fieldset[disabled] input[type=checkbox]:checked + label.btn,
fieldset[disabled] input[type=checkbox]:checked + label.btn.active,
fieldset[disabled] input[type=checkbox]:checked + label.btn:active,
fieldset[disabled] input[type=checkbox]:checked + label.btn:focus,
fieldset[disabled] input[type=checkbox]:checked + label.btn:hover,
fieldset[disabled] input[type=radio]:checked + label.btn,
fieldset[disabled] input[type=radio]:checked + label.btn.active,
fieldset[disabled] input[type=radio]:checked + label.btn:active,
fieldset[disabled] input[type=radio]:checked + label.btn:focus,
fieldset[disabled] input[type=radio]:checked + label.btn:hover,
input[type=checkbox]:checked + label.btn.disabled,
input[type=checkbox]:checked + label.btn.disabled.active,
input[type=checkbox]:checked + label.btn.disabled:active,
input[type=checkbox]:checked + label.btn.disabled:focus,
input[type=checkbox]:checked + label.btn.disabled:hover,
input[type=checkbox]:checked + label.btn[disabled],
input[type=checkbox]:checked + label.btn[disabled].active,
input[type=checkbox]:checked + label.btn[disabled]:active,
input[type=checkbox]:checked + label.btn[disabled]:focus,
input[type=checkbox]:checked + label.btn[disabled]:hover,
input[type=radio]:checked + label.btn.disabled,
input[type=radio]:checked + label.btn.disabled.active,
input[type=radio]:checked + label.btn.disabled:active,
input[type=radio]:checked + label.btn.disabled:focus,
input[type=radio]:checked + label.btn.disabled:hover,
input[type=radio]:checked + label.btn[disabled],
input[type=radio]:checked + label.btn[disabled].active,
input[type=radio]:checked + label.btn[disabled]:active,
input[type=radio]:checked + label.btn[disabled]:focus,
input[type=radio]:checked + label.btn[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .map-holder:hover {
    cursor: pointer;
  }
}

[data-page=test] #currentTestName {
  width: calc(100vw - 315px);
  height: 32px;
  display: inline-block;
}

[data-page=test] #testSearchInput {
  width: 100%;
}

[data-page=test] .removeField,
[data-page=test] input[type=radio] {
  cursor: pointer;
}

[data-page=test] .testListTestName {
  cursor: text;
  pointer-events: none;
}

[data-page=test] .table > tbody > tr > td,
[data-page=test] .table > tbody > tr > th,
[data-page=test] .table > tfoot > tr > td,
[data-page=test] .table > tfoot > tr > th,
[data-page=test] .table > thead > tr > td,
[data-page=test] .table > thead > tr > th {
  padding: 6px 3px;
}

[data-page=test] .flexBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 1em 3vw 0 1vw;
}

[data-page=test] .flexContent {
  flex: 1;
  overflow: auto;
  height: calc(100vh - 419px);
}

@media (min-width: 768px) {
  [data-page=test] .flexBox {
    position: fixed;
    min-width: calc(33vw - 80px);
  }
  [data-page=test] #currentTestName {
    width: calc(58.3vw - 344px);
  }
  [data-page=test] .previousbutton + #testCancelBtn + #testNextBtn + #currentTestName {
    width: calc(58.3vw - 444px);
  }
}

.saveDisabled #testSaveBtn,
.saveDisabled .test-play {
  pointer-events: none;
  opacity: .5;
}

.testListTestName {
  background: 0 0;
  border: none;
  border-bottom: 1px dashed #03C;
  font-size: 16px;
  padding: 0;
}

.testListTestName.disabled {
  border: none;
}

.hiddenSubmitBtn {
  display: none;
}

#testSaveBtn {
  margin: 0;
  background-color: #428BCA;
  color: #fff;
}

#testNextBtn {
  margin-left: 1em;
}

#testCancelBtn {
  margin-right: 0;
}

body._AF,
div._AF {
  position: relative;
}

body._AF h1,
div._AF h1,
html._AF h1 {
  font-size: 2em;
}

body._AF h2,
div._AF h2,
html._AF h2 {
  font-size: 1.75em;
}

body._AF h3,
div._AF h3,
html._AF h3 {
  font-size: 1.5em;
}

body._AF h4,
div._AF h4,
html._AF h4 {
  font-size: 1.25em;
}

body._AF h5,
div._AF h5,
html._AF h5 {
  font-size: 1.125em;
}

body._AF h6,
div._AF h6,
html._AF h6 {
  font-size: 1em;
}

@media only print, only screen and (max-width: 767px) {
  body._AF,
  div._AF,
  html._AF {
    font-size: 95%;
  }
  body._AF h1,
  div._AF h1,
  html._AF h1 {
    font-size: 1.75em;
  }
  body._AF h2,
  div._AF h2,
  html._AF h2 {
    font-size: 1.5em;
  }
  body._AF h3,
  div._AF h3,
  html._AF h3 {
    font-size: 1.25em;
  }
  body._AF h4,
  div._AF h4,
  html._AF h4 {
    font-size: 1.125em;
  }
  body._AF h5,
  body._AF h6,
  div._AF h5,
  div._AF h6,
  html._AF h5,
  html._AF h6 {
    font-size: 1em;
  }
}

.achieveforms-container {
  border: 1px solid #ccc;
}

.achieveforms-container .achieveforms-container {
  border: 0;
  padding: 0;
}


.achieveforms-container .form-actions.dropdown {
  right: -.9em;
}

.achieveforms-container .form-actions.dropdown .form-actions-dropdown-toggle {
  color: #03c;
  background: #fff;
  padding: 0;
}

.achieveforms-container .form-actions.dropdown .form-actions-dropdown-toggle:hover {
  color: #090;
}

.achieveforms-container .form-actions.dropdown .form-actions-dropdown-toggle i {
  font-size: 1.2em;
  padding-left: .2em;
}

.achieveforms-container .form-actions.dropdown .dropdown-menu {
  font-size: 13px;
}

.achieveforms-container .form-actions.dropdown .dropdown-menu li a {
  display: block !important;
}

.achieveforms-container .form-actions.dropdown .dropdown-menu .fa {
  vertical-align: middle;
  margin-right: 1em;
}

.achieveforms-container .language-select-wrapper {
  margin: 1em 0 0;
  padding: 0;
}

.achieveforms-container .form-error-wrapper {
  position: absolute;
  margin-top: .2em;
}

.achieveforms-container .must-be-valid-wrapper {
  position: absolute;
  top: -1.5em;
  left: 0;
  padding: 0;
  font-size: 13px;
}

.achieveforms-container .form-settings-nav {
  list-style: none;
  font-size: 11px;
  position: absolute;
  top: .5em;
  right: .8em;
  z-index: 4;
}

.achieveforms-container .form-settings-nav .dropdown-form-actions-toggle {
  color: #03c;
}

.achieveforms-container .form-settings-nav .dropdown-form-actions-toggle i {
  padding-right: .3em;
}

.achieveforms-container .form-settings-nav .dropdown-form-actions.open .dropdown-menu {
  left: auto;
  right: 0;
}

.achieveforms-container .form-settings-nav .dropdown-form-actions.open .dropdown-menu li {
  font-size: 11px;
}

.achieveforms-container .form-settings-nav .dropdown-form-actions.open .dropdown-menu li i {
  color: #03c;
  margin-right: 2em;
}

.achieveforms-container .form-settings-nav .dropdown-form-actions.open .dropdown-menu li:last-child i {
  color: #b0171f;
}

.achieveforms-container header.formHeader.design .formDescription,
.achieveforms-container header.formHeader.design .processDescription,
.achieveforms-container header.processHeader.design .formDescription,
.achieveforms-container header.processHeader.design .processDescription {
  min-height: 1.55em;
}

.achieveforms-container header.formHeader .formDescription,
.achieveforms-container header.formHeader .processDescription,
.achieveforms-container header.processHeader .formDescription,
.achieveforms-container header.processHeader .processDescription {
  margin-bottom: .5em;
}

.achieveforms-container header.formHeader .editable-container,
.achieveforms-container header.formHeader .editable-container .editable-input,
.achieveforms-container header.formHeader .editable-form,
.achieveforms-container header.formHeader .editable-form .editable-input,
.achieveforms-container header.formHeader .form-group,
.achieveforms-container header.formHeader .form-group .editable-input,
.achieveforms-container header.processHeader .editable-container,
.achieveforms-container header.processHeader .editable-container .editable-input,
.achieveforms-container header.processHeader .editable-form,
.achieveforms-container header.processHeader .editable-form .editable-input,
.achieveforms-container header.processHeader .form-group,
.achieveforms-container header.processHeader .form-group .editable-input {
  width: 100%;
}

.achieveforms-container .edit-range-field {
  width: 80px !important;
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.achieveforms-container .sectionsHead {
  background: #f5fbfe;
  position: relative;
  box-shadow: none;
}

.achieveforms-container .sectionsHead .addSection {
  position: absolute;
  top: .7em;
  right: 0;
  min-height: inherit;
  font-size: 1.2em;
  color: #303030;
  cursor: pointer;
  z-index: 2;
}

.achieveforms-container .sectionsHead .removeSection {
  margin: 0;
  padding: 0;
  top: .6em;
  right: .5em;
  cursor: pointer;
  position: absolute;
}

.achieveforms-container .sectionsHead .editable-container,
.achieveforms-container .sectionsHead .editable-form,
.achieveforms-container .sectionsHead .form-group {
  width: 100%;
}

.achieveforms-container .sectionsHead .editable-container .editable-input,
.achieveforms-container .sectionsHead .editable-form .editable-input,
.achieveforms-container .sectionsHead .form-group .editable-input {
  width: 90%;
}

.achieveforms-container .sectionsHead .editable-container .editable-input input,
.achieveforms-container .sectionsHead .editable-form .editable-input input,
.achieveforms-container .sectionsHead .form-group .editable-input input {
  margin-bottom: 0;
}

.achieveforms-container .sectionsHead.design .sectionsHeadInner {
  padding-right: 6%;
}

.achieveforms-container .sectionsHead.design .sectionNameWrapper .sectionNameTab {
  padding-right: 2em;
}

.achieveforms-container .sectionsHead.design .sectionNameWrapper.ui-state-disabled {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.achieveforms-container .sectionsHead.design.isSubform .sectionNameWrapper .sectionNameTab {
  padding-right: 15px;
}

.achieveforms-container .sectionsHead .sections-toggle-wrapper {
  min-height: 3em;
  border-bottom: solid 1px #d0e7f0;
}

.achieveforms-container .sectionsHead .sections-toggle-wrapper .navbar-toggle {
  width: 2em;
  z-index: 4;
  height: 2em;
  float: right;
  border: none;
  margin-right: 0;
  background-color: transparent;
}

.achieveforms-container .sectionsHead .sections-toggle-wrapper .navbar-toggle:focus {
  background-color: transparent;
}

.achieveforms-container .sectionsHead .sections-toggle-wrapper .navbar-toggle .icon-bar {
  background-color: #ccc;
  width: 1em;
}

.achieveforms-container .sectionsHead .sections-toggle-wrapper .active-section-name {
  top: 0.8em;
  left: 0.7em;
  font-size: 14px;
  padding-left: .25em;
  position: relative;
  color: #03c;
}

.achieveforms-container .sectionsHead .sectionsHeadInner {
  border-bottom: solid 1px #d0e7f0;
}

.achieveforms-container .sectionsHead .sectionsHeadInner.collapse {
  visibility: visible;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper {
  cursor: pointer;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper .sectionNameTab {
  color: inherit;
  word-wrap: break-word;
  text-decoration: none;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active:first-child,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active:first-child .sectionNameTab,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active:first-child span.editable-container,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.isSorting:first-child,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.isSorting:first-child .sectionNameTab,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.isSorting:first-child span.editable-container,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.ui-sortable-helper:first-child,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.ui-sortable-helper:first-child .sectionNameTab,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.ui-sortable-helper:first-child span.editable-container,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.ui-state-highlight:first-child,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.ui-state-highlight:first-child .sectionNameTab,
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.ui-state-highlight:first-child span.editable-container {
  border-left: 0;
  border-top-left-radius: 0;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.ui-state-highlight {
  border-radius: 4px;
  border-bottom: 0;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.isSorting {
  width: 7em;
  border-radius: 4px;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.sectionHover {
  color: #090 !important;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.valid {
  color: #090;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.invalid {
  color: #b0171f;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active {
  color: #03c;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active .sectionNameTab {
  border-color: #d0e7f0;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active.ui-state-highlight {
  backround-color: #fff;
  color: #03c;
  border: 0;
}

.no-touch .achieveforms-container .sectionsHead .navbar-toggle:hover {
  background-color: transparent;
}

.no-touch .achieveforms-container .sectionsHead .addSection:hover {
  color: #03c;
}

.no-touch .achieveforms-container .sectionsHead .removeSection:hover {
  color: #b0171f;
}

.no-touch .achieveforms-container .sectionsHead .sectionNameWrapper:hover {
  color: #03c;
}

.achieveforms-container .all-sections {
  margin-bottom: 1em;
  margin-top: 1em;
}

.achieveforms-container .all-sections:after,
.achieveforms-container .all-sections:before {
  content: " ";
  display: table;
}

.achieveforms-container .all-sections:after {
  clear: both;
}

.achieveforms-container .all-sections .hideLabel ~ .inlineSubform .all-sections {
  margin-top: 0;
}

.hideLabel {
	margin-top: 15px !important;
}

.achieveforms-container .all-sections .fields {
  margin-bottom: 0;
  padding-left: 1px;
}

.achieveforms-container .all-sections .fields .section-name-hidden {
  height: 1px;
  width: 1px;
  left: -10000px;
  top: auto;
  overflow: hidden;
  position: absolute !important;
  display: none;
}

.achieveforms-container .all-sections .fields.design .help-img-wrapper {
  right: 0;
}

.achieveforms-container .all-sections .fields.design .field[data-inline-subform=true] {
  outline: #aaa dashed 1px;
  outline-offset: 4px;
}

.achieveforms-container .all-sections .field {
  position: relative;
  padding-top: .5em;
}

.achieveforms-container .all-sections .field .html dl,
.achieveforms-container .all-sections .field .html ol,
.achieveforms-container .all-sections .field .html ul,
.achieveforms-container .all-sections .field .staticText dl,
.achieveforms-container .all-sections .field .staticText ol,
.achieveforms-container .all-sections .field .staticText ul {
  padding: 0 0 1em 1.5em;
  list-style-position: outside;
}

.achieveforms-container .all-sections .field:after,
.achieveforms-container .all-sections .field:before {
  content: " ";
  display: table;
}

.achieveforms-container .all-sections .field:after {
  clear: both;
}

.achieveforms-container .all-sections .field .conditionValue,
.achieveforms-container .all-sections .field .hiddenValue {
  color: #aaa;
  font-size: 11px;
  padding-left: 0;
}

.achieveforms-container .all-sections .field .field-actions {
  margin: 0;
  padding: .2em 0 0;
  top: .6em;
  right: -3em;
  height: 2em;
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}

.achieveforms-container .all-sections .field .field-actions .field-action {
  font-size: 1.2em;
  margin-left: 1em;
  cursor: pointer;
  float: right;
  height: inherit;
}

.achieveforms-container .all-sections .field .field-actions .field-action:last-child {
  margin-left: 0;
}

.achieveforms-container .all-sections .field.active .field-actions {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.achieveforms-container .all-sections .field.active .field-actions .editField {
  color: #03c;
}

.achieveforms-container .all-sections .field.outline {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.achieveforms-container .all-sections .field[data-field-type=hidden] {
  padding: 0;
  height: 0;
  margin: 0;
  width: 100%;
}

.achieveforms-container .all-sections .field .fieldContent:after,
.achieveforms-container .all-sections .field .fieldContent:before {
  content: " ";
  display: table;
}

.achieveforms-container .all-sections .field .fieldContent:after {
  clear: both;
}

.achieveforms-container .all-sections .field .fieldContent .fieldName .collapsible-btn,
.achieveforms-container .all-sections .field .fieldContent .subform-summary .collapsible-btn {
  padding-left: .3em;
}

.achieveforms-container .all-sections .field .fieldContent .fieldName {
  min-height: 35px;
  line-height: 1.6em;
  font-weight: 400;
}

.achieveforms-container .all-sections .field .fieldContent .fieldName legend._fieldName {
  font-size: 18px;
  display: inline-block;
}

.achieveforms-container .all-sections .field .fieldContent input.other-input {
  margin-left: 10em;
}

.achieveforms-container .all-sections .field .fieldContent input[readonly].other-input {
  border: 1px solid #ccc !important;
  padding: 6px 8px !important;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput-wrapper {
  padding: 0;
  float: left;
  max-width: 100%;
  overflow: visible;
  margin-bottom: 14px;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput-wrapper button {
  margin-bottom: 0;
  white-space: normal;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput-wrapper .download-pdf {
  padding-left: 0;
  font-size: 14px;
  text-align: left;
  position: relative;
  color: #52a8ec;
  padding-top: .6em;
  margin-bottom: .6em;
  text-decoration: none;
  vertical-align: middle;
}

.achieveforms-container .all-sections .field .fieldContent .read_only_field {
  border: none;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput .noUi-base,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .noUi-base {
  cursor: pointer;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput .noUi-base .noUi-background,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .noUi-base .noUi-background {
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput .noUi-base .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .noUi-base .noUi-background .noUi-handle {
  cursor: pointer;
  height: 37px !important;
  width: 18px !important;
  left: -4px !important;
  top: -2px !important;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput .noUi-base .noUi-background .noUi-handle:after,
.achieveforms-container .all-sections .field .fieldContent .fieldInput .noUi-base .noUi-background .noUi-handle:before,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .noUi-base .noUi-background .noUi-handle:after,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .noUi-base .noUi-background .noUi-handle:before {
  top: 10px;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput .noUi-base .noUi-background .noUi-handle:before,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .noUi-base .noUi-background .noUi-handle:before {
  left: 5px;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput .noUi-base .noUi-background .noUi-handle:after,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .noUi-base .noUi-background .noUi-handle:after {
  left: 9px;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target {
  background-color: #f5fbfe;
  box-shadow: none;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect.disabled,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect[disabled],
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target.disabled,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target[disabled],
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect.disabled,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect[disabled],
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target.disabled,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target[disabled] {
  background-color: #ddd;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect.readonly,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect[readonly],
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target.readonly,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target[readonly],
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect.readonly,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect[readonly],
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target.readonly,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target[readonly] {
  border: none;
  background-color: #fff;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect.error,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target.error,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect.error,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target.error {
  border-color: #f0cccc;
  background-color: #b0171f;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect.valid,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target.valid,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect.valid,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target.valid {
  border-color: #468847;
  background-color: #090;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect.disabled .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect.readonly .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect[disabled] .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect[readonly] .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target.disabled .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target.readonly .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target[disabled] .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target[readonly] .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect.disabled .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect.readonly .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect[disabled] .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-connect[readonly] .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target.disabled .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target.readonly .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target[disabled] .noUi-background .noUi-handle,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.noUi-target[readonly] .noUi-background .noUi-handle {
  top: -1px !important;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.range,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.range {
  padding-right: 0;
  padding-left: 0;
  z-index: 5;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.select[multiple=true],
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.select[multiple=true] {
  overflow: auto;
  min-height: 65px;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.content:after,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.content:before,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.upload:after,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.upload:before,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.content:after,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.content:before,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.upload:after,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.upload:before {
  content: " ";
  display: table;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.content:after,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.upload:after,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.content:after,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.upload:after {
  clear: both;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasCurrencyPrefix,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPostfix,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPrefix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasCurrencyPrefix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPostfix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPrefix {
  margin: 0;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasCurrencyPrefix[type=range],
.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPostfix[type=range],
.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPrefix[type=range],
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasCurrencyPrefix[type=range],
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPostfix[type=range],
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPrefix[type=range] {
  margin-bottom: .7em;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasCurrencyPrefix,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPrefix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasCurrencyPrefix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPrefix {
  border-radius: 0 !important;
  border-left: none;
  padding-left: 0;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPostfix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPostfix {
  border-radius: 0 !important;
  border-right: none;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPostfix.hasCurrencyPrefix,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPrefix.hasPostfix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPostfix.hasCurrencyPrefix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPrefix.hasPostfix {
  border-radius: 0 !important;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.view-data,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.view-data {
  padding-left: 0;
  font-size: 14px;
  line-height: 30px;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput .ace-input,
.achieveforms-container .all-sections .field .fieldContent .fieldInput .map-holder,
.achieveforms-container .all-sections .field .fieldContent .fieldInput .mce-container,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .ace-input,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .map-holder,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .mce-container {
  max-width: 100%;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput label.btn,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode label.btn {
  color: #444;
  display: inline-block;
  border-color: #ccc;
}

.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode {
  margin: 0 0 1em;
  padding: 0;
}

.achieveforms-container .all-sections .field .fieldContent select.fieldInput.error + input.other-input {
  border-color: #f0cccc;
}

.achieveforms-container .all-sections .field .fieldContent select.fieldInput.valid + input.other-input {
  border-color: #468847;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform .all-sections {
  margin-top: 0;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error input[type=checkbox] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error input[type=radio] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory input.error,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory input.error input[type=checkbox] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory input.error input[type=radio] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory select.error,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory select.error input[type=checkbox] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory select.error input[type=radio] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory textarea.error,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory textarea.error input[type=checkbox] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory textarea.error input[type=radio] + label.btn {
  border-color: #ccc;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error input[type=checkbox].check2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error input[type=checkbox].radio2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error input[type=radio].check2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error input[type=radio].radio2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory input.error input[type=checkbox].check2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory input.error input[type=checkbox].radio2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory input.error input[type=radio].check2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory input.error input[type=radio].radio2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory select.error input[type=checkbox].check2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory select.error input[type=checkbox].radio2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory select.error input[type=radio].check2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory select.error input[type=radio].radio2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory textarea.error input[type=checkbox].check2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory textarea.error input[type=checkbox].radio2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory textarea.error input[type=radio].check2 + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.inlineSubform.non-mandatory textarea.error input[type=radio].radio2 + label:before {
  color: #666;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper {
  margin-right: .5em;
  margin-bottom: .5em;
  display: inline-block;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2:focus + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2:focus + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2:focus + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2:focus + label.btn {
  border-color: #52a8ec;
  box-shadow: none;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2:focus + label:before {
  color: #52a8ec;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2[disabled],
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2[disabled],
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2[disabled],
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2[disabled] {
  display: none;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper label,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper label {
  font-size: 14px;
  color: #444;
  display: inline-block;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper label:before {
  font-size: 18px;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper label.disabled,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper label.disabled {
  color: #444 !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.vertical .checkbox-wrapper,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.vertical .radio-wrapper {
  display: block;
  margin-right: 0;
  width:100%;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.vertical .checkbox-wrapper label,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.vertical .radio-wrapper label {
  width: 90%;
  word-wrap: break-word;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.vertical .checkbox-wrapper label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.vertical .radio-wrapper label.btn {
  width: 100%;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .render-subform {
  padding: 0;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .render-subform .all-sections {
  margin-bottom: 0;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[type=checkbox] + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[type=radio] + label:before {
  color: #f0bbbb;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[type=checkbox] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[type=radio] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error + input.other-input {
  border-color: transparent;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[data-type=date-subfield] {
  border-color: #000;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid input[type=checkbox] + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid input[type=radio] + label:before {
  color: #468847;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid input[data-type=date-subfield],
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid input[type=checkbox] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid input[type=radio] + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid + input.other-input {
  border-color: #000;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:disabled + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=radio]:disabled + label:before {
  color: #ddd;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:disabled + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=radio]:disabled + label.btn {
  border-color: #ddd;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[type=checkbox]+label:before, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[type=radio]+label:before {
    border-color: #000;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  top: 4.5px;
}

.achieveforms-container .all-sections .field .fieldContent .upload.fieldInput.error .resumable-drop {
  border-color: #f0cccc;
}

.achieveforms-container .all-sections .field .fieldContent .upload.fieldInput.valid .resumable-drop {
  border-color: #468847;
}

.achieveforms-container .all-sections .field .fieldContent textarea.fieldInput {
  min-height: 5em;
  transition: height .2s;
}

.achieveforms-container .all-sections .field .fieldContent textarea.fieldInput.lengthCount {
  border-right: 0;
}

.achieveforms-container .all-sections .field .fieldContent span.input-length-count,
.achieveforms-container .all-sections .field .fieldContent span.textarea-length-count {
  border-left: 0;
}

.achieveforms-container .all-sections .field .fieldContent span.input-length-count.error,
.achieveforms-container .all-sections .field .fieldContent span.textarea-length-count.error {
  border-color: #f0cccc;
}

.achieveforms-container .all-sections .field .fieldContent span.input-length-count.valid,
.achieveforms-container .all-sections .field .fieldContent span.textarea-length-count.valid {
  border-color: #468847;
}

.achieveforms-container .all-sections .field .fieldContent .prefix-wrapper {
  padding: 0;
  border-left: 2px solid #444444;
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
  border-radius: 0;
  margin-top: 0;
  font-size: 16px;
  background: inherit;
}

.achieveforms-container .all-sections .field .fieldContent .postfix-wrapper:not(.textarea-length-count):not(.input-length-count) {
  padding: 0;
  border-right: 2px solid #444444;
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
  border-radius: 0;
  margin-top: 0;
  font-size: 16px;
  background: inherit;
}

.achieveforms-container .all-sections .field .fieldContent .postfix-wrapper:not(.textarea-length-count):not(.input-length-count) .postfix,
.achieveforms-container .all-sections .field .fieldContent .postfix-wrapper:not(.textarea-length-count):not(.input-length-count) .prefix,
.achieveforms-container .all-sections .field .fieldContent .prefix-wrapper .postfix,
.achieveforms-container .all-sections .field .fieldContent .prefix-wrapper .prefix {
  height: 35px;
  padding-top: 2px;
  background: inherit;
}

.achieveforms-container .all-sections .field .fieldContent .postfix-wrapper:not(.textarea-length-count):not(.input-length-count).range,
.achieveforms-container .all-sections .field .fieldContent .prefix-wrapper.range {
  float: left;
}

.achieveforms-container .all-sections .field .fieldContent .postfix-wrapper:not(.textarea-length-count):not(.input-length-count) .range-alignAbove-field,
.achieveforms-container .all-sections .field .fieldContent .prefix-wrapper .range-alignAbove-field {
  padding: 0;
}

.achieveforms-container .all-sections .field .fieldContent .postfix-wrapper:not(.textarea-length-count):not(.input-length-count) + .postfix-wrapper,
.achieveforms-container .all-sections .field .fieldContent .prefix-wrapper + .postfix-wrapper {
  margin-left: -3px;
}

.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper {
  vertical-align: top;
}

.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper .range-prefix,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper .range-prefix {
  border-right: 0;
}

.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper .range-postfix,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper .range-postfix {
  border-left: 0;
}

.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper .range-postfix,
.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper .range-prefix,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper .range-postfix,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper .range-prefix {
  text-align: center;
  border-color: #ccc;
}

.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.valid .range-postfix,
.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.valid .range-prefix,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.valid .range-postfix,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.valid .range-prefix {
  border-color: #468847;
}

.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.valid .range-postfix.disabled,
.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.valid .range-postfix[disabled],
.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.valid .range-prefix.disabled,
.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.valid .range-prefix[disabled],
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.valid .range-postfix.disabled,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.valid .range-postfix[disabled],
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.valid .range-prefix.disabled,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.valid .range-prefix[disabled] {
  background: #ddd;
  border-color: #ccc;
}

.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.error .range-postfix,
.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.error .range-prefix,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.error .range-postfix,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.error .range-prefix {
  border-color: #f0cccc;
}

.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.error .range-postfix.disabled,
.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.error .range-postfix[disabled],
.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.error .range-prefix.disabled,
.achieveforms-container .all-sections .field .fieldContent .range-postfix-wrapper.error .range-prefix[disabled],
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.error .range-postfix.disabled,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.error .range-postfix[disabled],
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.error .range-prefix.disabled,
.achieveforms-container .all-sections .field .fieldContent .range-prefix-wrapper.error .range-prefix[disabled] {
  background: #ddd;
  border-color: #ccc;
}

.achieveforms-container .all-sections .field .icon-valid {
  font-size: 1.1em;
  color: #090;
  position: absolute;
  top: 3.25em;
  right: 2.5em;
}

.achieveforms-container .all-sections .field .icon-valid.alignAbove {
  top: 3.85em;
}

.achieveforms-container .all-sections .field .icon-valid:before {
  content: '\2714';
}

.achieveforms-container .upload-button {
  cursor: pointer;
}

.achieveforms-container .upload-button i {
  padding-right: .3em;
}

.achieveforms-container .field-btn {
  margin-bottom: 14px;
}

.no-touch .achieveforms-container .field .field-actions .field-action.editField:hover {
  color: #03c;
}

.no-touch .achieveforms-container .field .field-actions .field-action.removeField:hover {
  color: #b0171f;
}

.no-touch .achieveforms-container .field fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error input[type=checkbox] + label.btn:hover,
.no-touch .achieveforms-container .field fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error input[type=radio] + label.btn:hover,
.no-touch .achieveforms-container .field label.btn:hover {
  background-color: #eee;
}

.no-touch .achieveforms-container .field fieldset.fieldInput.error input[type=checkbox]:checked + label.btn:hover,
.no-touch .achieveforms-container .field fieldset.fieldInput.error input[type=radio]:checked + label.btn:hover {
  background-color: #090;
  border-color: #468847;
}

.no-touch .achieveforms-container .field fieldset.fieldInput.error input[type=checkbox] + label.btn:hover,
.no-touch .achieveforms-container .field fieldset.fieldInput.error input[type=radio] + label.btn:hover {
  background-color: transparent;
}

.no-touch .achieveforms-container .field fieldset.fieldInput.valid input[type=checkbox] + label.btn:hover,
.no-touch .achieveforms-container .field fieldset.fieldInput.valid input[type=radio] + label.btn:hover {
  color: #000;
  background-color: transparent;
}

.no-touch .achieveforms-container .field:hover .field-actions {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.achieveforms-container .submission-message {
  padding-top: 1em;
  padding-bottom: 1em;
  word-wrap: break-word;
}

.achieveforms-container .submission-message p.subform-value {
  margin-bottom: 0;
}

.achieveforms-container .submission-message .submission-message-btn-wrapper {
  text-align: center;
  margin-top: .5em;
}

.achieveforms-container .submission-message .submission-message-btn-wrapper .btn.save {
  margin-right: 1em;
}

.achieveforms-container .submission-message .submission-message-btn-wrapper .btn.save i {
  padding-right: .5em;
}

.achieveforms-container .submission-message .submission-message-btn-wrapper .btn.finish i {
  padding-left: .5em;
}

.achieveforms-container .submission-message img {
  max-width: 300px;
  max-height: 300px;
}

.achieveforms-container .resumable-error {
  display: none;
  font-size: 12px;
  font-style: italic;
}

.achieveforms-container .upload-button {
  font-weight: 400;
}

.achieveforms-container .resumable-drop {
  z-index: 4;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #757575;
  border: 1px dashed #757575;
  border-radius: 0 0 .5em .5em;
  border-top: none !important;
}

.achieveforms-container .resumable-dragover {
  -moz-opacity: .4;
  -khtml-opacity: .4;
  -webkit-opacity: .4;
  opacity: .4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
  color: #666;
  background-color: #ccc;
  border: 1px solid #757575;
  border-top: none;
}

.achieveforms-container .resumable-progress {
  margin: 10px 10px 10px 0;
  width: 100%;
  display: none;
}

.achieveforms-container .resumable-list {
  padding-left: 0;
  margin-top: .5em;
}

.achieveforms-container .resumable-list i,
.achieveforms-container .resumable-progress i {
  color: #090;
  cursor: pointer;
  vertical-align: text-top;
}

.achieveforms-container .resumable-progress .progress-pause i {
  color: #b0171f;
}

.achieveforms-container .resumable-list i.remove-upload {
  font-size: 1.1em;
  color: #b0171f;
  float: right;
  margin: 4px 0 0;
  vertical-align: top;
}

.achieveforms-container .resumable-list i.remove-upload:before {
  content: '\274c';
}

.achieveforms-container .resumable-list i.resume-upload {
  font-size: .9em;
}

.achieveforms-container .progress-control {
  margin: 0 1em;
  display: inline-block;
}

.achieveforms-container .progress-container {
  height: 7px;
  background: #9cbd94;
  position: relative;
}

.achieveforms-container .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #090;
  width: 0;
}

.achieveforms-container .progress-text {
  font-size: 12px;
  line-height: 9px;
  padding-left: 10px;
}

.achieveforms-container .progress-pause-wrapper {
  padding: 0 0 0 7px;

}
.achieveforms-container .progress-pause,
.achieveforms-container .progress-resume {
  display: inline-block;
}

.achieveforms-container .progress-pause {
  display: none;
}

.achieveforms-container .resumable-list {
  overflow: auto;
  display: none;
  list-style: none;
  max-height: 10em;
  width: 100%;
}

.achieveforms-container .resumable-file {
  min-height: 2em;
  overflow: hidden;
}

.achieveforms-container .resumable-file .success {
  color: #9cbd94;
}

.achieveforms-container .resumable-file .error {
  color: #b0171f;
}

.achieveforms-container .resumable-file .resumable-file-name {
  max-width: 19em;
  text-overflow: ellipsis;
}

.achieveforms-container .resumable-file .resumable-file-name,
.achieveforms-container .resumable-file .resumable-file-progress {
  font-size: 12px;
  padding-left: 0;
  padding-top: 3px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.achieveforms-container .fillinButtons-wrapper:after,
.achieveforms-container .fillinButtons-wrapper:before {
  content: " ";
  display: table;
}

.achieveforms-container .fillinButtons-wrapper:after {
  clear: both;
}

.achieveforms-container .fillinButtons {
  padding-left: 0;
}

.achieveforms-container .fillinButtons:after,
.achieveforms-container .fillinButtons:before {
  content: " ";
  display: table;
}

.achieveforms-container .fillinButtons:after {
  clear: both;
}

.achieveforms-container .fillinButtons .btn {
  margin: 0 1em 0 0;
  min-width: 7em;
  font-size: 12px;
  color: #444;
}

.achieveforms-container .fillinButtons .btn i,
.achieveforms-container .fillinButtons .btn span {
  padding-right: .3em;
}

.achieveforms-container .fillinButtons .btn span + i {
  padding-left: .3em;
  padding-right: 0;
}

.achieveforms-container .fillinButtons .btn.btn-link {
  color: #52a8ec;
}

.achieveforms-container .fillinButtons .btn:last-child {
  margin-right: 0;
}

.achieveforms-container .fillinButtons .btn.savebutton {
  margin-right: 1em;
}

.achieveforms-container .fillinButtons .btn.cancelbutton.pull-right,
.achieveforms-container .fillinButtons .btn.nextbutton,
.achieveforms-container .fillinButtons .btn.submitbutton {
  margin-right: 0;
}

.achieveforms-container .fillinButtons .btn.cancelbutton.pull-right {
  margin-left: 1em;
}

.form-reference-wrapper {
  margin: 1em 0;
  text-align: center;
  font-size: 12px;
}

.toggle-console-wrapper,
.toggle-console-wrapper .toggle-console {
  padding-right: 0;
}

.achieveforms-container div.repeatable-table-wrapper {
  overflow-x: auto;
  float: left;
  width: 100%;
}

.achieveforms-container div.repeatable-table-wrapper table.repeatable-table td,
.achieveforms-container div.repeatable-table-wrapper table.repeatable-table th {
  word-break: normal;
}

.achieveforms-container div.repeatable-table-wrapper table.repeatable-table td.edit-column,
.achieveforms-container div.repeatable-table-wrapper table.repeatable-table th.edit-column {
  width: 6em;
  min-width: 4em;
}

.achieveforms-container div.repeatable-table-wrapper table.repeatable-table th:not(.edit-column) {
  min-width: 10em;
}

.achieveforms-container table.repeatable-table {
  width: 91.66667%;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: .5em;
  border: 1px solid #ccc;
}

.achieveforms-container table.repeatable-table thead {
  border-bottom: solid 1px #ccc;
}

.achieveforms-container table.repeatable-table tr td,
.achieveforms-container table.repeatable-table tr th {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  word-wrap: normal;
  word-break: break-all;
}

.achieveforms-container table.repeatable-table tr td.edit-column,
.achieveforms-container table.repeatable-table tr th.edit-column {
  text-align: center;
}

.achieveforms-container table.repeatable-table tr.repeatable-value-totals {
  border-top: solid 1px #ccc;
}

.achieveforms-container table.repeatable-table thead {
  font-size: 12px;
}

.achieveforms-container table.repeatable-table thead th {
  border-bottom: solid 1px #ccc;
}

.achieveforms-container table.repeatable-table tr.editing,
.achieveforms-container table.repeatable-table tr.editing td {
  background-color: #f5fbfe;
}

.achieveforms-container .repeatable-actions i {
  cursor: pointer;
  font-size: 1.2em;
  margin-left: .8em;
}

.achieveforms-container .repeatable-actions .repeat-remove-btn,
.achieveforms-container .repeatable-actions .repeat-remove-btn2 {
  color: #b0171f;
}

.achieveforms-container .repeatable-actions .repeat-edit-btn {
  color: #090;
}

.no-touch .achieveforms-container .repeat-remove-btn2:hover,
.no-touch .achieveforms-container .repeat-remove-btn:hover {
  color: red;
}

.no-touch .achieveforms-container .repeat-edit-btn:hover {
  color: green;
}

.achieveforms-container .field.showOutline.fieldHover,
.achieveforms-container .field.showOutline.helpActive,
.field.helpActive,
.no-touch .achieveforms-container #fieldsDesigner .field:hover,
.touch .achieveforms-container .field.fieldHover {
  background: #f5fbfe;
  border-radius: .5em;
  outline: 0;
  outline: dotted thin;
}

.achieveforms-container span.help-img-wrapper {
  vertical-align: middle;
  padding-left: .2em;
  padding-right: 0;
  height: 35px;
}

.achieveforms-container span.help-img-wrapper.subform-help-wrapper.inline {
  position: absolute;
  right: 0;
}

.achieveforms-container .help-img {
  font-size: 1.7em;
  color: #aaa;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: .3em;
  float: right;
}

.achieveforms-container .help-img.fa-question-circle:before {
  content: "\24D8";
}

.no-touch .achieveforms-container .help-img:hover,
.touch .achieveforms-container .help-img {
  color: #52a8ec;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

html {
  background-color: #fff;
  height: auto;
}

html, body {
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: "Open Sans", sans-serif;
}

.hidden,
.js-enabled .js-hidden {
  display: none;
  visibility: hidden;
}

.visually-hidden,
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0.8125rem;
  text-transform: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

p.lede {
  font-size: 1.125rem;
}

p + ul, p ol {
  margin-top: 0;
}

@media (max-width: 640px) {
  p {
    font-size: 0.88889rem;
    margin-bottom: 0.8125rem;
  }
  p.lede {
    font-size: 1rem;
  }
}

h1, .achieveforms-container h1, .h1, .page-heading {
  font-size: 2.88651rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -1.5px;
}

@media (max-width: 640px) {
  h1, .achieveforms-container h1, .h1, .page-heading {
    font-size: 1.80203rem;
    line-height: 2.4375rem;
    margin-top: 0.8125rem;
    margin-bottom: 1.625rem;
  }
}

h2, .achieveforms-container h2, .h2, .content-heading {
  font-size: 1.80203rem;
  font-weight: 700;
  line-height: 2.4375rem;
  letter-spacing: -0.5px;
  margin-bottom: 0.8125rem;
  text-transform: none;
}

@media (max-width: 640px) {
  h2, .achieveforms-container h2, .h2, .content-heading {
    font-size: 1.26562rem;
    line-height: 1.625rem;
    margin-top: 0.8125rem;
    margin-bottom: 0.8125rem;
  }
}

h3, .achieveforms-container h3, .h3, .section-heading {
  font-size: 1.42383rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: -0.5px;
  margin-bottom: 0.8125rem;
  text-transform: none;
}

@media (max-width: 640px) {
  h3, .achieveforms-container h3, .h3, .section-heading {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-top: 0.8125rem;
  }
}

.content > h1.h3 {
  margin-bottom: 2.4375rem;
}

h4, .achieveforms-container h4, .h4, .sub-section-heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: -0.5px;
  margin-top: 2.4375rem;
  margin-bottom: 0.8125rem;
  text-transform: none;
  letter-spacing: -0.5px;
}

@media (max-width: 640px) {
  h4, .achieveforms-container h4, .h4, .sub-section-heading {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-top: 0.8125rem;
  }
}

strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

a:link {
  color: #0043af;
}

a:visited {
  color: #86276e;
}

a:hover {
  color: #2179CA;
}

a:active {
  color: #2179CA;
}

.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #040103;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

a:focus {
  color: #040103 !important;
  background-color: #fab500 !important;
  outline: 2px solid yellow !important;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 3px solid #fab500;
  outline-offset: 0;
}

a.login-link:focus  {
  outline: none;
}

@media print {
  .container, #content, .main {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

@page {
  margin: 1cm 0.5cm 1.5cm 0.5cm;
}

.button,
.btn-search,
.cancelbutton,
.btn.btn-af.nextbutton,
.btn.btn-af.submitbutton,
.btn.btn-af.previousbutton,
.btn.btn-af.savebutton,
.btn.btn-default.field-btn,
.btn.upload-button,
a.main-btn-action.modal_save_button.btn.btn-primary  {
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4em;
  background-color: #00823b;
  position: relative;
  border: 2px #00823b solid;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 16px;
  margin: 0 16px 0 0;
}

.change_page  {
  margin: 0 8px;
}

.page {
	margin: 10px 3px 0;
}

@media print {
  .button,
  .btn,
  .btn.btn-af.nextbutton,
  .btn.btn-af.submitbutton,
  .btn.btn-af.previousbutton,
  .btn.btn-af.savebutton,
  .btn.btn-default.field-btn,
  .btn.upload-button {
    display: none;
  }
}

.button.disabled, .button[disabled="disabled"], .button[disabled],
.btn.disabled,
.btn[disabled="disabled"],
.btn[disabled],
.btn.btn-af.nextbutton.disabled,
.btn.btn-af.nextbutton[disabled="disabled"],
.btn.btn-af.nextbutton[disabled],
.btn.btn-af.submitbutton.disabled,
.btn.btn-af.submitbutton[disabled="disabled"],
.btn.btn-af.submitbutton[disabled],
.btn.btn-af.previousbutton.disabled,
.btn.btn-af.previousbutton[disabled="disabled"],
.btn.btn-af.previousbutton[disabled],
.btn.btn-af.savebutton.disabled,
.btn.btn-af.savebutton[disabled="disabled"],
.btn.btn-af.savebutton[disabled],
.btn.btn-default.field-btn.disabled,
.btn.btn-default.field-btn[disabled="disabled"],
.btn.btn-default.field-btn[disabled],
.btn.upload-button.disabled,
.btn.upload-button[disabled="disabled"],
.btn.upload-button[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  color: #000;
}

.button.disabled:hover, .button[disabled="disabled"]:hover, .button[disabled]:hover,
.btn.disabled:hover,
.btn[disabled="disabled"]:hover,
.btn[disabled]:hover,
.btn.btn-af.nextbutton.disabled:hover,
.btn.btn-af.nextbutton[disabled="disabled"]:hover,
.btn.btn-af.nextbutton[disabled]:hover,
.btn.btn-af.submitbutton.disabled:hover,
.btn.btn-af.submitbutton[disabled="disabled"]:hover,
.btn.btn-af.submitbutton[disabled]:hover,
.btn.btn-af.previousbutton.disabled:hover,
.btn.btn-af.previousbutton[disabled="disabled"]:hover,
.btn.btn-af.previousbutton[disabled]:hover,
.btn.btn-af.savebutton.disabled:hover,
.btn.btn-af.savebutton[disabled="disabled"]:hover,
.btn.btn-af.savebutton[disabled]:hover,
.btn.btn-default.field-btn.disabled:hover,
.btn.btn-default.field-btn[disabled="disabled"]:hover,
.btn.btn-default.field-btn[disabled]:hover,
.btn.upload-button.disabled:hover,
.btn.upload-button[disabled="disabled"]:hover,
.btn.upload-button[disabled]:hover {
  cursor: default;
  background-color: #00823b;
}

.button.disabled:active, .button[disabled="disabled"]:active, .button[disabled]:active,
.btn.disabled:active,
.btn[disabled="disabled"]:active,
.btn[disabled]:active,
.btn.btn-af.nextbutton.disabled:active,
.btn.btn-af.nextbutton[disabled="disabled"]:active,
.btn.btn-af.nextbutton[disabled]:active,
.btn.btn-af.submitbutton.disabled:active,
.btn.btn-af.submitbutton[disabled="disabled"]:active,
.btn.btn-af.submitbutton[disabled]:active,
.btn.btn-af.previousbutton.disabled:active,
.btn.btn-af.previousbutton[disabled="disabled"]:active,
.btn.btn-af.previousbutton[disabled]:active,
.btn.btn-af.savebutton.disabled:active,
.btn.btn-af.savebutton[disabled="disabled"]:active,
.btn.btn-af.savebutton[disabled]:active,
.btn.btn-default.field-btn.disabled:active,
.btn.btn-default.field-btn[disabled="disabled"]:active,
.btn.btn-default.field-btn[disabled]:active,
.btn.upload-button.disabled:active,
.btn.upload-button[disabled="disabled"]:active,
.btn.upload-button[disabled]:active {
  top: 0;
}

.button:link, .button:link:focus, .button:hover, .button:focus, .button:visited,
.btn:link:focus,
.btn:hover,
.btn:focus,
.btn:visited,
.btn.btn-af.nextbutton:link,
.btn.btn-af.nextbutton:link:focus,
.btn.btn-af.nextbutton:hover,
.btn.btn-af.nextbutton:focus,
.btn.btn-af.nextbutton:visited,
.btn.btn-af.submitbutton:link,
.btn.btn-af.submitbutton:link:focus,
.btn.btn-af.submitbutton:hover,
.btn.btn-af.submitbutton:focus,
.btn.btn-af.submitbutton:visited,
.btn.btn-af.previousbutton:link,
.btn.btn-af.previousbutton:link:focus,
.btn.btn-af.previousbutton:hover,
.btn.btn-af.previousbutton:focus,
.btn.btn-af.previousbutton:visited,
.btn.btn-af.savebutton:link,
.btn.btn-af.savebutton:link:focus,
.btn.btn-af.savebutton:hover,
.btn.btn-af.savebutton:focus,
.btn.btn-af.savebutton:visited,
.btn.btn-default.field-btn:link,
.btn.btn-default.field-btn:link:focus,
.btn.btn-default.field-btn:hover,
.btn.btn-default.field-btn:focus,
.btn.btn-default.field-btn:visited {
  color: #fff;
}

.btn-primary {
	color: #fff !important;
}

.btn.btn-af.nextbutton:focus,
.btn.btn-af.nextbutton:hover,
.btn.btn-af.submitbutton:focus,
.btn.btn-af.submitbutton:hover,
.btn.btn-af.previousbutton:focus,
.btn.btn-af.previousbutton:hover,
.btn.btn-af.savebutton:focus,
.btn.btn-af.savebutton:hover,
.buttonAsLink:focus,
.btn-wrapper:focus  {
	outline: 5px solid #fab500 !important;
}

.btn.reset:hover {
  color: #000;
}

.btn.reset {
  background-color: rgb(221,221,221);
}

.button:before,
.btn:before,
.btn.btn-af.nextbutton:before,
.btn.btn-af.submitbutton:before,
.btn.btn-af.previousbutton:before,
.btn.btn-af.savebutton:before,
.btn.btn-default.field-btn:before,
.btn.upload-button:before {
  content: "";
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.button:active:before,
.btn:active:before,
.btn.btn-af.nextbutton:active:before,
.btn.btn-af.submitbutton:active:before,
.btn.btn-af.previousbutton:active:before,
.btn.btn-af.savebutton:active:before,
.btn.btn-default.field-btn:active:before,
.btn.upload-button:active:before {
  top: -10%;
  height: 120%;
}

@media (max-width: 640px) {
  .button,
  .btn,
  .btn.btn-af.nextbutton,
  .btn.btn-af.submitbutton,
  .btn.btn-af.previousbutton,
  .btn.btn-af.savebutton,
  .btn.btn-default.field-btn,
  .btn.upload-button {
    width: 100%;
    text-align: center;
  }
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  transition-property: none;
  transition-duration: initial;
  opacity: 0.8;
}

.btn-success , .btn-info, .consent-accept, .consent-decline {
    border-color: #ccc;
    background-image: none;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #00823b;
    border-radius: 0;
    color: #fff;
    padding: 10px 16px;
    border: 2px #00823b solid !important;
}

.fillinButtons-wrapper .fillinButtons .pull-left {
  float: left;
}

.achieveforms-container .all-sections select {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.889rem;
  height: 2.4375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0.40625rem;
  border: 2px solid #444444;
  border-radius: 0;
}

.achieveforms-container .all-sections select:focus {
  border-color: #040103;
  -webkit-box-shadow: 0 0 0 4px #fab500;
  -moz-box-shadow: 0 0 0 4px #fab500;
  box-shadow: 0 0 0 4px #fab500;
}

.achieveforms-container .all-sections label, .achieveforms-container .all-sections input {
  text-transform: none;
  /* display: block; */
}

.achieveforms-container .all-sections input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  height: 2.4375rem;
  padding: 0.40625rem;
  border-width: 2px;
  border-style: solid;
  border-color: #444444;
}

#search-input, #filter , #display, .items_per_page, .select-filter, .text-search  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  height: 2.4375rem;
  padding: 0.40625rem;
  border-width: 2px;
  border-style: solid;
  border-color: #444444;
}

#search-submit, #strict-btn, .refresh, .reset  {
  margin: 0 0 0 3px;
  height: 2.4375rem;
  padding-top: 8px;
  float: right;
}

.achieveforms-container .all-sections input[type=text]:focus,
.achieveforms-container .all-sections input[type=number]:focus,
.achieveforms-container .all-sections input[type=password]:focus {
  -webkit-box-shadow: 0 0 0 4px #fab500;
  -moz-box-shadow: 0 0 0 4px #fab500;
  box-shadow: 0 0 0 4px #fab500;
  border-color: #040103;
}

.achieveforms-container .all-sections label {
  /* display: block; */
  margin-top: 0.8125rem;
}

.dateInput label {
	float: left;
	width: auto !important;
	line-height: 0;
	margin: 0;
	padding: 0;
}

@media (min-width: 769px) {
  .achieveforms-container .all-sections select {
    width: 50%;
  }
}

.achieveforms-container .all-sections .field {
  padding-top: 0;
}

.line {
  min-height: 2px !important;
  margin-bottom: 0;
  margin-top: 10px !important;
} 

.achieveforms-container .all-sections .field .fieldContent label {
  width: 100%;
}

.achieveforms-container .all-sections .field .fieldContent legend, .achieveforms-container .all-sections .field .fieldContent ._fieldName {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  margin-top: 2.4375rem;
  margin-bottom: 0.8125rem;
  text-transform: none;
  margin-top: 0;
}

@media (max-width: 640px) {
  .achieveforms-container .all-sections .field .fieldContent legend, .achieveforms-container .all-sections .field .fieldContent ._fieldName {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-top: 0.8125rem;
  }
}

.achieveforms-container .all-sections .field .fieldContent ._fieldName {
  display: inline-block;
}

.achieveforms-container .all-sections .field .fieldContent .fieldName,
.achieveforms-container .all-sections .field .fieldContent .subform-summary {
  padding-left: 0;
  color: #040103;
}

.achieveforms-container .all-sections .field .fieldContent .form-hint {
  display: block;
  margin-top: 0.40625rem;
  margin-bottom: 0.40625rem;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput {
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasCurrencyPrefix,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPrefix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasCurrencyPrefix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPrefix {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-width: 2px;
  border-style: solid;
  border-color: #444444;
  border-left: none;
  padding: 0.40625rem;
}

.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode {
  margin-bottom: 0.8125rem;
}

.achieveforms-container .all-sections .field .fieldContent .prefix-wrapper .prefix {
  border: none;
  padding: 0;
  min-width: 30px;
}

.achieveforms-container .all-sections .field .staticText ul {
  font-size: 1rem;
}

.achieveforms-container .prefix-wrapper.valid .prefix {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-width: 2px;
  border-style: solid;
  border-color: #444444;
  border-right: none;
  padding: 0.40625rem;
}

.logo-wrap a img {
  visibility: hidden;
  vertical-align: bottom;
  height: initial;
  margin: 0 !important;
  width: 36px !important;
  height: 30px !important;
}

.logo-wrap a.logotype {
  float: left;
  background-position: 0 0;
  line-height: 0;
  text-indent: -9999px;
  text-decoration: none;
  background: url("/public/images/logotype.png") no-repeat;
  background-size: 225px 30px;
  border-bottom: 1px #682558 solid;
  margin-top: 3px;
  margin-bottom: -4px;
}

.logo-wrap a.logotype:hover {
  text-indent: -9999px;
  text-decoration: none;
  border-bottom: 1px #fff solid;
}

.logo-wrap a.logotype:focus {
  background-color: #682558;
  outline: 3px solid #fab500;
  border-bottom: 1px #fff solid;
}

.logo-wrap a.logotype img {
  padding-bottom: 4px;
}

.logo-wrap {
  display: inline-block;
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
}

@media print {
  .logo-wrap {
    color: #040103;
    font-weight: 700;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.logo-wrap span {
  font-size: 0.88889rem;
  line-height: 1.6153846rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #040103;
  margin-left: 3.75px;
}

a.logo-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.60181rem;
  line-height: 2.4375rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 0;
}

a.logo-text:hover {
  text-decoration: none;
  border-bottom: 2px #fff solid;
}

a.logo-text:focus {
  background-color: #682558;
  outline: 3px solid #fab500;
  border-bottom: 2px #fff solid;
}

a.logo-text.seax {
  float: left;
  background-position: 0 0;
  line-height: 1;
  background: url("/essex/Images/seax.png") no-repeat;
  background-size: 36px 30px;
  margin-top: 4px;
  margin-bottom: -6px;
  padding-bottom: 6px;
}

a.logo-text.seax:hover {
  text-decoration: none;
  border-bottom: 2px #fff solid;
}

a.logo-text.seax:focus {
  border-bottom: 2px #fff solid;
}

a.logo-text.seax img {
  display: inline-block;
  margin: 0;
}

.achieveforms-container .all-sections {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  margin-bottom: 1.625rem;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper {
  display: inline-block;
  float: left;
  clear: left;
  position: relative;
  padding: 0 0 0 38px;
  margin-bottom: 0.8125rem;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2:focus + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2:focus + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2:focus + label.btn,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2:focus + label.btn {
  border-color: #040103;
  box-shadow: none;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2:focus + label:before {
  color: #040103;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=checkbox].check2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=checkbox].radio2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=radio].check2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=radio].radio2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=checkbox].check2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=checkbox].radio2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=radio].check2:focus + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=radio].radio2:focus + label:before {
  color: #040103;
  border-color: #040103;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=checkbox].checked + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=checkbox]:checked + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=radio].checked + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=radio]:checked + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=checkbox].checked + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=checkbox]:checked + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=radio].checked + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=radio]:checked + label:before {
  max-width: 34px;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=radio] + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=checkbox] + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=radio] + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=checkbox] + label:before {
  padding: 0;
  margin-left: 0 !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input[type=checkbox] + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input[type=checkbox] + label:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input {
  display: block;
  text-transform: none;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  z-index: 1;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper label,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper label {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0.8125rem;
  color: #1a191a;
  text-transform: none;
  color: #040103;
  text-transform: none;
  cursor: pointer;
  padding: 8px 9px 9px 12px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 100%;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper [type=radio] + label::before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper [type=radio] + label::before {
  content: "";
  border: 2px solid;
  background: transparent;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper [type=radio] + label::after,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper [type=radio] + label::after {
  content: "";
  border: 10px solid;
  width: 0;
  height: 0;
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper [type=checkbox] + label::before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper [type=checkbox] + label::before {
  content: "";
  border: 2px solid;
  background: transparent;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper [type=checkbox] + label::after,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper [type=checkbox] + label::after {
  content: "";
  border: solid;
  border-width: 0 0 5px 5px;
  background: transparent;
  border-top-color: transparent;
  width: 17px;
  height: 7px;
  position: absolute;
  top: 10px;
  left: 8px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper [type=radio]:focus + label::before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper [type=radio]:focus + label::before {
  -webkit-box-shadow: 0 0 0 4px #fab500;
  -moz-box-shadow: 0 0 0 4px #fab500;
  box-shadow: 0 0 0 4px #fab500;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper [type=checkbox]:focus + label::before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper [type=checkbox]:focus + label::before {
  -webkit-box-shadow: 0 0 0 3px #fab500;
  -moz-box-shadow: 0 0 0 3px #fab500;
  box-shadow: 0 0 0 3px #fab500;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input:checked + label::after,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input:checked + label::after {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input:disabled,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input:disabled {
  cursor: default;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper input:disabled + label,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper input:disabled + label {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper:last-of-type,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper:last-of-type {
  margin-bottom: 0;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[type=checkbox] + label:before,
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[type=radio] + label:before {
  color: #040103;
}

.nav ul.nav-links {
  padding-left: 0;
  margin-left: 0;
  float: left;
}

.nav ul.nav-links li {
  display: inline-block;
  margin-right: 15px;
  padding-left: 0;
}

.nav ul.nav-links li a {
  color: #0043af;
  font-weight: 700;
}

.nav ul.nav-links li a:hover, .nav ul.nav-links li a:active {
  color: #2179CA;
  text-decoration: underline;
}

.social {
  padding-left: 0;
  margin-left: 0;
  float: right;
}

@media print {
  .social {
    display: none;
  }
}

.social li {
  padding-left: 0;
  font-size: 1.625rem;
  display: inline-block;
}

.social li a {
  color: #0043af;
}

.social li a:hover {
  color: #2179CA;
}

.social li a:focus {
  outline: 3px solid #fab500;
}

.social li a .fab {
  font-size: 1.60181rem;
}

.social span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.achieveforms-container .all-sections textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 16.25rem;
  padding: 0.8125rem 7.5px;
  resize: vertical;
  border: 2px solid #040103;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.achieveforms-container .all-sections textarea:focus {
  -webkit-box-shadow: 0 0 0 4px #fab500;
  -moz-box-shadow: 0 0 0 4px #fab500;
  box-shadow: 0 0 0 4px #fab500;
  border-color: #040103;
}

.footer-container {
  background-color: #051a31;
  position: absolute;
  width: 100%;
}

@media print {
  .footer-container {
    display: none;
  }
}

.footer-container .footer-top, .footer-container .footer-bottom {
  font-size: 0.88889rem;
  line-height: 1.6153846rem;
  padding-top: 1.625rem;
}

.footer-container .footer-top {
  background-color: #213348;
}

.footer-container .footer-bottom {
  background-color: #051a31;
  padding-bottom: 1.625rem;
}

.footer-container .footer {
  position: relative;
  margin: 0 auto;
}

.footer-container .footer .nav .nav-links {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
}

.footer-container .footer .nav .nav-links li {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 1.625rem;
}

.footer-container .footer .nav .nav-links li a {
  color: #fff;
  line-height: 1.625rem;
  font-weight: 400;
  text-decoration: underline;
}

.footer-container .footer .nav .nav-links li a:hover, .footer-container .footer .nav .nav-links li a:active, .footer-container .footer .nav .nav-links li a:visited {
  color: #d9d9d9;
}

.footer-container .footer .nav .nav-links li a:focus {
  color: #040103;
}

.footer-container .footer .nav .social {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.625rem;
}

.footer-container .footer .nav .social li {
  margin-right: 0;
  margin-left: 0.8125rem;
}

.footer-container .footer .nav .social li a {
  font-size: 1.6rem;
  color: #fff;
}

.footer-container .footer .nav .social li a:hover {
  color: #d9d9d9;
}

.footer-container .footer .nav .social li a:focus {
  color: #040103;
}

.footer-container .footer ul.credits {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-container .footer ul.credits li {
  padding-left: 0;
  display: inline;
}

.footer-container .footer ul.credits .design-link a {
  float: right;
}

.footer-container .footer ul.credits .copyright, .footer-container .footer ul.credits .design-link {
  display: block;
  color: #fff;
  line-height: 2.03125rem;
  text-align: left;
}

.footer-container .footer ul.credits .copyright a, .footer-container .footer ul.credits .design-link a {
  color: #fff;
}

.footer-container .footer ul.credits .copyright a:hover, .footer-container .footer ul.credits .design-link a:hover {
  color: #d9d9d9;
}

.footer-container .footer ul.credits .copyright a:focus, .footer-container .footer ul.credits .design-link a:focus {
  color: #040103;
}

#header {
  background: #682558 !important;
  height: 65px !important;
}

#header .header {
  margin-top: 0 !important;
}

#header .header .nav .logo-wrap {
  height: 2.4375rem;
}

#header .header .nav span {
  font-size: 0.88889rem;
  line-height: 1.6153846rem;
  font-size: 0.5em;
  color: #fff;
}

#navigation .navbar {
  margin-bottom: 0 !important;
  border: none !important;
}

#navigation .navbar .btn-group {
  vertical-align: initial !important;
}

#self-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: calc(100vh - 353px);
}

.achieveforms-container {
  border: none;
}

.col-sm-offset-4 {
    margin-left: 0;
}

.col-sm-7, .col-sm-8 {
	width: 91.66666667%;
}

.fieldContent {
	width: 91.66666667%;
}

._AF *:after {
	box-sizing: content-box;
}

._AF *:before {
	box-sizing: content-box;
}

.achieveforms-container *:after {
	box-sizing: content-box;
}

.achieveforms-container *:before {
	box-sizing: content-box;
}

.radio-label  {
	border: none;
}

.fa-times-circle  {
	margin-top: -10px
	margin-left -2px;
}
.fieldContent {
	width:100%;
}

.provider-div p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1em;
	position: absolute;
    left: 10px;
	top: 95px;
}

.infoMessage {
    background-color: #005ea5;
    color: #ffffff;
    word-wrap: break-word;
    padding: 25px 20px 20px;
	margin-bottom: 0.8125rem;
}

.infoMessage h1 {
	margin-bottom: 1em;
	font-size: 2rem !important;
}

.infoMessage a:link, .infoMessage a:visited {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.infoMessage a:hover {
	opacity: 0.8;
}

.infoMessage ul ul {
    padding-bottom: 0 !important;
}

.infoMessageRed, .alert-danger {
    background-color: #e1291a;
    color: #ffffff;
    word-wrap: break-word;
    padding: 25px 20px 20px;
	margin-bottom: 0.8125rem;
	background-image: none;
	border: none;
	border-radius: 0;
}

.infoMessageRed h1, .alert-danger h3 {
	margin-bottom: 1em;
	font-size: 2rem !important;
}

.infoMessageRed a:link, .infoMessageRed a:visited {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.infoMessageRed a:hover, .alert-danger a:hover {
	opacity: 0.8;
}

.infoMessageRed ul ul {
    padding-bottom: 0 !important;
}

.fieldContent td, .fieldContent th, .fieldContent tr, .fieldContent table {
  border: 1px solid black;
  border-collapse: collapse;
}

.fieldContent td, .fieldContent th {
  padding: 5px;
} 

/********************************************************************/
/********************** YOUTH SERVICE BRANDING **********************/
/********************************************************************/

/****************************** HEADER ******************************/
.AF-Category-External---Youth-Service .genericHeader {
	display: none;
}

.AF-Category-External---Youth-Service #header {
	background-color: #000 !important;
}
.AF-Category-External---Youth-Service #navigation {
    background-color: #3F3F3F
}
.AF-Category-External---Youth-Service #toolbar #session-badge li.dropdown.open a {
	background-color: #000;
}

.AF-Category-External---Youth-Service .youthServiceHeader {
	display: block !important;
}

.AF-Category-External---Youth-Service #header img.brand-image {
	height: 65px;
	margin: 0 0 7px 0;
}

.AF-Category-External---Youth-Service #toolbar #session-badge li.dropdown.open .dropdown-menu a {
	background-color: #000;
}

/******************************* FORM *******************************/
/*Form loading progress bar*/
.AF-Category-External---Youth-Service .progress-bar {
	background-color: #00c3b0;
}

/* Date picker */
body.AF-Category-External---Youth-Service .datepicker table tr td.active,
body.AF-Category-External---Youth-Service .datepicker table tr td.active:hover {
	background-color: #00c3b0;
	background-image: none;
}

/* Range */
.AF-Category-External---Youth-Service .achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-connect.valid,
.AF-Category-External---Youth-Service .achieveforms-container .all-sections .field .fieldContent .fieldInput.noUi-target.valid {
	background-color: #00c3b0;
}

.AF-Category-External---Youth-Service .achieveforms-container .sectionsHead .sectionsHeadInner,
.AF-Category-External---Youth-Service .nav-tabs>li>a:hover {
	border-bottom: solid 1px #00c3b0;
}

.AF-Category-External---Youth-Service .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active .sectionNameTab {
	border-color: #00c3b0;
	border-bottom-color: #FFFFFF;
	color: #000000;
	background-color: #FFFFFF;
}

/*** BUTTONS ***/
.AF-Category-External---Youth-Service .btn.btn-default,
.AF-Category-External---Youth-Service .btn.btn-af.nextbutton,
.AF-Category-External---Youth-Service .btn.btn-af.submitbutton,
.AF-Category-External---Youth-Service .btn.btn-af.previousbutton,
.AF-Category-External---Youth-Service .btn.btn-af.savebutton,
.AF-Category-External---Youth-Service .btn-success:hover,
.AF-Category-External---Youth-Service .btn.field-btn:hover,
.AF-Category-External---Youth-Service .btn.btn-af.repeat-subform-btn:hover,
.AF-Category-External---Youth-Service .btn.upload-button:hover,
.AF-Category-External---Youth-Service .btn.btn-af.save,
.AF-Category-External---Youth-Service .btn.field-btn,
.AF-Category-External---Youth-Service .btn.btn-af.repeat-subform-btn,
.AF-Category-External---Youth-Service .btn.upload-button,
.AF-Category-External---Youth-Service .btn.btn-af.finish {
	background-color: #00c3b0;
}

/****************************** FOOTER ******************************/
.AF-Category-External---Youth-Service #customFooter {
	display: none;
}

/********************************************************************/
/******************** END YOUTH SERVICE BRANDING ********************/
/********************************************************************/

@media screen and (max-width: 480px) {
	.accordion .col-xs-2, .accordion .col-xs-3, .accordion .col-xs-5
	{
	    width: 100%;
	}
}

._AF input[type=date],
._AF input[type=datetime-local],
._AF input[type=datetime],
._AF input[type=email],
._AF input[type=month],
._AF input[type=number],
._AF input[type=password],
._AF input[type=search],
._AF input[type=tel],
._AF input[type=text],
._AF input[type=time],
._AF input[type=url],
._AF input[type=week],
._AF select,
._AF textarea,
.achieveforms-container input[type=date],
.achieveforms-container input[type=datetime-local],
.achieveforms-container input[type=datetime],
.achieveforms-container input[type=email],
.achieveforms-container input[type=month],
.achieveforms-container input[type=number],
.achieveforms-container input[type=password],
.achieveforms-container input[type=search],
.achieveforms-container input[type=tel],
.achieveforms-container input[type=text],
.achieveforms-container input[type=time],
.achieveforms-container input[type=url],
.achieveforms-container input[type=week],
.achieveforms-container select,
.achieveforms-container textarea {
	margin: 0;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.content, .achieveforms-container .all-sections .field .fieldContent .fieldInput.upload, .achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.content, .achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.upload {
	margin-top: 10px;
}

.fa-ellipsis-v:before {
    content: "\f0c9";
}

fieldset.hideTextInput label::before {
	display: none;
}

fieldset.hideTextInput label::after {
	display: none;
}

fieldset.hideTextInput input {
	display: none;
}

fieldset.hideTextInput label {
	margin: 0 !important;
	padding: 0 !important;
}

fieldset.hideTextInput span {
	margin: 0 !important;
	padding: 0 !important;
}
