.left {
  float: left;
}
.right {
  float: right;
}
.clickable {
  cursor: pointer;
}
.draggable {
  cursor: move;
}
.clear {
  font-size: 1px;
  line-height: normal;
  padding: 0px;
  margin: 0px;
  clear: both;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body {
  margin: 0;
  height: 100%;
  width: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}
a img {
  border: none;
}
img:-moz-broken {
  -moz-force-broken-image-icon: 1;
  width: 24px;
  height: 24px;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/_webblocks/images/jquery_fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/_webblocks/images/jquery_fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/_webblocks/images/jquery_fancybox/blank.gif');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/_webblocks/images/jquery_fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/_webblocks/images/jquery_fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url('/_webblocks/images/jquery_fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
}
.minicolors {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.minicolors-focus {
  z-index: 2;
}
.minicolors.minicolors-theme-default .minicolors-input {
  width: 300px;
  margin-left: 10px !important;
  margin-top: 0px !important;
}
.minicolors.minicolors-theme-default .minicolors-input:focus {
  border-color: #17526e;
}
.minicolors-theme-default.minicolors .minicolors-input {
  vertical-align: middle;
  outline: none;
}
.minicolors-theme-default.minicolors-swatch-left .minicolors-input {
  margin-left: -1px;
  margin-right: auto;
}
.minicolors-theme-default.minicolors-focus .minicolors-input,
.minicolors-theme-default.minicolors-focus .minicolors-swatch {
  border-color: #999;
}
.minicolors-hidden {
  position: absolute;
  left: -9999em;
}
.minicolors-swatch {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: left;
  background: url(/_webblocks/images/minicolors.png) -80px 0;
  border: solid 1px #CCC;
  vertical-align: middle;
  display: inline-block;
}
.minicolors-swatch SPAN {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  box-shadow: inset 0 9px 0 rgba(255,255,255,0.1);
  display: inline-block;
}
.minicolors-panel {
  position: absolute;
  top: 42px;
  left: 0;
  width: 173px;
  height: 152px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  display: none;
}
.minicolors-position-top .minicolors-panel {
  top: -156px;
}
.minicolors-position-left .minicolors-panel {
  left: -83px;
}
.minicolors-position-left.minicolors-with-opacity .minicolors-panel {
  left: -104px;
}
.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}
.minicolors .minicolors-grid {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background: url(/_webblocks/images/minicolors.png) -120px 0;
  cursor: crosshair;
}
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: none;
}
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}
.minicolors-slider-saturation .minicolors-grid-inner {
  background: url(jquery.minicolors.png) -270px 0;
}
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
  background: black;
}
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}
.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background: white url(/_webblocks/images/minicolors.png) 0 0;
  cursor: crosshair;
}
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 10px;
  height: 10px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}
.minicolors-grid .minicolors-picker SPAN {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: solid 2px white;
}
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
}
.minicolors-inline .minicolors-input,
.minicolors-inline .minicolors-swatch {
  display: none;
}
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
}
.minicolors-theme-bootstrap .minicolors-input {
  padding: 4px 6px;
  padding-left: 30px;
  background-color: white;
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #555;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  height: 19px;
  margin: 0px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.minicolors-theme-bootstrap.minicolors-focus .minicolors-input {
  border-color: #6fb8f1;
  box-shadow: 0 0 10px #6fb8f1;
  outline: none;
}
.minicolors-theme-bootstrap .minicolors-swatch {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 2;
}
.minicolors-theme-bootstrap.minicolors-swatch-position-right .minicolors-input {
  padding-left: 6px;
  padding-right: 30px;
}
.minicolors-theme-bootstrap.minicolors-swatch-position-right .minicolors-swatch {
  left: auto;
  right: 4px;
}
.minicolors-theme-bootstrap .minicolors-panel {
  top: 28px;
  z-index: 3;
}
.minicolors-theme-bootstrap.minicolors-position-top .minicolors-panel {
  top: -154px;
}
.minicolors-theme-bootstrap.minicolors-position-left .minicolors-panel {
  left: -63px;
}
.minicolors-theme-bootstrap.minicolors-position-left.minicolors-with-opacity .minicolors-panel {
  left: -84px;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/_webblocks/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('/_webblocks/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/_webblocks/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('/_webblocks/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('/_webblocks/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.inner {
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.orange {
  color: #ff9900;
}
.article_add form {
  padding: 0px;
}
.article_add form .twothird input[type="text"],
.article_add form .twothird textarea {
  width: 100%;
  margin: 0 0 10px 0;
}
.article_add form .twothird textarea {
  min-height: 100px;
}
.article_add form .twothird .redactor_box {
  margin-bottom: 10px;
}
.article_add form .categories {
  width: 100%;
  border: solid 1px #cbcbcb;
  background-color: #eaeaea;
  padding: 15px;
  margin: 25px 0 0px 0px;
}
.article_add form .categories label {
  width: auto;
}
.article_add form .categories span {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.article_add .redactor_box {
  width: 100%;
}
#build_system_section {
  background-color: #EEE;
  border: 1px solid #DDD;
  padding: 5px;
}
#build_system_section h2 {
  margin-top: 4px;
}
#build_system_output {
  padding: 0;
}
#build_system_output_iframe {
  margin: 0;
  border: 0;
  width: 600px;
  height: 600px;
}
#build_system_domain_list {
  height: 470px;
  overflow: auto;
  background-color: #1C1C1C;
  border: 2px solid #DDD;
  color: #DDD;
}
.build_system_domain_item {
  padding: 5px;
  margin-bottom: 2px;
  border-bottom: 1px solid #666;
}
.build_system_domain_message {
  display: inline;
  float: right;
  margin-left: 5px;
  padding: 1px 4px;
  border-radius: 5px;
  width: 300px;
}
.build_system_domain_message_info {
  background-color: #72ACDC;
  color: #FFF;
}
.build_system_domain_message_error {
  background-color: #500000;
  color: #FFF;
}
.build_system_domain_message_unsupported {
  background-color: #666;
  color: #BBB;
}
.build_system_domain_modified_files {
  display: block;
  clear: both;
  margin-top: 7px;
  overflow: auto;
  height: auto;
  padding: 3px;
}
.build_system_domain {
  color: #FFF;
  margin: 10px auto;
  border: 2px solid #000;
  padding: 0;
  width: 95%;
}
.build_system_domain_title {
  text-align: center;
  background-color: #EEE;
  color: #000;
  font-weight: bold;
  padding: 2px;
}
.build_system_domain_content {
  padding: 5px;
  word-wrap: break-word;
  min-height: 300px;
}
#build_system_btn_go {
  font-size: 5em;
  padding: 20px;
  color: #FFF;
  height: auto !important;
}
.build_system_inprogress {
  background-color: #DDD;
  color: #000;
}
.build_system_success {
  background-color: #38B632;
  color: #FFF;
}
.build_system_error {
  background-color: #790F0F;
  color: #FFF;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 100%;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #acacac;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 2px solid #acacac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0,0,0,0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 36px;
}
.chosen-container-single .chosen-default {
  color: #383838;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #383838;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
  color: #eaeaea;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/_webblocks/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 0px 9px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #acacac;
  background: white url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #556270;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  min-height: 40px;
  border: 2px solid #acacac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  cursor: text;
  line-height: 38px;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  height: 30px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #8A8A8A;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #383838;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  background-color: #556270;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 23px;
  cursor: default;
  border: solid 1px #3f4953;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 14px;
  height: 14px;
  content: "string";
  color: #fff;
  line-height: 20px;
  padding: 0px 5px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: "x";
  line-height: 22px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 2px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 2px solid #556270;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #acacac;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  color: #eaeaea;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 9px;
}
.chosen-container-active .chosen-choices {
  border: 2px solid #556270;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 9px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #e1e1e1;
  color: #fff;
  border: solid 2px;
}
.col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.col_mess_error {
  border-color: #ff6b6b;
  background: #ffd1d1;
}
.col_mess_notification {
  background: #acd373;
  border-color: #7baa36;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(/_webblocks/images/icons/colorbox_loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #FFF;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/_webblocks/images/icons/colorbox_controls.png) no-repeat 0 0;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
img {
  border: 0;
}
label {
  cursor: pointer;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}
.clear_both {
  clear: both;
}
.clear_none {
  clear: none;
}
.cursor_default {
  cursor: default;
}
.cursor_auto {
  cursor: auto;
}
.cursor_crosshair {
  cursor: crosshair;
}
.cursor_pointer {
  cursor: pointer;
}
.cursor_move {
  cursor: move;
}
.cursor_e_resize {
  cursor: e-resize;
}
.cursor_ne_resize {
  cursor: ne-resize;
}
.cursor_nw_resize {
  cursor: nw-resize;
}
.cursor_n_resize {
  cursor: n-resize;
}
.cursor_se_resize {
  cursor: se-resize;
}
.cursor_sw_resize {
  cursor: sw-resize;
}
.cursor_s_resize {
  cursor: s-resize;
}
.cursor_w_resize {
  cursor: w-resize;
}
.cursor_text {
  cursor: text;
}
.cursor_wait {
  cursor: wait;
}
.cursor_help {
  cursor: help;
}
.cursor_not_allowed {
  cursor: not-allowed;
}
.display_none {
  display: none;
}
.display_block {
  display: block;
}
.display_inline {
  display: inline;
}
.display_list_item {
  display: list-item;
}
.display_table {
  display: table;
}
.display_inline_table {
  display: inline-table;
}
.display_table_row_group {
  display: table-row-group;
}
.display_table_header_group {
  display: table-header-group;
}
.display_table_footer_group {
  display: table-footer-group;
}
.display_table_row {
  display: table-row;
}
.display_table_column_group {
  display: table-column-group;
}
.display_table_column {
  display: table-column;
}
.display_table_cell {
  display: table-cell;
}
.display_table_caption {
  display: table-caption;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.float_none {
  float: none;
}
.position_static {
  position: static;
}
.position_relative {
  position: relative;
}
.position_absolute {
  position: absolute;
}
.position_fixed {
  position: fixed;
}
.visibility_visible {
  visibility: visible;
}
.visibility_hidden {
  visibility: hidden;
}
.visibility_collapse {
  visibility: collapse;
}
.font_size_xx_small {
  font-size: xx-small;
}
.font_size_x_small {
  font-size: x-small;
}
.font_size_small {
  font-size: small;
}
.font_size_medium {
  font-size: medium;
}
.font_size_large {
  font-size: large;
}
.font_size_x_large {
  font-size: x-large;
}
.font_size_xx_large {
  font-size: xx-large;
}
.font_size_smaller {
  font-size: smaller;
}
.font_size_larger {
  font-size: larger;
}
.font_style_normal {
  font-style: normal;
}
.font_style_italic {
  font-style: italic;
}
.font_style_oblique {
  font-style: oblique;
}
.font_variant_normal {
  font-variant: normal;
}
.font_variant_small_caps {
  font-variant: small-caps;
}
.font_weight_normal {
  font-weight: normal;
}
.font_weight_bold {
  font-weight: bold;
}
.font_weight_bolder {
  font-weight: bolder;
}
.font_weight_lighter {
  font-weight: lighter;
}
.font_weight_100 {
  font-weight: 100;
}
.font_weight_200 {
  font-weight: 200;
}
.font_weight_300 {
  font-weight: 300;
}
.font_weight_400 {
  font-weight: 400;
}
.font_weight_500 {
  font-weight: 500;
}
.font_weight_600 {
  font-weight: 600;
}
.font_weight_700 {
  font-weight: 700;
}
.font_weight_800 {
  font-weight: 800;
}
.font_weight_900 {
  font-weight: 900;
}
.vertical_align_top {
  vertical-align: top;
}
.vertical_align_text_top {
  vertical-align: text-top;
}
.vertical_align_middle {
  vertical-align: middle;
}
.vertical_align_bottom {
  vertical-align: bottom;
}
.vertical_align_text_bottom {
  vertical-align: text-bottom;
}
.border_collapse_separate {
  border-collapse: separate;
}
.border_collapse_collapse {
  border-collapse: collapse;
}
.direction_ltr {
  direction: ltr;
}
.direction_rtl {
  direction: rtl;
}
.text_align_left {
  text-align: left;
}
.text_align_right {
  text-align: right;
}
.text_align_center {
  text-align: center;
}
.text_align_justify {
  text-align: justify;
}
.text_decoration_none {
  text-decoration: none;
}
.text_decoration_underline {
  text-decoration: underline;
}
.text_decoration_overline {
  text-decoration: overline;
}
.text_decoration_line_through {
  text-decoration: line-through;
}
.text_decoration_blink {
  text-decoration: blink;
}
.text_transform_none {
  text-transform: none;
}
.text_transform_capitalize {
  text-transform: capitalize;
}
.text_transform_uppercase {
  text-transform: uppercase;
}
.text_transform_lowercase {
  text-transform: lowercase;
}
.text_transform_ucfirst:first-letter {
  text-transform: uppercase;
}
.text_transform_lcfirst:first-letter {
  text-transform: lowercase;
}
.white_space_normal {
  white-space: normal;
}
.white_space_pre {
  white-space: pre;
}
.white_space_nowrap {
  white-space: nowrap;
}
.rights_foldout ul {
  list-style-type: none;
}
.rights_foldout ul:first-child {
  margin: 0px;
  padding: 0px;
}
.rights_foldout ul li {
  margin-bottom: 10px;
  cursor: default;
}
.rights_foldout ul li .padding {
  border: solid 1px #cbcbcb;
  padding: 8px;
  background-color: #f9f9f9;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.rights_foldout ul li ul li {
  margin-bottom: 0px;
}
.rights_foldout ul li ul li .padding {
  background-color: #f2f2f2;
  border-top: none;
}
.rights_foldout ul li ul li ul li .padding {
  background-color: #eaeaea;
}
.rights_foldout ul li ul li ul li ul li .padding {
  background-color: #e2e2e2;
}
.rights_foldout ul li ul li ul li ul li ul li .padding {
  background-color: #dbdbdb;
}
.rights_foldout ul .rights_foldout_has_more_data {
  cursor: pointer;
}
.filemanager .filemanager_row {
  padding: 5px;
}
.filemanager .filemanager_row_normal {
  background-color: #E5E5E5;
}
.filemanager .filemanager_row_alt {
  background-color: #E1E1E1;
}
.filemanager .filemanager_filename {
  display: inline;
}
.filemanager .filemanager_actions {
  display: inline;
  float: right;
}
.filemanager .filemanager_icon {
  margin: 0 auto;
  color: #215377;
  transition: color .2s;
}
.filemanager .filemanager_icon:hover {
  color: #378bc7;
}
#file_manager_controls {
  padding: 0px 20px;
  margin-bottom: 15px;
}
.fileupload_dropzone {
  background: #eaeaea;
  width: 100%;
  line-height: 150px;
  text-align: center;
  border: dashed 2px #cbcbcb;
  margin-top: 15px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.fileupload_dropzone:hover {
  border-color: #b2b2b2;
  background: #d1d1d1;
}
.fileupload_dropzone.hover {
  background: #FFB;
}
.fileupload_dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
form {
  padding: 20px;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea,
select {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: solid 1px #e1e1e1;
  width: 70%;
  font-size: 14px;
  color: #383838;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
textarea:hover,
select:hover {
  border-color: #acacac;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  border-color: #556270;
}
.boolean_holder {
  width: 69%;
}
textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
}
select,
x:-moz-any-link {
  height: auto;
  padding: 8px;
}
@media screen and (min-width: 0) {
  input[type="text"] {
    line-height: 37px;
  }
  input[type="password"] {
    line-height: 35px;
  }
}
input[type="checkbox"] {
  margin-right: 10px;
}
input[type="radio"] {
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #8A8A8A;
}
:-moz-placeholder {
  color: #8A8A8A;
}
::-moz-placeholder {
  color: #8A8A8A;
}
:-ms-input-placeholder {
  color: #8A8A8A;
}
label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  padding: 8px 10px !important;
}
.radio {
  width: auto;
}
.line {
  margin-bottom: 10px;
}
.third input[type="text"],
.third input[type="password"],
.third input[type="file"],
.third input[type="number"],
.third textarea,
.third select,
.third .chosen-container,
.quarter input[type="text"],
.quarter input[type="password"],
.quarter input[type="file"],
.quarter input[type="number"],
.quarter textarea,
.quarter select,
.quarter .chosen-container,
.tabcontent input[type="text"],
.tabcontent input[type="password"],
.tabcontent input[type="file"],
.tabcontent input[type="number"],
.tabcontent textarea,
.tabcontent select,
.tabcontent .chosen-container,
.redactor_tab input[type="text"],
.redactor_tab input[type="password"],
.redactor_tab input[type="file"],
.redactor_tab input[type="number"],
.redactor_tab textarea,
.redactor_tab select,
.redactor_tab .chosen-container {
  width: 100% !important;
  margin-top: 10px;
}
.third .tagsinput,
.quarter .tagsinput,
.tabcontent .tagsinput,
.redactor_tab .tagsinput {
  max-width: 100%;
}
.third label,
.third .boolean_holder,
.quarter label,
.quarter .boolean_holder,
.tabcontent label,
.tabcontent .boolean_holder,
.redactor_tab label,
.redactor_tab .boolean_holder {
  width: 100%;
  margin-bottom: 5px;
}
.third .cms_table_toppbar input[type="text"],
.quarter .cms_table_toppbar input[type="text"],
.tabcontent .cms_table_toppbar input[type="text"],
.redactor_tab .cms_table_toppbar input[type="text"] {
  width: 200px;
  margin-top: 0px;
}
.third .cms_table_toppbar input[type="text"]:active,
.third .cms_table_toppbar input[type="text"]:focus,
.quarter .cms_table_toppbar input[type="text"]:active,
.quarter .cms_table_toppbar input[type="text"]:focus,
.tabcontent .cms_table_toppbar input[type="text"]:active,
.tabcontent .cms_table_toppbar input[type="text"]:focus,
.redactor_tab .cms_table_toppbar input[type="text"]:active,
.redactor_tab .cms_table_toppbar input[type="text"]:focus {
  width: 220px;
}
.third .domain_image_upload,
.quarter .domain_image_upload,
.tabcontent .domain_image_upload,
.redactor_tab .domain_image_upload {
  width: 100%;
}
.third .domain_image_upload img,
.quarter .domain_image_upload img,
.tabcontent .domain_image_upload img,
.redactor_tab .domain_image_upload img {
  margin-top: 10px;
}
.third .domain_image_upload i,
.quarter .domain_image_upload i,
.tabcontent .domain_image_upload i,
.redactor_tab .domain_image_upload i {
  margin-top: 15px;
}
fieldset {
  margin-bottom: 15px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
}
legend {
  padding: 5px;
  font-weight: bold;
}
.domain_image_upload {
  width: 70%;
}
.domain_image_upload i {
  font-size: 25px;
  position: absolute;
  margin: 5px 0 0 -30px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #eb0000;
}
.domain_image_upload img {
  margin-bottom: 10px;
}
.redactor_boxmew {
  width: 70%;
}
.error input[type="text"],
.error input[type="password"],
.error input[type="file"],
.error input[type="number"],
.error textarea,
.error select,
.error .chosen-container,
.error .chosen-single,
.error .redactor_box {
  border-color: #ff6b6b;
}
.message {
  color: #ff6b6b;
  width: 100%;
  text-align: right;
  margin: -5px 0 10px 0px;
}
.half,
.third,
.quarter,
.twothird,
.threequarter {
  margin-right: 3.1914893617021276%;
  min-height: 1px;
}
.half:last-child,
.third:last-child,
.quarter:last-child,
.twothird:last-child,
.threequarter:last-child {
  margin-right: 0;
}
.quarter {
  width: 22.606382978723403%;
}
.third {
  width: 31.205673758865245%;
}
.half {
  width: 48.40425531914894%;
}
.threequarter {
  width: 74.20212765957446%;
}
.twothird {
  width: 65.60283687943262%;
}
@media only screen and (max-width: 1300px) {
  .half,
  .threequarter {
    margin: 0px 0px 40px 0px;
    width: 100%;
  }
  .quarter {
    width: 48.40425531914894%;
  }
  .half:last-child,
  .threequarter:last-child {
    margin-bottom: 0px;
  }
  .viewportmargin {
    margin: 0px 0px 40px 0px;
  }
}
.image_grid_img {
  display: inline;
}
.image_grid_img img {
  margin: 5px;
  padding: 7px;
  background-color: #EEEEEE;
  border-radius: 3px;
}
.image_grid_img input[type="checkbox"] {
  position: relative;
  top: 40px;
  right: 35px;
}
.image_grid_folder {
  display: inline;
  text-align: center;
  cursor: pointer;
}
.image_grid_folder span {
  position: relative;
  top: 30px;
}
.selected_file {
  background-color: #F00;
  font-weight: bold;
}
.inline_form {
  margin: 0;
  padding: 0;
  display: inline;
}
#import_steam form {
  margin: 0;
  padding: 0;
}
#import_steam .highlight {
  background-color: #FFB;
}
#import_steam .compare {
  background-color: #B71918;
  color: #FFFFFF !important;
}
#import_steam table td {
  height: 10px !important;
}
#import_steam .notification {
  padding: 10px 5px 10px 15px;
  background-color: #F2F2F2;
  border: 1px solid #BFBFBF;
}
#progressbar,
#steam_progressbar {
  min-width: 400px;
}
.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;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: .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 #000;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
}
.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;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  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: normal;
}
.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-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  z-index: 5 !important;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.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: 700;
  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;
  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;
  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,
.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: 0;
}
.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,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 14px 10px 0 10px;
  background: 0;
  overflow: auto;
  min-height: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: .5em;
  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: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: 400;
  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-progressbar .ui-progressbar-overlay {
  background: url(/_webblocks/images/jquery_ui/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: .25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.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.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.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: 0;
  background: 0;
  color: inherit;
  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: 0;
  border-bottom: 0;
  border-right: 0;
}
.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;
}
.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-width: 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: 0;
}
.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;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #FFF url(/_webblocks/images/jquery_ui/ui-bg_flat_100_FFFFFF_40x100.png) 50% 50% repeat-x;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #eaeaea url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #383838;
  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 #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #556270;
  background: #556270 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_a64040_40x100.png) 50% 50% repeat-x;
  color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}
.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;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.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 {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
.ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000 url(/_webblocks/images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 0;
}
div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  overflow-y: auto;
  max-width: 70%;
}
div.tagsinput span.tag {
  border: 1px solid #3f4953;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #556270;
  color: #fff;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
div.tagsinput span.tag a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
div.tagsinput input {
  width: 180px;
  border: 2px solid #3f4953;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #556270;
  color: #fff !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.not_valid {
  border: 2px solid #ff3838 !important;
  background-color: #ff6b6b !important;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
embed,
object,
iframe,
audio,
video,
canvas,
progress,
meter,
output,
textarea {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  vertical-align: top;
}
thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}
a img,
th img,
td img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  margin: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
button {
  width: auto;
  overflow: visible;
}
input[type="reset"],
input[type="submit"],
input[type="file"],
input[type="radio"],
input[type="checkbox"],
select,
button {
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
img,
video,
audio,
embed,
object {
  max-width: 100%;
}
img,
video,
embed,
object {
  height: auto;
}
embed,
object {
  height: 100%;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
body {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 0.9375em;
  line-height: 1.65em;
  background: #ffffff;
  color: #222222;
}
a {
  color: #134da5;
}
a:focus,
a:hover {
  color: #de2c3b;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
h1,
.h1,
h2,
.h2 {
  line-height: 1.1;
}
h3,
.h3,
h4,
.h4 {
  line-height: 1.3;
}
h1,
.h1 {
  font-size: 2.25em;
}
h2,
.h2 {
  font-size: 1.5em;
  margin-bottom: .7em;
}
h3,
.h3 {
  font-size: 1.3125em;
}
h4,
.h4 {
  font-size: 1.125em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}
.lead {
  font-size: 1.3125em;
  line-height: 1.5;
  margin-bottom: 1.0999999999999999em;
}
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.65em;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 3.3em;
}
ul li,
ol li {
  text-align: left;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
form,
fieldset,
figure,
address {
  margin-bottom: 1.65em;
}
blockquote {
  position: relative;
  font-style: italic;
  font-size: 1.125em;
  margin-left: 2.4749999999999996em;
  padding-left: 1.65em;
  border-left: 2px solid #dddddd;
}
blockquote p {
  margin-bottom: .5em;
}
blockquote small,
cite {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
small,
blockquote cite {
  font-size: 12.75px;
  line-height: 1;
}
address {
  font-style: normal;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.65em;
}
s,
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #0f0f0f;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 11.25px;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figcaption {
  margin: .3em 0;
  font-size: 12.75px;
  font-style: italic;
}
ins,
u {
  text-decoration: underline;
}
mark {
  background-color: #ffc800;
  color: #0f0f0f;
  text-decoration: none;
}
pre,
code,
kbd,
samp,
var,
output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
  margin-top: 1.65em;
  font-size: 100%;
  line-height: 1.5;
  color: #222222;
  overflow: auto;
}
code,
samp,
kbd {
  padding: 3px 6px 2px 6px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}
code {
  background: #f4f4f4;
  border: 1px solid #d4d4d4;
}
pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 1.65em;
}
var {
  color: rgba(0,0,0,0.5);
}
samp {
  background: #d3e3fb;
  border: 1px solid #b2cef8;
}
kbd {
  background: #0f0f0f;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}
button:active,
button:focus {
  outline: none;
}
textarea,
select {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
}
textarea,
select[multiple],
select[multiple="multiple"] {
  padding: 0.3em 0.35em;
  line-height: 1.35em;
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="datetime-local"] {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
  padding: 0.3em 0.35em;
  line-height: 1.65em;
  border-radius: 0;
  outline: none;
}
select[multiple],
select[multiple="multiple"],
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="datetime-local"] {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
}
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="phone"][disabled],
input[type="tel"][disabled],
input[type="number"][disabled],
input[type="datetime"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="color"][disabled],
input[type="time"][disabled],
input[type="search"][disabled],
input[type="datetime-local"][disabled] {
  resize: none;
  color: rgba(0,0,0,0.5);
}
select[disabled],
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
  cursor: default;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="range"] {
  position: relative;
  top: 3px;
}
select {
  margin-bottom: 0 !important;
}
fieldset {
  padding: 1.65em;
  margin-bottom: 1.65em;
  border: 1px solid #cccccc;
}
fieldset *:last-child {
  margin-bottom: 0 !important;
}
legend {
  font-weight: bold;
  padding: 0 1em;
  margin-left: -1em;
}
table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
table caption {
  text-transform: uppercase;
  padding: 0 1.0999999999999999em;
  color: rgba(0,0,0,0.4);
  font-size: 12.75px;
}
table th,
table td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.825em 1.0999999999999999em;
}
table tfoot th,
table tfoot td {
  color: rgba(0,0,0,0.4);
}
.units-container:after,
.units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container:after,
.units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container {
  padding-top: 1px;
  margin-top: -1px;
}
.units-row {
  margin-bottom: 1.65em;
}
.width-100,
.unit-100 {
  width: 100%;
}
.width-90,
.unit-90 {
  width: 90%;
}
.width-80,
.unit-80 {
  width: 80%;
}
.width-75,
.unit-75 {
  width: 75%;
}
.width-70,
.unit-70 {
  width: 70%;
}
.width-66,
.unit-66 {
  width: 66.6%;
}
.width-65,
.unit-65 {
  width: 65%;
}
.width-60,
.unit-60 {
  width: 60%;
}
.width-50,
.unit-50 {
  width: 50%;
}
.width-40,
.unit-40 {
  width: 40%;
}
.width-35,
.unit-35 {
  width: 35%;
}
.width-33,
.unit-33 {
  width: 33.3%;
}
.width-30,
.unit-30 {
  width: 30%;
}
.width-25,
.unit-25 {
  width: 25%;
}
.width-20,
.unit-20 {
  width: 20%;
}
.width-10,
.unit-10 {
  width: 10%;
}
.units-row .unit-90,
.units-row .unit-80,
.units-row .unit-75,
.units-row .unit-70,
.units-row .unit-66,
.units-row .unit-65,
.units-row .unit-60,
.units-row .unit-50,
.units-row .unit-40,
.units-row .unit-35,
.units-row .unit-33,
.units-row .unit-30,
.units-row .unit-25,
.units-row .unit-20,
.units-row .unit-10 {
  float: left;
  margin-left: 3%;
}
.units-row .unit-90:first-child,
.units-row .unit-80:first-child,
.units-row .unit-75:first-child,
.units-row .unit-70:first-child,
.units-row .unit-66:first-child,
.units-row .unit-65:first-child,
.units-row .unit-60:first-child,
.units-row .unit-50:first-child,
.units-row .unit-40:first-child,
.units-row .unit-35:first-child,
.units-row .unit-33:first-child,
.units-row .unit-30:first-child,
.units-row .unit-25:first-child,
.units-row .unit-20:first-child,
.units-row .unit-10:first-child {
  margin-left: 0;
}
.units-row .unit-90 {
  width: 89.7%;
}
.units-row .unit-80 {
  width: 79.4%;
}
.units-row .unit-75 {
  width: 74.25%;
}
.units-row .unit-70 {
  width: 69.1%;
}
.units-row .unit-66 {
  width: 65.66666666666666%;
}
.units-row .unit-65 {
  width: 65.66666666666666%;
}
.units-row .unit-60 {
  width: 58.800000000000004%;
}
.units-row .unit-50 {
  width: 48.5%;
}
.units-row .unit-40 {
  width: 38.2%;
}
.units-row .unit-35 {
  width: 31.333333333333332%;
}
.units-row .unit-33 {
  width: 31.333333333333332%;
}
.units-row .unit-30 {
  width: 27.9%;
}
.units-row .unit-25 {
  width: 22.75%;
}
.units-row .unit-20 {
  width: 17.6%;
}
.units-row .unit-10 {
  width: 7.3%;
}
.unit-push-90,
.unit-push-80,
.unit-push-75,
.unit-push-70,
.unit-push-66,
.unit-push-65,
.unit-push-60,
.unit-push-50,
.unit-push-40,
.unit-push-35,
.unit-push-33,
.unit-push-30,
.unit-push-25,
.unit-push-20,
.unit-push-10 {
  position: relative;
}
.unit-push-90 {
  left: 92.7%;
}
.unit-push-80 {
  left: 82.4%;
}
.unit-push-75 {
  left: 77.25%;
}
.unit-push-70 {
  left: 72.1%;
}
.unit-push-66 {
  left: 68.66666666666666%;
}
.unit-push-65 {
  left: 68.66666666666666%;
}
.unit-push-60 {
  left: 61.800000000000004%;
}
.unit-push-50 {
  left: 51.5%;
}
.unit-push-40 {
  left: 41.2%;
}
.unit-push-35 {
  left: 34.33333333333333%;
}
.unit-push-33 {
  left: 34.33333333333333%;
}
.unit-push-30 {
  left: 30.9%;
}
.unit-push-25 {
  left: 25.75%;
}
.unit-push-20 {
  left: 20.6%;
}
.unit-push-10 {
  left: 10.3%;
}
.units-row .unit-push-right {
  float: right;
}
.units-row .unit-role-right {
  margin-left: 3%;
  float: right;
}
.units-row .unit-role-left {
  margin-left: 0;
}
.centered,
.unit-centered {
  float: none !important;
  margin: 0 auto !important;
}
.unit-padding {
  padding: 1.65em;
}
.units-padding .unit-100,
.units-padding .unit-90,
.units-padding .unit-80,
.units-padding .unit-75,
.units-padding .unit-70,
.units-padding .unit-66,
.units-padding .unit-65,
.units-padding .unit-60,
.units-padding .unit-50,
.units-padding .unit-40,
.units-padding .unit-35,
.units-padding .unit-33,
.units-padding .unit-30,
.units-padding .unit-25,
.units-padding .unit-20,
.units-padding .unit-10 {
  padding: 1.65em;
}
.units-split .unit-90,
.units-split .unit-80,
.units-split .unit-75,
.units-split .unit-70,
.units-split .unit-66,
.units-split .unit-65,
.units-split .unit-60,
.units-split .unit-50,
.units-split .unit-40,
.units-split .unit-35,
.units-split .unit-33,
.units-split .unit-30,
.units-split .unit-25,
.units-split .unit-20,
.units-split .unit-10 {
  margin-left: 0;
}
.units-split .unit-90 {
  width: 90%;
}
.units-split .unit-80 {
  width: 80%;
}
.units-split .unit-75 {
  width: 75%;
}
.units-split .unit-70 {
  width: 70%;
}
.units-split .unit-66 {
  width: 66.6%;
}
.units-split .unit-65 {
  width: 65%;
}
.units-split .unit-60 {
  width: 60%;
}
.units-split .unit-50 {
  width: 50%;
}
.units-split .unit-40 {
  width: 40%;
}
.units-split .unit-35 {
  width: 35%;
}
.units-split .unit-33 {
  width: 33.3%;
}
.units-split .unit-30 {
  width: 30%;
}
.units-split .unit-25 {
  width: 25%;
}
.units-split .unit-20 {
  width: 20%;
}
.units-split .unit-10 {
  width: 10%;
}
.blocks-2,
.blocks-3,
.blocks-4,
.blocks-5,
.blocks-6 {
  padding-left: 0;
  list-style: none;
  margin-left: -3%;
}
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.blocks-2 > li,
.blocks-3 > li,
.blocks-4 > li,
.blocks-5 > li,
.blocks-6 > li {
  height: auto;
  float: left;
  margin-bottom: 1.65em;
  margin-left: 3%;
}
.blocks-2 > li ul,
.blocks-3 > li ul,
.blocks-4 > li ul,
.blocks-5 > li ul,
.blocks-6 > li ul {
  list-style-type: disc;
}
.blocks-2 > li ul ul,
.blocks-3 > li ul ul,
.blocks-4 > li ul ul,
.blocks-5 > li ul ul,
.blocks-6 > li ul ul {
  list-style-type: circle;
}
.blocks-2 > li li,
.blocks-3 > li li,
.blocks-4 > li li,
.blocks-5 > li li,
.blocks-6 > li li {
  float: none;
  margin: 0;
}
.blocks-2 > li {
  width: 47%;
}
.blocks-3 > li {
  width: 30.333333333333332%;
}
.blocks-4 > li {
  width: 22%;
}
.blocks-5 > li {
  width: 17%;
}
.blocks-6 > li {
  width: 13.666666666666666%;
}
.block-first {
  clear: both;
}
table.table-bordered td,
table.table-bordered th {
  border: 1px solid #eeeeee;
}
table.table-simple td,
table.table-simple th,
table.table-simple caption {
  border: none;
  padding-left: 0;
}
table.table-flat td,
table.table-flat th,
table.table-flat caption {
  border: none;
  padding: 0;
}
table.table-stroked td,
table.table-stroked th {
  border-bottom: 1px solid #eeeeee;
}
table.table-stripped tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
table.table-hovered tbody tr:hover td {
  background-color: #f4f4f4;
}
.table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.65em;
}
.table-container table {
  margin-bottom: 0;
}
.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0,0,0,0.3);
}
.forms .btn,
.forms input[type="submit"].btn,
.forms button,
.forms input[type="submit"],
.forms input[type="reset"] {
  padding: 0.3625em 1.3em;
}
.forms .btn-outline {
  padding: 0.3em 1.3em;
}
.forms .btn-outline.bold {
  padding: 0.2375em 1.3em;
}
.forms label {
  display: block;
  margin-bottom: 1.0999999999999999em;
}
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="url"],
.forms input[type="phone"],
.forms input[type="tel"],
.forms input[type="number"],
.forms input[type="datetime"],
.forms input[type="date"],
.forms input[type="month"],
.forms input[type="color"],
.forms input[type="time"],
.forms input[type="search"],
.forms input[type="range"],
.forms input[type="file"],
.forms input[type="datetime-local"],
.forms textarea,
.forms select {
  display: block;
}
.forms-inline input[type="text"],
.forms-inline-list input[type="text"],
.forms-inline input[type="password"],
.forms-inline-list input[type="password"],
.forms-inline input[type="email"],
.forms-inline-list input[type="email"],
.forms-inline input[type="url"],
.forms-inline-list input[type="url"],
.forms-inline input[type="phone"],
.forms-inline-list input[type="phone"],
.forms-inline input[type="tel"],
.forms-inline-list input[type="tel"],
.forms-inline input[type="number"],
.forms-inline-list input[type="number"],
.forms-inline input[type="datetime"],
.forms-inline-list input[type="datetime"],
.forms-inline input[type="date"],
.forms-inline-list input[type="date"],
.forms-inline input[type="month"],
.forms-inline-list input[type="month"],
.forms-inline input[type="color"],
.forms-inline-list input[type="color"],
.forms-inline input[type="time"],
.forms-inline-list input[type="time"],
.forms-inline input[type="search"],
.forms-inline-list input[type="search"],
.forms-inline input[type="range"],
.forms-inline-list input[type="range"],
.forms-inline input[type="file"],
.forms-inline-list input[type="file"],
.forms-inline input[type="datetime-local"],
.forms-inline-list input[type="datetime-local"],
.forms-inline textarea,
.forms-inline-list textarea,
.forms-inline select,
.forms-inline-list select {
  display: inline-block;
}
.forms-list,
.forms-inline,
.forms-inline-list {
  margin: 0;
  padding: 0;
  margin-bottom: 1.0999999999999999em;
  list-style: none;
}
.forms-list label,
.forms-inline label,
.forms-inline-list li,
.forms-inline-list li label {
  display: inline-block;
  margin-bottom: 0;
}
.forms-inline-list li label {
  margin-right: 0.825em;
}
.forms-inline-list li {
  margin-bottom: 3px;
}
.forms-list li {
  margin-bottom: 6px;
}
.forms-desc {
  margin-top: 4px;
  color: rgba(0,0,0,0.4);
  font-size: 12.75px;
  line-height: 1.4em;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="datetime-local"],
textarea {
  -moz-transition: border ease 0.5s;
  transition: border ease 0.5s;
}
.error,
.success {
  font-weight: normal;
  font-size: 12.75px;
}
input.input-error,
textarea.input-error,
select.input-error,
.input-error {
  border-color: #de2c3b;
  box-shadow: 0 0 0 2px rgba(222,44,59,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
input.input-success,
textarea.input-success,
select.input-success,
.input-success {
  border-color: #2c9f42;
  box-shadow: 0 0 0 2px rgba(44,159,66,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
input.input-gray,
textarea.input-gray,
select.input-gray,
.input-gray {
  border-color: #b3b6b7;
  box-shadow: 0 0 0 2px rgba(179,182,183,0.4), 0 1px 2px rgba(0,0,0,0.2) inset;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="color"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
input[type="datetime-local"]:focus,
textarea:focus {
  outline: none;
  border-color: #2575ed;
  box-shadow: 0 0 0 2px rgba(37,117,237,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
input.input-search,
input[type="search"] {
  padding-right: .5em;
  padding-left: .5em;
  margin-bottom: 0;
  border-radius: 15px;
}
input.input-on-black {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.35);
}
input.input-on-black::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
input.input-on-black::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
input.input-on-black:focus,
input.input-on-black.active {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
}
input.input-on-black:focus::-webkit-input-placeholder,
input.input-on-black.active::-webkit-input-placeholder {
  color: #aaa;
}
input.input-on-black:focus::-moz-placeholder,
input.input-on-black.active::-moz-placeholder {
  color: #aaa;
}
input.input-big {
  font-size: 18px;
}
input.input-small {
  font-size: 12.75px;
}
input.input-smaller {
  font-size: 11.25px;
}
.input-groups {
  display: table !important;
}
.input-groups input {
  width: 100%;
}
.input-groups input,
.input-groups .input-append,
.input-groups .input-prepend,
.input-groups .btn-append {
  display: table-cell !important;
}
.input-groups .btn-append,
.input-groups .input-append,
.input-groups .input-prepend {
  width: 1%;
  vertical-align: middle;
}
.input-groups .input-append,
.input-groups .input-prepend {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  margin: 0;
  padding: .45em .75em .15em .75em;
  color: rgba(0,0,0,0.6);
  line-height: 1.65em;
  font-size: 12.75px;
  white-space: nowrap;
}
.input-groups .input-prepend {
  border-right: none;
}
.input-groups .input-append {
  position: relative;
  z-index: 1;
  border-left: none;
}
.input-groups .btn-append .btn {
  display: block;
  height: auto;
  border-radius: 0 2px 2px 0;
}
.navbar {
  font-size: 105%;
  margin-bottom: 1.65em;
}
.navbar:after {
  content: "";
  display: table;
  clear: both;
}
.navbar:after {
  content: "";
  display: table;
  clear: both;
}
.navbar.navbar-left {
  float: left;
}
.navbar.navbar-right {
  float: right;
}
.navbar ul {
  list-style: none;
  margin: 0;
}
.navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.navbar li {
  float: left;
  margin-right: 1.65em;
}
.navbar.navbar-right li {
  margin-right: 0;
  margin-left: 1.65em;
}
.navbar a,
.navbar span {
  display: block;
  text-decoration: none;
}
.navbar a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.navbar li.active a,
.navbar span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.navigation-toggle {
  display: none;
  text-transform: uppercase;
  position: relative;
  color: #0f0f0f;
  background-color: #ffffff;
}
.navigation-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  content: "\2630";
  font-size: 24px;
  line-height: 1;
}
.navigation-toggle.navigation-toggle-black {
  background-color: #0f0f0f;
  color: #ffffff;
}
.navigation-toggle.navigation-toggle-show {
  margin-bottom: 1.65em;
}
.navigation-toggle span {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 40px;
}
.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.navbar-pills a,
.navbar-pills span {
  padding: 0.825em 1.65em;
}
.navbar-pills a:hover {
  color: #0f0f0f;
  background: #eee;
}
.navbar-pills li.active a,
.navbar-pills span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
  background: #eee;
}
.navbar-pills li {
  margin-right: 1px;
}
.navbar-pills.navbar-right li {
  margin-left: 1px;
}
.fullwidth ul {
  width: 100%;
}
.fullwidth li {
  float: none !important;
  margin: 0;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.fullwidth li a,
.fullwidth li span {
  display: block;
}
.nav {
  margin-bottom: 1.65em;
}
.nav ul {
  list-style: none;
  margin: 0;
}
.nav ul li ul {
  margin-left: 2em;
  font-size: .95em;
}
.nav a,
.nav span {
  display: block;
  padding: .5em 0;
}
.nav a {
  color: #0f0f0f;
  text-decoration: none;
}
.nav a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.nav li.active a,
.nav span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.nav i.fa {
  width: 1.65em;
}
.nav-stacked li {
  margin-bottom: 1px;
}
.nav-stacked a,
.nav-stacked span {
  padding: .6em .7em;
}
.nav-stacked a {
  background: #f6f6f6;
}
.nav-stacked a:hover {
  color: #000;
  background: #eee;
}
.nav-stacked li.active a,
.nav-stacked span {
  background: #ffffff;
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.3);
}
.nav-stats li {
  position: relative;
}
.nav-stats a,
.nav-stats span {
  padding-right: 50px;
}
.nav-stats sup,
.nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.nav-stats sup {
  color: rgba(0,0,0,0.4);
}
.nav-stats .badge {
  margin-top: -8px;
}
.nav-tabs {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.65em;
}
.nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs ul {
  list-style: none;
  margin: 0;
}
.nav-tabs li {
  float: left;
  margin-right: 2px;
}
.nav-tabs a,
.nav-tabs span {
  display: block;
  line-height: 1;
  padding: 0.825em 1.65em;
  border: 1px solid transparent;
}
.nav-tabs a {
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}
.nav-tabs a:focus,
.nav-tabs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
  background-color: #eee;
}
.nav-tabs li.active a,
.nav-tabs span {
  color: #0f0f0f;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  bottom: -1px;
  cursor: default;
  text-decoration: none;
}
.breadcrumbs {
  margin-bottom: 1.65em;
}
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs ul {
  font-size: .9em;
  color: rgba(0,0,0,0.4);
  list-style: none;
  margin: 0;
}
.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.breadcrumbs li + li:before {
  content: " > ";
  color: #aaa;
  font-size: 12px;
  margin: 0 7px 0 5px;
  position: relative;
  top: -1px;
}
.breadcrumbs.breadcrumbs-path li + li:before {
  content: " / ";
  top: 0;
}
.breadcrumbs a {
  color: #0f0f0f;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
}
.breadcrumbs li.active a,
.breadcrumbs span,
.breadcrumbs li.active a:hover {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.pagination {
  position: relative;
  left: -9px;
  margin-left: 0;
  list-style: none;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination li {
  float: left;
  margin-right: 2px;
}
.pagination a,
.pagination span {
  display: block;
  padding: 7px 9px;
  line-height: 1;
  border-radius: 2px;
  color: #0f0f0f;
  text-decoration: none;
}
.pagination span,
.pagination li.active a,
.pagination li.active a:hover {
  color: #ffffff;
  background-color: #0f0f0f;
  cursor: text;
}
.pagination a:focus,
.pagination a:hover {
  text-decoration: none;
  background-color: #0f0f0f;
  color: #fff;
}
.btn,
input[type="submit"].btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  color: #222222;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  background: #e0e3e5;
  padding: 0.55em 2.5em;
}
.btn:hover,
input[type="submit"].btn:hover {
  color: rgba(0,0,0,0.5);
  background: #b3b6b7;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn-big,
input[type="submit"].btn-big {
  font-size: 18px;
}
.btn-small,
input[type="submit"].btn-small {
  font-size: 12.75px;
}
.btn-smaller,
input[type="submit"].btn-smaller {
  font-size: 11.25px;
  vertical-align: baseline;
}
.btn-round {
  border-radius: 15px;
}
.btn-outline,
input[type="submit"].btn-outline {
  background: none;
  padding: 0.48750000000000004em 2.5em;
  border: 1px solid #0f0f0f;
}
.btn-outline:hover,
input[type="submit"].btn-outline:hover {
  border-color: #b3b6b7;
}
.btn-outline.btn-active {
  padding: 0.55em 2.5em;
}
.btn-outline.bold {
  border-width: 2px;
  padding: 0.42500000000000004em 2.5em;
}
.btn-active,
.btn[disabled],
.btn-disabled {
  background: none;
  background: #b3b6b7;
  color: rgba(0,0,0,0.5);
}
.btn-active:hover,
.btn[disabled]:hover,
.btn-disabled:hover {
  color: rgba(0,0,0,0.5);
  background: #b3b6b7;
}
.btn-active {
  box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset;
}
.btn-outline.btn[disabled],
.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.1);
}
.btn-outline.btn-active {
  background: none;
  color: rgba(0,0,0,0.4);
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
}
.btn[disabled],
.btn-disabled {
  cursor: default;
  box-shadow: none;
}
.btn-blue,
input[type="submit"].btn-blue {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.btn-blue:hover,
input[type="submit"].btn-blue:hover {
  color: rgba(255,255,255,0.6);
  background: #1a52a5;
}
.btn-blue.btn-active,
input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.btn-blue.btn-active,
input[type="submit"].btn-blue.btn-active,
.btn-blue.btn-disabled,
input[type="submit"].btn-blue.btn-disabled,
.btn-blue.btn[disabled],
input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #1a52a5;
}
.btn-blue.btn-active:hover,
input[type="submit"].btn-blue.btn-active:hover,
.btn-blue.btn-disabled:hover,
input[type="submit"].btn-blue.btn-disabled:hover,
.btn-blue.btn[disabled]:hover,
input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.btn-blue.btn-outline,
input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.btn-blue.btn-outline:hover,
input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.btn-blue.btn-outline.btn[disabled],
input[type="submit"].btn-blue.btn-outline.btn[disabled],
.btn-blue.btn-outline.btn-disabled,
input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37,117,237,0.4);
  border: 1px solid rgba(37,117,237,0.3);
}
.btn-blue.btn-outline.btn-active,
input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37,117,237,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26,82,165,0.6) inset;
}
.btn-blue:hover,
input[type="submit"].btn-blue:hover {
  color: rgba(255,255,255,0.6);
  background: #1a52a5;
}
.btn-blue.btn-active,
input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.btn-blue.btn-active,
input[type="submit"].btn-blue.btn-active,
.btn-blue.btn-disabled,
input[type="submit"].btn-blue.btn-disabled,
.btn-blue.btn[disabled],
input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #1a52a5;
}
.btn-blue.btn-active:hover,
input[type="submit"].btn-blue.btn-active:hover,
.btn-blue.btn-disabled:hover,
input[type="submit"].btn-blue.btn-disabled:hover,
.btn-blue.btn[disabled]:hover,
input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.btn-blue.btn-outline,
input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.btn-blue.btn-outline:hover,
input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.btn-blue.btn-outline.btn[disabled],
input[type="submit"].btn-blue.btn-outline.btn[disabled],
.btn-blue.btn-outline.btn-disabled,
input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37,117,237,0.4);
  border: 1px solid rgba(37,117,237,0.3);
}
.btn-blue.btn-outline.btn-active,
input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37,117,237,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26,82,165,0.6) inset;
}
.btn-red,
input[type="submit"].btn-red {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.btn-red:hover,
input[type="submit"].btn-red:hover {
  color: rgba(255,255,255,0.6);
  background: #b2232f;
}
.btn-red.btn-active,
input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.btn-red.btn-active,
input[type="submit"].btn-red.btn-active,
.btn-red.btn-disabled,
input[type="submit"].btn-red.btn-disabled,
.btn-red.btn[disabled],
input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #b2232f;
}
.btn-red.btn-active:hover,
input[type="submit"].btn-red.btn-active:hover,
.btn-red.btn-disabled:hover,
input[type="submit"].btn-red.btn-disabled:hover,
.btn-red.btn[disabled]:hover,
input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.btn-red.btn-outline,
input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}
.btn-red.btn-outline:hover,
input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.btn-red.btn-outline.btn[disabled],
input[type="submit"].btn-red.btn-outline.btn[disabled],
.btn-red.btn-outline.btn-disabled,
input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222,44,59,0.4);
  border: 1px solid rgba(222,44,59,0.3);
}
.btn-red.btn-outline.btn-active,
input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222,44,59,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178,35,47,0.6) inset;
}
.btn-red:hover,
input[type="submit"].btn-red:hover {
  color: rgba(255,255,255,0.6);
  background: #b2232f;
}
.btn-red.btn-active,
input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.btn-red.btn-active,
input[type="submit"].btn-red.btn-active,
.btn-red.btn-disabled,
input[type="submit"].btn-red.btn-disabled,
.btn-red.btn[disabled],
input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #b2232f;
}
.btn-red.btn-active:hover,
input[type="submit"].btn-red.btn-active:hover,
.btn-red.btn-disabled:hover,
input[type="submit"].btn-red.btn-disabled:hover,
.btn-red.btn[disabled]:hover,
input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.btn-red.btn-outline,
input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}
.btn-red.btn-outline:hover,
input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.btn-red.btn-outline.btn[disabled],
input[type="submit"].btn-red.btn-outline.btn[disabled],
.btn-red.btn-outline.btn-disabled,
input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222,44,59,0.4);
  border: 1px solid rgba(222,44,59,0.3);
}
.btn-red.btn-outline.btn-active,
input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222,44,59,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178,35,47,0.6) inset;
}
.btn-green,
input[type="submit"].btn-green {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.btn-green:hover,
input[type="submit"].btn-green:hover {
  color: rgba(255,255,255,0.6);
  background: #237f35;
}
.btn-green.btn-active,
input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.btn-green.btn-active,
input[type="submit"].btn-green.btn-active,
.btn-green.btn-disabled,
input[type="submit"].btn-green.btn-disabled,
.btn-green.btn[disabled],
input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #237f35;
}
.btn-green.btn-active:hover,
input[type="submit"].btn-green.btn-active:hover,
.btn-green.btn-disabled:hover,
input[type="submit"].btn-green.btn-disabled:hover,
.btn-green.btn[disabled]:hover,
input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.btn-green.btn-outline,
input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.btn-green.btn-outline:hover,
input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.btn-green.btn-outline.btn[disabled],
input[type="submit"].btn-green.btn-outline.btn[disabled],
.btn-green.btn-outline.btn-disabled,
input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44,159,66,0.4);
  border: 1px solid rgba(44,159,66,0.3);
}
.btn-green.btn-outline.btn-active,
input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44,159,66,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35,127,53,0.6) inset;
}
.btn-green:hover,
input[type="submit"].btn-green:hover {
  color: rgba(255,255,255,0.6);
  background: #237f35;
}
.btn-green.btn-active,
input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.btn-green.btn-active,
input[type="submit"].btn-green.btn-active,
.btn-green.btn-disabled,
input[type="submit"].btn-green.btn-disabled,
.btn-green.btn[disabled],
input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #237f35;
}
.btn-green.btn-active:hover,
input[type="submit"].btn-green.btn-active:hover,
.btn-green.btn-disabled:hover,
input[type="submit"].btn-green.btn-disabled:hover,
.btn-green.btn[disabled]:hover,
input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.btn-green.btn-outline,
input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.btn-green.btn-outline:hover,
input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.btn-green.btn-outline.btn[disabled],
input[type="submit"].btn-green.btn-outline.btn[disabled],
.btn-green.btn-outline.btn-disabled,
input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44,159,66,0.4);
  border: 1px solid rgba(44,159,66,0.3);
}
.btn-green.btn-outline.btn-active,
input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44,159,66,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35,127,53,0.6) inset;
}
.btn-black,
input[type="submit"].btn-black {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.btn-black:hover,
input[type="submit"].btn-black:hover {
  color: rgba(255,255,255,0.6);
  background: #363738;
}
.btn-black.btn-active,
input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.7) inset;
}
.btn-black.btn-active,
input[type="submit"].btn-black.btn-active,
.btn-black.btn-disabled,
input[type="submit"].btn-black.btn-disabled,
.btn-black.btn[disabled],
input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #363738;
}
.btn-black.btn-active:hover,
input[type="submit"].btn-black.btn-active:hover,
.btn-black.btn-disabled:hover,
input[type="submit"].btn-black.btn-disabled:hover,
.btn-black.btn[disabled]:hover,
input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.btn-black.btn-outline,
input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.btn-black.btn-outline:hover,
input[type="submit"].btn-black.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.btn-black.btn-outline.btn[disabled],
input[type="submit"].btn-black.btn-outline.btn[disabled],
.btn-black.btn-outline.btn-disabled,
input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15,15,15,0.4);
  border: 1px solid rgba(15,15,15,0.3);
}
.btn-black.btn-outline.btn-active,
input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15,15,15,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54,55,56,0.6) inset;
}
.btn-black:hover,
input[type="submit"].btn-black:hover {
  color: rgba(255,255,255,0.6);
  background: #363738;
}
.btn-black.btn-active,
input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.7) inset;
}
.btn-black.btn-active,
input[type="submit"].btn-black.btn-active,
.btn-black.btn-disabled,
input[type="submit"].btn-black.btn-disabled,
.btn-black.btn[disabled],
input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #363738;
}
.btn-black.btn-active:hover,
input[type="submit"].btn-black.btn-active:hover,
.btn-black.btn-disabled:hover,
input[type="submit"].btn-black.btn-disabled:hover,
.btn-black.btn[disabled]:hover,
input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.btn-black.btn-outline,
input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.btn-black.btn-outline:hover,
input[type="submit"].btn-black.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.btn-black.btn-outline.btn[disabled],
input[type="submit"].btn-black.btn-outline.btn[disabled],
.btn-black.btn-outline.btn-disabled,
input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15,15,15,0.4);
  border: 1px solid rgba(15,15,15,0.3);
}
.btn-black.btn-outline.btn-active,
input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15,15,15,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54,55,56,0.6) inset;
}
.btn-yellow,
input[type="submit"].btn-yellow {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.btn-yellow:hover,
input[type="submit"].btn-yellow:hover {
  color: rgba(0,0,0,0.6);
  background: #cca000;
}
.btn-yellow.btn-active,
input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.btn-yellow.btn-active,
input[type="submit"].btn-yellow.btn-active,
.btn-yellow.btn-disabled,
input[type="submit"].btn-yellow.btn-disabled,
.btn-yellow.btn[disabled],
input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #cca000;
}
.btn-yellow.btn-active:hover,
input[type="submit"].btn-yellow.btn-active:hover,
.btn-yellow.btn-disabled:hover,
input[type="submit"].btn-yellow.btn-disabled:hover,
.btn-yellow.btn[disabled]:hover,
input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.btn-yellow.btn-outline,
input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-yellow.btn-outline:hover,
input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.btn-yellow.btn-outline.btn[disabled],
input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.btn-yellow.btn-outline.btn-disabled,
input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,200,0,0.4);
  border: 1px solid rgba(255,200,0,0.3);
}
.btn-yellow.btn-outline.btn-active,
input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255,200,0,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204,160,0,0.6) inset;
}
.btn-yellow:hover,
input[type="submit"].btn-yellow:hover {
  color: rgba(0,0,0,0.6);
  background: #cca000;
}
.btn-yellow.btn-active,
input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.btn-yellow.btn-active,
input[type="submit"].btn-yellow.btn-active,
.btn-yellow.btn-disabled,
input[type="submit"].btn-yellow.btn-disabled,
.btn-yellow.btn[disabled],
input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #cca000;
}
.btn-yellow.btn-active:hover,
input[type="submit"].btn-yellow.btn-active:hover,
.btn-yellow.btn-disabled:hover,
input[type="submit"].btn-yellow.btn-disabled:hover,
.btn-yellow.btn[disabled]:hover,
input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.btn-yellow.btn-outline,
input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-yellow.btn-outline:hover,
input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.btn-yellow.btn-outline.btn[disabled],
input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.btn-yellow.btn-outline.btn-disabled,
input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,200,0,0.4);
  border: 1px solid rgba(255,200,0,0.3);
}
.btn-yellow.btn-outline.btn-active,
input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255,200,0,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204,160,0,0.6) inset;
}
.btn-white,
input[type="submit"].btn-white {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.btn-white:hover,
input[type="submit"].btn-white:hover {
  color: rgba(0,0,0,0.6);
  background: #ededed;
}
.btn-white.btn-active,
input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.btn-white.btn-active,
input[type="submit"].btn-white.btn-active,
.btn-white.btn-disabled,
input[type="submit"].btn-white.btn-disabled,
.btn-white.btn[disabled],
input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #ededed;
}
.btn-white.btn-active:hover,
input[type="submit"].btn-white.btn-active:hover,
.btn-white.btn-disabled:hover,
input[type="submit"].btn-white.btn-disabled:hover,
.btn-white.btn[disabled]:hover,
input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.btn-white.btn-outline,
input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white.btn-outline:hover,
input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.btn-white.btn-outline.btn[disabled],
input[type="submit"].btn-white.btn-outline.btn[disabled],
.btn-white.btn-outline.btn-disabled,
input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.btn-white.btn-outline.btn-active,
input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255,255,255,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237,237,237,0.6) inset;
}
.btn-white:hover,
input[type="submit"].btn-white:hover {
  color: rgba(0,0,0,0.6);
  background: #ededed;
}
.btn-white.btn-active,
input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.btn-white.btn-active,
input[type="submit"].btn-white.btn-active,
.btn-white.btn-disabled,
input[type="submit"].btn-white.btn-disabled,
.btn-white.btn[disabled],
input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #ededed;
}
.btn-white.btn-active:hover,
input[type="submit"].btn-white.btn-active:hover,
.btn-white.btn-disabled:hover,
input[type="submit"].btn-white.btn-disabled:hover,
.btn-white.btn[disabled]:hover,
input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.btn-white.btn-outline,
input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white.btn-outline:hover,
input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.btn-white.btn-outline.btn[disabled],
input[type="submit"].btn-white.btn-outline.btn[disabled],
.btn-white.btn-outline.btn-disabled,
input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.btn-white.btn-outline.btn-active,
input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255,255,255,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237,237,237,0.6) inset;
}
.btn-white.btn-outline.btn-active {
  box-shadow: none;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.48750000000000004em 2.5em;
}
.btn-single,
.btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.btn-single:after,
.btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.btn-single:after,
.btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.btn-single > .btn,
.btn-single > input,
.btn-group > .btn,
.btn-group > input {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}
.btn-single > .btn {
  border-radius: 2px;
}
.btn-group > .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.btn-group > .btn:last-child {
  border-radius: 0 2px 2px 0;
}
.btn-group > .btn.btn-round:first-child,
.btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px;
}
.btn-group > .btn.btn-round:last-child,
.btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0;
}
.tools-alert {
  padding: 12px 15px;
  background: #f7f8f8;
  color: #0f0f0f;
  margin-bottom: 1.65em;
}
.tools-message {
  display: none;
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
  max-width: 350px;
  line-height: 1.5;
  font-size: 95%;
  padding: 12px 15px;
  color: #0f0f0f;
  background: #e0e3e5;
}
.tools-message ul {
  margin: 0;
  list-style: none;
}
.tools-message-black,
.tools-message-blue,
.tools-message-red,
.tools-message-green {
  color: rgba(255,255,255,0.95);
}
.tools-message-black {
  background: #0f0f0f;
}
.tools-message-blue {
  background: #2575ed;
}
.tools-message-red {
  background: #de2c3b;
}
.tools-message-yellow {
  background: #ffc800;
}
.tools-message-green {
  background: #2c9f42;
}
.tools-alert-black {
  background: #dadada;
}
.tools-alert-blue {
  background: #d3e3fb;
}
.tools-alert-red {
  background: #f8d5d8;
}
.tools-alert-yellow {
  background: #fff4cc;
}
.tools-alert-green {
  background: #d5ecd9;
}
.label,
.badge {
  background: #e0e3e5;
  font-size: 12.75px;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px 3px 7px;
  color: #0f0f0f;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.label-outline {
  background: none;
  border: 1px solid #0f0f0f;
  padding: 3px 6px 2px 6px;
}
.badge {
  border-radius: 15px;
}
.badge-small {
  font-size: 11.25px;
  padding: 3px 5px;
}
.label-black,
.label-blue,
.label-red,
.label-green,
.badge-black,
.badge-blue,
.badge-red,
.badge-green {
  color: #ffffff;
}
.label-black,
.badge-black {
  background: #0f0f0f;
}
.label-blue,
.badge-blue {
  background: #2575ed;
}
.label-red,
.badge-red {
  background: #de2c3b;
}
.label-green,
.badge-green {
  background: #2c9f42;
}
.label-yellow,
.badge-yellow {
  background: #ffc800;
}
.label-white,
.badge-white {
  background: #ffffff;
}
.label-black.label-outline,
.label-blue.label-outline,
.label-red.label-outline,
.label-green.label-outline,
.label-yellow.label-outline,
.label-white.label-outline {
  background: none;
  color: #0f0f0f;
}
.label-blue.label-outline {
  border-color: #2575ed;
  color: #2575ed;
}
.label-red.label-outline {
  border-color: #de2c3b;
  color: #de2c3b;
}
.label-green.label-outline {
  border-color: #2c9f42;
  color: #2c9f42;
}
.label-yellow.label-outline {
  border-color: #ffc800;
  color: #ffc800;
}
.label-white.label-outline {
  border-color: #ffffff;
  color: #ffffff;
}
#tools-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#tools-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a52a5;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.accordion-title {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding: 12px 50px 12px 18px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1, 4em;
  background: #f7f8f8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-title.accordion-title-opened {
  margin-bottom: 0;
  font-weight: bold;
  background: #f0f1f2;
}
.accordion-title a,
.accordion-title:hover {
  color: #000;
  text-decoration: none;
}
.accordion-panel {
  padding: 1.65em;
  margin-bottom: 10px;
}
.accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.accordion-toggle-closed {
  background: #000;
  width: 1px;
  height: 15px;
  margin-left: 1px;
}
.accordion-toggle-closed:before {
  position: absolute;
  top: 7px;
  left: -7px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.accordion-toggle-opened:before {
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.filterbox {
  position: relative;
}
.filterbox input {
  padding-right: 30px;
}
.filterbox span {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  width: 26px;
  height: 100%;
  cursor: pointer;
}
.filterbox span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  margin-left: 8px;
  margin-top: -21px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid rgba(0,0,0,0.6);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.filterbox-list {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  max-height: 250px;
  overflow: auto;
}
.filterbox-list li {
  padding: 4px 10px;
  color: #000;
  cursor: pointer;
}
.filterbox-list li:hover {
  background: #f0f1f2;
}
.filterbox-list li.active {
  background: #2575ed;
  color: #fff;
}
.tooltip {
  position: absolute;
  z-index: 10000;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  font-size: 12.75px;
  line-height: 1.5em;
  max-width: 250px;
  background: #0f0f0f;
}
.tooltip-theme-red {
  background: #de2c3b;
}
.tooltip-theme-blue {
  background: #2575ed;
}
.tooltip-theme-green {
  background: #2c9f42;
}
.tooltip-theme-yellow {
  background: #ffc800;
}
.tooltip-theme-white {
  background: #ffffff;
}
.tooltip-theme-yellow,
.tooltip-theme-white {
  color: #000;
}
.dropdown {
  display: none;
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  width: 250px;
  color: #0f0f0f;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  overflow: auto;
}
.dropdown section {
  max-height: 250px;
  overflow: auto;
  padding: 20px;
}
.dropdown footer {
  padding: 20px;
}
ul.dropdown {
  max-height: 300px;
  list-style: none;
  margin: 0;
  line-height: 1.5;
  font-size: 95%;
  padding: 0;
}
ul.dropdown a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  color: #0f0f0f;
}
ul.dropdown a:hover {
  background: #eee;
}
ul.dropdown li.divider {
  border-bottom: 1px solid #e2e2e2;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.caret.caret-up {
  border-top: 0;
  border-bottom: 4px solid;
}
.livesearch-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.livesearch-box input {
  padding-left: 30px;
}
.livesearch-box .close {
  position: absolute;
  top: .2em;
  right: 5px;
  z-index: 2;
  padding: 4px 6px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.livesearch-box .close:before {
  content: '\00D7';
}
.livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.livesearch-box .close:before {
  content: '\00D7';
}
.livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.livesearch-icon {
  position: absolute;
  top: 53%;
  left: 10px;
  z-index: 2;
}
.livesearch-icon:before,
.livesearch-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
  background: rgba(0,0,0,0.5);
}
.livesearch-icon:before {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0,0,0,0.5);
  background: transparent;
  border-radius: 12px;
}
.livesearch-icon:after {
  left: 10px;
  width: 2px;
  height: 7px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tools-droparea {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  border: 3px dashed rgba(0,0,0,0.1);
}
.tools-droparea.drag-hover {
  background: rgba(200,222,250,0.75);
}
.tools-droparea.drag-drop {
  background: rgba(250,248,200,0.5);
}
.tools-droparea-placeholder {
  text-align: center;
  font-size: 11px;
  color: rgba(0,0,0,0.5);
}
.autocomplete {
  position: absolute;
  z-index: 1000;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  max-height: 250px;
  overflow: auto;
}
.autocomplete a {
  padding: 4px 10px;
  color: #000;
  display: block;
  text-decoration: none;
}
.autocomplete a:hover {
  background: #f0f1f2;
}
.autocomplete a.active {
  background: #2575ed;
  color: #fff;
}
#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 100;
}
.modal-blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 101;
}
.modal {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 70px rgba(0,0,0,0.5);
}
.modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
.modal section {
  padding: 30px 40px 50px 40px;
}
.modal footer button {
  width: 100%;
  border-radius: 0;
}
.modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
.modal-close:hover {
  color: #000;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.hide {
  display: none;
}
.highlight {
  background-color: #f7f3e2;
}
.big {
  font-size: 18px;
}
.small {
  font-size: 12.75px;
}
.smaller {
  font-size: 11.25px;
}
.nowrap,
.nowrap td {
  white-space: nowrap;
}
.req,
.required {
  font-weight: normal;
  color: #de2c3b;
}
.error {
  color: #de2c3b;
}
.success {
  color: #2c9f42;
}
.text-centered {
  text-align: center;
}
.text-right {
  text-align: right;
}
.last {
  margin-right: 0 !important;
}
.pause {
  margin-bottom: 0.825em !important;
}
.end {
  margin-bottom: 0 !important;
}
.normal {
  font-weight: normal;
}
.light {
  font-weight: 300;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.left {
  float: left;
}
.right {
  float: right;
}
.upper {
  text-transform: uppercase;
}
.list-flat {
  margin-left: 0;
  list-style: none;
}
.color-black {
  color: #0f0f0f;
}
.color-white {
  color: #ffffff;
}
.color-gray-10 {
  color: rgba(0,0,0,0.1);
}
.color-gray-20 {
  color: rgba(0,0,0,0.2);
}
.color-gray-30 {
  color: rgba(0,0,0,0.3);
}
.color-gray-40 {
  color: rgba(0,0,0,0.4);
}
.color-gray-50 {
  color: rgba(0,0,0,0.5);
}
.color-gray-60 {
  color: rgba(0,0,0,0.6);
}
.color-gray-70 {
  color: rgba(0,0,0,0.7);
}
.color-gray-80 {
  color: rgba(0,0,0,0.8);
}
.color-gray-90 {
  color: rgba(0,0,0,0.9);
}
.color-white-10 {
  color: rgba(255,255,255,0.1);
}
.color-white-20 {
  color: rgba(255,255,255,0.2);
}
.color-white-30 {
  color: rgba(255,255,255,0.3);
}
.color-white-40 {
  color: rgba(255,255,255,0.4);
}
.color-white-50 {
  color: rgba(255,255,255,0.5);
}
.color-white-60 {
  color: rgba(255,255,255,0.6);
}
.color-white-70 {
  color: rgba(255,255,255,0.7);
}
.color-white-80 {
  color: rgba(255,255,255,0.8);
}
.color-white-90 {
  color: rgba(255,255,255,0.9);
}
.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1.65em;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .left,
  .right {
    float: none;
  }
  .hide-on-mobile {
    display: none;
  }
}
.str {
  color: #dd1144;
}
.kwd {
  color: #333333;
}
.com {
  color: #999988;
}
.typ {
  color: #445588;
}
.lit {
  color: #445588;
}
.pun {
  color: #888;
}
.opn {
  color: #333333;
}
.clo {
  color: #333333;
}
.tag {
  color: #367ac3;
}
.atn {
  color: #51a7c9;
}
.atv {
  color: #709c1a;
}
.dec {
  color: #666;
}
.var {
  color: teal;
}
.fun {
  color: #990000;
}
.linenums ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
.linenums ol li:after {
  content: counter(list);
  position: absolute;
  left: -3.3em;
  border-right: 1px solid #e5e5e5;
  padding-right: 9px;
  width: 2.45em;
  text-align: right;
  color: rgba(0,0,0,0.3);
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .mobile-width-100 {
    width: 100%;
  }
  .units-row .unit-90,
  .units-row .unit-80,
  .units-row .unit-75,
  .units-row .unit-70,
  .units-row .unit-66,
  .units-row .unit-65,
  .units-row .unit-60,
  .units-row .unit-50,
  .units-row .unit-40,
  .units-row .unit-35,
  .units-row .unit-33,
  .units-row .unit-30,
  .units-row .unit-25,
  .units-row .unit-20,
  .units-row .unit-10 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .unit-push-90,
  .unit-push-80,
  .unit-push-75,
  .unit-push-70,
  .unit-push-66,
  .unit-push-65,
  .unit-push-60,
  .unit-push-50,
  .unit-push-40,
  .unit-push-35,
  .unit-push-33,
  .unit-push-30,
  .unit-push-25,
  .unit-push-20,
  .unit-push-10 {
    left: 0;
  }
  .units-row .unit-push-right {
    float: none;
  }
  .units-mobile-50 .unit-90,
  .units-mobile-50 .unit-80,
  .units-mobile-50 .unit-75,
  .units-mobile-50 .unit-70,
  .units-mobile-50 .unit-66,
  .units-mobile-50 .unit-65,
  .units-mobile-50 .unit-60,
  .units-mobile-50 .unit-40,
  .units-mobile-50 .unit-30,
  .units-mobile-50 .unit-35,
  .units-mobile-50 .unit-33,
  .units-mobile-50 .unit-25,
  .units-mobile-50 .unit-20,
  .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }
  .units-mobile-50 .unit-90:first-child,
  .units-mobile-50 .unit-80:first-child,
  .units-mobile-50 .unit-75:first-child,
  .units-mobile-50 .unit-70:first-child,
  .units-mobile-50 .unit-66:first-child,
  .units-mobile-50 .unit-65:first-child,
  .units-mobile-50 .unit-60:first-child,
  .units-mobile-50 .unit-40:first-child,
  .units-mobile-50 .unit-35:first-child,
  .units-mobile-50 .unit-30:first-child,
  .units-mobile-50 .unit-33:first-child,
  .units-mobile-50 .unit-25:first-child,
  .units-mobile-50 .unit-20:first-child,
  .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blocks-2,
  .blocks-3,
  .blocks-4,
  .blocks-5,
  .blocks-6 {
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .blocks-2 > li,
  .blocks-3 > li,
  .blocks-4 > li,
  .blocks-5 > li,
  .blocks-6 > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .blocks-mobile-50 > li,
  .blocks-mobile-33 > li {
    float: left;
    margin-left: 3%;
  }
  .blocks-mobile-33,
  .blocks-mobile-50 {
    margin-left: -3%;
  }
  .blocks-mobile-50 > li {
    width: 47%;
  }
  .blocks-mobile-33 > li {
    width: 30.333333333333332%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 2.25em;
    line-height: 1.125;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.75em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.13636364;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.75em;
  }
  .lead {
    font-size: 1.2em;
  }
  ul,
  ol,
  ul ul,
  ol ol,
  ul ol,
  ol ul {
    margin-left: 1.65em;
  }
  blockquote {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar.navbar-left,
  .navbar.navbar-right,
  .navbar li,
  .navbar.navbar-left li,
  .navbar.navbar-right li {
    float: none;
    text-align: left;
    width: auto;
  }
  .navbar li,
  .navbar.navbar-right li {
    margin-left: 0;
    margin-right: 0;
  }
  .fullwidth ul,
  .fullwidth li {
    width: auto;
  }
  .fullwidth li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .forms-list label {
    display: inline-block;
  }
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12pt;
  }
  .h1,
  h1 {
    font-size: 36pt;
  }
  .h2,
  h2 {
    font-size: 24pt;
  }
  .h3,
  h3 {
    font-size: 18pt;
  }
  .h4,
  h4 {
    font-size: 14pt;
  }
  .h5,
  h5 {
    font-size: 12pt;
  }
  .h6,
  h6 {
    font-size: 12pt;
  }
  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 {
    page-break-inside: avoid;
  }
  blockquote {
    border: none;
    font-style: italic;
  }
  img {
    max-width: 100% !important;
  }
  select {
    background: #fff !important;
  }
}
::-moz-selection {
  background: #556270;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::selection {
  background: #556270;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
html {
  height: 100%;
}
body {
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
  margin: 0px auto;
  height: 100%;
}
blockquote {
  color: #e1e1e1;
  font-size: 25px;
  line-height: 33px;
  margin-left: 0;
  text-align: center;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}
.container {
  height: 100%;
}
a,
.link {
  color: #556270;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
a:hover,
.link:hover {
  color: #292f36;
  cursor: pointer;
}
a:active,
.link:active {
  color: #3f4953;
}
.blue {
  color: #215377;
}
.blue:hover {
  color: #16374f;
}
.red {
  color: #ff6b6b;
}
.red:hover {
  color: #ff3838;
}
.yellow {
  color: #f19b3f;
}
.yellow:hover {
  color: #ec8211;
}
.green {
  color: #419c59;
}
.green:hover {
  color: #327844;
}
.gray {
  color: #e1e1e1;
}
.gray:hover {
  color: #c8c8c8;
}
.maincolor {
  color: #556270;
}
.maincolor:hover {
  color: #3f4953;
}
i {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.centerer {
  width: 100%;
  text-align: center;
}
.overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#loadbar {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  color: #fff;
  height: 100%;
  width: 100%;
}
#loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 101;
}
#loadbar .spinner {
  position: absolute;
  z-index: 102;
  width: 40px;
  height: 40px;
  font-size: 35px;
  top: 50%;
  left: 50%;
}
.forgot {
  color: #8a8a8a;
  background: #e1e1e1;
  padding: 20px;
}
.forgot a {
  color: #8a8a8a;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.forgot a:hover {
  color: #8a8a8a;
  text-decoration: underline;
}
.mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #ff6b6b;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #ff6b6b;
  margin-bottom: 10px;
}
.gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
.ww300 {
  word-wrap: break-word;
  max-width: 300px;
}
.place_holder {
  height: 0px;
}
.full-width {
  margin: 0 0 0 30px;
}
.semi-width {
  margin: 0 0 0 320px;
}
.content .row {
  margin-bottom: 40px;
}
.content .row .box .inner .tabs_included {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
}
.content .row .box .inner .boxcontent {
  background: ;
  padding: 20px;
}
.content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.content .breadcrumbs {
  padding: 0 0 10px 0;
  color: #000000;
}
.content .breadcrumbs a {
  color: #000000;
}
.content .breadcrumbs ul {
  list-style-type: none;
  padding: 0;
}
.content .breadcrumbs ul li {
  font-size: 13px;
  font-weight: bold;
}
.content .breadcrumbs ul .arrow {
  padding: 0 10px;
}
.greytext {
  color: #999;
}
.btn {
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #556270;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color ;
  -moz-transition: background-color ;
  -webkit-transition: background-color ;
  -o-transition: background-color ;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.btn:hover {
  background: #3f4953;
  color: #FFFFFF;
}
.btn:active {
  background: #3f4953;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #292f36;
  -webkit-box-shadow: inset 1px 1px 2px 0px #292f36;
  -moz-box-shadow: inset 1px 1px 2px 0px #292f36;
  border-top: inset 1px 1px 2px 0px #292f36;
}
.btn.back {
  background-color: #BFBFBF;
  color: #383838;
  text-align: center;
}
.btn.back:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.btn.white {
  background-color: #383838;
  color: #FFFFFF;
  text-align: center;
}
.btn.white:hover {
  background: #C0C0C0;
  color: #383838;
}
.btn2 {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #419c59;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color ;
  -moz-transition: background-color ;
  -webkit-transition: background-color ;
  -o-transition: background-color ;
}
.btn2:hover {
  background: #327844;
  color: #FFFFFF;
}
.btn2:active {
  background: #3f4953;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #292f36;
  -webkit-box-shadow: inset 1px 1px 2px 0px #292f36;
  -moz-box-shadow: inset 1px 1px 2px 0px #292f36;
  border-top: inset 1px 1px 2px 0px #292f36;
}
.btn_fa_icon {
  margin-right: 6px;
  font-size: 12px !important;
}
.notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.message {
  margin-bottom: 10px;
  padding: 8px 10px 8px 10px;
  background-color: #F2D4CE;
  border: 1px solid #AE432E;
  border-radius: 4px;
  color: #AE432E;
}
#search_preloader {
  display: none;
  margin-left: 10px;
}
#search_results {
  display: none;
  min-height: 100px;
  width: 550px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
}
.stat1 {
  background: #007BC4 !important;
  border: 0px !important;
  color: #ffffff;
}
.stat1:hover {
  background: #007BC4 !important;
  border: 0px !important;
  color: #ffffff;
}
.stat2 {
  background: #A64040 !important;
  border: 0px !important;
  color: #ffffff;
}
.stat3 {
  background: #F19B3F !important;
  border: 0px !important;
  color: #ffffff;
}
.stat4 {
  background: #419C59 !important;
  border: 0px !important;
  color: #ffffff;
}
.col {
  padding: 8px 20px 8px 20px;
}
.col_grey {
  width: 200px;
  padding: 8px 20px 8px 20px;
  background-color: #EFEFEF;
}
.bt {
  border-top: 1px solid #DFDFDF;
}
.bl {
  border-left: 1px solid #DFDFDF;
}
.br {
  border-right: 1px solid #DFDFDF;
}
.bb {
  border-bottom: 1px solid #DFDFDF;
}
.line {
  margin-bottom: 10px;
  min-width: 40%;
}
.line .smallRow {
  width: 150px;
}
.mutationCounter {
  background: #E11F1F;
  border: 1px solid #B71918;
  width: 25px;
  height: 25px;
  float: right;
  color: #fff;
  padding-left: 6px;
  padding-top: 2px;
  font-weight: bold;
  margin-bottom: -20px;
}
.newBtn {
  float: left;
  margin-right: 20px;
  padding: 10px;
  min-width: 150px;
  text-align: center;
  background: #556270;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.newBtn:hover {
  background: #6b7b8d;
  cursor: pointer;
  color: #FFF;
}
.widget {
  min-width: 200px;
  min-height: 150px;
  margin: 0 20px 20px 0;
  padding: 50px 5px 10px 5px;
  background-color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease 0s;
}
.widget:hover {
  background-color: #c93a23;
  color: #ffffff;
  font-weight: bold;
}
.cms_table_export {
  margin-left: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.status_progress {
  float: left;
  border: none;
  width: 70%;
}
.status_progress td {
  border-bottom: 1px solid #eeeeee;
  background-clip: padding-box;
}
.status_progress .status_bar td {
  padding: 0.5em 1.0999999999999999em;
}
.status_progress .status_bar .status {
  position: relative;
  cursor: pointer;
}
.status_progress .status_bar .status div {
  width: 100%;
  min-width: 85px;
  height: 100%;
  text-align: center;
  color: #000;
}
.status_progress .status_bar .status .status_input {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  line-height: 45px;
}
.status_progress .status_bar .status .status_input input {
  width: 100%;
}
.status_progress .status_bar .status .status_input.checkbox_input {
  top: 100%;
  z-index: 10;
}
.status_progress .status_bar .status .status_input.active {
  display: block;
}
.status_progress .status_bar .status.gray {
  background-color: #808080;
}
.status_progress .status_bar .status.orange {
  background-color: #ff9900;
}
.status_progress .status_bar .status.green {
  background-color: #A0C55F;
  cursor: auto;
}
.status_legenda {
  float: left;
  border: none;
  margin-left: 10px;
  width: calc(30% - 10px);
}
.status_legenda td {
  padding: 0.5em;
}
.status_legenda td.green {
  padding: 0;
  background-color: #A0C55F;
  width: 30px;
}
.status_legenda td.orange {
  padding: 0;
  background-color: #ff9900;
  width: 30px;
}
.status_legenda td.gray {
  padding: 0;
  background-color: #808080;
  width: 30px;
}
.progress_container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .progress_container {
    height: 100% !important;
  }
}
.progress_container .progress {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.progress_container .progress div {
  color: #000;
  display: inline-block;
  width: 30px;
  height: 100%;
  border-left: 1px solid #556270;
  border-bottom: 1px solid #556270;
}
.progress_container .progress div:first-child.clear {
  border-left: none !important;
}
.progress_container .progress div:last-child {
  border-right: 1px solid #556270;
}
.progress_container .progress div.clear {
  border-bottom: none !important;
}
.progress_container .progress div.green {
  background-color: #A0C55F;
}
.progress_container .progress div.orange {
  background-color: #ff9900;
}
.progress_container .progress div.gray,
.progress_container .progress div.grey {
  background-color: #808080;
}
.progress_title {
  padding: 0;
  margin: 0;
  display: table;
}
.progress_title .rotate {
  display: table-cell;
  width: 30px;
  max-width: 30px;
  height: 100px;
  white-space: nowrap;
  vertical-align: bottom;
  text-align: center;
  pointer-events: none;
  background: none !important;
}
.progress_title .rotate div {
  transform: translate(25px,51px) rotate(315deg);
  -ms-transform: translate(25px,51px) rotate(315deg);
  -webkit-transform: translate(25px,51px) rotate(315deg);
  padding: 0 0 65px 5px;
}
.progress_title .rotate div span {
  border-bottom: 1px solid #6b7b8d;
  pointer-events: auto;
}
.status_check {
  background-color: #419c59;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.status_check i {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  cursor: pointer;
}
.status_check:hover {
  background-color: #327844;
}
.status_check.final {
  background-color: #808080;
  cursor: default;
}
.status_check.final:hover {
  background-color: #676767;
}
.status_cancel {
  background-color: #ff6b6b;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.status_cancel i {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  width: 22px;
  text-align: center;
  cursor: pointer;
}
.status_cancel:hover {
  background-color: #ff3838;
}
.status_cancel.final {
  background-color: #808080;
  cursor: default;
}
.status_cancel.final:hover {
  background-color: #676767;
}
div.pagination {
  margin: 0 0 10px 0;
  padding: 0;
}
div.pagination a {
  min-width: 50px;
  height: 22px;
  margin: 0 5px 5px 0;
  padding: 5px 8px 5px 8px;
  background-color: #EBEBEB;
  color: #17526E;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.15s ease 0s;
}
div.pagination a.active {
  background-color: #215377;
  color: #FFFFFF;
}
div.pagination a:hover {
  background-color: #7D7D7D;
  color: #FFFFFF;
  text-decoration: none;
}
div.pagination {
  font-size: 14px;
}
.redactor_box {
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 3px;
  border: solid 2px #acacac;
  font-size: 14px;
}
.redactor_box:hover {
  border-color: #e1e1e1;
}
.redactor_box:focus {
  border-color: #556270;
}
.redactor_box .redactor_editor,
.redactor_box textarea {
  padding: 0 10px;
  min-height: 400px;
}
.redactor_box textarea {
  border: none;
}
body .redactor_air {
  position: absolute;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 2;
}
body .redactor_toolbar li a.redactor_btn_save {
  background: url(/_webblocks/images/redactor/save.png) no-repeat;
}
body .redactor_toolbar li a.redactor_btn_close {
  background: url(/_webblocks/images/redactor/close.png) no-repeat;
}
body .redactor_toolbar li a.redactor_btn_fileselect {
  background-position: -250px;
}
.loadingbar {
  height: 2px;
  background-color: #79c535;
  width: 0px;
}
#redactor_modal_inner {
  padding: 40px 15px 15px 15px !important;
}
#redactor_modal_inner section {
  padding: 0px !important;
}
#redactorInsertImageForm {
  padding: 0px !important;
}
.redactor_editor {
  overflow-y: auto;
}
body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow: hidden;
  width: 100%;
}
.redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0;
}
.redactor_toolbar {
  height: auto !important;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
  background: #E2E2E2;
  list-style: none !important;
  font-size: 0;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  line-height: 0 !important;
}
.redactor_toolbar:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.redactor_box .redactor_toolbar {
  border: none;
}
.redactor_toolbar.toolbar_fixed_box {
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
}
body .redactor_air .redactor_toolbar {
  padding-right: 2px !important;
}
.redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 1px 0 3px 1px;
  outline: none;
  list-style: none !important;
}
.redactor_toolbar li.redactor_separator {
  float: left;
  margin: 0 2px 0 3px !important;
  padding: 0;
  height: 29px;
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #d8d8d8;
}
.redactor_toolbar li a {
  display: block;
  width: 25px;
  height: 25px;
  outline: none;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  zoom: 1;
  *border: 1px solid #eee;
}
.redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important;
}
.redactor_toolbar li a {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
  background-size: auto 25px;
  background-position: 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .redactor_toolbar li a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
    background-size: auto 25px;
  }
}
.redactor_toolbar li a:hover {
  outline: none;
  border-color: #e1e1e1;
  background-color: #eaeaea;
}
.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
  outline: none;
  border-color: #eaeaea;
  background-color: #e1e1e1;
  background-image: url("/_webblocks/images/icons/redactor_icons.png");
  background-size: auto 25px;
}
.redactor_button_disabled {
  opacity: .3;
}
.redactor_button_disabled:hover {
  outline: none;
  border-color: transparent !important;
  background-color: transparent !important;
  cursor: default;
}
body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px;
}
body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px;
}
body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px;
}
body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px;
}
body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px;
}
body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px;
}
body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px;
}
body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -150px;
}
body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -175px;
}
body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px;
}
body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px;
}
body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px;
}
body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px;
}
body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px;
}
body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px;
}
body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px;
}
body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px;
}
body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px;
}
body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px;
}
body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px;
}
body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -475px;
}
body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px;
}
body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px;
}
body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px;
}
body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px;
}
body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px;
}
body .redactor_toolbar li a.redactor_btn_fontfamily {
  background-position: -650px;
}
body .redactor_toolbar li a.redactor_btn_fontsize {
  background-position: -675px;
}
body .redactor_toolbar li a.redactor_btn_direction {
  background-position: -700px;
}
body .redactor_toolbar li a.redactor_btn_lists {
  background-position: -725px;
}
body .redactor_toolbar li a.redactor_btn_font {
  background-position: -750px;
}
body .redactor_toolbar li a.redactor_btn_h1 {
  background-position: -775px;
}
body .redactor_toolbar li a.redactor_btn_h2 {
  background-position: -800px;
}
body .redactor_toolbar li a.redactor_btn_h3 {
  background-position: -825px;
}
body .redactor_toolbar li a.redactor_btn_quote {
  background-position: -850px;
}
body .redactor_toolbar li a.redactor_btn_pre {
  background-position: -875px;
}
.redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic;
}
.redactor_format_pre {
  font-family: monospace, sans-serif;
}
.redactor_format_h1,
.redactor_format_h2,
.redactor_format_h3,
.redactor_format_h4 {
  font-weight: bold;
}
.redactor_format_h1 {
  font-size: 30px;
  line-height: 36px;
}
.redactor_format_h2 {
  font-size: 24px;
  line-height: 36px;
}
.redactor_format_h3 {
  font-size: 20px;
  line-height: 30px;
}
.redactor_format_h4 {
  font-size: 16px;
  line-height: 26px;
}
.redactor_dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2004;
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 4px #ccc;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 21px;
}
.redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
}
.redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #000;
  text-decoration: none;
}
.redactor_dropdown a:hover {
  background-color: #eaeaea;
  color: #444 !important;
  text-decoration: none;
}
.redactor_color_link {
  float: left !important;
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset !important;
  font-size: 0;
}
.redactor_color_none {
  display: block;
  clear: both;
  padding: 4px 0 !important;
  font-size: 11px;
  line-height: 1;
}
#redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #333 !important;
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50001;
  padding: 0;
  border-radius: 3px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#e2e2e2));
  background: -webkit-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -o-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -ms-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: linear-gradient(to bottom,#f7f7f7 0%,#e2e2e2 100%);
  box-shadow: 0px 5px 60px #000;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px !important;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#e2e2e2',GradientType=0);
}
#redactor_modal header {
  padding: 11px 30px 0 15px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 12px;
}
#redactor_modal section {
  padding: 20px 30px;
}
#redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  color: #777;
  font-size: 20px;
  cursor: pointer;
}
#redactor_modal_close:hover {
  color: #000;
}
#redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}
#redactor_modal textarea {
  display: block;
  margin-top: 4px;
}
.redactor_input {
  width: 99%;
  font-size: 14px;
}
.redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
}
#redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
  background: #fff;
  border: solid 1px #cbcbcb;
  padding: 15px;
}
#redactor_image_box img {
  margin: 5px 5px 0px 0px;
  max-width: 100px;
  cursor: pointer;
  padding: 5px;
  border: dashed 1px #cbcbcb;
}
#redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px;
}
#redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer;
}
#redactor_tabs {
  padding: 0px;
  padding-bottom: 15px;
}
#redactor_tabs a {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
#redactor_tabs a:hover,
#redactor_tabs a.redactor_tabs_act {
  padding: 5px 15px;
  border: none;
  background-color: #ddd;
  box-shadow: 0 1px 2px rgba(0,0,0,0.4) inset;
  color: #777 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 #eee;
}
#redactor_modal footer {
  padding-top: 15px;
  border-radius: 0 0 3px 3px;
  text-align: right;
}
#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1px 2px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
  color: #333;
  font-size: 13px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  line-height: 1;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
#redactor_modal textarea {
  line-height: 1.4em;
}
#redactor_modal input:focus,
#redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70,161,231,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.redactor_modal_btn {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding: 6px 16px 5px 16px;
  outline: none;
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -ms-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e1e1e1));
  background-image: -webkit-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -o-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: linear-gradient(top,#ffffff,#e1e1e1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  color: #000;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0px #ffffff;
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e1e1e1',GradientType=0);
  cursor: pointer;
}
.redactor_modal_btn:hover {
  color: #555;
}
.redactor_modal_btn:hover {
  background: none;
  background: #f3f3f3;
  text-decoration: none;
  text-shadow: 0 1px 0px rgba(255,255,255,0.8);
  filter: none;
}
.redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}
.redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 100%;
  border: 2px dashed #bbb;
  background-color: #fff;
  text-align: center;
}
.redactor_droparea .redactor_dropareabox,
.redactor_dropalternative {
  color: #555;
  font-size: 12px;
}
.redactor_dropalternative {
  margin: 4px 0 2px 0;
}
.redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8;
}
.redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5;
}
.redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee;
}
.redactor-progress {
  height: 12px;
  overflow: hidden;
  background-color: #f4f4f4;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  margin-bottom: 1.5em;
}
.redactor-progress .redactor-progress-bar {
  top: 1px;
  left: 1px;
  position: relative;
  background-color: #55aaff;
  width: 0;
  height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.redactor-progress-striped .redactor-progress-bar {
  background-image: url('data:image/gif;base64,R0lGODlhIAAQAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODE3QTgyOEM0MzAwRkUyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NEY2MUMyQTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NEY2MUMyOTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQoAAQAsAAAAACAAEAAAAiwMjqkQ7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYwNqctwD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsHsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIx/oMsNCKNxdMk7K8VXbx55DhiKDAmZJ5qoFhu4LysrcFzf9QPvet4D0igFACH5BAkKAAEALAAAAAAgABAAAAIsjI8Hy+2QYnyUyWtqxVdvnngUGIoOiZgnmqkWG7gvKy9wXN81BO963gPSGAUAIfkECQoAAQAsAAAAACAAEAAAAixEjqkB7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYQdqctxD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsDsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIR/ocsdCKNxdMk7K8VXbx55DhiKDAmZJ5qoFgu4LysrcFzf9QPvet4D0igFACH5BAUKAAEALAAAAAAgABAAAAIshI8Xy+2RYnyUyWtqxVdvnngUGIoOiZgnmqkWC7gvKy9wXN81BO963gPSGAUAOw==');
}
.redactor-progress-striped .redactor-progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCQTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkRFQUIzNjlDMkUxMUUwOUFFQ0M4MEYwM0YzNUE2RCI+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z3JhZGllbnQ8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCODlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRTE5QjlCOTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq477Q0AAAD2SURBVHjaxFIxDsIwDLRF/1AmRp7AM9iYWHkD76AP6h9Qi1SGfqAMqGJg6XA4jts0RUwZiKLEsZ3L+Rwmoi0lDC6Ky4rAMuGO5DY5iuWH93oDegMuK8QA7JIYCMDpvwDDMBzNHCGtONYq2enjHKYLMObCp7dtu/+FDppDgyJpTemsrm/9l7L2ku4aUy4BTEmKR1hmVXV9OjfsqlqC7irAhBKxDnmOQdPc+ynKMXdenEELAFmzrnu8RoK6jpRhHkGJmFgdXmsByNf5Wx+fJPbigEI3OKrB77Bfy2VZzppqC0IfAtlIAusC9CNtUn/iIRXgnALwEWAA/+5+ZNOapmcAAAAASUVORK5CYII=');
}
.redactor_module_item {
  background-color: #E2E2E2;
  margin: 10px 0px;
  padding: 0px 10px;
}
.redactor_module_item p {
  font-weight: bold;
  padding: 10px 0px;
  margin: 0px;
}
.schedule-wrapper {
  overflow-x: scroll !important;
  min-width: 1200px;
}
table.schedule th,
table.schedule td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.1em 0.3em;
}
table.schedule tr:hover td.open {
  background-color: #FFB;
}
table.schedule td {
  border: 1px solid #DFDFDF;
}
table.schedule td.open {
  background-color: #EFEFEF;
  color: #BFBFBF;
}
table.schedule td.locked {
  background-color: #F2D4CE;
  color: #AE432E;
}
table.schedule td.selected {
  background-color: #D9E6C3;
  color: #77AB13;
}
table.schedule td.first {
  margin-left: 300px;
}
.slicknav_menu {
  padding: 0 !important;
  background: #556270 !important;
}
.slicknav_menu a.slicknav_btn {
  display: none;
}
.slicknav_menu nav.slicknav_nav ul {
  margin: 0 !important;
}
.slicknav_menu nav.slicknav_nav ul li.slicknav_txtnode {
  padding: 15px 20px;
  margin-left: 0;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.slicknav_menu nav.slicknav_nav ul li.slicknav_txtnode:hover {
  background: #f4f4f4 !important;
  color: #556270 !important;
}
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu  .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu {
  font-size: 16px;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222222;
}
.slicknav_menu  .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.table-topbar {
  margin-bottom: 20px;
}
.table-topbar .cms_table_page_nav {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  margin: 10px 5px 5px 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #8A8A8A;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.table-topbar .cms_table_page_nav:hover {
  background: #fbfbfb;
}
.table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #556270;
  color: #fff;
  text-shadow: ;
}
.table-topbar .cms_table_page_nav_selected:hover {
  background: #556270;
}
.table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 200px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.table-topbar .cms_table_search_box:focus {
  width: 300px;
}
.table-topbar .btn {
  margin: 0px;
}
.cms_table_add {
  margin: 0 0 20px 20px;
  background: #FC913A;
}
.domain_special_table {
  width: 100%;
}
.domain_special_table tr {
  border: solid 2px #cbcbcb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.domain_special_table tr td {
  padding: 10px;
  color: #556270;
  border-left: solid 1px #cbcbcb;
}
.domain_special_table tr td:first-child {
  border: none;
}
.domain_special_table tr:nth-child(2n) {
  background-color: #eaeaea;
}
.domain_special_table_toppbar {
  padding: 10px;
  background-color: #8A8A8A;
}
.domain_special_table_toppbar input[type="text"] {
  background-color: #fff;
  width: 100%;
}
.domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
#users_systypes_rights_list ul {
  list-style-type: none;
}
#users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
#users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
#users_systypes_rights_list ul li .padding {
  border: solid 1px #cbcbcb;
  padding: 8px;
  background-color: #f9f9f9;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
#users_systypes_rights_list ul li ul li {
  margin-bottom: 0px;
}
#users_systypes_rights_list ul li ul li .padding {
  background-color: #f2f2f2;
  border-top: none;
}
#users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #eaeaea;
}
#users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #e2e2e2;
}
#users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #dbdbdb;
}
#users_systypes_rights_list ul .users_rights_has_more_data {
  cursor: pointer;
}
#users_systypes_rights_list ul .users_rights_has_no_more_data {
  cursor: default;
}
header {
  width: 100%;
  height: 75px;
  display: block;
  background-color: #556270;
  z-index: 1000001;
  position: relative;
}
header .logo {
  line-height: 75px;
}
header .logo a {
  display: inline-block;
}
header .logo a img {
  vertical-align: middle;
}
header .logo a.menu_toggler {
  margin-right: 25px;
}
header .logo a.menu_toggler i {
  color: #fff;
  font-size: 30px;
  padding: 0 25px;
  vertical-align: middle;
}
header .logo a.menu_toggler:focus {
  outline: 0;
}
header .logo a.menu_toggler:hover {
  background: #fff;
}
header .logo a.menu_toggler:hover i {
  color: #556270;
}
header ul {
  list-style: none;
  height: 75px;
  margin: 0;
}
header ul li {
  float: left;
  height: inherit;
  padding: 0 20px;
  display: block;
  line-height: 75px;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  border-right: 2px solid #8795a4;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
header ul li i {
  font-size: 20px !important;
}
header ul li:hover {
  background-color: #8795a4;
  cursor: pointer;
}
header ul li .notification_badge_wrap {
  position: absolute;
  z-index: 6;
  margin-top: -57px;
  margin-left: 10px;
}
header ul li .notification_badge_wrap .notification_badge {
  position: relative;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  background-color: #ff6b6b;
  text-align: center;
  -webkit-font-smoothing: initial;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header ul li .notification_badge_wrap .notification_badge span {
  position: absolute;
  line-height: 20px;
  width: 18px;
  margin-left: -9px;
  margin-top: 1px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  -webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: ;
  text-transform: uppercase;
  font-weight: normal;
}
h2,
.h2 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
  line-height: 1.1;
  font-size: 2.25em;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: ;
  text-transform: uppercase;
  font-weight: normal;
  color: #5E6B7B;
}
h3,
.h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #5E6B7B;
  font-weight: bold;
  text-transform: uppercase;
}
a {
  color: #5E6B7B;
}
.mb0 {
  margin-bottom: 0 !important;
}
i.fa-small {
  font-size: 18px !important;
}
.btn1 {
  padding: 0 15px;
  line-height: 45px;
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.btn1.orange {
  background-color: #ff9900;
  color: #fff;
}
.btn1.orange:hover {
  background-color: #cc7a00;
}
.theme {
  width: 100%;
  min-height: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#tools-progress,
.tools-progress {
  position: static;
  height: 50px;
  width: 100%;
  background: #869C5E;
}
#tools-progress.small,
.tools-progress.small {
  height: 23px;
}
#tools-progress.intable,
.tools-progress.intable {
  width: 75% !important;
  float: right;
}
#tools-progress span,
.tools-progress span {
  background: #A0C55F;
  width: 0px;
  -webkit-transition: 3s all ease;
  -moz-transition: 3s all ease;
  -ms-transition: 3s all ease;
  -o-transition: 3s all ease;
  height: 100%;
  display: block;
  padding-top: 2px;
  padding-left: 5px;
  color: #ffffff;
  font-weight: bold;
}
#tools-progress div.tools-progress-values,
.tools-progress div.tools-progress-values {
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  margin-top: -23px;
}
#tools-progress div.tools-progress-values div,
.tools-progress div.tools-progress-values div {
  height: 23px;
  line-height: 23px;
  display: inline-block;
}
.slicknav_menu {
  display: none;
}
nav.main-menu ul {
  margin-left: 0;
  margin-bottom: 40px;
}
nav.main-menu ul li {
  background-color: #f4f4f4;
  line-height: 50px;
  width: 12.5%;
  border-right: 2px solid #fff;
  padding: 0 10px 0 25px;
  color: #bebebe;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
nav.main-menu ul li:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/_webblocks/images/icon/custom_chevron_right.png');
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -10px;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
nav.main-menu ul li.active {
  background-color: #556270;
  color: #fff;
}
nav.main-menu ul li.active:after {
  background: url('/_webblocks/images/icon/custom_chevron_right_hover.png');
}
nav.main-menu ul li.selected,
nav.main-menu ul li:hover {
  background-color: #556270;
  color: #fff;
}
nav.main-menu ul li.selected:after,
nav.main-menu ul li:hover:after {
  background: url('/_webblocks/images/icon/custom_chevron_right_hover.png');
}
nav.main-menu ul li:last-child {
  border-right: 0;
}
nav.main-menu ul li:last-child:after {
  display: none;
}
.tabs {
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 50px;
}
.tabs ul {
  margin: 0;
  list-style: none;
  float: right;
}
.tabs ul li {
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}
.tabs ul li:last-child {
  margin-right: 0;
}
.tabs ul li div {
  min-width: 200px;
  padding: 0 20px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  background: #f4f4f4;
  color: #556270;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.tabs ul li div.selected,
.tabs ul li div:hover {
  background: #5E6B7B;
  color: #fff;
}
#framework_tabcontent .row {
  background-color: transparent;
}
#framework_tabcontent .row .box .inner {
  border: 0;
}
#framework_tabcontent .row .box .inner .title {
  height: 75px;
  line-height: 75px;
  background-color: #5E6B7B;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
#framework_tabcontent .row .box .inner .title i.fa {
  margin-right: 10px;
}
#framework_tabcontent .row .box .inner .table_container {
  max-width: 100%;
  overflow-x: scroll;
}
#framework_tabcontent .row .box .inner form input[type="text"] {
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
#framework_tabcontent .row .box .inner form button {
  height: 40px;
  vertical-align: bottom;
  width: 40px;
  text-align: center;
  background: #ff9900;
  border: 0;
  display: inline-block;
  margin-left: -4px;
}
#framework_tabcontent .row .box .inner form button i {
  color: #fff;
  margin-right: 0;
  font-size: 16px;
  float: none;
}
#framework_tabcontent .row .box .inner form select {
  margin-left: 20px;
}
#framework_tabcontent .row .box .inner form label {
  line-height: 40px;
  float: left;
}
.content .row .box .inner .title {
  height: 75px;
  line-height: 75px;
  background-color: #5E6B7B;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
.content .row .box .inner .title i.fa {
  margin-right: 10px;
}
.content .row .box .inner .boxcontent {
  background-color: #f4f4f4;
  padding: 40px;
}
.content .row .box .inner .boxcontent i.fa:not(.green):not(.yellow):not(.red):not(.orange):not(.gray) {
  float: left;
  margin-right: 20px;
  font-size: 22px;
  color: #5E6B7B;
}
.content .row .box .inner .boxcontent ul.list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content .row .box .inner .boxcontent ul.list.blocks-2 li:nth-of-type(2n-1) {
  font-weight: bold;
}
.content .row .box .inner .boxcontent ul.list li {
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 23px;
}
.content .row .box .inner .boxcontent ul.list li:first-child,
.content .row .box .inner .boxcontent ul.list li:nth-of-type(2) {
  margin-top: 0;
}
.content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3n) {
  font-weight: bold;
  padding-left: 25px;
}
.content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3) {
  margin-top: 0;
}
.content .row .box .inner .boxcontent .tools-progress {
  background: #bebebe;
}
.content .progression {
  margin-bottom: 50px;
}
.content .progression .inner {
  padding: 0 20px;
}
.content .progression .inner .title h2 {
  line-height: 75px;
}
.content .progression .inner .title i.fa {
  float: left;
  font-size: 22px;
  margin-right: 20px;
  color: #5E6B7B;
  line-height: 75px;
}
.loginbg {
  background-size: cover;
  background-position: center;
  background-image: url('/_webblocks/images/bg2.jpg');
}
.logincontent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}
.logincontent .row {
  width: 100%;
}
.logincontent .row .box {
  max-width: 500px;
  margin: 0 auto;
}
.logincontent .row .box .inner {
  background: #f4f4f4;
}
.logincontent .row .box .inner .title {
  padding: 15px 20px;
  background: #556270;
  line-height: 40px;
  color: #fff;
}
.logincontent .row .box .inner .title img {
  max-height: 40px;
}
.logincontent .row .box .inner .boxcontent {
  padding: 20px;
}
.logincontent .row .box .inner > form {
  padding: 0 20px;
}
.logincontent .row .box .inner > form input[type="text"],
.logincontent .row .box .inner > form input[type="password"] {
  padding: 0 10px;
}
.logincontent .row .box .inner > form input[type="submit"] {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.notification_center {
  max-width: 400px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 1000000;
  background: rgba(85,98,112,0.95);
  overflow-y: scroll;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.notification_center.active {
  right: 0;
}
.notification_center h2 {
  margin-top: 75px;
  color: #fff;
  padding: 25px;
  display: block;
  margin-bottom: 0;
}
.notification_center section .notification_category {
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 0 25px;
  background: #404a54;
}
.notification_center section .notification_category i {
  margin-right: 20px;
}
.notification_center section .notification_item {
  border-bottom: 1px solid #5f5f5f;
  padding: 20px 25px;
}
.notification_center section .notification_item span {
  color: #fff;
}
.notification_center section .notification_item span.n_time {
  margin-left: 10px;
  font-size: 12px;
}
.notification_center section .notification_item span.n_step {
  color: #bebebe;
}
.notification_center section .notification_item span.n_description {
  -webkit-font-smoothing: antialiased;
}
.show_500 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  nav.main-menu ul li {
    font-size: 12px;
    padding: 0 10 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slicknav_menu {
    display: block;
  }
  header .unit-50 {
    width: 80% !important;
    float: left !important;
  }
  header .unit-50.logo {
    width: 20% !important;
    float: left !important;
  }
  header .unit-50.logo .logo_image {
    display: none;
  }
  header .unit-50 ul {
    float: right !important;
  }
  nav.main-menu ul li {
    width: 100%;
  }
  nav.main-menu ul li:after {
    display: none;
  }
  .tabs ul li {
    float: left !important;
  }
  .tabs ul li div {
    min-width: 0px !important;
  }
  .content .row {
    background-color: #f4f4f4;
  }
  .content .row .box .inner .boxcontent {
    padding: 30px;
  }
  .content .row .box .inner .boxcontent .unit-50 {
    margin-bottom: 0 !important;
  }
  .content .row .box .inner .boxcontent .unit-50:last-child ul {
    margin-top: 0;
  }
  .content .row .box .inner .boxcontent ul.list.blocks-2 li {
    float: left !important;
    width: 47% !important;
  }
  .content .row .box .inner .boxcontent ul.list.blocks-3 {
    margin-bottom: 0 !important;
  }
  .content .row .box .inner .boxcontent ul.list.blocks-3 li {
    margin-top: 0 !important;
  }
  .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3n) {
    margin-top: 0 !important;
    padding-left: 0;
    margin-bottom: 20px;
  }
  #framework_tabcontent .row .box .inner .boxcontent .unit-50 {
    text-align: center;
  }
  #framework_tabcontent .row .box .inner .boxcontent .unit-50 label {
    float: none;
    margin-top: 20px;
  }
  #framework_tabcontent .row .box .inner .boxcontent .unit-50:first-child {
    margin-bottom: 20px;
  }
  .logincontent .row {
    background: none;
  }
  .logincontent .row .box .inner .title img {
    float: right !important;
  }
}
@media only screen and (max-width: 500px) {
  .show_500 {
    display: block;
  }
  .hide_500 {
    display: none;
  }
  .logincontent .row .box .inner .title {
    line-height: 30px;
  }
  .logincontent .row .box .inner .title img {
    max-height: 30px;
  }
}
.cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.cms_table td {
  margin: 0;
  height: 40px;
  font-size: 13px;
}
.cms_table td:first-child {
  padding-left: 20px;
}
.cms_table td:last-child {
  padding-right: 20px;
}
.cms_table thead tr td {
  border: 0;
  background: #556270;
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.cms_table thead tr td.orderdby {
  background-color: #bebebe;
}
.cms_table thead tr td.sortable {
  cursor: pointer;
}
.cms_table thead tr td.sortable:hover {
  background-color: #bebebe;
}
.cms_table thead tr td.orderasc {
  background: #bebebe url('/_webblocks/images/orderdown.png') center right no-repeat;
}
.cms_table thead tr td.orderdesc {
  background: #bebebe url('/_webblocks/images/orderup.png') center right no-repeat;
}
.cms_table tbody tr {
  background-color: #fff;
}
.cms_table tbody tr:nth-of-type(even) {
  background-color: #f4f4f4;
}
.cms_table tbody tr:hover {
  background-color: #E6E9EC !important;
}
.cms_table tbody tr td {
  border: 0;
  color: #556270;
}
.cms_table tbody tr td a {
  text-decoration: none;
}
.cms_table tbody tr td i {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.cms_table tbody tr .cont-move {
  cursor: s-resize;
}
.body_blue .article_add form {
  padding: 0px;
}
.body_blue .article_add form .twothird input[type="text"],
.body_blue .article_add form .twothird textarea {
  width: 100%;
  margin: 0 0 10px 0;
}
.body_blue .article_add form .twothird textarea {
  min-height: 100px;
}
.body_blue .article_add form .twothird .redactor_box {
  margin-bottom: 10px;
}
.body_blue .article_add form .categories {
  width: 100%;
  border: solid 1px #cbcbcb;
  background-color: #eaeaea;
  padding: 15px;
  margin: 25px 0 0px 0px;
}
.body_blue .article_add form .categories label {
  width: auto;
}
.body_blue .article_add form .categories span {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.body_blue .article_add .redactor_box {
  width: 100%;
}
.body_blue #build_system_section {
  background-color: #EEE;
  border: 1px solid #DDD;
  padding: 5px;
}
.body_blue #build_system_section h2 {
  margin-top: 4px;
}
.body_blue #build_system_output {
  padding: 0;
}
.body_blue #build_system_output_iframe {
  margin: 0;
  border: 0;
  width: 600px;
  height: 600px;
}
.body_blue #build_system_domain_list {
  height: 470px;
  overflow: auto;
  background-color: #1C1C1C;
  border: 2px solid #DDD;
  color: #DDD;
}
.body_blue .build_system_domain_item {
  padding: 5px;
  margin-bottom: 2px;
  border-bottom: 1px solid #666;
}
.body_blue .build_system_domain_message {
  display: inline;
  float: right;
  margin-left: 5px;
  padding: 1px 4px;
  border-radius: 5px;
  width: 300px;
}
.body_blue .build_system_domain_message_info {
  background-color: #72ACDC;
  color: #FFF;
}
.body_blue .build_system_domain_message_error {
  background-color: #500000;
  color: #FFF;
}
.body_blue .build_system_domain_message_unsupported {
  background-color: #666;
  color: #BBB;
}
.body_blue .build_system_domain_modified_files {
  display: block;
  clear: both;
  margin-top: 7px;
  overflow: auto;
  height: auto;
  padding: 3px;
}
.body_blue .build_system_domain {
  color: #FFF;
  margin: 10px auto;
  border: 2px solid #000;
  padding: 0;
  width: 95%;
}
.body_blue .build_system_domain_title {
  text-align: center;
  background-color: #EEE;
  color: #000;
  font-weight: bold;
  padding: 2px;
}
.body_blue .build_system_domain_content {
  padding: 5px;
  word-wrap: break-word;
  min-height: 300px;
}
.body_blue #build_system_btn_go {
  font-size: 5em;
  padding: 20px;
  color: #FFF;
  height: auto !important;
}
.body_blue .build_system_inprogress {
  background-color: #DDD;
  color: #000;
}
.body_blue .build_system_success {
  background-color: #38B632;
  color: #FFF;
}
.body_blue .build_system_error {
  background-color: #790F0F;
  color: #FFF;
}
.body_blue .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 100%;
}
.body_blue .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #acacac;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.body_blue .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.body_blue .chosen-container a {
  cursor: pointer;
}
.body_blue .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 2px solid #acacac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0,0,0,0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 36px;
}
.body_blue .chosen-container-single .chosen-default {
  color: #383838;
}
.body_blue .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #383838;
}
.body_blue .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
  color: #eaeaea;
}
.body_blue .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/_webblocks/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.body_blue .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.body_blue .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.body_blue .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.body_blue .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 0px 9px;
}
.body_blue .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.body_blue .chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #acacac;
  background: white url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
.body_blue .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.body_blue .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.body_blue .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.body_blue .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.body_blue .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.body_blue .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.body_blue .chosen-container .chosen-results li.highlighted {
  background-color: #215377;
  color: #fff;
}
.body_blue .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.body_blue .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.body_blue .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.body_blue .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.body_blue .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  min-height: 40px;
  border: 2px solid #acacac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  cursor: text;
  line-height: 38px;
}
.body_blue .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.body_blue .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.body_blue .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  height: 30px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #8A8A8A;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.body_blue .chosen-container-multi .chosen-choices li.search-field .default {
  color: #383838;
}
.body_blue .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  background-color: #215377;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 23px;
  cursor: default;
  border: solid 1px #16374f;
}
.body_blue .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 14px;
  height: 14px;
  content: "string";
  color: #fff;
  line-height: 20px;
  padding: 0px 5px;
}
.body_blue .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: "x";
  line-height: 22px;
}
.body_blue .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.body_blue .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 2px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  color: #666;
}
.body_blue .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.body_blue .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.body_blue .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.body_blue .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.body_blue .chosen-container-active .chosen-single {
  border: 2px solid #215377;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_blue .chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #acacac;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  color: #eaeaea;
  box-shadow: 0 1px 0 #fff inset;
}
.body_blue .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.body_blue .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 9px;
}
.body_blue .chosen-container-active .chosen-choices {
  border: 2px solid #215377;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_blue .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.body_blue .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.body_blue .chosen-disabled .chosen-single {
  cursor: default;
}
.body_blue .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.body_blue .chosen-rtl {
  text-align: right;
}
.body_blue .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.body_blue .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.body_blue .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.body_blue .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.body_blue .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.body_blue .chosen-rtl .chosen-choices li {
  float: right;
}
.body_blue .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.body_blue .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.body_blue .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.body_blue .chosen-rtl.chosen-container-single-nosearch .chosen-search,
.body_blue .chosen-rtl .chosen-drop {
  left: 9999px;
}
.body_blue .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.body_blue .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.body_blue .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.body_blue .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  direction: rtl;
}
.body_blue .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 9px;
}
.body_blue .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 144dpi) {
  .body_blue .chosen-rtl .chosen-search input[type="text"],
  .body_blue .chosen-container-single .chosen-single abbr,
  .body_blue .chosen-container-single .chosen-single div b,
  .body_blue .chosen-container-single .chosen-search input[type="text"],
  .body_blue .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .body_blue .chosen-container .chosen-results-scroll-down span,
  .body_blue .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.body_blue .col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #e1e1e1;
  color: #fff;
  border: solid 2px;
}
.body_blue .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_blue .col_mess_error {
  border-color: #ff6b6b;
  background: #ffd1d1;
}
.body_blue .col_mess_notification {
  background: #acd373;
  border-color: #7baa36;
}
.body_blue #colorbox,
.body_blue #cboxOverlay,
.body_blue #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.body_blue #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
.body_blue #cboxMiddleLeft,
.body_blue #cboxBottomLeft {
  clear: left;
}
.body_blue #cboxContent {
  position: relative;
}
.body_blue #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.body_blue #cboxTitle {
  margin: 0;
}
.body_blue #cboxLoadingOverlay,
.body_blue #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body_blue #cboxPrevious,
.body_blue #cboxNext,
.body_blue #cboxClose,
.body_blue #cboxSlideshow {
  cursor: pointer;
}
.body_blue .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.body_blue .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.body_blue #colorbox,
.body_blue #cboxContent,
.body_blue #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.body_blue #cboxOverlay {
  background: #000;
}
.body_blue #colorbox {
  outline: 0;
}
.body_blue #cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.body_blue .cboxIframe {
  background: #fff;
}
.body_blue #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.body_blue #cboxLoadedContent {
  background: #000;
  padding: 1px;
}
.body_blue #cboxLoadingGraphic {
  background: url(/_webblocks/images/icons/colorbox_loading.gif) no-repeat center center;
}
.body_blue #cboxLoadingOverlay {
  background: #000;
}
.body_blue #cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #FFF;
}
.body_blue #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
.body_blue #cboxPrevious,
.body_blue #cboxNext,
.body_blue #cboxSlideshow,
.body_blue #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/_webblocks/images/icons/colorbox_controls.png) no-repeat 0 0;
}
.body_blue #cboxPrevious:active,
.body_blue #cboxNext:active,
.body_blue #cboxSlideshow:active,
.body_blue #cboxClose:active {
  outline: 0;
}
.body_blue #cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
.body_blue #cboxPrevious:hover {
  background-position: 0px -25px;
}
.body_blue #cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
.body_blue #cboxNext:hover {
  background-position: -25px -25px;
}
.body_blue #cboxClose {
  background-position: -50px 0px;
  right: 0;
}
.body_blue #cboxClose:hover {
  background-position: -50px -25px;
}
.body_blue .cboxSlideshow_on #cboxPrevious,
.body_blue .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.body_blue .cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.body_blue .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.body_blue .cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.body_blue .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.body_blue img {
  border: 0;
}
.body_blue label {
  cursor: pointer;
}
.body_blue .clear_left {
  clear: left;
}
.body_blue .clear_right {
  clear: right;
}
.body_blue .clear_both {
  clear: both;
}
.body_blue .clear_none {
  clear: none;
}
.body_blue .cursor_default {
  cursor: default;
}
.body_blue .cursor_auto {
  cursor: auto;
}
.body_blue .cursor_crosshair {
  cursor: crosshair;
}
.body_blue .cursor_pointer {
  cursor: pointer;
}
.body_blue .cursor_move {
  cursor: move;
}
.body_blue .cursor_e_resize {
  cursor: e-resize;
}
.body_blue .cursor_ne_resize {
  cursor: ne-resize;
}
.body_blue .cursor_nw_resize {
  cursor: nw-resize;
}
.body_blue .cursor_n_resize {
  cursor: n-resize;
}
.body_blue .cursor_se_resize {
  cursor: se-resize;
}
.body_blue .cursor_sw_resize {
  cursor: sw-resize;
}
.body_blue .cursor_s_resize {
  cursor: s-resize;
}
.body_blue .cursor_w_resize {
  cursor: w-resize;
}
.body_blue .cursor_text {
  cursor: text;
}
.body_blue .cursor_wait {
  cursor: wait;
}
.body_blue .cursor_help {
  cursor: help;
}
.body_blue .cursor_not_allowed {
  cursor: not-allowed;
}
.body_blue .display_none {
  display: none;
}
.body_blue .display_block {
  display: block;
}
.body_blue .display_inline {
  display: inline;
}
.body_blue .display_list_item {
  display: list-item;
}
.body_blue .display_table {
  display: table;
}
.body_blue .display_inline_table {
  display: inline-table;
}
.body_blue .display_table_row_group {
  display: table-row-group;
}
.body_blue .display_table_header_group {
  display: table-header-group;
}
.body_blue .display_table_footer_group {
  display: table-footer-group;
}
.body_blue .display_table_row {
  display: table-row;
}
.body_blue .display_table_column_group {
  display: table-column-group;
}
.body_blue .display_table_column {
  display: table-column;
}
.body_blue .display_table_cell {
  display: table-cell;
}
.body_blue .display_table_caption {
  display: table-caption;
}
.body_blue .float_left {
  float: left;
}
.body_blue .float_right {
  float: right;
}
.body_blue .float_none {
  float: none;
}
.body_blue .position_static {
  position: static;
}
.body_blue .position_relative {
  position: relative;
}
.body_blue .position_absolute {
  position: absolute;
}
.body_blue .position_fixed {
  position: fixed;
}
.body_blue .visibility_visible {
  visibility: visible;
}
.body_blue .visibility_hidden {
  visibility: hidden;
}
.body_blue .visibility_collapse {
  visibility: collapse;
}
.body_blue .font_size_xx_small {
  font-size: xx-small;
}
.body_blue .font_size_x_small {
  font-size: x-small;
}
.body_blue .font_size_small {
  font-size: small;
}
.body_blue .font_size_medium {
  font-size: medium;
}
.body_blue .font_size_large {
  font-size: large;
}
.body_blue .font_size_x_large {
  font-size: x-large;
}
.body_blue .font_size_xx_large {
  font-size: xx-large;
}
.body_blue .font_size_smaller {
  font-size: smaller;
}
.body_blue .font_size_larger {
  font-size: larger;
}
.body_blue .font_style_normal {
  font-style: normal;
}
.body_blue .font_style_italic {
  font-style: italic;
}
.body_blue .font_style_oblique {
  font-style: oblique;
}
.body_blue .font_variant_normal {
  font-variant: normal;
}
.body_blue .font_variant_small_caps {
  font-variant: small-caps;
}
.body_blue .font_weight_normal {
  font-weight: normal;
}
.body_blue .font_weight_bold {
  font-weight: bold;
}
.body_blue .font_weight_bolder {
  font-weight: bolder;
}
.body_blue .font_weight_lighter {
  font-weight: lighter;
}
.body_blue .font_weight_100 {
  font-weight: 100;
}
.body_blue .font_weight_200 {
  font-weight: 200;
}
.body_blue .font_weight_300 {
  font-weight: 300;
}
.body_blue .font_weight_400 {
  font-weight: 400;
}
.body_blue .font_weight_500 {
  font-weight: 500;
}
.body_blue .font_weight_600 {
  font-weight: 600;
}
.body_blue .font_weight_700 {
  font-weight: 700;
}
.body_blue .font_weight_800 {
  font-weight: 800;
}
.body_blue .font_weight_900 {
  font-weight: 900;
}
.body_blue .vertical_align_top {
  vertical-align: top;
}
.body_blue .vertical_align_text_top {
  vertical-align: text-top;
}
.body_blue .vertical_align_middle {
  vertical-align: middle;
}
.body_blue .vertical_align_bottom {
  vertical-align: bottom;
}
.body_blue .vertical_align_text_bottom {
  vertical-align: text-bottom;
}
.body_blue .border_collapse_separate {
  border-collapse: separate;
}
.body_blue .border_collapse_collapse {
  border-collapse: collapse;
}
.body_blue .direction_ltr {
  direction: ltr;
}
.body_blue .direction_rtl {
  direction: rtl;
}
.body_blue .text_align_left {
  text-align: left;
}
.body_blue .text_align_right {
  text-align: right;
}
.body_blue .text_align_center {
  text-align: center;
}
.body_blue .text_align_justify {
  text-align: justify;
}
.body_blue .text_decoration_none {
  text-decoration: none;
}
.body_blue .text_decoration_underline {
  text-decoration: underline;
}
.body_blue .text_decoration_overline {
  text-decoration: overline;
}
.body_blue .text_decoration_line_through {
  text-decoration: line-through;
}
.body_blue .text_decoration_blink {
  text-decoration: blink;
}
.body_blue .text_transform_none {
  text-transform: none;
}
.body_blue .text_transform_capitalize {
  text-transform: capitalize;
}
.body_blue .text_transform_uppercase {
  text-transform: uppercase;
}
.body_blue .text_transform_lowercase {
  text-transform: lowercase;
}
.body_blue .text_transform_ucfirst:first-letter {
  text-transform: uppercase;
}
.body_blue .text_transform_lcfirst:first-letter {
  text-transform: lowercase;
}
.body_blue .white_space_normal {
  white-space: normal;
}
.body_blue .white_space_pre {
  white-space: pre;
}
.body_blue .white_space_nowrap {
  white-space: nowrap;
}
.body_blue .rights_foldout ul {
  list-style-type: none;
}
.body_blue .rights_foldout ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_blue .rights_foldout ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_blue .rights_foldout ul li .padding {
  border: solid 1px #cbcbcb;
  padding: 8px;
  background-color: #f9f9f9;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .rights_foldout ul li ul li {
  margin-bottom: 0px;
}
.body_blue .rights_foldout ul li ul li .padding {
  background-color: #f2f2f2;
  border-top: none;
}
.body_blue .rights_foldout ul li ul li ul li .padding {
  background-color: #eaeaea;
}
.body_blue .rights_foldout ul li ul li ul li ul li .padding {
  background-color: #e2e2e2;
}
.body_blue .rights_foldout ul li ul li ul li ul li ul li .padding {
  background-color: #dbdbdb;
}
.body_blue .rights_foldout ul .rights_foldout_has_more_data {
  cursor: pointer;
}
.body_blue .filemanager .filemanager_row {
  padding: 5px;
}
.body_blue .filemanager .filemanager_row_normal {
  background-color: #E5E5E5;
}
.body_blue .filemanager .filemanager_row_alt {
  background-color: #E1E1E1;
}
.body_blue .filemanager .filemanager_filename {
  display: inline;
}
.body_blue .filemanager .filemanager_actions {
  display: inline;
  float: right;
}
.body_blue .filemanager .filemanager_icon {
  margin: 0 auto;
  color: #215377;
  transition: color .2s;
}
.body_blue .filemanager .filemanager_icon:hover {
  color: #378bc7;
}
.body_blue #file_manager_controls {
  padding: 0px 20px;
  margin-bottom: 15px;
}
.body_blue .fileupload_dropzone {
  background: #eaeaea;
  width: 100%;
  line-height: 150px;
  text-align: center;
  border: dashed 2px #cbcbcb;
  margin-top: 15px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .fileupload_dropzone:hover {
  border-color: #b2b2b2;
  background: #d1d1d1;
}
.body_blue .fileupload_dropzone.hover {
  background: #FFB;
}
.body_blue .fileupload_dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.body_blue form {
  padding: 20px;
}
.body_blue input[type="text"],
.body_blue input[type="password"],
.body_blue input[type="file"],
.body_blue input[type="number"],
.body_blue input[type="tel"],
.body_blue input[type="email"],
.body_blue textarea,
.body_blue select {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: solid 1px #e1e1e1;
  width: 70%;
  font-size: 14px;
  color: #383838;
}
.body_blue input[type="text"]:hover,
.body_blue input[type="password"]:hover,
.body_blue input[type="file"]:hover,
.body_blue input[type="number"]:hover,
.body_blue input[type="tel"]:hover,
.body_blue input[type="email"]:hover,
.body_blue textarea:hover,
.body_blue select:hover {
  border-color: #acacac;
}
.body_blue input[type="text"]:focus,
.body_blue input[type="password"]:focus,
.body_blue input[type="file"]:focus,
.body_blue input[type="number"]:focus,
.body_blue input[type="tel"]:focus,
.body_blue input[type="email"]:focus,
.body_blue textarea:focus,
.body_blue select:focus {
  border-color: #215377;
}
.body_blue .boolean_holder {
  width: 69%;
}
.body_blue textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
}
.body_blue select,
.body_blue x:-moz-any-link {
  height: auto;
  padding: 8px;
}
@media screen and (min-width: 0) {
  .body_blue input[type="text"] {
    line-height: 37px;
  }
  .body_blue input[type="password"] {
    line-height: 35px;
  }
}
.body_blue input[type="checkbox"] {
  margin-right: 10px;
}
.body_blue input[type="radio"] {
  cursor: pointer;
}
.body_blue ::-webkit-input-placeholder {
  color: #8A8A8A;
}
.body_blue :-moz-placeholder {
  color: #8A8A8A;
}
.body_blue ::-moz-placeholder {
  color: #8A8A8A;
}
.body_blue :-ms-input-placeholder {
  color: #8A8A8A;
}
.body_blue label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  padding: 8px 10px !important;
}
.body_blue .radio {
  width: auto;
}
.body_blue .line {
  margin-bottom: 10px;
}
.body_blue .third input[type="text"],
.body_blue .third input[type="password"],
.body_blue .third input[type="file"],
.body_blue .third input[type="number"],
.body_blue .third textarea,
.body_blue .third select,
.body_blue .third .chosen-container,
.body_blue .quarter input[type="text"],
.body_blue .quarter input[type="password"],
.body_blue .quarter input[type="file"],
.body_blue .quarter input[type="number"],
.body_blue .quarter textarea,
.body_blue .quarter select,
.body_blue .quarter .chosen-container,
.body_blue .tabcontent input[type="text"],
.body_blue .tabcontent input[type="password"],
.body_blue .tabcontent input[type="file"],
.body_blue .tabcontent input[type="number"],
.body_blue .tabcontent textarea,
.body_blue .tabcontent select,
.body_blue .tabcontent .chosen-container,
.body_blue .redactor_tab input[type="text"],
.body_blue .redactor_tab input[type="password"],
.body_blue .redactor_tab input[type="file"],
.body_blue .redactor_tab input[type="number"],
.body_blue .redactor_tab textarea,
.body_blue .redactor_tab select,
.body_blue .redactor_tab .chosen-container {
  width: 100% !important;
  margin-top: 10px;
}
.body_blue .third .tagsinput,
.body_blue .quarter .tagsinput,
.body_blue .tabcontent .tagsinput,
.body_blue .redactor_tab .tagsinput {
  max-width: 100%;
}
.body_blue .third label,
.body_blue .third .boolean_holder,
.body_blue .quarter label,
.body_blue .quarter .boolean_holder,
.body_blue .tabcontent label,
.body_blue .tabcontent .boolean_holder,
.body_blue .redactor_tab label,
.body_blue .redactor_tab .boolean_holder {
  width: 100%;
  margin-bottom: 5px;
}
.body_blue .third .cms_table_toppbar input[type="text"],
.body_blue .quarter .cms_table_toppbar input[type="text"],
.body_blue .tabcontent .cms_table_toppbar input[type="text"],
.body_blue .redactor_tab .cms_table_toppbar input[type="text"] {
  width: 200px;
  margin-top: 0px;
}
.body_blue .third .cms_table_toppbar input[type="text"]:active,
.body_blue .third .cms_table_toppbar input[type="text"]:focus,
.body_blue .quarter .cms_table_toppbar input[type="text"]:active,
.body_blue .quarter .cms_table_toppbar input[type="text"]:focus,
.body_blue .tabcontent .cms_table_toppbar input[type="text"]:active,
.body_blue .tabcontent .cms_table_toppbar input[type="text"]:focus,
.body_blue .redactor_tab .cms_table_toppbar input[type="text"]:active,
.body_blue .redactor_tab .cms_table_toppbar input[type="text"]:focus {
  width: 220px;
}
.body_blue .third .domain_image_upload,
.body_blue .quarter .domain_image_upload,
.body_blue .tabcontent .domain_image_upload,
.body_blue .redactor_tab .domain_image_upload {
  width: 100%;
}
.body_blue .third .domain_image_upload img,
.body_blue .quarter .domain_image_upload img,
.body_blue .tabcontent .domain_image_upload img,
.body_blue .redactor_tab .domain_image_upload img {
  margin-top: 10px;
}
.body_blue .third .domain_image_upload i,
.body_blue .quarter .domain_image_upload i,
.body_blue .tabcontent .domain_image_upload i,
.body_blue .redactor_tab .domain_image_upload i {
  margin-top: 15px;
}
.body_blue fieldset {
  margin-bottom: 15px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
}
.body_blue legend {
  padding: 5px;
  font-weight: bold;
}
.body_blue .domain_image_upload {
  width: 70%;
}
.body_blue .domain_image_upload i {
  font-size: 25px;
  position: absolute;
  margin: 5px 0 0 -30px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #eb0000;
}
.body_blue .domain_image_upload img {
  margin-bottom: 10px;
}
.body_blue .redactor_boxmew {
  width: 70%;
}
.body_blue .error input[type="text"],
.body_blue .error input[type="password"],
.body_blue .error input[type="file"],
.body_blue .error input[type="number"],
.body_blue .error textarea,
.body_blue .error select,
.body_blue .error .chosen-container,
.body_blue .error .chosen-single,
.body_blue .error .redactor_box {
  border-color: #ff6b6b;
}
.body_blue .message {
  color: #ff6b6b;
  width: 100%;
  text-align: right;
  margin: -5px 0 10px 0px;
}
.body_blue .half,
.body_blue .third,
.body_blue .quarter,
.body_blue .twothird,
.body_blue .threequarter {
  margin-right: 3.1914893617021276%;
  min-height: 1px;
}
.body_blue .half:last-child,
.body_blue .third:last-child,
.body_blue .quarter:last-child,
.body_blue .twothird:last-child,
.body_blue .threequarter:last-child {
  margin-right: 0;
}
.body_blue .quarter {
  width: 22.606382978723403%;
}
.body_blue .third {
  width: 31.205673758865245%;
}
.body_blue .half {
  width: 48.40425531914894%;
}
.body_blue .threequarter {
  width: 74.20212765957446%;
}
.body_blue .twothird {
  width: 65.60283687943262%;
}
@media only screen and (max-width: 1300px) {
  .body_blue .half,
  .body_blue .threequarter {
    margin: 0px 0px 40px 0px;
    width: 100%;
  }
  .body_blue .quarter {
    width: 48.40425531914894%;
  }
  .body_blue .half:last-child,
  .body_blue .threequarter:last-child {
    margin-bottom: 0px;
  }
  .body_blue .viewportmargin {
    margin: 0px 0px 40px 0px;
  }
}
.body_blue .image_grid_img {
  display: inline;
}
.body_blue .image_grid_img img {
  margin: 5px;
  padding: 7px;
  background-color: #EEEEEE;
  border-radius: 3px;
}
.body_blue .image_grid_img input[type="checkbox"] {
  position: relative;
  top: 40px;
  right: 35px;
}
.body_blue .image_grid_folder {
  display: inline;
  text-align: center;
  cursor: pointer;
}
.body_blue .image_grid_folder span {
  position: relative;
  top: 30px;
}
.body_blue .selected_file {
  background-color: #F00;
  font-weight: bold;
}
.body_blue .inline_form {
  margin: 0;
  padding: 0;
  display: inline;
}
.body_blue #import_steam form {
  margin: 0;
  padding: 0;
}
.body_blue #import_steam .highlight {
  background-color: #FFB;
}
.body_blue #import_steam .compare {
  background-color: #B71918;
  color: #FFFFFF !important;
}
.body_blue #import_steam table td {
  height: 10px !important;
}
.body_blue #import_steam .notification {
  padding: 10px 5px 10px 15px;
  background-color: #F2F2F2;
  border: 1px solid #BFBFBF;
}
.body_blue #progressbar,
.body_blue #steam_progressbar {
  min-width: 400px;
}
.body_blue .ui-helper-hidden {
  display: none;
}
.body_blue .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_blue .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.body_blue .ui-helper-clearfix:before,
.body_blue .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.body_blue .ui-helper-clearfix:after {
  clear: both;
}
.body_blue .ui-helper-clearfix {
  min-height: 0;
}
.body_blue .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.body_blue .ui-front {
  z-index: 100;
}
.body_blue .ui-state-disabled {
  cursor: default !important;
}
.body_blue .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.body_blue .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body_blue .ui-resizable {
  position: relative;
}
.body_blue .ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
}
.body_blue .ui-resizable-disabled .ui-resizable-handle,
.body_blue .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.body_blue .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.body_blue .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.body_blue .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.body_blue .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.body_blue .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.body_blue .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.body_blue .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.body_blue .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.body_blue .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}
.body_blue .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
}
.body_blue .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.body_blue .ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.body_blue .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.body_blue .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.body_blue .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.body_blue .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.body_blue .ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.body_blue .ui-button,
.body_blue .ui-button:link,
.body_blue .ui-button:visited,
.body_blue .ui-button:hover,
.body_blue .ui-button:active {
  text-decoration: none;
}
.body_blue .ui-button-icon-only {
  width: 2.2em;
}
.body_blue button.ui-button-icon-only {
  width: 2.4em;
}
.body_blue .ui-button-icons-only {
  width: 3.4em;
}
.body_blue button.ui-button-icons-only {
  width: 3.7em;
}
.body_blue .ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.body_blue .ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.body_blue .ui-button-icon-only .ui-button-text,
.body_blue .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.body_blue .ui-button-text-icon-primary .ui-button-text,
.body_blue .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.body_blue .ui-button-text-icon-secondary .ui-button-text,
.body_blue .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.body_blue .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.body_blue input.ui-button {
  padding: .4em 1em;
}
.body_blue .ui-button-icon-only .ui-icon,
.body_blue .ui-button-text-icon-primary .ui-icon,
.body_blue .ui-button-text-icon-secondary .ui-icon,
.body_blue .ui-button-text-icons .ui-icon,
.body_blue .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.body_blue .ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.body_blue .ui-button-text-icon-primary .ui-button-icon-primary,
.body_blue .ui-button-text-icons .ui-button-icon-primary,
.body_blue .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.body_blue .ui-button-text-icon-secondary .ui-button-icon-secondary,
.body_blue .ui-button-text-icons .ui-button-icon-secondary,
.body_blue .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.body_blue .ui-buttonset {
  margin-right: 7px;
}
.body_blue .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
.body_blue input.ui-button::-moz-focus-inner,
.body_blue button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_blue .ui-datepicker {
  z-index: 5 !important;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.body_blue .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.body_blue .ui-datepicker .ui-datepicker-prev,
.body_blue .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.body_blue .ui-datepicker .ui-datepicker-prev-hover,
.body_blue .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.body_blue .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.body_blue .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.body_blue .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.body_blue .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.body_blue .ui-datepicker .ui-datepicker-prev span,
.body_blue .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.body_blue .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.body_blue .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.body_blue .ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.body_blue .ui-datepicker select.ui-datepicker-month,
.body_blue .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.body_blue .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.body_blue .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.body_blue .ui-datepicker td {
  border: 0;
  padding: 1px;
}
.body_blue .ui-datepicker td span,
.body_blue .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.body_blue .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.body_blue .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}
.body_blue .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.body_blue .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.body_blue .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.body_blue .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.body_blue .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.body_blue .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.body_blue .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.body_blue .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.body_blue .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.body_blue .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.body_blue .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.body_blue .ui-datepicker-rtl {
  direction: rtl;
}
.body_blue .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.body_blue .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.body_blue .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.body_blue .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.body_blue .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.body_blue .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.body_blue .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.body_blue .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.body_blue .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.body_blue .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.body_blue .ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.body_blue .ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.body_blue .ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body_blue .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.body_blue .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 14px 10px 0 10px;
  background: 0;
  overflow: auto;
  min-height: 0 !important;
}
.body_blue .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.body_blue .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.body_blue .ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.body_blue .ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.body_blue .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.body_blue .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}
.body_blue .ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.body_blue .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.body_blue .ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}
.body_blue .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
}
.body_blue .ui-menu .ui-menu-item a.ui-state-focus,
.body_blue .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px;
}
.body_blue .ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.body_blue .ui-menu .ui-state-disabled a {
  cursor: default;
}
.body_blue .ui-menu-icons {
  position: relative;
}
.body_blue .ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.body_blue .ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
.body_blue .ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.body_blue .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.body_blue .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.body_blue .ui-progressbar .ui-progressbar-overlay {
  background: url(/_webblocks/images/jquery_ui/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: .25;
}
.body_blue .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.body_blue .ui-slider {
  position: relative;
  text-align: left;
}
.body_blue .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.body_blue .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.body_blue .ui-slider.ui-state-disabled .ui-slider-handle,
.body_blue .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.body_blue .ui-slider-horizontal {
  height: .8em;
}
.body_blue .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.body_blue .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.body_blue .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.body_blue .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.body_blue .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.body_blue .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.body_blue .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.body_blue .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.body_blue .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.body_blue .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.body_blue .ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.body_blue .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;
}
.body_blue .ui-spinner a.ui-spinner-button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.body_blue .ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.body_blue .ui-spinner-up {
  top: 0;
}
.body_blue .ui-spinner-down {
  bottom: 0;
}
.body_blue .ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.body_blue .ui-tabs {
  position: relative;
  padding: .2em;
}
.body_blue .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.body_blue .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.body_blue .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.body_blue .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.body_blue .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.body_blue .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.body_blue .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.body_blue .ui-tabs .ui-tabs-nav li a,
.body_blue .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.body_blue .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0;
}
.body_blue .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;
}
.body_blue body .ui-tooltip {
  border-width: 2px;
}
.body_blue .ui-widget {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.body_blue .ui-widget .ui-widget {
  font-size: 1em;
}
.body_blue .ui-widget input,
.body_blue .ui-widget select,
.body_blue .ui-widget textarea,
.body_blue .ui-widget button {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.body_blue .ui-widget-content {
  border: 1px solid #ddd;
  background: #FFF url(/_webblocks/images/jquery_ui/ui-bg_flat_100_FFFFFF_40x100.png) 50% 50% repeat-x;
  color: #333;
}
.body_blue .ui-widget-content a {
  color: #333;
}
.body_blue .ui-widget-header {
  border: 1px solid #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.body_blue .ui-widget-header a {
  color: #fff;
}
.body_blue .ui-state-default,
.body_blue .ui-widget-content .ui-state-default,
.body_blue .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #eaeaea url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_blue .ui-state-default a,
.body_blue .ui-state-default a:link,
.body_blue .ui-state-default a:visited {
  color: #383838;
  text-decoration: none;
}
.body_blue .ui-state-hover,
.body_blue .ui-widget-content .ui-state-hover,
.body_blue .ui-widget-header .ui-state-hover,
.body_blue .ui-state-focus,
.body_blue .ui-widget-content .ui-state-focus,
.body_blue .ui-widget-header .ui-state-focus {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_blue .ui-state-hover a,
.body_blue .ui-state-hover a:hover,
.body_blue .ui-state-hover a:link,
.body_blue .ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.body_blue .ui-state-active,
.body_blue .ui-widget-content .ui-state-active,
.body_blue .ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_blue .ui-state-active a,
.body_blue .ui-state-active a:link,
.body_blue .ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.body_blue .ui-state-highlight,
.body_blue .ui-widget-content .ui-state-highlight,
.body_blue .ui-widget-header .ui-state-highlight {
  border: 1px solid #215377;
  background: #215377 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.body_blue .ui-state-highlight a,
.body_blue .ui-widget-content .ui-state-highlight a,
.body_blue .ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.body_blue .ui-state-error,
.body_blue .ui-widget-content .ui-state-error,
.body_blue .ui-widget-header .ui-state-error {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_a64040_40x100.png) 50% 50% repeat-x;
  color: #fff;
}
.body_blue .ui-state-error a,
.body_blue .ui-widget-content .ui-state-error a,
.body_blue .ui-widget-header .ui-state-error a {
  color: #fff;
}
.body_blue .ui-state-error-text,
.body_blue .ui-widget-content .ui-state-error-text,
.body_blue .ui-widget-header .ui-state-error-text {
  color: #fff;
}
.body_blue .ui-priority-primary,
.body_blue .ui-widget-content .ui-priority-primary,
.body_blue .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.body_blue .ui-priority-secondary,
.body_blue .ui-widget-content .ui-priority-secondary,
.body_blue .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.body_blue .ui-state-disabled,
.body_blue .ui-widget-content .ui-state-disabled,
.body_blue .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.body_blue .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.body_blue .ui-icon {
  width: 16px;
  height: 16px;
}
.body_blue .ui-icon,
.body_blue .ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.body_blue .ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_blue .ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_blue .ui-state-hover .ui-icon,
.body_blue .ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_blue .ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_blue .ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.body_blue .ui-state-error .ui-icon,
.body_blue .ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_blue .ui-icon-blank {
  background-position: 16px 16px;
}
.body_blue .ui-icon-carat-1-n {
  background-position: 0 0;
}
.body_blue .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.body_blue .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.body_blue .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.body_blue .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.body_blue .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.body_blue .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.body_blue .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.body_blue .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.body_blue .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.body_blue .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.body_blue .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.body_blue .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.body_blue .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.body_blue .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.body_blue .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.body_blue .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.body_blue .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.body_blue .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.body_blue .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.body_blue .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.body_blue .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.body_blue .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.body_blue .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.body_blue .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.body_blue .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.body_blue .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.body_blue .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.body_blue .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.body_blue .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.body_blue .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.body_blue .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.body_blue .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.body_blue .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.body_blue .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.body_blue .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.body_blue .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.body_blue .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.body_blue .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.body_blue .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.body_blue .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.body_blue .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.body_blue .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.body_blue .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.body_blue .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.body_blue .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.body_blue .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.body_blue .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.body_blue .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.body_blue .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.body_blue .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.body_blue .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.body_blue .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.body_blue .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.body_blue .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.body_blue .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.body_blue .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.body_blue .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.body_blue .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.body_blue .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.body_blue .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.body_blue .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.body_blue .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.body_blue .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.body_blue .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.body_blue .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.body_blue .ui-icon-extlink {
  background-position: -32px -80px;
}
.body_blue .ui-icon-newwin {
  background-position: -48px -80px;
}
.body_blue .ui-icon-refresh {
  background-position: -64px -80px;
}
.body_blue .ui-icon-shuffle {
  background-position: -80px -80px;
}
.body_blue .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.body_blue .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.body_blue .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.body_blue .ui-icon-folder-open {
  background-position: -16px -96px;
}
.body_blue .ui-icon-document {
  background-position: -32px -96px;
}
.body_blue .ui-icon-document-b {
  background-position: -48px -96px;
}
.body_blue .ui-icon-note {
  background-position: -64px -96px;
}
.body_blue .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.body_blue .ui-icon-mail-open {
  background-position: -96px -96px;
}
.body_blue .ui-icon-suitcase {
  background-position: -112px -96px;
}
.body_blue .ui-icon-comment {
  background-position: -128px -96px;
}
.body_blue .ui-icon-person {
  background-position: -144px -96px;
}
.body_blue .ui-icon-print {
  background-position: -160px -96px;
}
.body_blue .ui-icon-trash {
  background-position: -176px -96px;
}
.body_blue .ui-icon-locked {
  background-position: -192px -96px;
}
.body_blue .ui-icon-unlocked {
  background-position: -208px -96px;
}
.body_blue .ui-icon-bookmark {
  background-position: -224px -96px;
}
.body_blue .ui-icon-tag {
  background-position: -240px -96px;
}
.body_blue .ui-icon-home {
  background-position: 0 -112px;
}
.body_blue .ui-icon-flag {
  background-position: -16px -112px;
}
.body_blue .ui-icon-calendar {
  background-position: -32px -112px;
}
.body_blue .ui-icon-cart {
  background-position: -48px -112px;
}
.body_blue .ui-icon-pencil {
  background-position: -64px -112px;
}
.body_blue .ui-icon-clock {
  background-position: -80px -112px;
}
.body_blue .ui-icon-disk {
  background-position: -96px -112px;
}
.body_blue .ui-icon-calculator {
  background-position: -112px -112px;
}
.body_blue .ui-icon-zoomin {
  background-position: -128px -112px;
}
.body_blue .ui-icon-zoomout {
  background-position: -144px -112px;
}
.body_blue .ui-icon-search {
  background-position: -160px -112px;
}
.body_blue .ui-icon-wrench {
  background-position: -176px -112px;
}
.body_blue .ui-icon-gear {
  background-position: -192px -112px;
}
.body_blue .ui-icon-heart {
  background-position: -208px -112px;
}
.body_blue .ui-icon-star {
  background-position: -224px -112px;
}
.body_blue .ui-icon-link {
  background-position: -240px -112px;
}
.body_blue .ui-icon-cancel {
  background-position: 0 -128px;
}
.body_blue .ui-icon-plus {
  background-position: -16px -128px;
}
.body_blue .ui-icon-plusthick {
  background-position: -32px -128px;
}
.body_blue .ui-icon-minus {
  background-position: -48px -128px;
}
.body_blue .ui-icon-minusthick {
  background-position: -64px -128px;
}
.body_blue .ui-icon-close {
  background-position: -80px -128px;
}
.body_blue .ui-icon-closethick {
  background-position: -96px -128px;
}
.body_blue .ui-icon-key {
  background-position: -112px -128px;
}
.body_blue .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.body_blue .ui-icon-scissors {
  background-position: -144px -128px;
}
.body_blue .ui-icon-clipboard {
  background-position: -160px -128px;
}
.body_blue .ui-icon-copy {
  background-position: -176px -128px;
}
.body_blue .ui-icon-contact {
  background-position: -192px -128px;
}
.body_blue .ui-icon-image {
  background-position: -208px -128px;
}
.body_blue .ui-icon-video {
  background-position: -224px -128px;
}
.body_blue .ui-icon-script {
  background-position: -240px -128px;
}
.body_blue .ui-icon-alert {
  background-position: 0 -144px;
}
.body_blue .ui-icon-info {
  background-position: -16px -144px;
}
.body_blue .ui-icon-notice {
  background-position: -32px -144px;
}
.body_blue .ui-icon-help {
  background-position: -48px -144px;
}
.body_blue .ui-icon-check {
  background-position: -64px -144px;
}
.body_blue .ui-icon-bullet {
  background-position: -80px -144px;
}
.body_blue .ui-icon-radio-on {
  background-position: -96px -144px;
}
.body_blue .ui-icon-radio-off {
  background-position: -112px -144px;
}
.body_blue .ui-icon-pin-w {
  background-position: -128px -144px;
}
.body_blue .ui-icon-pin-s {
  background-position: -144px -144px;
}
.body_blue .ui-icon-play {
  background-position: 0 -160px;
}
.body_blue .ui-icon-pause {
  background-position: -16px -160px;
}
.body_blue .ui-icon-seek-next {
  background-position: -32px -160px;
}
.body_blue .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.body_blue .ui-icon-seek-end {
  background-position: -64px -160px;
}
.body_blue .ui-icon-seek-start {
  background-position: -80px -160px;
}
.body_blue .ui-icon-seek-first {
  background-position: -80px -160px;
}
.body_blue .ui-icon-stop {
  background-position: -96px -160px;
}
.body_blue .ui-icon-eject {
  background-position: -112px -160px;
}
.body_blue .ui-icon-volume-off {
  background-position: -128px -160px;
}
.body_blue .ui-icon-volume-on {
  background-position: -144px -160px;
}
.body_blue .ui-icon-power {
  background-position: 0 -176px;
}
.body_blue .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.body_blue .ui-icon-signal {
  background-position: -32px -176px;
}
.body_blue .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.body_blue .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.body_blue .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.body_blue .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.body_blue .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.body_blue .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.body_blue .ui-icon-circle-close {
  background-position: -32px -192px;
}
.body_blue .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.body_blue .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.body_blue .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.body_blue .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.body_blue .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.body_blue .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.body_blue .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.body_blue .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.body_blue .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.body_blue .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.body_blue .ui-icon-circle-check {
  background-position: -208px -192px;
}
.body_blue .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.body_blue .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.body_blue .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.body_blue .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.body_blue .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.body_blue .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.body_blue .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.body_blue .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.body_blue .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.body_blue .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.body_blue .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.body_blue .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.body_blue .ui-corner-all,
.body_blue .ui-corner-top,
.body_blue .ui-corner-left,
.body_blue .ui-corner-tl {
  border-top-left-radius: 0;
}
.body_blue .ui-corner-all,
.body_blue .ui-corner-top,
.body_blue .ui-corner-right,
.body_blue .ui-corner-tr {
  border-top-right-radius: 0;
}
.body_blue .ui-corner-all,
.body_blue .ui-corner-bottom,
.body_blue .ui-corner-left,
.body_blue .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.body_blue .ui-corner-all,
.body_blue .ui-corner-bottom,
.body_blue .ui-corner-right,
.body_blue .ui-corner-br {
  border-bottom-right-radius: 0;
}
.body_blue .ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.body_blue .ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000 url(/_webblocks/images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 0;
}
.body_blue div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  overflow-y: auto;
  max-width: 70%;
}
.body_blue div.tagsinput span.tag {
  border: 1px solid #16374f;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #215377;
  color: #fff;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
.body_blue div.tagsinput span.tag a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.body_blue div.tagsinput input {
  width: 180px;
  border: 2px solid #16374f;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #215377;
  color: #fff !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.body_blue .not_valid {
  border: 2px solid #ff3838 !important;
  background-color: #ff6b6b !important;
}
.body_blue div.tagsinput div {
  display: block;
  float: left;
}
.body_blue .tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.body_blue *,
.body_blue *:before,
.body_blue *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body_blue html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.body_blue html,
.body_blue body,
.body_blue div,
.body_blue span,
.body_blue object,
.body_blue iframe,
.body_blue p,
.body_blue blockquote,
.body_blue pre,
.body_blue a,
.body_blue abbr,
.body_blue acronym,
.body_blue address,
.body_blue big,
.body_blue cite,
.body_blue code,
.body_blue del,
.body_blue dfn,
.body_blue em,
.body_blue img,
.body_blue ins,
.body_blue kbd,
.body_blue q,
.body_blue s,
.body_blue samp,
.body_blue small,
.body_blue strike,
.body_blue strong,
.body_blue sub,
.body_blue sup,
.body_blue tt,
.body_blue var,
.body_blue b,
.body_blue u,
.body_blue i,
.body_blue center,
.body_blue dl,
.body_blue dt,
.body_blue dd,
.body_blue ol,
.body_blue ul,
.body_blue li,
.body_blue fieldset,
.body_blue form,
.body_blue label,
.body_blue legend,
.body_blue table,
.body_blue caption,
.body_blue tbody,
.body_blue tfoot,
.body_blue thead,
.body_blue tr,
.body_blue th,
.body_blue td,
.body_blue article,
.body_blue aside,
.body_blue canvas,
.body_blue details,
.body_blue embed,
.body_blue figure,
.body_blue figcaption,
.body_blue footer,
.body_blue header,
.body_blue hgroup,
.body_blue menu,
.body_blue nav,
.body_blue output,
.body_blue ruby,
.body_blue section,
.body_blue summary,
.body_blue time,
.body_blue mark,
.body_blue audio,
.body_blue video,
.body_blue h1,
.body_blue h2,
.body_blue h3,
.body_blue h4,
.body_blue h5,
.body_blue h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.body_blue a:active,
.body_blue a:hover {
  outline: 0;
}
.body_blue article,
.body_blue aside,
.body_blue details,
.body_blue figcaption,
.body_blue figure,
.body_blue footer,
.body_blue header,
.body_blue hgroup,
.body_blue main,
.body_blue nav,
.body_blue section,
.body_blue embed,
.body_blue object,
.body_blue iframe,
.body_blue audio,
.body_blue video,
.body_blue canvas,
.body_blue progress,
.body_blue meter,
.body_blue output,
.body_blue textarea {
  display: block;
}
.body_blue audio:not([controls]) {
  display: none;
  height: 0;
}
.body_blue blockquote,
.body_blue q {
  quotes: none;
}
.body_blue blockquote p:before,
.body_blue blockquote p:after,
.body_blue q:before,
.body_blue q:after {
  content: '';
  content: none;
}
.body_blue table {
  border-collapse: collapse;
  border-spacing: 0;
}
.body_blue caption,
.body_blue th,
.body_blue td {
  text-align: left;
  vertical-align: top;
}
.body_blue thead th,
.body_blue thead td {
  font-weight: bold;
  vertical-align: bottom;
}
.body_blue a img,
.body_blue th img,
.body_blue td img {
  vertical-align: top;
}
.body_blue button,
.body_blue input,
.body_blue select,
.body_blue textarea {
  margin: 0;
}
.body_blue textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
.body_blue button {
  width: auto;
  overflow: visible;
}
.body_blue input[type="reset"],
.body_blue input[type="submit"],
.body_blue input[type="file"],
.body_blue input[type="radio"],
.body_blue input[type="checkbox"],
.body_blue select,
.body_blue button {
  cursor: pointer;
}
.body_blue input[type="radio"],
.body_blue input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.body_blue input[type="search"] {
  -webkit-appearance: textfield;
}
.body_blue input[type="search"]::-webkit-search-decoration,
.body_blue input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.body_blue hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
.body_blue img,
.body_blue video,
.body_blue audio,
.body_blue embed,
.body_blue object {
  max-width: 100%;
}
.body_blue img,
.body_blue video,
.body_blue embed,
.body_blue object {
  height: auto;
}
.body_blue embed,
.body_blue object {
  height: 100%;
}
.body_blue img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.body_blue body {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 0.9375em;
  line-height: 1.65em;
  background: #ffffff;
  color: #222222;
}
.body_blue a {
  color: #134da5;
}
.body_blue a:focus,
.body_blue a:hover {
  color: #de2c3b;
}
.body_blue h1,
.body_blue h2,
.body_blue h3,
.body_blue h4,
.body_blue h5,
.body_blue h6,
.body_blue .h1,
.body_blue .h2,
.body_blue .h3,
.body_blue .h4,
.body_blue .h5,
.body_blue .h6 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.body_blue h1,
.body_blue .h1,
.body_blue h2,
.body_blue .h2 {
  line-height: 1.1;
}
.body_blue h3,
.body_blue .h3,
.body_blue h4,
.body_blue .h4 {
  line-height: 1.3;
}
.body_blue h1,
.body_blue .h1 {
  font-size: 2.25em;
}
.body_blue h2,
.body_blue .h2 {
  font-size: 1.5em;
  margin-bottom: .7em;
}
.body_blue h3,
.body_blue .h3 {
  font-size: 1.3125em;
}
.body_blue h4,
.body_blue .h4 {
  font-size: 1.125em;
}
.body_blue h5,
.body_blue .h5 {
  font-size: 1em;
}
.body_blue h6,
.body_blue .h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}
.body_blue .lead {
  font-size: 1.3125em;
  line-height: 1.5;
  margin-bottom: 1.0999999999999999em;
}
.body_blue p,
.body_blue ul,
.body_blue ol,
.body_blue dl,
.body_blue dd,
.body_blue dt,
.body_blue blockquote,
.body_blue td,
.body_blue th {
  line-height: 1.65em;
}
.body_blue ul,
.body_blue ol,
.body_blue ul ul,
.body_blue ol ol,
.body_blue ul ol,
.body_blue ol ul {
  margin: 0 0 0 3.3em;
}
.body_blue ul li,
.body_blue ol li {
  text-align: left;
}
.body_blue ol ol li {
  list-style-type: lower-alpha;
}
.body_blue ol ol ol li {
  list-style-type: lower-roman;
}
.body_blue p,
.body_blue ul,
.body_blue ol,
.body_blue dl,
.body_blue blockquote,
.body_blue hr,
.body_blue pre,
.body_blue table,
.body_blue form,
.body_blue fieldset,
.body_blue figure,
.body_blue address {
  margin-bottom: 1.65em;
}
.body_blue blockquote {
  position: relative;
  font-style: italic;
  font-size: 1.125em;
  margin-left: 2.4749999999999996em;
  padding-left: 1.65em;
  border-left: 2px solid #dddddd;
}
.body_blue blockquote p {
  margin-bottom: .5em;
}
.body_blue blockquote small,
.body_blue cite {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.body_blue small,
.body_blue blockquote cite {
  font-size: 12.75px;
  line-height: 1;
}
.body_blue address {
  font-style: normal;
}
.body_blue dl dt {
  font-weight: bold;
}
.body_blue dd {
  margin-left: 1.65em;
}
.body_blue s,
.body_blue del {
  text-decoration: line-through;
}
.body_blue abbr[title],
.body_blue dfn[title] {
  border-bottom: 1px dotted #0f0f0f;
  cursor: help;
}
.body_blue strong,
.body_blue b {
  font-weight: bold;
}
.body_blue em,
.body_blue i {
  font-style: italic;
}
.body_blue sub,
.body_blue sup {
  font-size: 11.25px;
  line-height: 0;
  position: relative;
}
.body_blue sup {
  top: -0.5em;
}
.body_blue sub {
  bottom: -0.25em;
}
.body_blue figcaption {
  margin: .3em 0;
  font-size: 12.75px;
  font-style: italic;
}
.body_blue ins,
.body_blue u {
  text-decoration: underline;
}
.body_blue mark {
  background-color: #ffc800;
  color: #0f0f0f;
  text-decoration: none;
}
.body_blue pre,
.body_blue code,
.body_blue kbd,
.body_blue samp,
.body_blue var,
.body_blue output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.body_blue pre {
  margin-top: 1.65em;
  font-size: 100%;
  line-height: 1.5;
  color: #222222;
  overflow: auto;
}
.body_blue code,
.body_blue samp,
.body_blue kbd {
  padding: 3px 6px 2px 6px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}
.body_blue code {
  background: #f4f4f4;
  border: 1px solid #d4d4d4;
}
.body_blue pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 1.65em;
}
.body_blue var {
  color: rgba(0,0,0,0.5);
}
.body_blue samp {
  background: #d3e3fb;
  border: 1px solid #b2cef8;
}
.body_blue kbd {
  background: #0f0f0f;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}
.body_blue button:active,
.body_blue button:focus {
  outline: none;
}
.body_blue textarea,
.body_blue select {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
}
.body_blue textarea,
.body_blue select[multiple],
.body_blue select[multiple="multiple"] {
  padding: 0.3em 0.35em;
  line-height: 1.35em;
  width: 100%;
}
.body_blue input[type="text"],
.body_blue input[type="password"],
.body_blue input[type="email"],
.body_blue input[type="url"],
.body_blue input[type="phone"],
.body_blue input[type="tel"],
.body_blue input[type="number"],
.body_blue input[type="datetime"],
.body_blue input[type="date"],
.body_blue input[type="month"],
.body_blue input[type="color"],
.body_blue input[type="time"],
.body_blue input[type="search"],
.body_blue input[type="datetime-local"] {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
  padding: 0.3em 0.35em;
  line-height: 1.65em;
  border-radius: 0;
  outline: none;
}
.body_blue select[multiple],
.body_blue select[multiple="multiple"],
.body_blue textarea,
.body_blue input[type="text"],
.body_blue input[type="password"],
.body_blue input[type="email"],
.body_blue input[type="url"],
.body_blue input[type="phone"],
.body_blue input[type="tel"],
.body_blue input[type="number"],
.body_blue input[type="datetime"],
.body_blue input[type="date"],
.body_blue input[type="month"],
.body_blue input[type="color"],
.body_blue input[type="time"],
.body_blue input[type="search"],
.body_blue input[type="datetime-local"] {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
}
.body_blue textarea[disabled],
.body_blue input[type="text"][disabled],
.body_blue input[type="password"][disabled],
.body_blue input[type="email"][disabled],
.body_blue input[type="url"][disabled],
.body_blue input[type="phone"][disabled],
.body_blue input[type="tel"][disabled],
.body_blue input[type="number"][disabled],
.body_blue input[type="datetime"][disabled],
.body_blue input[type="date"][disabled],
.body_blue input[type="month"][disabled],
.body_blue input[type="color"][disabled],
.body_blue input[type="time"][disabled],
.body_blue input[type="search"][disabled],
.body_blue input[type="datetime-local"][disabled] {
  resize: none;
  color: rgba(0,0,0,0.5);
}
.body_blue select[disabled],
.body_blue input[type="checkbox"][disabled],
.body_blue input[type="radio"][disabled] {
  cursor: default;
}
.body_blue input::-moz-focus-inner,
.body_blue button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_blue input[type="range"] {
  position: relative;
  top: 3px;
}
.body_blue select {
  margin-bottom: 0 !important;
}
.body_blue fieldset {
  padding: 1.65em;
  margin-bottom: 1.65em;
  border: 1px solid #cccccc;
}
.body_blue fieldset *:last-child {
  margin-bottom: 0 !important;
}
.body_blue legend {
  font-weight: bold;
  padding: 0 1em;
  margin-left: -1em;
}
.body_blue table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
.body_blue table caption {
  text-transform: uppercase;
  padding: 0 1.0999999999999999em;
  color: rgba(0,0,0,0.4);
  font-size: 12.75px;
}
.body_blue table th,
.body_blue table td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.825em 1.0999999999999999em;
}
.body_blue table tfoot th,
.body_blue table tfoot td {
  color: rgba(0,0,0,0.4);
}
.body_blue .units-container:after,
.body_blue .units-row:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .units-container:after,
.body_blue .units-row:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .units-container {
  padding-top: 1px;
  margin-top: -1px;
}
.body_blue .units-row {
  margin-bottom: 1.65em;
}
.body_blue .width-100,
.body_blue .unit-100 {
  width: 100%;
}
.body_blue .width-90,
.body_blue .unit-90 {
  width: 90%;
}
.body_blue .width-80,
.body_blue .unit-80 {
  width: 80%;
}
.body_blue .width-75,
.body_blue .unit-75 {
  width: 75%;
}
.body_blue .width-70,
.body_blue .unit-70 {
  width: 70%;
}
.body_blue .width-66,
.body_blue .unit-66 {
  width: 66.6%;
}
.body_blue .width-65,
.body_blue .unit-65 {
  width: 65%;
}
.body_blue .width-60,
.body_blue .unit-60 {
  width: 60%;
}
.body_blue .width-50,
.body_blue .unit-50 {
  width: 50%;
}
.body_blue .width-40,
.body_blue .unit-40 {
  width: 40%;
}
.body_blue .width-35,
.body_blue .unit-35 {
  width: 35%;
}
.body_blue .width-33,
.body_blue .unit-33 {
  width: 33.3%;
}
.body_blue .width-30,
.body_blue .unit-30 {
  width: 30%;
}
.body_blue .width-25,
.body_blue .unit-25 {
  width: 25%;
}
.body_blue .width-20,
.body_blue .unit-20 {
  width: 20%;
}
.body_blue .width-10,
.body_blue .unit-10 {
  width: 10%;
}
.body_blue .units-row .unit-90,
.body_blue .units-row .unit-80,
.body_blue .units-row .unit-75,
.body_blue .units-row .unit-70,
.body_blue .units-row .unit-66,
.body_blue .units-row .unit-65,
.body_blue .units-row .unit-60,
.body_blue .units-row .unit-50,
.body_blue .units-row .unit-40,
.body_blue .units-row .unit-35,
.body_blue .units-row .unit-33,
.body_blue .units-row .unit-30,
.body_blue .units-row .unit-25,
.body_blue .units-row .unit-20,
.body_blue .units-row .unit-10 {
  float: left;
  margin-left: 3%;
}
.body_blue .units-row .unit-90:first-child,
.body_blue .units-row .unit-80:first-child,
.body_blue .units-row .unit-75:first-child,
.body_blue .units-row .unit-70:first-child,
.body_blue .units-row .unit-66:first-child,
.body_blue .units-row .unit-65:first-child,
.body_blue .units-row .unit-60:first-child,
.body_blue .units-row .unit-50:first-child,
.body_blue .units-row .unit-40:first-child,
.body_blue .units-row .unit-35:first-child,
.body_blue .units-row .unit-33:first-child,
.body_blue .units-row .unit-30:first-child,
.body_blue .units-row .unit-25:first-child,
.body_blue .units-row .unit-20:first-child,
.body_blue .units-row .unit-10:first-child {
  margin-left: 0;
}
.body_blue .units-row .unit-90 {
  width: 89.7%;
}
.body_blue .units-row .unit-80 {
  width: 79.4%;
}
.body_blue .units-row .unit-75 {
  width: 74.25%;
}
.body_blue .units-row .unit-70 {
  width: 69.1%;
}
.body_blue .units-row .unit-66 {
  width: 65.66666666666666%;
}
.body_blue .units-row .unit-65 {
  width: 65.66666666666666%;
}
.body_blue .units-row .unit-60 {
  width: 58.800000000000004%;
}
.body_blue .units-row .unit-50 {
  width: 48.5%;
}
.body_blue .units-row .unit-40 {
  width: 38.2%;
}
.body_blue .units-row .unit-35 {
  width: 31.333333333333332%;
}
.body_blue .units-row .unit-33 {
  width: 31.333333333333332%;
}
.body_blue .units-row .unit-30 {
  width: 27.9%;
}
.body_blue .units-row .unit-25 {
  width: 22.75%;
}
.body_blue .units-row .unit-20 {
  width: 17.6%;
}
.body_blue .units-row .unit-10 {
  width: 7.3%;
}
.body_blue .unit-push-90,
.body_blue .unit-push-80,
.body_blue .unit-push-75,
.body_blue .unit-push-70,
.body_blue .unit-push-66,
.body_blue .unit-push-65,
.body_blue .unit-push-60,
.body_blue .unit-push-50,
.body_blue .unit-push-40,
.body_blue .unit-push-35,
.body_blue .unit-push-33,
.body_blue .unit-push-30,
.body_blue .unit-push-25,
.body_blue .unit-push-20,
.body_blue .unit-push-10 {
  position: relative;
}
.body_blue .unit-push-90 {
  left: 92.7%;
}
.body_blue .unit-push-80 {
  left: 82.4%;
}
.body_blue .unit-push-75 {
  left: 77.25%;
}
.body_blue .unit-push-70 {
  left: 72.1%;
}
.body_blue .unit-push-66 {
  left: 68.66666666666666%;
}
.body_blue .unit-push-65 {
  left: 68.66666666666666%;
}
.body_blue .unit-push-60 {
  left: 61.800000000000004%;
}
.body_blue .unit-push-50 {
  left: 51.5%;
}
.body_blue .unit-push-40 {
  left: 41.2%;
}
.body_blue .unit-push-35 {
  left: 34.33333333333333%;
}
.body_blue .unit-push-33 {
  left: 34.33333333333333%;
}
.body_blue .unit-push-30 {
  left: 30.9%;
}
.body_blue .unit-push-25 {
  left: 25.75%;
}
.body_blue .unit-push-20 {
  left: 20.6%;
}
.body_blue .unit-push-10 {
  left: 10.3%;
}
.body_blue .units-row .unit-push-right {
  float: right;
}
.body_blue .units-row .unit-role-right {
  margin-left: 3%;
  float: right;
}
.body_blue .units-row .unit-role-left {
  margin-left: 0;
}
.body_blue .centered,
.body_blue .unit-centered {
  float: none !important;
  margin: 0 auto !important;
}
.body_blue .unit-padding {
  padding: 1.65em;
}
.body_blue .units-padding .unit-100,
.body_blue .units-padding .unit-90,
.body_blue .units-padding .unit-80,
.body_blue .units-padding .unit-75,
.body_blue .units-padding .unit-70,
.body_blue .units-padding .unit-66,
.body_blue .units-padding .unit-65,
.body_blue .units-padding .unit-60,
.body_blue .units-padding .unit-50,
.body_blue .units-padding .unit-40,
.body_blue .units-padding .unit-35,
.body_blue .units-padding .unit-33,
.body_blue .units-padding .unit-30,
.body_blue .units-padding .unit-25,
.body_blue .units-padding .unit-20,
.body_blue .units-padding .unit-10 {
  padding: 1.65em;
}
.body_blue .units-split .unit-90,
.body_blue .units-split .unit-80,
.body_blue .units-split .unit-75,
.body_blue .units-split .unit-70,
.body_blue .units-split .unit-66,
.body_blue .units-split .unit-65,
.body_blue .units-split .unit-60,
.body_blue .units-split .unit-50,
.body_blue .units-split .unit-40,
.body_blue .units-split .unit-35,
.body_blue .units-split .unit-33,
.body_blue .units-split .unit-30,
.body_blue .units-split .unit-25,
.body_blue .units-split .unit-20,
.body_blue .units-split .unit-10 {
  margin-left: 0;
}
.body_blue .units-split .unit-90 {
  width: 90%;
}
.body_blue .units-split .unit-80 {
  width: 80%;
}
.body_blue .units-split .unit-75 {
  width: 75%;
}
.body_blue .units-split .unit-70 {
  width: 70%;
}
.body_blue .units-split .unit-66 {
  width: 66.6%;
}
.body_blue .units-split .unit-65 {
  width: 65%;
}
.body_blue .units-split .unit-60 {
  width: 60%;
}
.body_blue .units-split .unit-50 {
  width: 50%;
}
.body_blue .units-split .unit-40 {
  width: 40%;
}
.body_blue .units-split .unit-35 {
  width: 35%;
}
.body_blue .units-split .unit-33 {
  width: 33.3%;
}
.body_blue .units-split .unit-30 {
  width: 30%;
}
.body_blue .units-split .unit-25 {
  width: 25%;
}
.body_blue .units-split .unit-20 {
  width: 20%;
}
.body_blue .units-split .unit-10 {
  width: 10%;
}
.body_blue .blocks-2,
.body_blue .blocks-3,
.body_blue .blocks-4,
.body_blue .blocks-5,
.body_blue .blocks-6 {
  padding-left: 0;
  list-style: none;
  margin-left: -3%;
}
.body_blue .blocks-2:after,
.body_blue .blocks-3:after,
.body_blue .blocks-4:after,
.body_blue .blocks-5:after,
.body_blue .blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .blocks-2:after,
.body_blue .blocks-3:after,
.body_blue .blocks-4:after,
.body_blue .blocks-5:after,
.body_blue .blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .blocks-2 > li,
.body_blue .blocks-3 > li,
.body_blue .blocks-4 > li,
.body_blue .blocks-5 > li,
.body_blue .blocks-6 > li {
  height: auto;
  float: left;
  margin-bottom: 1.65em;
  margin-left: 3%;
}
.body_blue .blocks-2 > li ul,
.body_blue .blocks-3 > li ul,
.body_blue .blocks-4 > li ul,
.body_blue .blocks-5 > li ul,
.body_blue .blocks-6 > li ul {
  list-style-type: disc;
}
.body_blue .blocks-2 > li ul ul,
.body_blue .blocks-3 > li ul ul,
.body_blue .blocks-4 > li ul ul,
.body_blue .blocks-5 > li ul ul,
.body_blue .blocks-6 > li ul ul {
  list-style-type: circle;
}
.body_blue .blocks-2 > li li,
.body_blue .blocks-3 > li li,
.body_blue .blocks-4 > li li,
.body_blue .blocks-5 > li li,
.body_blue .blocks-6 > li li {
  float: none;
  margin: 0;
}
.body_blue .blocks-2 > li {
  width: 47%;
}
.body_blue .blocks-3 > li {
  width: 30.333333333333332%;
}
.body_blue .blocks-4 > li {
  width: 22%;
}
.body_blue .blocks-5 > li {
  width: 17%;
}
.body_blue .blocks-6 > li {
  width: 13.666666666666666%;
}
.body_blue .block-first {
  clear: both;
}
.body_blue table.table-bordered td,
.body_blue table.table-bordered th {
  border: 1px solid #eeeeee;
}
.body_blue table.table-simple td,
.body_blue table.table-simple th,
.body_blue table.table-simple caption {
  border: none;
  padding-left: 0;
}
.body_blue table.table-flat td,
.body_blue table.table-flat th,
.body_blue table.table-flat caption {
  border: none;
  padding: 0;
}
.body_blue table.table-stroked td,
.body_blue table.table-stroked th {
  border-bottom: 1px solid #eeeeee;
}
.body_blue table.table-stripped tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
.body_blue table.table-hovered tbody tr:hover td {
  background-color: #f4f4f4;
}
.body_blue .table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.65em;
}
.body_blue .table-container table {
  margin-bottom: 0;
}
.body_blue .table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.body_blue .table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0,0,0,0.3);
}
.body_blue .forms .btn,
.body_blue .forms input[type="submit"].btn,
.body_blue .forms button,
.body_blue .forms input[type="submit"],
.body_blue .forms input[type="reset"] {
  padding: 0.3625em 1.3em;
}
.body_blue .forms .btn-outline {
  padding: 0.3em 1.3em;
}
.body_blue .forms .btn-outline.bold {
  padding: 0.2375em 1.3em;
}
.body_blue .forms label {
  display: block;
  margin-bottom: 1.0999999999999999em;
}
.body_blue .forms input[type="text"],
.body_blue .forms input[type="password"],
.body_blue .forms input[type="email"],
.body_blue .forms input[type="url"],
.body_blue .forms input[type="phone"],
.body_blue .forms input[type="tel"],
.body_blue .forms input[type="number"],
.body_blue .forms input[type="datetime"],
.body_blue .forms input[type="date"],
.body_blue .forms input[type="month"],
.body_blue .forms input[type="color"],
.body_blue .forms input[type="time"],
.body_blue .forms input[type="search"],
.body_blue .forms input[type="range"],
.body_blue .forms input[type="file"],
.body_blue .forms input[type="datetime-local"],
.body_blue .forms textarea,
.body_blue .forms select {
  display: block;
}
.body_blue .forms-inline input[type="text"],
.body_blue .forms-inline-list input[type="text"],
.body_blue .forms-inline input[type="password"],
.body_blue .forms-inline-list input[type="password"],
.body_blue .forms-inline input[type="email"],
.body_blue .forms-inline-list input[type="email"],
.body_blue .forms-inline input[type="url"],
.body_blue .forms-inline-list input[type="url"],
.body_blue .forms-inline input[type="phone"],
.body_blue .forms-inline-list input[type="phone"],
.body_blue .forms-inline input[type="tel"],
.body_blue .forms-inline-list input[type="tel"],
.body_blue .forms-inline input[type="number"],
.body_blue .forms-inline-list input[type="number"],
.body_blue .forms-inline input[type="datetime"],
.body_blue .forms-inline-list input[type="datetime"],
.body_blue .forms-inline input[type="date"],
.body_blue .forms-inline-list input[type="date"],
.body_blue .forms-inline input[type="month"],
.body_blue .forms-inline-list input[type="month"],
.body_blue .forms-inline input[type="color"],
.body_blue .forms-inline-list input[type="color"],
.body_blue .forms-inline input[type="time"],
.body_blue .forms-inline-list input[type="time"],
.body_blue .forms-inline input[type="search"],
.body_blue .forms-inline-list input[type="search"],
.body_blue .forms-inline input[type="range"],
.body_blue .forms-inline-list input[type="range"],
.body_blue .forms-inline input[type="file"],
.body_blue .forms-inline-list input[type="file"],
.body_blue .forms-inline input[type="datetime-local"],
.body_blue .forms-inline-list input[type="datetime-local"],
.body_blue .forms-inline textarea,
.body_blue .forms-inline-list textarea,
.body_blue .forms-inline select,
.body_blue .forms-inline-list select {
  display: inline-block;
}
.body_blue .forms-list,
.body_blue .forms-inline,
.body_blue .forms-inline-list {
  margin: 0;
  padding: 0;
  margin-bottom: 1.0999999999999999em;
  list-style: none;
}
.body_blue .forms-list label,
.body_blue .forms-inline label,
.body_blue .forms-inline-list li,
.body_blue .forms-inline-list li label {
  display: inline-block;
  margin-bottom: 0;
}
.body_blue .forms-inline-list li label {
  margin-right: 0.825em;
}
.body_blue .forms-inline-list li {
  margin-bottom: 3px;
}
.body_blue .forms-list li {
  margin-bottom: 6px;
}
.body_blue .forms-desc {
  margin-top: 4px;
  color: rgba(0,0,0,0.4);
  font-size: 12.75px;
  line-height: 1.4em;
}
.body_blue input[type="text"],
.body_blue input[type="password"],
.body_blue input[type="email"],
.body_blue input[type="url"],
.body_blue input[type="phone"],
.body_blue input[type="tel"],
.body_blue input[type="number"],
.body_blue input[type="datetime"],
.body_blue input[type="date"],
.body_blue input[type="month"],
.body_blue input[type="color"],
.body_blue input[type="time"],
.body_blue input[type="search"],
.body_blue input[type="datetime-local"],
.body_blue textarea {
  -moz-transition: border ease 0.5s;
  transition: border ease 0.5s;
}
.body_blue .error,
.body_blue .success {
  font-weight: normal;
  font-size: 12.75px;
}
.body_blue input.input-error,
.body_blue textarea.input-error,
.body_blue select.input-error,
.body_blue .input-error {
  border-color: #de2c3b;
  box-shadow: 0 0 0 2px rgba(222,44,59,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_blue input.input-success,
.body_blue textarea.input-success,
.body_blue select.input-success,
.body_blue .input-success {
  border-color: #2c9f42;
  box-shadow: 0 0 0 2px rgba(44,159,66,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_blue input.input-gray,
.body_blue textarea.input-gray,
.body_blue select.input-gray,
.body_blue .input-gray {
  border-color: #b3b6b7;
  box-shadow: 0 0 0 2px rgba(179,182,183,0.4), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_blue input[type="text"]:focus,
.body_blue input[type="password"]:focus,
.body_blue input[type="email"]:focus,
.body_blue input[type="url"]:focus,
.body_blue input[type="phone"]:focus,
.body_blue input[type="tel"]:focus,
.body_blue input[type="number"]:focus,
.body_blue input[type="datetime"]:focus,
.body_blue input[type="date"]:focus,
.body_blue input[type="month"]:focus,
.body_blue input[type="color"]:focus,
.body_blue input[type="time"]:focus,
.body_blue input[type="search"]:focus,
.body_blue input[type="datetime-local"]:focus,
.body_blue textarea:focus {
  outline: none;
  border-color: #2575ed;
  box-shadow: 0 0 0 2px rgba(37,117,237,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_blue input.input-search,
.body_blue input[type="search"] {
  padding-right: .5em;
  padding-left: .5em;
  margin-bottom: 0;
  border-radius: 15px;
}
.body_blue input.input-on-black {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.35);
}
.body_blue input.input-on-black::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.body_blue input.input-on-black::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
.body_blue input.input-on-black:focus,
.body_blue input.input-on-black.active {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
}
.body_blue input.input-on-black:focus::-webkit-input-placeholder,
.body_blue input.input-on-black.active::-webkit-input-placeholder {
  color: #aaa;
}
.body_blue input.input-on-black:focus::-moz-placeholder,
.body_blue input.input-on-black.active::-moz-placeholder {
  color: #aaa;
}
.body_blue input.input-big {
  font-size: 18px;
}
.body_blue input.input-small {
  font-size: 12.75px;
}
.body_blue input.input-smaller {
  font-size: 11.25px;
}
.body_blue .input-groups {
  display: table !important;
}
.body_blue .input-groups input {
  width: 100%;
}
.body_blue .input-groups input,
.body_blue .input-groups .input-append,
.body_blue .input-groups .input-prepend,
.body_blue .input-groups .btn-append {
  display: table-cell !important;
}
.body_blue .input-groups .btn-append,
.body_blue .input-groups .input-append,
.body_blue .input-groups .input-prepend {
  width: 1%;
  vertical-align: middle;
}
.body_blue .input-groups .input-append,
.body_blue .input-groups .input-prepend {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  margin: 0;
  padding: .45em .75em .15em .75em;
  color: rgba(0,0,0,0.6);
  line-height: 1.65em;
  font-size: 12.75px;
  white-space: nowrap;
}
.body_blue .input-groups .input-prepend {
  border-right: none;
}
.body_blue .input-groups .input-append {
  position: relative;
  z-index: 1;
  border-left: none;
}
.body_blue .input-groups .btn-append .btn {
  display: block;
  height: auto;
  border-radius: 0 2px 2px 0;
}
.body_blue .navbar {
  font-size: 105%;
  margin-bottom: 1.65em;
}
.body_blue .navbar:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .navbar:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .navbar.navbar-left {
  float: left;
}
.body_blue .navbar.navbar-right {
  float: right;
}
.body_blue .navbar ul {
  list-style: none;
  margin: 0;
}
.body_blue .navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .navbar li {
  float: left;
  margin-right: 1.65em;
}
.body_blue .navbar.navbar-right li {
  margin-right: 0;
  margin-left: 1.65em;
}
.body_blue .navbar a,
.body_blue .navbar span {
  display: block;
  text-decoration: none;
}
.body_blue .navbar a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.body_blue .navbar li.active a,
.body_blue .navbar span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_blue .navigation-toggle {
  display: none;
  text-transform: uppercase;
  position: relative;
  color: #0f0f0f;
  background-color: #ffffff;
}
.body_blue .navigation-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  content: "\2630";
  font-size: 24px;
  line-height: 1;
}
.body_blue .navigation-toggle.navigation-toggle-black {
  background-color: #0f0f0f;
  color: #ffffff;
}
.body_blue .navigation-toggle.navigation-toggle-show {
  margin-bottom: 1.65em;
}
.body_blue .navigation-toggle span {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 40px;
}
.body_blue .navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.body_blue .navbar-pills a,
.body_blue .navbar-pills span {
  padding: 0.825em 1.65em;
}
.body_blue .navbar-pills a:hover {
  color: #0f0f0f;
  background: #eee;
}
.body_blue .navbar-pills li.active a,
.body_blue .navbar-pills span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
  background: #eee;
}
.body_blue .navbar-pills li {
  margin-right: 1px;
}
.body_blue .navbar-pills.navbar-right li {
  margin-left: 1px;
}
.body_blue .fullwidth ul {
  width: 100%;
}
.body_blue .fullwidth li {
  float: none !important;
  margin: 0;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.body_blue .fullwidth li a,
.body_blue .fullwidth li span {
  display: block;
}
.body_blue .nav {
  margin-bottom: 1.65em;
}
.body_blue .nav ul {
  list-style: none;
  margin: 0;
}
.body_blue .nav ul li ul {
  margin-left: 2em;
  font-size: .95em;
}
.body_blue .nav a,
.body_blue .nav span {
  display: block;
  padding: .5em 0;
}
.body_blue .nav a {
  color: #0f0f0f;
  text-decoration: none;
}
.body_blue .nav a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.body_blue .nav li.active a,
.body_blue .nav span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_blue .nav i.fa {
  width: 1.65em;
}
.body_blue .nav-stacked li {
  margin-bottom: 1px;
}
.body_blue .nav-stacked a,
.body_blue .nav-stacked span {
  padding: .6em .7em;
}
.body_blue .nav-stacked a {
  background: #f6f6f6;
}
.body_blue .nav-stacked a:hover {
  color: #000;
  background: #eee;
}
.body_blue .nav-stacked li.active a,
.body_blue .nav-stacked span {
  background: #ffffff;
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.3);
}
.body_blue .nav-stats li {
  position: relative;
}
.body_blue .nav-stats a,
.body_blue .nav-stats span {
  padding-right: 50px;
}
.body_blue .nav-stats sup,
.body_blue .nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.body_blue .nav-stats sup {
  color: rgba(0,0,0,0.4);
}
.body_blue .nav-stats .badge {
  margin-top: -8px;
}
.body_blue .nav-tabs {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.65em;
}
.body_blue .nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .nav-tabs ul {
  list-style: none;
  margin: 0;
}
.body_blue .nav-tabs li {
  float: left;
  margin-right: 2px;
}
.body_blue .nav-tabs a,
.body_blue .nav-tabs span {
  display: block;
  line-height: 1;
  padding: 0.825em 1.65em;
  border: 1px solid transparent;
}
.body_blue .nav-tabs a {
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}
.body_blue .nav-tabs a:focus,
.body_blue .nav-tabs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
  background-color: #eee;
}
.body_blue .nav-tabs li.active a,
.body_blue .nav-tabs span {
  color: #0f0f0f;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  bottom: -1px;
  cursor: default;
  text-decoration: none;
}
.body_blue .breadcrumbs {
  margin-bottom: 1.65em;
}
.body_blue .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .breadcrumbs ul {
  font-size: .9em;
  color: rgba(0,0,0,0.4);
  list-style: none;
  margin: 0;
}
.body_blue .breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.body_blue .breadcrumbs li + li:before {
  content: " > ";
  color: #aaa;
  font-size: 12px;
  margin: 0 7px 0 5px;
  position: relative;
  top: -1px;
}
.body_blue .breadcrumbs.breadcrumbs-path li + li:before {
  content: " / ";
  top: 0;
}
.body_blue .breadcrumbs a {
  color: #0f0f0f;
  text-decoration: none;
}
.body_blue .breadcrumbs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
}
.body_blue .breadcrumbs li.active a,
.body_blue .breadcrumbs span,
.body_blue .breadcrumbs li.active a:hover {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_blue .pagination {
  position: relative;
  left: -9px;
  margin-left: 0;
  list-style: none;
}
.body_blue .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .pagination li {
  float: left;
  margin-right: 2px;
}
.body_blue .pagination a,
.body_blue .pagination span {
  display: block;
  padding: 7px 9px;
  line-height: 1;
  border-radius: 2px;
  color: #0f0f0f;
  text-decoration: none;
}
.body_blue .pagination span,
.body_blue .pagination li.active a,
.body_blue .pagination li.active a:hover {
  color: #ffffff;
  background-color: #0f0f0f;
  cursor: text;
}
.body_blue .pagination a:focus,
.body_blue .pagination a:hover {
  text-decoration: none;
  background-color: #0f0f0f;
  color: #fff;
}
.body_blue .btn,
.body_blue input[type="submit"].btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  color: #222222;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  background: #e0e3e5;
  padding: 0.55em 2.5em;
}
.body_blue .btn:hover,
.body_blue input[type="submit"].btn:hover {
  color: rgba(0,0,0,0.5);
  background: #b3b6b7;
}
.body_blue .btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_blue .btn-big,
.body_blue input[type="submit"].btn-big {
  font-size: 18px;
}
.body_blue .btn-small,
.body_blue input[type="submit"].btn-small {
  font-size: 12.75px;
}
.body_blue .btn-smaller,
.body_blue input[type="submit"].btn-smaller {
  font-size: 11.25px;
  vertical-align: baseline;
}
.body_blue .btn-round {
  border-radius: 15px;
}
.body_blue .btn-outline,
.body_blue input[type="submit"].btn-outline {
  background: none;
  padding: 0.48750000000000004em 2.5em;
  border: 1px solid #0f0f0f;
}
.body_blue .btn-outline:hover,
.body_blue input[type="submit"].btn-outline:hover {
  border-color: #b3b6b7;
}
.body_blue .btn-outline.btn-active {
  padding: 0.55em 2.5em;
}
.body_blue .btn-outline.bold {
  border-width: 2px;
  padding: 0.42500000000000004em 2.5em;
}
.body_blue .btn-active,
.body_blue .btn[disabled],
.body_blue .btn-disabled {
  background: none;
  background: #b3b6b7;
  color: rgba(0,0,0,0.5);
}
.body_blue .btn-active:hover,
.body_blue .btn[disabled]:hover,
.body_blue .btn-disabled:hover {
  color: rgba(0,0,0,0.5);
  background: #b3b6b7;
}
.body_blue .btn-active {
  box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset;
}
.body_blue .btn-outline.btn[disabled],
.body_blue .btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.1);
}
.body_blue .btn-outline.btn-active {
  background: none;
  color: rgba(0,0,0,0.4);
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
}
.body_blue .btn[disabled],
.body_blue .btn-disabled {
  cursor: default;
  box-shadow: none;
}
.body_blue .btn-blue,
.body_blue input[type="submit"].btn-blue {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_blue .btn-blue:hover,
.body_blue input[type="submit"].btn-blue:hover {
  color: rgba(255,255,255,0.6);
  background: #1a52a5;
}
.body_blue .btn-blue.btn-active,
.body_blue input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_blue .btn-blue.btn-active,
.body_blue input[type="submit"].btn-blue.btn-active,
.body_blue .btn-blue.btn-disabled,
.body_blue input[type="submit"].btn-blue.btn-disabled,
.body_blue .btn-blue.btn[disabled],
.body_blue input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #1a52a5;
}
.body_blue .btn-blue.btn-active:hover,
.body_blue input[type="submit"].btn-blue.btn-active:hover,
.body_blue .btn-blue.btn-disabled:hover,
.body_blue input[type="submit"].btn-blue.btn-disabled:hover,
.body_blue .btn-blue.btn[disabled]:hover,
.body_blue input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_blue .btn-blue.btn-outline,
.body_blue input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.body_blue .btn-blue.btn-outline:hover,
.body_blue input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_blue .btn-blue.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-blue.btn-outline.btn[disabled],
.body_blue .btn-blue.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37,117,237,0.4);
  border: 1px solid rgba(37,117,237,0.3);
}
.body_blue .btn-blue.btn-outline.btn-active,
.body_blue input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37,117,237,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26,82,165,0.6) inset;
}
.body_blue .btn-blue:hover,
.body_blue input[type="submit"].btn-blue:hover {
  color: rgba(255,255,255,0.6);
  background: #1a52a5;
}
.body_blue .btn-blue.btn-active,
.body_blue input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_blue .btn-blue.btn-active,
.body_blue input[type="submit"].btn-blue.btn-active,
.body_blue .btn-blue.btn-disabled,
.body_blue input[type="submit"].btn-blue.btn-disabled,
.body_blue .btn-blue.btn[disabled],
.body_blue input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #1a52a5;
}
.body_blue .btn-blue.btn-active:hover,
.body_blue input[type="submit"].btn-blue.btn-active:hover,
.body_blue .btn-blue.btn-disabled:hover,
.body_blue input[type="submit"].btn-blue.btn-disabled:hover,
.body_blue .btn-blue.btn[disabled]:hover,
.body_blue input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_blue .btn-blue.btn-outline,
.body_blue input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.body_blue .btn-blue.btn-outline:hover,
.body_blue input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_blue .btn-blue.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-blue.btn-outline.btn[disabled],
.body_blue .btn-blue.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37,117,237,0.4);
  border: 1px solid rgba(37,117,237,0.3);
}
.body_blue .btn-blue.btn-outline.btn-active,
.body_blue input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37,117,237,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26,82,165,0.6) inset;
}
.body_blue .btn-red,
.body_blue input[type="submit"].btn-red {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_blue .btn-red:hover,
.body_blue input[type="submit"].btn-red:hover {
  color: rgba(255,255,255,0.6);
  background: #b2232f;
}
.body_blue .btn-red.btn-active,
.body_blue input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_blue .btn-red.btn-active,
.body_blue input[type="submit"].btn-red.btn-active,
.body_blue .btn-red.btn-disabled,
.body_blue input[type="submit"].btn-red.btn-disabled,
.body_blue .btn-red.btn[disabled],
.body_blue input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #b2232f;
}
.body_blue .btn-red.btn-active:hover,
.body_blue input[type="submit"].btn-red.btn-active:hover,
.body_blue .btn-red.btn-disabled:hover,
.body_blue input[type="submit"].btn-red.btn-disabled:hover,
.body_blue .btn-red.btn[disabled]:hover,
.body_blue input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_blue .btn-red.btn-outline,
.body_blue input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_blue .btn-red.btn-outline:hover,
.body_blue input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_blue .btn-red.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-red.btn-outline.btn[disabled],
.body_blue .btn-red.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222,44,59,0.4);
  border: 1px solid rgba(222,44,59,0.3);
}
.body_blue .btn-red.btn-outline.btn-active,
.body_blue input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222,44,59,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178,35,47,0.6) inset;
}
.body_blue .btn-red:hover,
.body_blue input[type="submit"].btn-red:hover {
  color: rgba(255,255,255,0.6);
  background: #b2232f;
}
.body_blue .btn-red.btn-active,
.body_blue input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_blue .btn-red.btn-active,
.body_blue input[type="submit"].btn-red.btn-active,
.body_blue .btn-red.btn-disabled,
.body_blue input[type="submit"].btn-red.btn-disabled,
.body_blue .btn-red.btn[disabled],
.body_blue input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #b2232f;
}
.body_blue .btn-red.btn-active:hover,
.body_blue input[type="submit"].btn-red.btn-active:hover,
.body_blue .btn-red.btn-disabled:hover,
.body_blue input[type="submit"].btn-red.btn-disabled:hover,
.body_blue .btn-red.btn[disabled]:hover,
.body_blue input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_blue .btn-red.btn-outline,
.body_blue input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_blue .btn-red.btn-outline:hover,
.body_blue input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_blue .btn-red.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-red.btn-outline.btn[disabled],
.body_blue .btn-red.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222,44,59,0.4);
  border: 1px solid rgba(222,44,59,0.3);
}
.body_blue .btn-red.btn-outline.btn-active,
.body_blue input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222,44,59,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178,35,47,0.6) inset;
}
.body_blue .btn-green,
.body_blue input[type="submit"].btn-green {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_blue .btn-green:hover,
.body_blue input[type="submit"].btn-green:hover {
  color: rgba(255,255,255,0.6);
  background: #237f35;
}
.body_blue .btn-green.btn-active,
.body_blue input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_blue .btn-green.btn-active,
.body_blue input[type="submit"].btn-green.btn-active,
.body_blue .btn-green.btn-disabled,
.body_blue input[type="submit"].btn-green.btn-disabled,
.body_blue .btn-green.btn[disabled],
.body_blue input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #237f35;
}
.body_blue .btn-green.btn-active:hover,
.body_blue input[type="submit"].btn-green.btn-active:hover,
.body_blue .btn-green.btn-disabled:hover,
.body_blue input[type="submit"].btn-green.btn-disabled:hover,
.body_blue .btn-green.btn[disabled]:hover,
.body_blue input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_blue .btn-green.btn-outline,
.body_blue input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_blue .btn-green.btn-outline:hover,
.body_blue input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_blue .btn-green.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-green.btn-outline.btn[disabled],
.body_blue .btn-green.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44,159,66,0.4);
  border: 1px solid rgba(44,159,66,0.3);
}
.body_blue .btn-green.btn-outline.btn-active,
.body_blue input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44,159,66,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35,127,53,0.6) inset;
}
.body_blue .btn-green:hover,
.body_blue input[type="submit"].btn-green:hover {
  color: rgba(255,255,255,0.6);
  background: #237f35;
}
.body_blue .btn-green.btn-active,
.body_blue input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_blue .btn-green.btn-active,
.body_blue input[type="submit"].btn-green.btn-active,
.body_blue .btn-green.btn-disabled,
.body_blue input[type="submit"].btn-green.btn-disabled,
.body_blue .btn-green.btn[disabled],
.body_blue input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #237f35;
}
.body_blue .btn-green.btn-active:hover,
.body_blue input[type="submit"].btn-green.btn-active:hover,
.body_blue .btn-green.btn-disabled:hover,
.body_blue input[type="submit"].btn-green.btn-disabled:hover,
.body_blue .btn-green.btn[disabled]:hover,
.body_blue input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_blue .btn-green.btn-outline,
.body_blue input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_blue .btn-green.btn-outline:hover,
.body_blue input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_blue .btn-green.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-green.btn-outline.btn[disabled],
.body_blue .btn-green.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44,159,66,0.4);
  border: 1px solid rgba(44,159,66,0.3);
}
.body_blue .btn-green.btn-outline.btn-active,
.body_blue input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44,159,66,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35,127,53,0.6) inset;
}
.body_blue .btn-black,
.body_blue input[type="submit"].btn-black {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_blue .btn-black:hover,
.body_blue input[type="submit"].btn-black:hover {
  color: rgba(255,255,255,0.6);
  background: #363738;
}
.body_blue .btn-black.btn-active,
.body_blue input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.7) inset;
}
.body_blue .btn-black.btn-active,
.body_blue input[type="submit"].btn-black.btn-active,
.body_blue .btn-black.btn-disabled,
.body_blue input[type="submit"].btn-black.btn-disabled,
.body_blue .btn-black.btn[disabled],
.body_blue input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #363738;
}
.body_blue .btn-black.btn-active:hover,
.body_blue input[type="submit"].btn-black.btn-active:hover,
.body_blue .btn-black.btn-disabled:hover,
.body_blue input[type="submit"].btn-black.btn-disabled:hover,
.body_blue .btn-black.btn[disabled]:hover,
.body_blue input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_blue .btn-black.btn-outline,
.body_blue input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.body_blue .btn-black.btn-outline:hover,
.body_blue input[type="submit"].btn-black.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_blue .btn-black.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-black.btn-outline.btn[disabled],
.body_blue .btn-black.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15,15,15,0.4);
  border: 1px solid rgba(15,15,15,0.3);
}
.body_blue .btn-black.btn-outline.btn-active,
.body_blue input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15,15,15,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54,55,56,0.6) inset;
}
.body_blue .btn-black:hover,
.body_blue input[type="submit"].btn-black:hover {
  color: rgba(255,255,255,0.6);
  background: #363738;
}
.body_blue .btn-black.btn-active,
.body_blue input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.7) inset;
}
.body_blue .btn-black.btn-active,
.body_blue input[type="submit"].btn-black.btn-active,
.body_blue .btn-black.btn-disabled,
.body_blue input[type="submit"].btn-black.btn-disabled,
.body_blue .btn-black.btn[disabled],
.body_blue input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #363738;
}
.body_blue .btn-black.btn-active:hover,
.body_blue input[type="submit"].btn-black.btn-active:hover,
.body_blue .btn-black.btn-disabled:hover,
.body_blue input[type="submit"].btn-black.btn-disabled:hover,
.body_blue .btn-black.btn[disabled]:hover,
.body_blue input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_blue .btn-black.btn-outline,
.body_blue input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.body_blue .btn-black.btn-outline:hover,
.body_blue input[type="submit"].btn-black.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_blue .btn-black.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-black.btn-outline.btn[disabled],
.body_blue .btn-black.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15,15,15,0.4);
  border: 1px solid rgba(15,15,15,0.3);
}
.body_blue .btn-black.btn-outline.btn-active,
.body_blue input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15,15,15,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54,55,56,0.6) inset;
}
.body_blue .btn-yellow,
.body_blue input[type="submit"].btn-yellow {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_blue .btn-yellow:hover,
.body_blue input[type="submit"].btn-yellow:hover {
  color: rgba(0,0,0,0.6);
  background: #cca000;
}
.body_blue .btn-yellow.btn-active,
.body_blue input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_blue .btn-yellow.btn-active,
.body_blue input[type="submit"].btn-yellow.btn-active,
.body_blue .btn-yellow.btn-disabled,
.body_blue input[type="submit"].btn-yellow.btn-disabled,
.body_blue .btn-yellow.btn[disabled],
.body_blue input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #cca000;
}
.body_blue .btn-yellow.btn-active:hover,
.body_blue input[type="submit"].btn-yellow.btn-active:hover,
.body_blue .btn-yellow.btn-disabled:hover,
.body_blue input[type="submit"].btn-yellow.btn-disabled:hover,
.body_blue .btn-yellow.btn[disabled]:hover,
.body_blue input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_blue .btn-yellow.btn-outline,
.body_blue input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.body_blue .btn-yellow.btn-outline:hover,
.body_blue input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_blue .btn-yellow.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.body_blue .btn-yellow.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,200,0,0.4);
  border: 1px solid rgba(255,200,0,0.3);
}
.body_blue .btn-yellow.btn-outline.btn-active,
.body_blue input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255,200,0,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204,160,0,0.6) inset;
}
.body_blue .btn-yellow:hover,
.body_blue input[type="submit"].btn-yellow:hover {
  color: rgba(0,0,0,0.6);
  background: #cca000;
}
.body_blue .btn-yellow.btn-active,
.body_blue input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_blue .btn-yellow.btn-active,
.body_blue input[type="submit"].btn-yellow.btn-active,
.body_blue .btn-yellow.btn-disabled,
.body_blue input[type="submit"].btn-yellow.btn-disabled,
.body_blue .btn-yellow.btn[disabled],
.body_blue input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #cca000;
}
.body_blue .btn-yellow.btn-active:hover,
.body_blue input[type="submit"].btn-yellow.btn-active:hover,
.body_blue .btn-yellow.btn-disabled:hover,
.body_blue input[type="submit"].btn-yellow.btn-disabled:hover,
.body_blue .btn-yellow.btn[disabled]:hover,
.body_blue input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_blue .btn-yellow.btn-outline,
.body_blue input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.body_blue .btn-yellow.btn-outline:hover,
.body_blue input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_blue .btn-yellow.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.body_blue .btn-yellow.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,200,0,0.4);
  border: 1px solid rgba(255,200,0,0.3);
}
.body_blue .btn-yellow.btn-outline.btn-active,
.body_blue input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255,200,0,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204,160,0,0.6) inset;
}
.body_blue .btn-white,
.body_blue input[type="submit"].btn-white {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_blue .btn-white:hover,
.body_blue input[type="submit"].btn-white:hover {
  color: rgba(0,0,0,0.6);
  background: #ededed;
}
.body_blue .btn-white.btn-active,
.body_blue input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.body_blue .btn-white.btn-active,
.body_blue input[type="submit"].btn-white.btn-active,
.body_blue .btn-white.btn-disabled,
.body_blue input[type="submit"].btn-white.btn-disabled,
.body_blue .btn-white.btn[disabled],
.body_blue input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #ededed;
}
.body_blue .btn-white.btn-active:hover,
.body_blue input[type="submit"].btn-white.btn-active:hover,
.body_blue .btn-white.btn-disabled:hover,
.body_blue input[type="submit"].btn-white.btn-disabled:hover,
.body_blue .btn-white.btn[disabled]:hover,
.body_blue input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_blue .btn-white.btn-outline,
.body_blue input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.body_blue .btn-white.btn-outline:hover,
.body_blue input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_blue .btn-white.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-white.btn-outline.btn[disabled],
.body_blue .btn-white.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.body_blue .btn-white.btn-outline.btn-active,
.body_blue input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255,255,255,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237,237,237,0.6) inset;
}
.body_blue .btn-white:hover,
.body_blue input[type="submit"].btn-white:hover {
  color: rgba(0,0,0,0.6);
  background: #ededed;
}
.body_blue .btn-white.btn-active,
.body_blue input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.body_blue .btn-white.btn-active,
.body_blue input[type="submit"].btn-white.btn-active,
.body_blue .btn-white.btn-disabled,
.body_blue input[type="submit"].btn-white.btn-disabled,
.body_blue .btn-white.btn[disabled],
.body_blue input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #ededed;
}
.body_blue .btn-white.btn-active:hover,
.body_blue input[type="submit"].btn-white.btn-active:hover,
.body_blue .btn-white.btn-disabled:hover,
.body_blue input[type="submit"].btn-white.btn-disabled:hover,
.body_blue .btn-white.btn[disabled]:hover,
.body_blue input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_blue .btn-white.btn-outline,
.body_blue input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.body_blue .btn-white.btn-outline:hover,
.body_blue input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_blue .btn-white.btn-outline.btn[disabled],
.body_blue input[type="submit"].btn-white.btn-outline.btn[disabled],
.body_blue .btn-white.btn-outline.btn-disabled,
.body_blue input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.body_blue .btn-white.btn-outline.btn-active,
.body_blue input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255,255,255,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237,237,237,0.6) inset;
}
.body_blue .btn-white.btn-outline.btn-active {
  box-shadow: none;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.48750000000000004em 2.5em;
}
.body_blue .btn-single,
.body_blue .btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.body_blue .btn-single:after,
.body_blue .btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .btn-single:after,
.body_blue .btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .btn-single > .btn,
.body_blue .btn-single > input,
.body_blue .btn-group > .btn,
.body_blue .btn-group > input {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}
.body_blue .btn-single > .btn {
  border-radius: 2px;
}
.body_blue .btn-group > .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.body_blue .btn-group > .btn:last-child {
  border-radius: 0 2px 2px 0;
}
.body_blue .btn-group > .btn.btn-round:first-child,
.body_blue .btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px;
}
.body_blue .btn-group > .btn.btn-round:last-child,
.body_blue .btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0;
}
.body_blue .tools-alert {
  padding: 12px 15px;
  background: #f7f8f8;
  color: #0f0f0f;
  margin-bottom: 1.65em;
}
.body_blue .tools-message {
  display: none;
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
  max-width: 350px;
  line-height: 1.5;
  font-size: 95%;
  padding: 12px 15px;
  color: #0f0f0f;
  background: #e0e3e5;
}
.body_blue .tools-message ul {
  margin: 0;
  list-style: none;
}
.body_blue .tools-message-black,
.body_blue .tools-message-blue,
.body_blue .tools-message-red,
.body_blue .tools-message-green {
  color: rgba(255,255,255,0.95);
}
.body_blue .tools-message-black {
  background: #0f0f0f;
}
.body_blue .tools-message-blue {
  background: #2575ed;
}
.body_blue .tools-message-red {
  background: #de2c3b;
}
.body_blue .tools-message-yellow {
  background: #ffc800;
}
.body_blue .tools-message-green {
  background: #2c9f42;
}
.body_blue .tools-alert-black {
  background: #dadada;
}
.body_blue .tools-alert-blue {
  background: #d3e3fb;
}
.body_blue .tools-alert-red {
  background: #f8d5d8;
}
.body_blue .tools-alert-yellow {
  background: #fff4cc;
}
.body_blue .tools-alert-green {
  background: #d5ecd9;
}
.body_blue .label,
.body_blue .badge {
  background: #e0e3e5;
  font-size: 12.75px;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px 3px 7px;
  color: #0f0f0f;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.body_blue .label-outline {
  background: none;
  border: 1px solid #0f0f0f;
  padding: 3px 6px 2px 6px;
}
.body_blue .badge {
  border-radius: 15px;
}
.body_blue .badge-small {
  font-size: 11.25px;
  padding: 3px 5px;
}
.body_blue .label-black,
.body_blue .label-blue,
.body_blue .label-red,
.body_blue .label-green,
.body_blue .badge-black,
.body_blue .badge-blue,
.body_blue .badge-red,
.body_blue .badge-green {
  color: #ffffff;
}
.body_blue .label-black,
.body_blue .badge-black {
  background: #0f0f0f;
}
.body_blue .label-blue,
.body_blue .badge-blue {
  background: #2575ed;
}
.body_blue .label-red,
.body_blue .badge-red {
  background: #de2c3b;
}
.body_blue .label-green,
.body_blue .badge-green {
  background: #2c9f42;
}
.body_blue .label-yellow,
.body_blue .badge-yellow {
  background: #ffc800;
}
.body_blue .label-white,
.body_blue .badge-white {
  background: #ffffff;
}
.body_blue .label-black.label-outline,
.body_blue .label-blue.label-outline,
.body_blue .label-red.label-outline,
.body_blue .label-green.label-outline,
.body_blue .label-yellow.label-outline,
.body_blue .label-white.label-outline {
  background: none;
  color: #0f0f0f;
}
.body_blue .label-blue.label-outline {
  border-color: #2575ed;
  color: #2575ed;
}
.body_blue .label-red.label-outline {
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_blue .label-green.label-outline {
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_blue .label-yellow.label-outline {
  border-color: #ffc800;
  color: #ffc800;
}
.body_blue .label-white.label-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.body_blue #tools-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
.body_blue #tools-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a52a5;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  .body_blue from {
    background-position: 40px 0;
  }
  .body_blue to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .body_blue from {
    background-position: 40px 0;
  }
  .body_blue to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  .body_blue from {
    background-position: 40px 0;
  }
  .body_blue to {
    background-position: 0 0;
  }
}
.body_blue .accordion-title {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding: 12px 50px 12px 18px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1, 4em;
  background: #f7f8f8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body_blue .accordion-title.accordion-title-opened {
  margin-bottom: 0;
  font-weight: bold;
  background: #f0f1f2;
}
.body_blue .accordion-title a,
.body_blue .accordion-title:hover {
  color: #000;
  text-decoration: none;
}
.body_blue .accordion-panel {
  padding: 1.65em;
  margin-bottom: 10px;
}
.body_blue .accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.body_blue .accordion-toggle-closed {
  background: #000;
  width: 1px;
  height: 15px;
  margin-left: 1px;
}
.body_blue .accordion-toggle-closed:before {
  position: absolute;
  top: 7px;
  left: -7px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.body_blue .accordion-toggle-opened:before {
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.body_blue .filterbox {
  position: relative;
}
.body_blue .filterbox input {
  padding-right: 30px;
}
.body_blue .filterbox span {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  width: 26px;
  height: 100%;
  cursor: pointer;
}
.body_blue .filterbox span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  margin-left: 8px;
  margin-top: -21px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid rgba(0,0,0,0.6);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.body_blue .filterbox-list {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  max-height: 250px;
  overflow: auto;
}
.body_blue .filterbox-list li {
  padding: 4px 10px;
  color: #000;
  cursor: pointer;
}
.body_blue .filterbox-list li:hover {
  background: #f0f1f2;
}
.body_blue .filterbox-list li.active {
  background: #2575ed;
  color: #fff;
}
.body_blue .tooltip {
  position: absolute;
  z-index: 10000;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  font-size: 12.75px;
  line-height: 1.5em;
  max-width: 250px;
  background: #0f0f0f;
}
.body_blue .tooltip-theme-red {
  background: #de2c3b;
}
.body_blue .tooltip-theme-blue {
  background: #2575ed;
}
.body_blue .tooltip-theme-green {
  background: #2c9f42;
}
.body_blue .tooltip-theme-yellow {
  background: #ffc800;
}
.body_blue .tooltip-theme-white {
  background: #ffffff;
}
.body_blue .tooltip-theme-yellow,
.body_blue .tooltip-theme-white {
  color: #000;
}
.body_blue .dropdown {
  display: none;
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  width: 250px;
  color: #0f0f0f;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  overflow: auto;
}
.body_blue .dropdown section {
  max-height: 250px;
  overflow: auto;
  padding: 20px;
}
.body_blue .dropdown footer {
  padding: 20px;
}
.body_blue ul.dropdown {
  max-height: 300px;
  list-style: none;
  margin: 0;
  line-height: 1.5;
  font-size: 95%;
  padding: 0;
}
.body_blue ul.dropdown a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  color: #0f0f0f;
}
.body_blue ul.dropdown a:hover {
  background: #eee;
}
.body_blue ul.dropdown li.divider {
  border-bottom: 1px solid #e2e2e2;
}
.body_blue .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.body_blue .caret.caret-up {
  border-top: 0;
  border-bottom: 4px solid;
}
.body_blue .livesearch-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.body_blue .livesearch-box input {
  padding-left: 30px;
}
.body_blue .livesearch-box .close {
  position: absolute;
  top: .2em;
  right: 5px;
  z-index: 2;
  padding: 4px 6px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.body_blue .livesearch-box .close:before {
  content: '\00D7';
}
.body_blue .livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.body_blue .livesearch-box .close:before {
  content: '\00D7';
}
.body_blue .livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.body_blue .livesearch-icon {
  position: absolute;
  top: 53%;
  left: 10px;
  z-index: 2;
}
.body_blue .livesearch-icon:before,
.body_blue .livesearch-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
  background: rgba(0,0,0,0.5);
}
.body_blue .livesearch-icon:before {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0,0,0,0.5);
  background: transparent;
  border-radius: 12px;
}
.body_blue .livesearch-icon:after {
  left: 10px;
  width: 2px;
  height: 7px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.body_blue .tools-droparea {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  border: 3px dashed rgba(0,0,0,0.1);
}
.body_blue .tools-droparea.drag-hover {
  background: rgba(200,222,250,0.75);
}
.body_blue .tools-droparea.drag-drop {
  background: rgba(250,248,200,0.5);
}
.body_blue .tools-droparea-placeholder {
  text-align: center;
  font-size: 11px;
  color: rgba(0,0,0,0.5);
}
.body_blue .autocomplete {
  position: absolute;
  z-index: 1000;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  max-height: 250px;
  overflow: auto;
}
.body_blue .autocomplete a {
  padding: 4px 10px;
  color: #000;
  display: block;
  text-decoration: none;
}
.body_blue .autocomplete a:hover {
  background: #f0f1f2;
}
.body_blue .autocomplete a.active {
  background: #2575ed;
  color: #fff;
}
.body_blue #modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 100;
}
.body_blue .modal-blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.body_blue .modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 101;
}
.body_blue .modal {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 70px rgba(0,0,0,0.5);
}
.body_blue .modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
.body_blue .modal section {
  padding: 30px 40px 50px 40px;
}
.body_blue .modal footer button {
  width: 100%;
  border-radius: 0;
}
.body_blue .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
.body_blue .modal-close:hover {
  color: #000;
}
.body_blue .group:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .group:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .hide {
  display: none;
}
.body_blue .highlight {
  background-color: #f7f3e2;
}
.body_blue .big {
  font-size: 18px;
}
.body_blue .small {
  font-size: 12.75px;
}
.body_blue .smaller {
  font-size: 11.25px;
}
.body_blue .nowrap,
.body_blue .nowrap td {
  white-space: nowrap;
}
.body_blue .req,
.body_blue .required {
  font-weight: normal;
  color: #de2c3b;
}
.body_blue .error {
  color: #de2c3b;
}
.body_blue .success {
  color: #2c9f42;
}
.body_blue .text-centered {
  text-align: center;
}
.body_blue .text-right {
  text-align: right;
}
.body_blue .last {
  margin-right: 0 !important;
}
.body_blue .pause {
  margin-bottom: 0.825em !important;
}
.body_blue .end {
  margin-bottom: 0 !important;
}
.body_blue .normal {
  font-weight: normal;
}
.body_blue .light {
  font-weight: 300;
}
.body_blue .bold {
  font-weight: bold;
}
.body_blue .italic {
  font-style: italic;
}
.body_blue .left {
  float: left;
}
.body_blue .right {
  float: right;
}
.body_blue .upper {
  text-transform: uppercase;
}
.body_blue .list-flat {
  margin-left: 0;
  list-style: none;
}
.body_blue .color-black {
  color: #0f0f0f;
}
.body_blue .color-white {
  color: #ffffff;
}
.body_blue .color-gray-10 {
  color: rgba(0,0,0,0.1);
}
.body_blue .color-gray-20 {
  color: rgba(0,0,0,0.2);
}
.body_blue .color-gray-30 {
  color: rgba(0,0,0,0.3);
}
.body_blue .color-gray-40 {
  color: rgba(0,0,0,0.4);
}
.body_blue .color-gray-50 {
  color: rgba(0,0,0,0.5);
}
.body_blue .color-gray-60 {
  color: rgba(0,0,0,0.6);
}
.body_blue .color-gray-70 {
  color: rgba(0,0,0,0.7);
}
.body_blue .color-gray-80 {
  color: rgba(0,0,0,0.8);
}
.body_blue .color-gray-90 {
  color: rgba(0,0,0,0.9);
}
.body_blue .color-white-10 {
  color: rgba(255,255,255,0.1);
}
.body_blue .color-white-20 {
  color: rgba(255,255,255,0.2);
}
.body_blue .color-white-30 {
  color: rgba(255,255,255,0.3);
}
.body_blue .color-white-40 {
  color: rgba(255,255,255,0.4);
}
.body_blue .color-white-50 {
  color: rgba(255,255,255,0.5);
}
.body_blue .color-white-60 {
  color: rgba(255,255,255,0.6);
}
.body_blue .color-white-70 {
  color: rgba(255,255,255,0.7);
}
.body_blue .color-white-80 {
  color: rgba(255,255,255,0.8);
}
.body_blue .color-white-90 {
  color: rgba(255,255,255,0.9);
}
.body_blue .video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1.65em;
}
.body_blue .video-wrapper iframe,
.body_blue .video-wrapper object,
.body_blue .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .body_blue .left,
  .body_blue .right {
    float: none;
  }
  .body_blue .hide-on-mobile {
    display: none;
  }
}
.body_blue .str {
  color: #dd1144;
}
.body_blue .kwd {
  color: #333333;
}
.body_blue .com {
  color: #999988;
}
.body_blue .typ {
  color: #445588;
}
.body_blue .lit {
  color: #445588;
}
.body_blue .pun {
  color: #888;
}
.body_blue .opn {
  color: #333333;
}
.body_blue .clo {
  color: #333333;
}
.body_blue .tag {
  color: #367ac3;
}
.body_blue .atn {
  color: #51a7c9;
}
.body_blue .atv {
  color: #709c1a;
}
.body_blue .dec {
  color: #666;
}
.body_blue .var {
  color: teal;
}
.body_blue .fun {
  color: #990000;
}
.body_blue .linenums ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
.body_blue .linenums ol li:after {
  content: counter(list);
  position: absolute;
  left: -3.3em;
  border-right: 1px solid #e5e5e5;
  padding-right: 9px;
  width: 2.45em;
  text-align: right;
  color: rgba(0,0,0,0.3);
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .body_blue .mobile-width-100 {
    width: 100%;
  }
  .body_blue .units-row .unit-90,
  .body_blue .units-row .unit-80,
  .body_blue .units-row .unit-75,
  .body_blue .units-row .unit-70,
  .body_blue .units-row .unit-66,
  .body_blue .units-row .unit-65,
  .body_blue .units-row .unit-60,
  .body_blue .units-row .unit-50,
  .body_blue .units-row .unit-40,
  .body_blue .units-row .unit-35,
  .body_blue .units-row .unit-33,
  .body_blue .units-row .unit-30,
  .body_blue .units-row .unit-25,
  .body_blue .units-row .unit-20,
  .body_blue .units-row .unit-10 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .body_blue .unit-push-90,
  .body_blue .unit-push-80,
  .body_blue .unit-push-75,
  .body_blue .unit-push-70,
  .body_blue .unit-push-66,
  .body_blue .unit-push-65,
  .body_blue .unit-push-60,
  .body_blue .unit-push-50,
  .body_blue .unit-push-40,
  .body_blue .unit-push-35,
  .body_blue .unit-push-33,
  .body_blue .unit-push-30,
  .body_blue .unit-push-25,
  .body_blue .unit-push-20,
  .body_blue .unit-push-10 {
    left: 0;
  }
  .body_blue .units-row .unit-push-right {
    float: none;
  }
  .body_blue .units-mobile-50 .unit-90,
  .body_blue .units-mobile-50 .unit-80,
  .body_blue .units-mobile-50 .unit-75,
  .body_blue .units-mobile-50 .unit-70,
  .body_blue .units-mobile-50 .unit-66,
  .body_blue .units-mobile-50 .unit-65,
  .body_blue .units-mobile-50 .unit-60,
  .body_blue .units-mobile-50 .unit-40,
  .body_blue .units-mobile-50 .unit-30,
  .body_blue .units-mobile-50 .unit-35,
  .body_blue .units-mobile-50 .unit-33,
  .body_blue .units-mobile-50 .unit-25,
  .body_blue .units-mobile-50 .unit-20,
  .body_blue .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }
  .body_blue .units-mobile-50 .unit-90:first-child,
  .body_blue .units-mobile-50 .unit-80:first-child,
  .body_blue .units-mobile-50 .unit-75:first-child,
  .body_blue .units-mobile-50 .unit-70:first-child,
  .body_blue .units-mobile-50 .unit-66:first-child,
  .body_blue .units-mobile-50 .unit-65:first-child,
  .body_blue .units-mobile-50 .unit-60:first-child,
  .body_blue .units-mobile-50 .unit-40:first-child,
  .body_blue .units-mobile-50 .unit-35:first-child,
  .body_blue .units-mobile-50 .unit-30:first-child,
  .body_blue .units-mobile-50 .unit-33:first-child,
  .body_blue .units-mobile-50 .unit-25:first-child,
  .body_blue .units-mobile-50 .unit-20:first-child,
  .body_blue .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .body_blue .blocks-2,
  .body_blue .blocks-3,
  .body_blue .blocks-4,
  .body_blue .blocks-5,
  .body_blue .blocks-6 {
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .body_blue .blocks-2 > li,
  .body_blue .blocks-3 > li,
  .body_blue .blocks-4 > li,
  .body_blue .blocks-5 > li,
  .body_blue .blocks-6 > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .body_blue .blocks-mobile-50 > li,
  .body_blue .blocks-mobile-33 > li {
    float: left;
    margin-left: 3%;
  }
  .body_blue .blocks-mobile-33,
  .body_blue .blocks-mobile-50 {
    margin-left: -3%;
  }
  .body_blue .blocks-mobile-50 > li {
    width: 47%;
  }
  .body_blue .blocks-mobile-33 > li {
    width: 30.333333333333332%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .body_blue h1 {
    font-size: 2.25em;
    line-height: 1.125;
  }
  .body_blue h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  .body_blue h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  .body_blue h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
  .body_blue h5 {
    font-size: 1em;
  }
  .body_blue h6 {
    font-size: 0.75em;
  }
}
@media (max-width: 767px) {
  .body_blue h1 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  .body_blue h2 {
    font-size: 1.5em;
    line-height: 1.15384615;
  }
  .body_blue h3 {
    font-size: 1.3125em;
    line-height: 1.13636364;
  }
  .body_blue h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
  .body_blue h5 {
    font-size: 1em;
  }
  .body_blue h6 {
    font-size: 0.75em;
  }
  .body_blue .lead {
    font-size: 1.2em;
  }
  .body_blue ul,
  .body_blue ol,
  .body_blue ul ul,
  .body_blue ol ol,
  .body_blue ul ol,
  .body_blue ol ul {
    margin-left: 1.65em;
  }
  .body_blue blockquote {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .body_blue .navbar.navbar-left,
  .body_blue .navbar.navbar-right,
  .body_blue .navbar li,
  .body_blue .navbar.navbar-left li,
  .body_blue .navbar.navbar-right li {
    float: none;
    text-align: left;
    width: auto;
  }
  .body_blue .navbar li,
  .body_blue .navbar.navbar-right li {
    margin-left: 0;
    margin-right: 0;
  }
  .body_blue .fullwidth ul,
  .body_blue .fullwidth li {
    width: auto;
  }
  .body_blue .fullwidth li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .body_blue .forms-list label {
    display: inline-block;
  }
}
@media print {
  .body_blue * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12pt;
  }
  .body_blue .h1,
  .body_blue h1 {
    font-size: 36pt;
  }
  .body_blue .h2,
  .body_blue h2 {
    font-size: 24pt;
  }
  .body_blue .h3,
  .body_blue h3 {
    font-size: 18pt;
  }
  .body_blue .h4,
  .body_blue h4 {
    font-size: 14pt;
  }
  .body_blue .h5,
  .body_blue h5 {
    font-size: 12pt;
  }
  .body_blue .h6,
  .body_blue h6 {
    font-size: 12pt;
  }
  .body_blue a,
  .body_blue a:visited {
    text-decoration: underline;
  }
  .body_blue a[href]:after {
    content: " (" attr(href) ")";
  }
  .body_blue abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .body_blue a[href^="javascript:"]:after,
  .body_blue a[href^="#"]:after {
    content: "";
  }
  .body_blue pre,
  .body_blue blockquote {
    page-break-inside: avoid;
  }
  .body_blue blockquote {
    border: none;
    font-style: italic;
  }
  .body_blue img {
    max-width: 100% !important;
  }
  .body_blue select {
    background: #fff !important;
  }
}
.body_blue ::-moz-selection {
  background: #215377;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_blue ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_blue ::selection {
  background: #215377;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_blue html {
  height: 100%;
}
.body_blue body {
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
  margin: 0px auto;
  height: 100%;
}
.body_blue blockquote {
  color: #e1e1e1;
  font-size: 25px;
  line-height: 33px;
  margin-left: 0;
  text-align: center;
}
.body_blue blockquote:before {
  content: open-quote;
}
.body_blue blockquote:after {
  content: close-quote;
}
.body_blue .container {
  height: 100%;
}
.body_blue a,
.body_blue .link {
  color: #215377;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue a:hover,
.body_blue .link:hover {
  color: #0b1b27;
  cursor: pointer;
}
.body_blue a:active,
.body_blue .link:active {
  color: #16374f;
}
.body_blue .blue {
  color: #215377;
}
.body_blue .blue:hover {
  color: #16374f;
}
.body_blue .red {
  color: #ff6b6b;
}
.body_blue .red:hover {
  color: #ff3838;
}
.body_blue .yellow {
  color: #f19b3f;
}
.body_blue .yellow:hover {
  color: #ec8211;
}
.body_blue .green {
  color: #419c59;
}
.body_blue .green:hover {
  color: #327844;
}
.body_blue .gray {
  color: #e1e1e1;
}
.body_blue .gray:hover {
  color: #c8c8c8;
}
.body_blue .maincolor {
  color: #215377;
}
.body_blue .maincolor:hover {
  color: #16374f;
}
.body_blue i {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .centerer {
  width: 100%;
  text-align: center;
}
.body_blue .overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.body_blue #loadbar {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  color: #fff;
  height: 100%;
  width: 100%;
}
.body_blue #loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 101;
}
.body_blue #loadbar .spinner {
  position: absolute;
  z-index: 102;
  width: 40px;
  height: 40px;
  font-size: 35px;
  top: 50%;
  left: 50%;
}
.body_blue .forgot {
  color: #8a8a8a;
  background: #e1e1e1;
  padding: 20px;
}
.body_blue .forgot a {
  color: #8a8a8a;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .forgot a:hover {
  color: #8a8a8a;
  text-decoration: underline;
}
.body_blue .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #ff6b6b;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #ff6b6b;
  margin-bottom: 10px;
}
.body_blue .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
.body_blue .ww300 {
  word-wrap: break-word;
  max-width: 300px;
}
.body_blue .place_holder {
  height: 0px;
}
.body_blue .full-width {
  margin: 0 0 0 30px;
}
.body_blue .semi-width {
  margin: 0 0 0 320px;
}
.body_blue .content .row {
  margin-bottom: 40px;
}
.body_blue .content .row .box .inner .tabs_included {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
}
.body_blue .content .row .box .inner .boxcontent {
  background: ;
  padding: 20px;
}
.body_blue .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_blue .content .breadcrumbs {
  padding: 0 0 10px 0;
  color: #000000;
}
.body_blue .content .breadcrumbs a {
  color: #000000;
}
.body_blue .content .breadcrumbs ul {
  list-style-type: none;
  padding: 0;
}
.body_blue .content .breadcrumbs ul li {
  font-size: 13px;
  font-weight: bold;
}
.body_blue .content .breadcrumbs ul .arrow {
  padding: 0 10px;
}
.body_blue .greytext {
  color: #999;
}
.body_blue .btn {
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #215377;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color ;
  -moz-transition: background-color ;
  -webkit-transition: background-color ;
  -o-transition: background-color ;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.body_blue .btn:hover {
  background: #16374f;
  color: #FFFFFF;
}
.body_blue .btn:active {
  background: #16374f;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #0b1b27;
  -webkit-box-shadow: inset 1px 1px 2px 0px #0b1b27;
  -moz-box-shadow: inset 1px 1px 2px 0px #0b1b27;
  border-top: inset 1px 1px 2px 0px #0b1b27;
}
.body_blue .btn.back {
  background-color: #BFBFBF;
  color: #383838;
  text-align: center;
}
.body_blue .btn.back:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.body_blue .btn.white {
  background-color: #383838;
  color: #FFFFFF;
  text-align: center;
}
.body_blue .btn.white:hover {
  background: #C0C0C0;
  color: #383838;
}
.body_blue .btn2 {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #419c59;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color ;
  -moz-transition: background-color ;
  -webkit-transition: background-color ;
  -o-transition: background-color ;
}
.body_blue .btn2:hover {
  background: #327844;
  color: #FFFFFF;
}
.body_blue .btn2:active {
  background: #16374f;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #0b1b27;
  -webkit-box-shadow: inset 1px 1px 2px 0px #0b1b27;
  -moz-box-shadow: inset 1px 1px 2px 0px #0b1b27;
  border-top: inset 1px 1px 2px 0px #0b1b27;
}
.body_blue .btn_fa_icon {
  margin-right: 6px;
  font-size: 12px !important;
}
.body_blue .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.body_blue .message {
  margin-bottom: 10px;
  padding: 8px 10px 8px 10px;
  background-color: #F2D4CE;
  border: 1px solid #AE432E;
  border-radius: 4px;
  color: #AE432E;
}
.body_blue #search_preloader {
  display: none;
  margin-left: 10px;
}
.body_blue #search_results {
  display: none;
  min-height: 100px;
  width: 550px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
}
.body_blue .stat1 {
  background: #007BC4 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_blue .stat1:hover {
  background: #007BC4 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_blue .stat2 {
  background: #A64040 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_blue .stat3 {
  background: #F19B3F !important;
  border: 0px !important;
  color: #ffffff;
}
.body_blue .stat4 {
  background: #419C59 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_blue .col {
  padding: 8px 20px 8px 20px;
}
.body_blue .col_grey {
  width: 200px;
  padding: 8px 20px 8px 20px;
  background-color: #EFEFEF;
}
.body_blue .bt {
  border-top: 1px solid #DFDFDF;
}
.body_blue .bl {
  border-left: 1px solid #DFDFDF;
}
.body_blue .br {
  border-right: 1px solid #DFDFDF;
}
.body_blue .bb {
  border-bottom: 1px solid #DFDFDF;
}
.body_blue .line {
  margin-bottom: 10px;
  min-width: 40%;
}
.body_blue .line .smallRow {
  width: 150px;
}
.body_blue .mutationCounter {
  background: #E11F1F;
  border: 1px solid #B71918;
  width: 25px;
  height: 25px;
  float: right;
  color: #fff;
  padding-left: 6px;
  padding-top: 2px;
  font-weight: bold;
  margin-bottom: -20px;
}
.body_blue .newBtn {
  float: left;
  margin-right: 20px;
  padding: 10px;
  min-width: 150px;
  text-align: center;
  background: #215377;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.body_blue .newBtn:hover {
  background: #2c6f9f;
  cursor: pointer;
  color: #FFF;
}
.body_blue .widget {
  min-width: 200px;
  min-height: 150px;
  margin: 0 20px 20px 0;
  padding: 50px 5px 10px 5px;
  background-color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease 0s;
}
.body_blue .widget:hover {
  background-color: #c93a23;
  color: #ffffff;
  font-weight: bold;
}
.body_blue .cms_table_export {
  margin-left: 10px !important;
}
.body_blue .mt20 {
  margin-top: 20px !important;
}
.body_blue .mr0 {
  margin-right: 0px !important;
}
.body_blue .status_progress {
  float: left;
  border: none;
  width: 70%;
}
.body_blue .status_progress td {
  border-bottom: 1px solid #eeeeee;
  background-clip: padding-box;
}
.body_blue .status_progress .status_bar td {
  padding: 0.5em 1.0999999999999999em;
}
.body_blue .status_progress .status_bar .status {
  position: relative;
  cursor: pointer;
}
.body_blue .status_progress .status_bar .status div {
  width: 100%;
  min-width: 85px;
  height: 100%;
  text-align: center;
  color: #000;
}
.body_blue .status_progress .status_bar .status .status_input {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  line-height: 45px;
}
.body_blue .status_progress .status_bar .status .status_input input {
  width: 100%;
}
.body_blue .status_progress .status_bar .status .status_input.checkbox_input {
  top: 100%;
  z-index: 10;
}
.body_blue .status_progress .status_bar .status .status_input.active {
  display: block;
}
.body_blue .status_progress .status_bar .status.gray {
  background-color: #808080;
}
.body_blue .status_progress .status_bar .status.orange {
  background-color: #ff9900;
}
.body_blue .status_progress .status_bar .status.green {
  background-color: #A0C55F;
  cursor: auto;
}
.body_blue .status_legenda {
  float: left;
  border: none;
  margin-left: 10px;
  width: calc(30% - 10px);
}
.body_blue .status_legenda td {
  padding: 0.5em;
}
.body_blue .status_legenda td.green {
  padding: 0;
  background-color: #A0C55F;
  width: 30px;
}
.body_blue .status_legenda td.orange {
  padding: 0;
  background-color: #ff9900;
  width: 30px;
}
.body_blue .status_legenda td.gray {
  padding: 0;
  background-color: #808080;
  width: 30px;
}
.body_blue .progress_container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .body_blue .progress_container {
    height: 100% !important;
  }
}
.body_blue .progress_container .progress {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.body_blue .progress_container .progress div {
  color: #000;
  display: inline-block;
  width: 30px;
  height: 100%;
  border-left: 1px solid #215377;
  border-bottom: 1px solid #215377;
}
.body_blue .progress_container .progress div:first-child.clear {
  border-left: none !important;
}
.body_blue .progress_container .progress div:last-child {
  border-right: 1px solid #215377;
}
.body_blue .progress_container .progress div.clear {
  border-bottom: none !important;
}
.body_blue .progress_container .progress div.green {
  background-color: #A0C55F;
}
.body_blue .progress_container .progress div.orange {
  background-color: #ff9900;
}
.body_blue .progress_container .progress div.gray,
.body_blue .progress_container .progress div.grey {
  background-color: #808080;
}
.body_blue .progress_title {
  padding: 0;
  margin: 0;
  display: table;
}
.body_blue .progress_title .rotate {
  display: table-cell;
  width: 30px;
  max-width: 30px;
  height: 100px;
  white-space: nowrap;
  vertical-align: bottom;
  text-align: center;
  pointer-events: none;
  background: none !important;
}
.body_blue .progress_title .rotate div {
  transform: translate(25px,51px) rotate(315deg);
  -ms-transform: translate(25px,51px) rotate(315deg);
  -webkit-transform: translate(25px,51px) rotate(315deg);
  padding: 0 0 65px 5px;
}
.body_blue .progress_title .rotate div span {
  border-bottom: 1px solid #2c6f9f;
  pointer-events: auto;
}
.body_blue .status_check {
  background-color: #419c59;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .status_check i {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  cursor: pointer;
}
.body_blue .status_check:hover {
  background-color: #327844;
}
.body_blue .status_check.final {
  background-color: #808080;
  cursor: default;
}
.body_blue .status_check.final:hover {
  background-color: #676767;
}
.body_blue .status_cancel {
  background-color: #ff6b6b;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .status_cancel i {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  width: 22px;
  text-align: center;
  cursor: pointer;
}
.body_blue .status_cancel:hover {
  background-color: #ff3838;
}
.body_blue .status_cancel.final {
  background-color: #808080;
  cursor: default;
}
.body_blue .status_cancel.final:hover {
  background-color: #676767;
}
.body_blue div.pagination {
  margin: 0 0 10px 0;
  padding: 0;
}
.body_blue div.pagination a {
  min-width: 50px;
  height: 22px;
  margin: 0 5px 5px 0;
  padding: 5px 8px 5px 8px;
  background-color: #EBEBEB;
  color: #17526E;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.15s ease 0s;
}
.body_blue div.pagination a.active {
  background-color: #215377;
  color: #FFFFFF;
}
.body_blue div.pagination a:hover {
  background-color: #7D7D7D;
  color: #FFFFFF;
  text-decoration: none;
}
.body_blue div.pagination {
  font-size: 14px;
}
.body_blue .redactor_box {
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 3px;
  border: solid 2px #acacac;
  font-size: 14px;
}
.body_blue .redactor_box:hover {
  border-color: #e1e1e1;
}
.body_blue .redactor_box:focus {
  border-color: #215377;
}
.body_blue .redactor_box .redactor_editor,
.body_blue .redactor_box textarea {
  padding: 0 10px;
  min-height: 400px;
}
.body_blue .redactor_box textarea {
  border: none;
}
.body_blue body .redactor_air {
  position: absolute;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 2;
}
.body_blue body .redactor_toolbar li a.redactor_btn_save {
  background: url(/_webblocks/images/redactor/save.png) no-repeat;
}
.body_blue body .redactor_toolbar li a.redactor_btn_close {
  background: url(/_webblocks/images/redactor/close.png) no-repeat;
}
.body_blue body .redactor_toolbar li a.redactor_btn_fileselect {
  background-position: -250px;
}
.body_blue .loadingbar {
  height: 2px;
  background-color: #79c535;
  width: 0px;
}
.body_blue #redactor_modal_inner {
  padding: 40px 15px 15px 15px !important;
}
.body_blue #redactor_modal_inner section {
  padding: 0px !important;
}
.body_blue #redactorInsertImageForm {
  padding: 0px !important;
}
.body_blue .redactor_editor {
  overflow-y: auto;
}
.body_blue body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow: hidden;
  width: 100%;
}
.body_blue .redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0;
}
.body_blue .redactor_toolbar {
  height: auto !important;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
  background: #E2E2E2;
  list-style: none !important;
  font-size: 0;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  line-height: 0 !important;
}
.body_blue .redactor_toolbar:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.body_blue .redactor_box .redactor_toolbar {
  border: none;
}
.body_blue .redactor_toolbar.toolbar_fixed_box {
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
}
.body_blue body .redactor_air .redactor_toolbar {
  padding-right: 2px !important;
}
.body_blue .redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 1px 0 3px 1px;
  outline: none;
  list-style: none !important;
}
.body_blue .redactor_toolbar li.redactor_separator {
  float: left;
  margin: 0 2px 0 3px !important;
  padding: 0;
  height: 29px;
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #d8d8d8;
}
.body_blue .redactor_toolbar li a {
  display: block;
  width: 25px;
  height: 25px;
  outline: none;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  zoom: 1;
  *border: 1px solid #eee;
}
.body_blue .redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important;
}
.body_blue .redactor_toolbar li a {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4THQZVAABJsklEQVR42uydB1RUx9fAH703BSsqRCD2oBIRe+9GbFERjZHYe+yFGI0xlvipMSa2WDB/YxJjsMdgQawIioqgdASR3nv/7l1mybJSdcvb5f7OeWd335vdnXlvyi0zd1RKS0s5giAIgiAIgiAIgiAIgiAIgiAIgiDqByrkICQIgiAIgiAIgiAIgiAIgiAIgiCI+gM5CAmCIAiCIAiCIAiCIAiCIAiCIAiiHkEOQoIgCIIgCIIgCIIgCIIgCIIgCIKoR5CDkCAIgiAIgiAIgiAIgiAIgiAIgiDqEeQgJAiCIAiCIAiCIAiCIAiCIAiCIIh6BDkICYIgCIIgCIIgCIIgCIIgCIIgCKIeQQ5CgiAIgiAIgiAIgiAIgiAIgiAIgqhHkIOQIAiCIAiCIAiCIAiCIAiCIAiCIOoR5CAkCIIgCIIgCIIgCIIgCIIgCIIgiHoEOQgJgiAIgiAIgiAIgiAIgiAIgiAIoh5BDkKCIAiCIAiCIAiCIAiCIAiCIAiCqEeQg5AgCIIgCIIgCIIgCIKolk8//fS9vv/HH38Yw2+ksvcm8JJGd5UgCIIgCEJ+kIOQIAiCIAiCIAiCIAhCylTnYBN1ntWEvJxr7+MgrKx8MiiHrouLy+nMzMzR0voDAwMD919++WUqvM2hGk7UM9SnTp067tSpU7+7urrabd682Q/OldBtIQiCULDOnG4BQRAEQdQ/Onfu/M7f9fPzU584cWL/1NTUyUVFRZaFhYXmeXl5LbW0tEJsbW2/+Omnn3whWbGUsq61ePHi5XFxcd/K8/41adJkzQ8//LAb3hZQbSIIgiAIQgJY1DHtE74VQHyFILxPEz8vCp6TspOwuTSdgwj8viO8NIMjlKowoQQY16Fd6vTu3dvq1KlTXK9evazgsz/pRgRBEIoHOQgJgiAIaaBsThy19evXD3j9+vU3+fn57UtKSvSlmW9VVdUsLS2tgGbNmn393XffXYNTRXx5sGvXrtWfPHny/LCwsK0qgI6OTp62tnYxvBalpKR0iIqK2ubu7j7V0dExFpJLI0xBI3nXKwTysA1eTsERTc1d+dixY4dMQ2ysWrVKhe46QRAE8ccff+yBF1v2EQ31tlUkNeZpESzE3j+pxcpIQTop5cdMRuVuxJGDkFB8RNtqbdqlupGRUQN8Y2BggA5FNbqFBEHIAdWdO3e2j4iImKuiopKyf//+LXAuX4LplR5yEFaO1rx58zZmZ2c75uXlta1W2jQz2w4VaWN9r0gEQRDiSrISOXE01qxZMxeEhz2lpaWqssg3OiBzc3Ptw8LCrsB/L962bdsBOF0oz3vp5+en8t133zU+derUplevXs0GZTB38uTJUba2trGWlpZZxcXFhl9//XV7Hx+ffmfPnl3Vvn379dbW1tlSyEpTHtXzphw5CN9L3po/f/7XKSkp88eOHWs7adKkSE46TmWCIAiCUARwHDwBxzmuzFD/twKWQdRxaVyTcxCuH5dyfjTF/g8dHpJYrSjuvNWk6ksoOOJt1ZhuCUEQCoDuwoULjyUkJHzas2fP/y1ZsgTlKG2uaj9NXdPXC8hBWBGVkydPtrx27do/ubm5baoQYI/Onj17Ulpamh5+3r9//z0eViTDadOmBeTn55vX9gumpqb/amho+O7du3czTxuF2u7duwfcv3//32oTqall/Pbbby3hbTpVZ4KQK0rjxElNTW0SHR39raycg+Lgf0dERJy3tLR8Ja8b6Ofnp7pixQqbgICAPXFxcUNbtGiRAYKU/8CBA3F140u8TTiUuLi4jAsPDx8eGBg4/59//vnb2tr6Nif5fSh0xcbl6gw9mv/++2/TIUOG4GrGmlaRaty9e9cMhMRErmpnrLgxSJea+nvRKCcn54uSkhLDkJCQBfDZFY5cui0EQRDvRa33satSmTQ0PH3kyBEXTj57qtUq/506dZq0YcOGs6gCLl++fBPIS6vF01hYWKzZsWOHwoQDZ+E4n9RlL0JFrotQTneuzBkaKcM8oSFQEqsVbbn/VnoSta/jldUDrWXLln0dGxs77/Tp060gTXo1dYZuoozaKny+WcUzkMv+pwRBEGKogYzXLzAw8KSmpqaWq6vrLx07drzJ+qc8CaSvV5CDsCIGXl5eZ6tyDjKKVFVVRZfNq/CwIhmePHlyBQqsmzZt+jwgIKCx8EL79u3jN27ceBKVpBs3btjduXPH9vnz542SkpKGwLkhLi4u47t27Tpl/vz5Tzl+bS6sBkJjHByLLl68ONnNza2nmPKXOmPGjKvt2rX7Bz4acbJ1EFaq+DDBiZOWcicNwYwJ7F3h8IDfbyBJQ4MMyyEXhZrK8RZ1ceJIo01Kyomj/s8//wwqLCw0wA9NmjQpXrRoUYS1tTU6nKS1x57qmzdvGm3bts06Li5ODf/7wYMHAy0tLd04OYQa9fPzU1uyZIkDjBU/paSkgAzVMXnlypV34BVntT+AI46Ng4b29vbF3bt373Tp0iUrdCTCOR9O+sbF6gw9JtHR0cPgFceGmtqTYWRkZO+ePXuiUzOjijRkDJKgDHrw4MHxOTk5pvghPj4e9wf6P44chDSGyLB8ipZfkk2IWmIhfDN06FBf0O9wMg9OADWYPXv2HOFEV7HrhSEhIeZHjhwZERER0RjAiaYNOTk5COGZz0xPT//422+/nQxjs4nwgp6eXuHmzZt/a9GihTd8DIFDAw7NXbt2XYbXFPjexDNnzthNmDDBF+rq73DuLhxanALtiaVEzkGuuhWQzDmIMpynjNv3E8iX53s8HxrPJU+jzMxMnDBmBG15Hfy3K5SZ9rGT07hRy7R82f9UaWxxyqjrbdmyZdyzZ89+r1B52MSdurRxuN86Cxcu3JWdnd3p2LFjqNtnKUIZIN+aq1atWhoXF7c4Ly+vOZ4zMzP73crKauuyZcuec7Kzub9vOXASx0aQHx3hGQiiLGpra8eYm5tv2rp163FOPpGu1H766achUKY/1QFXV9dTIBuis+8hHFHc2wuf6pq+/jVYCQh9tW3QKpcuXbL49ddfn2AYMlNT09PwcOQ1K7HSe7F3714nUES61JAuHAQXUaNwOg8rEho2A1Bh6tChQ6Kog1BNTQ2fOa72iB0wYAAeifv37//k1q1bAuM3CGYfBgYG/gJvB/BswMN7Ho/l6t27t5+4g9DJyellu3btvFi5Zb160EICQta7/q+kBbPZcGBIRhMZlkXS5bCQUx2lclTPCU52ioQknTiaQDPhBx0dnWxra2sM9ynNDdjVmzVr1h7+C1d0G7JM4CpINHDJ1EHo5+en7uLi8klISMheGB/M+/bt+2bFihUeIAyiUefRlClTPkxMTBzk7OzsNmPGjBS8LyBovtDQ0LBMSkqyg896MhjnqzT0gOzR6PXr11bw9i6kSahBTmkQGRmJzqo7kDZF2kah2spPUjT8yHtcN3r58uVU4Yf4+HibkydPDpw2bdopTnrOd6lib28vOA4dOsSBEqhIhh5FGEOkVT5Fyy/JJkRtEISFGzt2bAyM0/8y4wfqR23FJrpypQAO93CkgHxjvn37dpUvv/xyora2NuqGOnLKP+qgT42MjNQdHBz6izoIIY85LVq0wImsj1Gf5cqMUmhgwygL2jC2NkYHIbyiXojpXiuS0acW4Tgj4bqFoldQOToH63S/K0kvD6eAUve7cE81QG76PCMjQzhhzBFecNVvXH3qs4X1UJ6OJwz3C/mYIfK5sgm+fBuLLeTUbkguqRmNDRs2hEVERPzf6tWrvxSetLGxaQ0vKGMk16JOamGEAKiXgggBMP6/gBe0b2fxvQyQd92lS5e6vXnzZrzo+cTERIxIONLNzW3g9OnTfTnZOAnfqRzox3F3d285c+bMf7KysiospEKHZ2ho6KF169a12bp16zoZy1oqnp6erX19fY8XFBToTZ061QfqhgecR4dfYiW2hLqmr5fIcgWhjr+//1p0DuKHhQsX4qw/WRgOa4t+Tk5OPyV5ruggxNkIOdnZ2RUMooWFhdhosRMK5MqcQC/HjBmjduvWrcnCNAkJCZ1BsRo+YcKEP3jUUDAfWJb8s2fPThO9AJ1ajq2t7a/w9gJTFGWdZ+M6npf2/74vaLX2kGFZjBXkvlA53o8nzAjwX0V7TweJjBwc6hoaGtpifSjORveB/BdLKf8YyjSD/VeZRFeWB5lu+u7n56c5ZcqUhZGRka4gAKLiGj5//vyLRkZG2NcGODk5TQEhc42KikopjDWPuLLVgikwlqbAORxLrJjAmSjn8aMuQrdcxjwUvnfv3t04JCRkdm5u7uCioqLmJSUl5XvZYPhsTU1NfwMDg98g3UV4FkWV/IY6KFDDMzIynPLz8zuBvGVULhGrqBRAHXqjra1908rK6iCki+Hku9ef6vnz5+1jYmLsRE8+f/58BhvLFXJG7kcffYSzKbkPP/yQe/r0qdyNTUr+v8b1NL8kmxC1GvdgrM6EMfwYvP8TjiBmuMkVm+jKwZiDRmmMBoCONNTT4/r06WMGMkAjOeYfxwB0WmZmZWU5wWsbETkMV5nfYfqscHzHMREdhOhQQKcmGr+82KFMzkF0qkXCsVSRKydfnIMMi3dIL2ungNKP59HR0WOEH0DvsLl169bHUE8uQXso4ZSfCu0e38vJSYh9yznWDzmyc5VN8E3jZBsS+F3rqbGStktFAifwJFhaWkaIntTX18f6rVXDOIEr75Y5OTmtB73YQHheT08P3+vzvQw48QF09vnizkERWUbf19f30PTp0/vJqK2/67PQffDgwaaxY8d6jx49GqMsmUO+Ox08eLBZeno6RlPERUYTubJJHa9l+Fz0rl69uhtkxEZWVlZZw4cPR1n3PlfmMyiRQHqpYGNjwwUHB6tAvcYIHdypU6eS4VwFm0x114XX4LmpCM9BmUprSidMU5P9RyIOQqj8qkuWLLFq0KBB6saNG5NgQKnsT80CAwOd8c3gwYPftGvXDo1TRQsWLOi+f/9+NCrK2xGlp6OjY6BkHXIRKIFF1XUQcPiYm5s3MTAwmAgNu9z4HBMTMwpeLnFVh1mTFzogNFZY5Wltbf2KCS5xHHn+35dDcHxAt4EgylFBRD7j+JZfm75GaOhBJY/tKVNbSlgfXSqaCa4spLVM8PPz0x4zZswOEGrn4GqDpUuX+k+aNMldW1v7ClwOg2tfwzUXGGPUQfi4MnnyZLwfmnPmzBn78uXLMQUFBWp2dnbYN2vw4BmW1iFdCSdjxxkqEMuXL/8C7ueO4uJi/SqUiOZ5eXltMzIyPv3888/v9+7de/qiRYvCUN5C5+KBAwdauri4HIdxvF9V/wPPxDI7O7tnWlral8uWLVsPSstPnPxCruk+fvx4wsiRIwM8PT3bQb5UmOzRw9vb29re3t6Xk68Ds860atWKMzYusxW0adOGDw5CgiDqLzkWFha4atCT+885WBvZQ+CYc3R0PA592Ew598MCeQvGxQrjFMgdJaw8lRl08Lwwkgwfo/zUKDNWc13oVEMU1kHIM+egME97uNpFHqHVQpK/96o3b97sFhQUVMG+c//+fZe+fftiHclU8ltQabuXk5MwjbVLwSRW5iR8a4JvdfTo0eNnePlZ+NnV1dVu8+bNfhy/ti5SZFS3bdvWLj4+firoc2OEoR4RPT29wMaNG++G6yc4+YR7rAy0RaPd/2Ud+wW1w4cPDwH91xnq1BsvL68PRWwiqopQBsAkKipqBrSjZxMmTMA2rnXlyhWbY8eOlW/jFBcX9xG8NJVRO3/XcmhBnToCr2Zc2eIutPHYxsbGzj558mQrTKCtrY0Ts7BcsnIQql69etUhLCxsBH7o0qVLGLzgArQ3VfQ1dU0vLXRat269y8HBoV9ycrKg7Xbt2jUGzp2HurEcn5GTk9Nn/fr1Q7uQPV6HtC/atm3rfu7cuU1ot3F3d8dVkCHiP9y7d+8HkydPngf97TPsDrp37/4gJSWlnWia0aNHH7xw4cIyrprtXN7XQahpbm6+ePbs2ROgg7IHRQRXduGSiAKxBq75ww8/LMnLyxOEKenUqRM+DFwarFZUVLQXbkJbMzOzU/Bb+1euXBkgpwFEjYXfrG+g0BXDlC01kQEGVx6goZJvDsKGr169qrC0uUmTJtjJxXNy2JtLKExVoliUh2Oog9JRF2S5n1tVZeRrOaSVVyoHUVcsRJW8OjoJ5YKfn5/K0aNHTYcPH34EhNbRDRs2zFu1apXPkCFDzsLl65cuXcrYt2/fUVBMRhgbG+evW7fu/uDBgy8VFBRkTJ069cvg4OCvYDjRmDt3buC0adPOykKx3759+/RGjRr1LC0tLVRVVS1iYwGOaQUbNmzQMTAw0Ny4ceP4Zs2aZUIadGSW4KpHOIrZ2FcK3+MgjTakVYfXISCPCOJDQnqVsiScCqRRPXHiRAcJG0Y0V69evSo6Ovqb2n4HlEEHHx+fm3/99Vc/+H7ExYsXmz948OBmTk6OZW2+X1xcrBsTE7N7+fLlTXbt2rWRk48BtWFERMSoRYsWXQD5sfHdu3cFYaWgHml7eno629vbP+cUbC9CW9v/ump0FoJsgoqfPLOk7GOIJMqnaPkl2YSoLYnr16/HMOWv3qGPxxDbT2Es3MLxJ9JPvZEZq5AVRJ1qCr0PMnM6OIqUTd77eEWye3uuNv0fJ5+VU8rc7+o+efJkEshMuSAzlYc0fvHiBe5jbsYphoPwXZ021U4K4IGT8FYt/7toypQp1+FAx40mG0NQeUJnQTZXFhmnRMbtQ9lscYgW6OTfREZGrjQ0NExydXU98sEHH5wBPXAAbr8E9a5deHj44ZUrVzrs3LlzIY/0qBKu7nZatVmzZuFKt71wdAedvZlwSywFKoNhmzZtgidMmIARD9AhxQ0fPtw+MzPT5cyZM6IRGhryvBxYj4K5Mv+N0DcQHxAQMFNQSEPDks8///w6J1untG5gYGB5VEFra+v7TN4tkFB6qeR53Lhxv4aFhY0dOnRoiIODw20DA4M8aLPqcOB2Ro2/+OKLab6+vps7dOgQP3v2bMH1q1evtvr333/Xjhkz5sNz587NgDolkBXt7OzSnZ2dn2BUkKCgoEYHDx7s7u7ufvvjjz/uMnr0aNVGjRoZp6SkcHv27LldXFycX1BQkGlubo4Rv3Q5CTsIVaHDaf/69esFiYmJTqLLfS0BeNGu5Eab+fv7T2cGlHR7e/vzXJm31tTExKRhamqqQWxs7Bw84EZ46+vrn/m///u/H2T8wAr69+/vc/v27SH1TRvx8fFpCgNKhVUeXbp0CeFhVtWuXLnSIycnp3wJNDSaYmhgV/igWBQWFp4XNBBVVfQ2pwoViPz8/JNw7rxEe/aSknQtLS1ZKiiRClSOyp5H+QxoOC/xVVjSLAcqrNCpC50UGGqyVMHKUWV7trKy6pacnOyUm5s7AOqXNfx3iI6Ozo2GDRue2rp168P3DeHJA4zFlTw+Own9/PxUN2zYYP3gwYOT8Fw+hiE9Y9OmTXc6duyIjr7bGzdubABj5FEYs7uAQpLx9ddf47W/QRZ4tGjRonkgnCzR1tYuWrZsGe4J+BtTMFOkne/Vq1djFIJHTOgVP3T27t07FNLgSgrcq6BU7OBEXrX37dvXa8WKFTjzSriBnIrYq9alS5ckkm+cNf3rr7/av3r1aqPwHC4UhXta+OGHH2br6uqiDFQK7V8N7rEOCIy68FwE+cjLyzP39PQ8MH78eOdr167tF3UOGhkZlXbr1i0XBMMcdXV1bEMq0MY0QkJC9J48eaJZtt0UaO2vX688duzYDSbUy7KtaWzfvn0qCKlB0Na9O3XqZHb37t3RwosgJI+Dlx1c2SxHxWjoxsaCsKKiYLhROTsIpToWCseiSgxLUhlDoE8RzhjGVbOl4uV71zEvKysrys3NrUL45vv37+N/lEjjeXBVGKEVTTZRAhlL2Ulghpx32QwVjTxo2E16x+8T7y4XVNj/i50rdw6iDAmfhcZwjlMOxzkau+S6Mg/uq18dnpEJjecSpWFgYOCImTNnRuzevbt8tQPIrdo//PDDQrjfa+D51GQT1FqyZMlXcB/skpKSym15oJPEgJzpBr+LKy+kNRnufZw2xlA+XM3RF9sBlNOW1bEn7N7fYrqkrNu50ElY2//GMmEbwi0lRCOhZLBxpEQO7UPZbHHq+/fvd8J6hh9w266ioiJ0vj4fNWqUxvXr1z+OiYkRbE0BeuXMkydPXpo2bdo5jqfR1XAVINTz3np6el9hG4F7+drKymrZxo0b3dk2GpjvWFYPEyB9P65s2xJFKkPunDlzdrM2EM6+9sbU1BRXS+MECK5169YZnAwjRL1LOeDIFfZbuJ0J9HGfgO60BOob7l3IbdmyxbNJkyZnmdwpK0xAx3Yo74S1tPD+plenqmdkZNjWIb3E2++3337r9Pz587H9+/dP2LdvH27nJZzAh/1jNBymQUFBixs0aFBw9OjRa8bGxrglXMHo0aNbQj0yvnnz5rjDhw//OWTIEMF4rQ6MGDHiHva70AdYQJn0YMy0hL5gFXzHTUdHR7BFEq5ANDExecbKiwurqh1P6+Ig1Pzyyy8XQ2UQrBYUvdC8efOivn37hnXv3v1VJUKU5p49e5alp6cLPONQICzEczZgmI0ZM8b30aNHpl5eXoK9cvC38XBycvpKxqsKszp06PD4o48+Snz69KlZPdJFDM6ePbtE9ISjo2NUly5dcI+tLJ7lVS80NHSA6Al4Zomsw5XrSsfKFAuhAgGD8yMpKZEyVVAUqBwoyD4BZUd0sDUSOmjwPLxPUYTngfUKfxeE3HQ4hKdLmTJnoijlqEwXXbt27aegxK2BsaF8RVZeXl47PEDo7gfXt0Fe/oAyFnJKAp+dhH5+fmogfPR/8eLFoczMTEsYAxJBkLkKAh8qFz6zZs3qDtd2g+DYtEePHvEgHHrAtfPe3t6h27Zt+xIUFmdQwnNhvH46dOjQU1zZPqYRnGxWp+E4INxTT/wwgjqVx/qFdO5tp6CoUUS/oKAgn419lY1/2KdIciazPsgb6zBMK37ANr5gwYKIXr163WZKrdChiRN4TF1cXFpwZeE7VJgg+Q9+BhnLjd2DViJ9YDQ7V8DS457PreB59d67d29rUCpxdaRqQEAAbvjuLWMh2SQiImLS4MGDsY74g6BcdPHixYHR0dE4o41LTU01//XXXwc6Ozv/j1OQsOHoHLx16xZnb28v2INQ9FxZ9eO/0fMdxwpZ9GVvzbB/3/1ra1tPJVw+gWwiXoaawgryVTaRdV2Wk1FekSk36Mjp+0TdwXG/wv5f4s5BkXQnRN7zkdqueONDyE6Ld0gv83wryXgu/r+a33///bxOnTr5Ozg4hMBnK6GTA3n9+vVIrmzCWFWzrVQPHjxoe+/evQu5ubnNpk+ffnLUqFFfBQYGdty5cyeu5GsOv7cWZOuP9+/fj20qW8JFeF+njdAR94S1FWF7Ee77l8bJbxJAXf67iD0juc2Kqwe2OH2oW4OEH6Bua/7222/9N27ciNsD5UDdq2DPNTAwaA8vV6VQ5yVTudLSzO/cuXM0Pz9foPvBq3lISMjxu3fv4t6jL9kkcbRzpWC4UdDPcxStDFyZYxB1+TwoTz6rM9Hw7MrbSefOnUM5Odvca/EsSlnedZcsWXIiNjZ2guj3V69e3aNv375/zpw5U5blMM7MzCxfhenl5dVzx44dM7OysgSRBlu0aLFdLEqSUXx8fKs6pJd4+8UFEfimX79++MwvcmU+sUJm5+EOHz48GfJoCv1VpLGxMS6Auseud4DvdL1582YjGEc+UVNT82DPCW08OMkbfWWWw4cPRwehS1hY2HCubKs4Ae7u7qUvXrzQKgVgXAyuqU+ojYNQY/369Z9HRER8L7paEFdu9enTJxuO15aWllg4XKb5mHt7pqFZQEDADNYAMuzs7NC7HIneaKhkySAMnIIjdsaMGV0ePXpkDQNpg5cvX2rhfwlXFX7xxRcPjhw5MljKjQc7naC5c+f+vm3bttlw8zWVXAkROHzz8vKmJCUlCWK+46oDJyenqP79+x9Gox0PBxSjlJSU9qInmjZtik7peE6+cbYtJKRwvMv/SlRBwXjzXJnDVUWGZZGWoiU0/Isa3xSpHBZM4K0qvEgrBXseQtRgcBoAbXlDenp6m8oSoNNQVVV1A6RLgrJfU4KVhKIKDO+chH5+fhrOzs4zQkNDd4CwYTxixIhoV1fXc9ra2ii8+E+ePPkzuPa1ioqK+oQJE8JBEDynrq5+9fTp0+knTpz4Li4ubqiFhUX6ypUrfXr06PE7fOcGV+agklW/jHsfx1TRp5XAOIdGznRIk1RD/1cKaVEwzKzq+UAaSToIzaAddBd+gHuX2KtXr4Nc2YxhHNdQ8NNevnz5FrjHaCRRE+mbHUDOm4DCnkoZ4vsxFJmaml77/vvvV2loaOQy4bORvb19IAjxy0DWwv0OOFwpypWFcJKVg1D1/PnzdiUlJcbjx4/34ljIlQ4dOoRER0d/JEzk7++PcuN5TkFWR+BqQTc3N8FKQnyPoKMQnYRy3ItQ4WQQOZVD2csnFdlECZ6HVB2z1Ywz8g6nSPBXPkSnmierJ8I6gs4EUeegMB3f98KL5GoXtlNeITvF2yXf9yBUlvFcnAYg+w2fMmUKOsIjevbs2R2eRcfyShQZaePu7j4Yzp2qQhc0fP78+S/oHMQPIMPjireAdu3a5dna2g64e/euYIFCYmLiINBZRoI+8xcn2Yln7+u0Savivtdp3z9CeWxx1aDu5OTknZOTMwr0dkO0xY8aNQqdoqj/pZcIQ00xdHR0DJjux0tAz2u/fv16DxMTk6aLFi3qhucKCgr0Hj16NAv6gfVcxQlKqO6WKloZ2Mq7txxOEREROOEXF1kVDho06AJX5khUhGeBUZn+5+np2cDb29seruPkY8Fq7xs3bnyvr6//DMr8gJPNdnHaqqqq5asnrl27Nkb0IowrqxcsWNBVZGKIjqitpBbpJY0+5FcwTsFrFI5TNjY20cKLwcHBhjBeNMf3mpqa6BjHFX+RkKYUrqmy7/TA31BTUxOu0sY2kQZp4iBNjra2NkbLcoFXjLZYPnnhu+++m4OvTZs2xQiR/3I1LKyqjYPQwMzMrHdISIjAOYgxZqdNmxbft29f7JDQW4nOQfyzGFa5C0WELY1Dhw65CFcPOjg44OyNpyKKEb7iSrVwqFDX4DfbwdExISGhw5kzZ2yg8gkqXUZGBhrQ8IYFSbGSYUWOatiwofvOnTvVLly4MAoqiinkQUeZRs8XL140g4b71kDWrVu3fOgAQuEZnWCCSxTHv5n7RtCh2oieaNOmjS8n25UPlRoZ6nhe2v+raP8l1d8WMwApUjneCk8pZlQyVtB6pQ99/ILU1NQ21SXC65gO3j7gQRuXtBEolS9Gwi1btuhNnDhxfXh4+Ep1dXXOxcUlaOHChWfg0pXHjx9HfQ3AWDgLxuiCOXPm+Ds7O+Mkn2tbt27VBWHwx+Tk5K6ghCeuWLHidvv27fF7GGc/ediwYXMLCwuNr1+/voOTzx53ikCDrKwsI+GHli1b4iQrwao6XDmLIUjh6Av3f/K7/HhsbOxYNze3E/BML6JhBX4L5bR8c3Pz3vAqCOkJiiaumjQFYTRURmXWu3v37nSoM7hKEkPNoxCsNXLkSNycu9xBGBMT4wDKh7W9vb0vV3GVJ+9AJ+CrV68EKwVfvnxZ7iBE8L0cHYTKIoMYK+n9U9TnpCzPw0JO5cD/laZBsUbHp4mJSYWVgbi9BhyvqvsOOTYli+jKYdFJYyJOwkiWNFIR9q+uRM5Nq66eswmpfAHvNd/3IFQmm4KwDqidOXOmP+geGt27d8eVEm8GDhx4XtRBiAQFBU3kyiaMVaYLNo2Pjy937Hp4ePSaMGEChuyMUlNTc+FE9vbKzMzE1Ru4KkOSE/2UymmjwNQHW1yOmZmZ79q1a3+G9x2ZDuXt6uq6JiIi4gvQ47REEzNniApfHxjofS/btGmDNueG0G66QvsUOHu0tLRwywx0gPA+gsE7lkE/MDBQsDhn3rx5Nxs0aICTZZMVpBz4Gt6vX7/f4Yi+fPny8OPHjwtW8aFDEfpq7HtncrLZN1a1pgRiE0PUcDZ1HdJL2g+iDrK3wE8G7RXvqXiYT40mTZoI7B1RUVHoA8tD5yC7lp+cnCwoL9SXYlVV1crGkLzXr1+XMhkfV3SX+/l8fHyuFhcXR8J30YFYo2+rNg5CXUNDw/LBNSMjQ3X//v1Nr1+/Ht+sWbP7c+fOxYE2pYpZPSbBwcFT8E3z5s0LoCKh8fAVi8nLCVcRMgNRxJUrV/KgYnWC4wO4CXrl1iQ9vUJONpt34gpFNEZljR49GlfQtZs/f/5HkM/eyjJ6Dhs2LHHmzJl/lj3KDEsvL69e7u7uTR8+fKgFR3t4thuhMmZ/9dVXL3iWddx/0EF8/0FbW9t7nJI5D+SozOELrl6ZzU6tgWM7z5Q4iRpJFOz5pCqBgUb9p59+GhkXFze4NokxHaZnoUaLmEKpsn37dgsYXBc6OzsLZv/o6+ufs7S0/HH16tWotJfy/SZAGTZx8tlTogJ79uzR/eWXX5aGhoauNTY2zlu0aFHAuHHjcHzwgPteeP78+cOgeA8FgSV75cqVjwcMGIACk+eyZcusQRHenp6e/gGM6zHw2aNly5boOPQ5cOCA6sWLFw/A96bp6upiiMtjXNleRoqCLOuPFih0xfn5+QJZ7M2bN+hIjRcJq6vWu3dvbRj78rOzs7Xq+uM6OjqF8MzUmKxXzJyOCbGxseVhWtTV1UsgD7KKmKBy//59GxBgR0P71fX09JxaVUJQNLDc8+zt7XG/lhw+VxiQQ7gHDx4I3qOjEPcdhDYj+IyveMh5L0KCICofi2u7akhS8GJFqpqamsY7/u4TBXm0JSDToG2hhKf5q6CfiEeWqMm5xmd9iu97bVejY/F9D0JlxODx48fTPvroI1xAgFEzIk1MTLwHDx4c4+Hh0VyYKDAwcLC/v7813PdHwlB3ImgvWLDAa//+/X3wQ9++fdF+hTJtZlFRUQUDLOgkOCEPjaOSNF4rldMGVWoLC4urIMv2EJ5o1qxZ4NSpU5137NjxlMd9an0AnTO4MAfHtma7d++eATrVH7jv5bZt29x37do1MSsrS3EKk5uL+9V5Yln09PQKMjMzBY4LaDP4qq2MZcCQynv37p2XkpJi7OTkFGxjY3OaPdNcRSgH9L85UAbsY1GpDcSIU/Hx8fNBX28gMGpoabXkyuxbsnAQFkNflZKQkKBXXSLIH9oK/3mH9JLevqwQozj9/PPPg2A8a1dJ/Sh0dHR8eOjQoRwfHx8LSNMkODg4lDkJte7cudMVE8FvvCgpKaksQpfWhQsX+uObzp0744S/AhGbijeMU7fZc6tRlquNg7Bg5syZf/Tp08fo3r17H92+fVs3PT1d5eXLl7Z4eHl5rYLB/LKVldXvW7duvSBixFU/ceLExKioKMEqkSFDhuAySX/RTKGh9+jRo03hBiyE3xwrjAErpF27dkX9+/dPtrW1xaW3sgh3iQ8AnU0oJEawhtIPDqVxEObl5WGDxXCwb2BAMRk1alRwy5YtR2/ZssWWVSC958+f74eBRn3NmjUo7PBl/y99qCefiJ7o0KEDdmYxnPxDoVa2z4Iwbry0DBDlvy9BsOPBWXrYyX/AlTnLD7E2m6ZA5ahJmZVGWaRVDnEFVtRJqIjl0EtOTh6Rn59fK8EP02F6riyOtnAigF5sbOw3IFyVOxfg/Zfa2tqN4e1cjn97p4oLh+6yqi81oJKdnW0RGhq6CsaC/PXr1/sOGjToNzh/a/ny5S38/Px2pKamdoR+NnnFihX3QYFH5+D9WbNm9QZlfVtOTk7DsWPHhi9evPi8sbExhiJ9BulaPH369IekpKSeIISlzp07F8uqq2DDpCwV9xJQvNMiIiJM8cPjx497BAUFGUMdecOMICVNmzZNgvH59LNnzwaAQFhrR56qqmoBPDuvFi1axAoVepS5Xrx4YQyCZz8RxR/blayiBWAIEqe2bduGbdiwAWexJXD/7ZFo9vDhw/7ff/99uRwYFxc3hCubHMZbByGGFAWFSOAYFALPsNxBiOAqQjk5CNOk6ACRZR+WJidHTho9J6V+HpFc7VcNSezecTJYfVTD89GF8aWb6ImJEyemwIH7kuRVc/8ViUIWjkyeOmyFFYIi9bdS/YTPe1RzdVtta6GA9cXiHdLLuozKMp4L+ygVf39/q/j4eLutW7ditJg4pr+FdurUydvDw2OcMC2Gr/Py8prWsWNHjFwmbkhP6Nu3769woIMRnW93du7cOR30lBm6urr6ognV1NTQ7qku4aIoldMGaGxlZWXq6OgYuGfPnisglzf57LPPRoSFheEeiximrjaGf2M5TGpWFltcdeCYlr1jx47mAQEBbhhWF505X331lbu5uXm8+GpVvlNQUJDNbDtGonlnq7xUlK0MGBXI3d29u6+v79yRI0e+gDaG8qcg6hIn58ntdSmHcLIxS583aNCglleuXJmO1zQ0NHBChKycu7nNmzfHCegtqkvUqFEjDWaLqmt6STsIM3v06HFn2rRpn5w8efKDUaNGudvZ2Z1WVVVNhrbcunfv3h1v3769Z/r06U+hTTt8+eWXJ5o2bXqkT58+KePHj3eC8bI17k3o4OBw9/Xr18J7rIJ77Xbr1q0LXOvt7e09BX4zfd68ebi6p1zOPHPmjCH05a1zcnJaFRcXfwCfL3Nl+8ZWSm0GSXz4d2GwyIXDbty4cZ2hYre5ceOGqXCvwMTExEl4wKA4DSrMaeYkNH727BkO+ILVg8OHD0cPebjIzHjEADLrnpKS8nH5CQODYrhBmTDQR1taWuJMFTx8uLKQlzJrJ8xwhUdjTonIz89HKQUNcxgWFmcFPAdBLP1DICgoqHzJaWhoqCv2ZZwcNxsWo0FsbGxX0RPQaKJYpyrvUKiVGRlEjQDSMEBIw8iAM/gasPfhMjKkSMtYYiFjo5AsQ84IFVNFLIdhRkZGnQR0lt4QxyIUrv766y876AumiKeDc07ffffd/bVr1x7ia//LnIP4zDxZGCl5ZkcTFO5JIJQYgmARAwLe/+Dc9Tlz5nR78eLF9szMzOZDhw6NXrRo0Q0YwzG0z2NnZ+fJISEhG3AiyaxZs17OnDnzjLa2NgoZQbNnz+4F3/sBFOFWILzELVmy5DYMK/9ytZip9L6AsuRsZmbWHeTYQjiKmdCDskbJhg0btECu0ARhaxyMGajYlmCa0tJSTFeqpqaGdkSBMPz1119r6+vra8LrYCiz0AihwoRkVRCqVNzc3DpKMOsZ3bt3fxoRETFQIGylp5tCWc5BWVZ8/vnnV5gsEg55QUUw8ubNm30wJCkK7JjpBg0aJIHifg8ETfukpKRGmEc8r6urm9m/f390Dnqxsb4Ifk9r/fr1Q+Pi4nbAsy2Xa0CQDOBkM9NPxdPT0yo4ONh51apVR9l4I7rngjbUw1jI89ro6GiBLAKyYfNdu3bNWL58+TaOP5OVKlBZCFH8DDJs+WcMQXrr1i1BCFIeyCaKOOZJsxzKXj5plENZngffVmnJ6vngGFbBQfjnn382mDhx4gF4+4oH7eF9Ub1//35zkE1y5KwfWlQit9e0Es+Cr3VSzMCO5ahKljdWxEajAHsQKst4LkTn4sWLs0Duw62G0GiL0chK4TnE29vbX2rWrNnIN2/elK++CwoKQochblkgvt842upQD3nu7u4+8N9//10M8rDlsmXL/nz+/HlPDw8PfSmXQ6mcNoC+jo6OFtOlXqB+2K5du36gR7Xiar8ySND3ydhJWFn7UERbXLVj2+nTp7s9e/bsHOrheOKTTz4Jb9mypSc+F9BRiznFpJRTfGpTBqN//vnnaJcuXUJBdz/F8XNLr7o8C4x6FAx6O9p6BA5CMzOzNBk+z7ShQ4defvjwoV1MTEyVUTHs7OwCubKJ0nVNL2nQCfvc1dX1qKGh4bTLly9/4Ovr+x1esLKyih4xYgSOY+mTJ08+aWJignJ5Ky8vr28FQnvHjgmrV6/2d3FxQcNhADT1tnjez8/PBA5XQeUyMspzdHSMWbNmDdrs7nMijt3du3cvFb5n+xDi9cSqMqpey4cfzn7kib6+vmW/fv06wPFRREQEriBsefv2bX0MPWoJ4IAPg0Hu8ePHP42OjhZkfsiQIbhy0LeSjDSCG9AwJSUF95IrGDhwYHLXrl0D4T9wBR9aXIKZIICzcvI4QtIdACpPYXB4Q2WJxdCuwovwPE3v3LnTvVevXuc5+YcTUAkNDbWExtxU9CTUK2xIvAghWVloEmEIkrqELamjMiPNECcYZnS76P1VtHLA7x6HPM+o7fPi+fMoL5OClwMdhM3r8oXXr1+3mTNnzt8wvOzduHFjTlZW1qLS0tK34o7DORW4hquMT/PU+FDBOciDLJk8ffrUGUN4w3j+gAkL6YmJibPQOfj555+/BEHkAlz/Jz8/P9jZ2XkJjPlLQGlUW7Vq1ZNJkyb9oaqqik6syKlASEjI9sLCQj0QTiIXL158GcZ2XPX5iI3fUgXy48tkjBJ2lIq81wHBaAgIVjeZcFZaySEcE7X37dvXa8WKFQ/FZA4VkVfdixcvSirriXC//n78+HE3GH8F+zzDvW8Nx9/h4eHcsWPHqh4UVVQ4+O4ueHsNZCYNyNM6bAPC69evX+9b059Dm8oZN27cX9UJiRJCbdOmTf2joqIOgFBrCO0UjdDXxIwGKI+mdevWbSTIjvbCk3Bv1m7ZsiVyw4YNuLq1iE9tWltbW+AgxFdQOmpM5+3tzQvZ5F3GhMr6LBlOcKjKkSORMOLyDt1dVThB0T3K+DamS0selLeMpSTU5PgswT0IU1NTxfcheYn6IB/1VV1d3QqryJOSknDSWFX7z2iAnNkQypgk5zHDWOx9te1ZXL7nGZHcfwZ2LMffStZmRMtXm/YVyRdbw7uO5zzYPqQh6HdD/fz8WoG86ihSxkoTx8XFmZ87d24g5Pt/Ytsa4eSxtPnz5x+FfgGjTnBz5871cHBwCILf7iqDciid0wadmlllyx4fgT70+dmzZ5uDPuLJ1X71pbHI85SZk1AJbXHiGDx69GinsJ4xopiuTfIRj4F6ordkyZK/mjZtmrNs2TI3rixKYRDKKKAf94W+cNzhw4dxayc+7ruoBv3p4Pv37/+rp6cX+PHHHztzZX4atLFkQ97L89yjR4/7MixDaoMGDe7Nmzfvxs6dO4dghEvxBE5OTiHW1taPhPafOqaXNDgWoP3jCtSFHDis0tLS9EtLS/NBXn3N5HZcmHVj6NChuXC0g+u4v2MpC5mP/ji8vxGtWrXS8fb2PqyqqtoSvo/XCnCrIPZ9DCWKTs7Gv//++x4oZzdIg88kB7r2vNrsQ6hehwJhx57OOiJ0+HlZWlrawPHR+PHjO9++fdu4RYsWKUxgN4yKipoo6MkMDIrZ6sFQ6Jzf2owRKlnQF198kdC6detQVtlwmT6G98RQAZkcv7zqyggqT8mFhYVvNWZ9ff0GrI4UyDmPmvfu3auwZ5mVlVUWVHAMW8sHB6FFHc9L8n+lMZMRnYMoVH8qo7JIoxyovJ1jBjZHGT0XaT0PoXDhzpTXSAUuhy7oHAZ1Gk2Li9VSU1O7wuFWo9aeltaB4+HsZR46B5FGCQkJFiCsZoMyix6vaFA6GqqoqGD8eK5Pnz634N6fA8Uw8cSJE9/AmP4ZCDD5oCw+GjFiBI7pHrdu3Ures2eP66tXr5ZqaGiUzJkz54WLi8tf8B5jt+PKtAxONhNM0BCI+35U5vgzhHIVsLyIzmwTneEmfK+fn5+PxoYs7u1QtUJBUpKr7VLhfnsvWrTo9127dk2LiIio1T6DIBCWjh071mfSpEm4QjAa3uNevPegnvXAVY61+Q0QLguWL1/+JzwrdA5L04mrCf+zMjo6eovwBJQVw5f/LGI0UF+7du24sLCw38W/DLKJzrNnz9zmzp37yYEDBz7jeBRuFFcGYjjRq1evVnZ/OXg+FdLKwUFoIcHf4eOqFiqffMpnIcf7oYwr/mRNodj4x40cOTKAx/nN79y589MzZ86Uy/I5OTkYbruqGeA6/v7+9iDbhHP8MbbV5BwUl+/5htDprFR7u4uiAHsQKtN4h9sQfWJkZFSyf//+I0yGzxe5jhPJuixbtqyPqBH36dOnM8aMGXOeq+hs0sOtDpKSkgYI7UMDBgxAoSwQ5EdHGZRF6Zw2oGOoHjly5GM4BG0CXj1nzJhxuRL9p1b9gYychBZykldk2Z4aZWZmthc9AWNdc9ABi3/88cdJ4nurgU6JCz/USOSRuw1Ia9OmTdtiY2P7w4Ht4XvxNB9//DFG1jHi+Okg1M/Ozsbwwhy8tvP09HwcExOz/ttvv9114cKFpjdu3NiM19C59sEHH6BNIV1G+RKEd7axsTmxefNmFXd39943b94UOL7at29fPGzYsDB7e3scXwJZ2lKR9JyHh0fPixcv6leTXhqgDQPlbZyY3djY2NiQ5Qv70Tg2Fgo/+8H1hsz+hH1nPPse2rTCTExMfhEZY9Bfls2uC8N1o/3tbxhn74nIy4Xsd6rtt+sah7uU3bAY9ue4ws8HVxUOHz4cOyVBKKtr1645PH/+vB9TOtA7/pirfIZ66rhx4/bi4M6VhRcQXS1YSl2K7GSBoKCgCvF4QbHKs7W15Ut4UYPk5OQuoiegcUexOsOHjtS4juel/b/vgwdXNkPhUxmWRRq/jR2pJxuYOTEnobEClUPUeHCClSlNUcvBlW0cLzUyMjLMuLJwpLwxqsCzW8aMPp4821vGQFNTE0NtloIuiJNyMp88edIelFyBAxcEv96goH+Ql5fXPC0trV2rVq0yVq1a5dOjRw904nju27dP5fLly4fj4uJGN2rUKBsU9EAY7/9kfUiwiDAmC5Lg3r6pou2U5OTkoECUDmmSa2hnuNeJwEFY1bOCNBJzEOKkKfi9YLh/f4KwWnru3Lkx169fN0tNTa3UyYerBjt06FDg6Oj4rGPHjuikfclkqyBQEH9v27at+pkzZ2xB/tKqKqqRoaFh6cCBA5PgNy7o6Oj8yX4jX4rPRmvXrl3oyNyEMjgTdHFfRD/W1+B91vjuu+9QfsQQGBj+rhlXNrutlBkkgljfp8PxxEGIqwJBkahyFR3uSYj7Dgr3IsRXoUORB7IJn8YEKp/ilc9Ywe9HfaeE7c/3n5UlNzeF40lElkrItra29hs8ePAbDw+PZsxIpXn8+PFPZsyY4cdVDD+t5ubm1j88PLzfV199hWNOBh8KUN2KO55OIKu0/Smrc5BTjD0IlWm8M378+PHsIUOGoOHyBpMJRVHV19cP69atmw20+fLoUWFhYQ7+/v7W0GZ8mXyodvr06ZEgaw0QpjE3N8eQo7g1UYqMwnsqndNGTU1Ndd26ddGzZ88O6NWr18D4+Hi8j2jUTn+PdiPtNqNMtriq0AMdMMHLy6v8P0Hfaw/9cjC0pUu2trbpoMcbCa+BPjk2ODhYBXSwqTzQnVQfPXpUwdYM4zju86YKbcIYx3SR8zqcSHhE3F7m5s2b1iEhIeX1LSoqyvTChQudR48ejQuLivlaBsi7xo4dO+YFBAQsrO6HbWxs8EWDp+XQt7Ky4p49e1aeHp7Ft1DvvhV+HjNmTISjoyM6OZ/LsK7hGIB2nVu4MnPevHnP4WjDlfm30EeAs3Jvs/fCsUCYPgv3+oOjHVdmm6wqvTRA+xiuJERfhjASRomYzSyB2Xequp7MZHYVkXshniaT9dsvakj3Fu+zUa/4qkItJqRrQMe1HBPg6sH+/fuj4BtWyepBJIU9jGJWmWi1oOzR2r59+1IWrqWccePG+bCKKe+QXriJtSUMeH1ET0LDDmINgxzJkgNX/Q5i72ez19bc2/sRKgrVOQkVhiqcgwqLoaFhXnJysp60+guuhmXzMiYSDnx+aTw0/Kjo6uoWYvSb9PT0ApzJq6Ojo9akSZPM3Nxco9jY2NalpaUfqKurl3bp0iVp5cqVt9q0aXMWvndvzZo1zR48eHAAvtcRzqWsWrXKu3PnzmgAu8WEnnw+lVNVVbW2G56rMGFMlpujowD3UEtLC52SYRMnTrQLCwuzTkhIMCooKFAT7jeor6+fb2FhEWdqaooS+l0mO0UzJ2M0vL8IzyJhw4YNvdLS0jrBbzTNzMzUFn4fncHw3QwQ8kPhfvgyIRgFeWkbUPNZO7gs7I9F+mdhmyhkBiIs19MqfiOB48nMSnT2gTIucBJWB+5FKHQQIhiGFPchROchQRAEX4CxnOPZuC1uTHk5a9asYykpKcsePXqEhizu8uXL64ODg3W2bt26juVdC+SUzfn5+UMXL158EPreFxx/nZ5vyfeK7ByEckTCdQtFbgMKsAehsqDx448/fpGammo9cuTIrfD5JtSdBLFngTL4a5CzOnl4eMwu7whyc7Xh2paOHTuO58pWSOiCnDtA9Ls+Pj7md+7caZiUlNQKZLAPRa8xI7ik5XtFdtpUCuiFJXCvc1u1auUP+l1j6E8HWFpaNp4yZYp/LdtNhT1KeR4+WZHImDp16llQ6xbcunVLMJl32LBhifb29h7t27f3h3qlATpGv5cvXwocPJMnTw4cN27cKU7+kyvVt2/fPhHG7gqRoK5evToiPDz8cEhIyDDR81C23qAn/QD1ZtqWLVuGQV16K7oMOrFOnjx5DI9OnTpNAt0X7RNFfCpDVFTUj61btz7v6+u7u6Yf79Gjh7+MnlGdyxEXF/f1N998c87U1LTj77//bi26qvuTTz4Jg7oX07lzZ4wchYe0nWtvdVdc2aI1tC/ghGdccafGbBt4PoWrOIlMmP4WS2/KlfnDqkovTUq56n1f1V2v6bt1TVexkkiocLkihhuzzZs3H2M3GW827jOTWMUs6wJO/uErlRl1GCysRU/g7AuchdG/f//wnTt3tgUB6suIiIgZwutGRkalLi4uL7t37/4rfIzm5Lv/oMqFCxdaXbt27QgKhaIXXr9+jQ5pvuxLmVaJgIQKRFodlY66UP77ElSO/qxGcE5TlHKI55v7z0l4S4rPRBrlqLD6rJLfT1OQcoiS+vPPP2Oeu3HvOVMKJ8DjiiqxQR9Xq2cyAUFy2qyGRrmwAMqo7u3bt5v17t37aU39IzP4vMv9VMX/YDO33sqDhCjS1NQsysnJ0bhy5YoFKBKPQOmOA2Xw9Js3b3rh+FFSUlKE/wuC3zM9Pb3rWD9mzZrVKzAwcC98rxHcg1gQyv9t1KgRhijFsBLxMhSs6lJXVOty72WZN6gjpawtY919DXX6tpWVVVM40NigyfrkEqY4JHL/RVtIF+7DwpyEUayuBRgbGzfv2rUrxq3XY+UpZbIWWoFj2W8kcLKJ1lDAZIno6uoikxnjOJ6DewmK7jc4e3aZ7WrHjh3l58TDiwpBhyKeR8dhZWFJZSSbvNOYwIP9iqRaPnlkvhb3lK/lk5Y8yMvnpGx64S+//NI7LS2twiStqKgom7/++uvD8ePHy1vvq4wSNn5cXr16tc7Dhw8dfX19G3t6euqFhoZ+CePfl5jI1NT0kY2NzYulS5di+C4cD8M4fobrErZ/ZXEOujM9ZakCt4tIjv97ECrDeK65cePG1S9evBCEpHN3d7fGaBaVycWQx3gdHZ3HuNgA9K7yFXdBQUFD4De2btq0aSWqRn369Hnl4eFR/l10HPzwww9ncR+pgQMHRl24cKHcDoZGcNBffpSwc+59nTaVti84d1Okjcl0n2RceQn3ER2wNxYtWhR39uxZ861bt/48ZcoUO67ipIuq2o2tsJ7KMHyyUtjiaiDBxMTk8oIFC0rh+IiNjbhgAhd1RML4F7Z582bcssuKKws36M2TcVADxm6MLOQKx8dcWaQn1D9DWP4wHC+u5DJmOiOWARu14YYNGzDNAjhwZVhzlgb14gymCwey39HgpOsgfJcy4ETcDNATcYsNjISnW8Vvo6MKoyFk8fRZoP00btCgQT/C0RPemzHbAtoUglk78GNtXB4TzUpYXtLrkD6DHSGkFryNiliUEUmAlb8pqzy5TEhP4xR3pVc/sUF6DTR0V6FyBZ/7cxVnxfMBw2nTpgXk5+eb1/YLo0aNygLlKmfEiBF3WKd8nTX0Qj6XwcLCYs2OHTt2c/J1NGMnasFVDDMgqkCIX5OIIMR+P02OZVSkchhz/4Wzk8YzkUY5RPOcJqNnIslyiPed2FeiEwTDGuD+ppIOsSKM2Y3LczpX8t/v2k/rpaamOi5duvR4bm6uujw6GFCSi/bs2TMDFAN3TnIbJ+P+Hr96enq2bd68+bO2bdvO27lzJwqpreBoyf23EjObGediJ02aNDs8PHxdUVGRNrwPX7ly5d9qampXRJQkWUUBqFC35Gzkk7QMgO0CJ8Boi7SRUjYW57Gxrjp5SoUpSjrsVehFL2aCe54Mn5PEQ5LJ0lACsoVM5dZVq1ZJema7JMYIWcsaVD7+l09a8qCiPidFQGvBggWbEhMTV9eU0MHBwQ5kAz+Of45C3CsG43ChkRqNo42ZgSee1Quc+Z3I6kkkJ7s9kOssp0jCOSgjJ09tnINYjvIwqigTwXtPnuS/Wp2kNvmsRf77SVDfUObxTn/OnDnXQZ/qVpUtRxhtDO5hjbIj6EVvTpw40RV1mXv37m0BHakznrezs8u1t7f36du37z/p6elWBw4cmCxcdcycc19zZWFNkyXYL+F/D2f9UgWnDdOn+nEVnTZoZ0N9K4c9U0co7+4q6hlOFHbnZOeU/mjkyJF/N2vWLOnw4cNfwGdDb2/vOd27d3d2cnL6+X//+98yrmYngKBNyDgCUn2wxamw+oZ2dlPuvxCLCawuoYO6Gfefc0c48VLe0QHUWX7NWf6F5LN8ajK9V/S8MMSibiXfEwWdajjpFfduK+JZGYSr0RpUk38kndmuZBEZ712fRTJLj2Fx9FhdzGPn8d5ncvKPOkhIsJJIGuygwthByAfDkydPruDKZspYcP8tny1hg1gMU5y0mYKlzRo/etGfcf/ta1Qo5zKsZEIXGqwbitRX7JBwFQTOGrnLOjJ5OgiFm7dXhTKEI0lT8HKIO9meKGCeFfqZ8MWh8w4UmJiYRE6bNu3BoUOHeskjA1OnTn0IeXgl4X4udd68eRcKCwsb3L17t1NmZuavc+fOXQbKNCquOGNMuJKu2MPDQ2fv3r07Y2JiPtPT0ytcvHixP9yPM1xZOIkXTECncM+SQRhy/V1nNwtXC/IhOoOFlH6TQnzVj3GbysfP8qVRG1Q4tPfv33+Z6Xa4ogaNQ3oiYw4apnAfX9yvJJuN/3xzEKKcgWG4opnuh2H7hHvloGEKDVRJ7Mjn88NgWx6Ub3uAE194uoqwyjFczPhvq2gN4n11Evg+9bt1Q+/gwYO4urcvHB+w/gUN++hMwwgkWlCnhHKrMbyfyeoVTioVrhpC8kT6AGz/AT169DgIx0CuzEGCCxNwMqq/kZHR49WrV2N/0IkrW7QgjRVV2ey54ESFypw2qE+95Kp22gicTNiexLdCEVmdK8u+IevSpUvfsvzhuBBjb2/vXlpaKlzlpF2L/rWmCEjyaB/KILMI92XHI7iS68mc5BzfkuR9osRkcPyILvM+ZQhXkmeRxvpsQslRp1tQc2MQWZaOg0vUoUOHcJYPzoAK5Pg5mzWDKXmxXO3CpeWz7wg3vMznSRmeM4W1qjLksDLmUzUlCEKKwlTEoEGD3IyNjXXPnTvX8dWrVxgyRqp/iuEIW7VqVThmzBh/Ozu7E0zAlOTsrEQbG5tLmzZt0t63b98nUC7LZ8+e/eLk5PTVN998c2TChAkFfn5+qq6urlb3798/lJyc3Nfc3DxrxYoVT/r27fsXVxY+PJSTT6jn3FGjRj2/ePFiB3lWDHw2HI9DmPEAYwX5TYIgCGUGx2nh/sCPatC90KBewtNy4MTVRHYoExYcTw3YuH/Yp59+OkPsXIUVkPBZaCtBaJUvURnoSMNJ6Gi3EbU/VmbLwTqEzqiIKn4L+6cUlg5lcNzmAJ2COGEcV+MIVxVrs37PlPUd0lhR9b5OG9GtUISTBzgZr74TBe/dDXaPk9m9wlCJ6CDMqqXOF8mVrXpMo/6AIAhCsZBGiFFlQ3TJujCECcbrbcAUqUga/AiCIN7C3s3N7QgfnDhTp06dxZXNHH1XMFQjzmLtwQ4MGSONze5FFU5UmnEm7H2ubKZsNCfZVd048QJn23bIy8sbcezYsbFHjhxpo6amVqCurh4PskGRqqoq5kM/Jyensa2tbdK6deu8rK2tzzNlEWeRyWuVGq4q/wQODOVkIqc8pDIl+jx7TsTb4MSqzzjJrS5AA+oJTkaGVCUIMUoQBKHQsH1635s//vhD1v1rbcc/mY5rdQRtH/2wHJU5LoSrHjEkJPffasPI2qyGlEOI0R47d+78zcfHp6XUlB57+8jly5c7MbmdIN6lrY1hn3HfPk+ObIwEQRCEDCEHIUEQBCENlM2Jo84UOAzLjKGtRPd3kzTCPedEZ8JKI7Y75h8dnTYlJSVDL168OO7YsWNtEhIStIuLi7nCwkI1FRUVbtiwYTErVqy4bGxsfAnS+sKR2Llz5yI/Pz951S2cJdyEHTpyygPOWo5lz4dWsVeOpPcqo33ICIIg6hEK7CCs7fjH93FNWRwXreEYD0dvrvr9oN4VXEGGk+fOcrTNDvF+fQZHsi5BEAQhD8hBSBAEQUgDcuIoDhiGBx26PeGw4/7bt1aN3UMMp+3Jle3/g07LErplBEEQBEEQSo8yOC5wMlxTrmySn6YUfh91DNx37g1HoecJgiAIglBAyEFIEARBEASuiMSVnmg8wdCj6BzEGfcYRhSNHuhkxbCnJDQQBEEQBEEQBEEQBEEQhBJADkKCIAiCIAiCIAiCIAiCIAiCIAiCqEeQg1BG/Pnnn5Xe6IkTJ6rQ3SEIgiAIGs+pHARBEARBEATJiQTVKyoHlYMgCFlBDkI5dr7U6RIEQRAEjedUDoIgCIIgCILkRILqFZWDykEQhKwhB6GcOl/qdAmCIAiCxnMqB0EQBEEQBEFyIkH1ispB5SAIQh6Qg5AgCIIgCIIgCIIgCIIgCIIgCIIg6hHkICQIgiAIgiAIgiAIgiAIgiAIgiCIegQ5CAmCIAiCIAiCIAiCIAiCIAiCIAiiHkEOQoIgCIIgCIIgCIIgCIIgCIIgCIKoR/y/AAMAojs1gntCkMwAAAAASUVORK5CYII=);
  background-size: auto 25px;
  background-position: 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .body_blue .redactor_toolbar li a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
    background-size: auto 25px;
  }
}
.body_blue .redactor_toolbar li a:hover {
  outline: none;
  border-color: #e1e1e1;
  background-color: #eaeaea;
}
.body_blue .redactor_toolbar li a:active,
.body_blue .redactor_toolbar li a.redactor_act {
  outline: none;
  border-color: #eaeaea;
  background-color: #e1e1e1;
  background-image: url("/_webblocks/images/icons/redactor_icons.png");
  background-size: auto 25px;
}
.body_blue .redactor_button_disabled {
  opacity: .3;
}
.body_blue .redactor_button_disabled:hover {
  outline: none;
  border-color: transparent !important;
  background-color: transparent !important;
  cursor: default;
}
.body_blue body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -150px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -175px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -475px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_fontfamily {
  background-position: -650px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_fontsize {
  background-position: -675px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_direction {
  background-position: -700px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_lists {
  background-position: -725px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_font {
  background-position: -750px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_h1 {
  background-position: -775px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_h2 {
  background-position: -800px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_h3 {
  background-position: -825px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_quote {
  background-position: -850px;
}
.body_blue body .redactor_toolbar li a.redactor_btn_pre {
  background-position: -875px;
}
.body_blue .redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic;
}
.body_blue .redactor_format_pre {
  font-family: monospace, sans-serif;
}
.body_blue .redactor_format_h1,
.body_blue .redactor_format_h2,
.body_blue .redactor_format_h3,
.body_blue .redactor_format_h4 {
  font-weight: bold;
}
.body_blue .redactor_format_h1 {
  font-size: 30px;
  line-height: 36px;
}
.body_blue .redactor_format_h2 {
  font-size: 24px;
  line-height: 36px;
}
.body_blue .redactor_format_h3 {
  font-size: 20px;
  line-height: 30px;
}
.body_blue .redactor_format_h4 {
  font-size: 16px;
  line-height: 26px;
}
.body_blue .redactor_dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2004;
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 4px #ccc;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 21px;
}
.body_blue .redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
}
.body_blue .redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #000;
  text-decoration: none;
}
.body_blue .redactor_dropdown a:hover {
  background-color: #eaeaea;
  color: #444 !important;
  text-decoration: none;
}
.body_blue .redactor_color_link {
  float: left !important;
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset !important;
  font-size: 0;
}
.body_blue .redactor_color_none {
  display: block;
  clear: both;
  padding: 4px 0 !important;
  font-size: 11px;
  line-height: 1;
}
.body_blue #redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #333 !important;
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.body_blue #redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50001;
  padding: 0;
  border-radius: 3px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#e2e2e2));
  background: -webkit-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -o-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -ms-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: linear-gradient(to bottom,#f7f7f7 0%,#e2e2e2 100%);
  box-shadow: 0px 5px 60px #000;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px !important;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#e2e2e2',GradientType=0);
}
.body_blue #redactor_modal header {
  padding: 11px 30px 0 15px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 12px;
}
.body_blue #redactor_modal section {
  padding: 20px 30px;
}
.body_blue #redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  color: #777;
  font-size: 20px;
  cursor: pointer;
}
.body_blue #redactor_modal_close:hover {
  color: #000;
}
.body_blue #redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}
.body_blue #redactor_modal textarea {
  display: block;
  margin-top: 4px;
}
.body_blue .redactor_input {
  width: 99%;
  font-size: 14px;
}
.body_blue .redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
}
.body_blue #redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
  background: #fff;
  border: solid 1px #cbcbcb;
  padding: 15px;
}
.body_blue #redactor_image_box img {
  margin: 5px 5px 0px 0px;
  max-width: 100px;
  cursor: pointer;
  padding: 5px;
  border: dashed 1px #cbcbcb;
}
.body_blue #redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px;
}
.body_blue #redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer;
}
.body_blue #redactor_tabs {
  padding: 0px;
  padding-bottom: 15px;
}
.body_blue #redactor_tabs a {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
.body_blue #redactor_tabs a:hover,
.body_blue #redactor_tabs a.redactor_tabs_act {
  padding: 5px 15px;
  border: none;
  background-color: #ddd;
  box-shadow: 0 1px 2px rgba(0,0,0,0.4) inset;
  color: #777 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 #eee;
}
.body_blue #redactor_modal footer {
  padding-top: 15px;
  border-radius: 0 0 3px 3px;
  text-align: right;
}
.body_blue #redactor_modal input[type="radio"],
.body_blue #redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
.body_blue #redactor_modal input[type="text"],
.body_blue #redactor_modal input[type="password"],
.body_blue #redactor_modal input[type="email"],
.body_blue #redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1px 2px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
  color: #333;
  font-size: 13px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  line-height: 1;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
.body_blue #redactor_modal textarea {
  line-height: 1.4em;
}
.body_blue #redactor_modal input:focus,
.body_blue #redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70,161,231,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_blue .redactor_modal_btn {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding: 6px 16px 5px 16px;
  outline: none;
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -ms-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e1e1e1));
  background-image: -webkit-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -o-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: linear-gradient(top,#ffffff,#e1e1e1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  color: #000;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0px #ffffff;
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e1e1e1',GradientType=0);
  cursor: pointer;
}
.body_blue .redactor_modal_btn:hover {
  color: #555;
}
.body_blue .redactor_modal_btn:hover {
  background: none;
  background: #f3f3f3;
  text-decoration: none;
  text-shadow: 0 1px 0px rgba(255,255,255,0.8);
  filter: none;
}
.body_blue .redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}
.body_blue .redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 100%;
  border: 2px dashed #bbb;
  background-color: #fff;
  text-align: center;
}
.body_blue .redactor_droparea .redactor_dropareabox,
.body_blue .redactor_dropalternative {
  color: #555;
  font-size: 12px;
}
.body_blue .redactor_dropalternative {
  margin: 4px 0 2px 0;
}
.body_blue .redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8;
}
.body_blue .redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5;
}
.body_blue .redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee;
}
.body_blue .redactor-progress {
  height: 12px;
  overflow: hidden;
  background-color: #f4f4f4;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  margin-bottom: 1.5em;
}
.body_blue .redactor-progress .redactor-progress-bar {
  top: 1px;
  left: 1px;
  position: relative;
  background-color: #55aaff;
  width: 0;
  height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.body_blue .redactor-progress-striped .redactor-progress-bar {
  background-image: url('data:image/gif;base64,R0lGODlhIAAQAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODE3QTgyOEM0MzAwRkUyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NEY2MUMyQTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NEY2MUMyOTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQoAAQAsAAAAACAAEAAAAiwMjqkQ7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYwNqctwD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsHsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIx/oMsNCKNxdMk7K8VXbx55DhiKDAmZJ5qoFhu4LysrcFzf9QPvet4D0igFACH5BAkKAAEALAAAAAAgABAAAAIsjI8Hy+2QYnyUyWtqxVdvnngUGIoOiZgnmqkWG7gvKy9wXN81BO963gPSGAUAIfkECQoAAQAsAAAAACAAEAAAAixEjqkB7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYQdqctxD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsDsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIR/ocsdCKNxdMk7K8VXbx55DhiKDAmZJ5qoFgu4LysrcFzf9QPvet4D0igFACH5BAUKAAEALAAAAAAgABAAAAIshI8Xy+2RYnyUyWtqxVdvnngUGIoOiZgnmqkWC7gvKy9wXN81BO963gPSGAUAOw==');
}
.body_blue .redactor-progress-striped .redactor-progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCQTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkRFQUIzNjlDMkUxMUUwOUFFQ0M4MEYwM0YzNUE2RCI+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z3JhZGllbnQ8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCODlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRTE5QjlCOTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq477Q0AAAD2SURBVHjaxFIxDsIwDLRF/1AmRp7AM9iYWHkD76AP6h9Qi1SGfqAMqGJg6XA4jts0RUwZiKLEsZ3L+Rwmoi0lDC6Ky4rAMuGO5DY5iuWH93oDegMuK8QA7JIYCMDpvwDDMBzNHCGtONYq2enjHKYLMObCp7dtu/+FDppDgyJpTemsrm/9l7L2ku4aUy4BTEmKR1hmVXV9OjfsqlqC7irAhBKxDnmOQdPc+ynKMXdenEELAFmzrnu8RoK6jpRhHkGJmFgdXmsByNf5Wx+fJPbigEI3OKrB77Bfy2VZzppqC0IfAtlIAusC9CNtUn/iIRXgnALwEWAA/+5+ZNOapmcAAAAASUVORK5CYII=');
}
.body_blue .redactor_module_item {
  background-color: #E2E2E2;
  margin: 10px 0px;
  padding: 0px 10px;
}
.body_blue .redactor_module_item p {
  font-weight: bold;
  padding: 10px 0px;
  margin: 0px;
}
.body_blue .schedule-wrapper {
  overflow-x: scroll !important;
  min-width: 1200px;
}
.body_blue table.schedule th,
.body_blue table.schedule td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.1em 0.3em;
}
.body_blue table.schedule tr:hover td.open {
  background-color: #FFB;
}
.body_blue table.schedule td {
  border: 1px solid #DFDFDF;
}
.body_blue table.schedule td.open {
  background-color: #EFEFEF;
  color: #BFBFBF;
}
.body_blue table.schedule td.locked {
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_blue table.schedule td.selected {
  background-color: #D9E6C3;
  color: #77AB13;
}
.body_blue table.schedule td.first {
  margin-left: 300px;
}
.body_blue .slicknav_menu {
  padding: 0 !important;
  background: #215377 !important;
}
.body_blue .slicknav_menu a.slicknav_btn {
  display: none;
}
.body_blue .slicknav_menu nav.slicknav_nav ul {
  margin: 0 !important;
}
.body_blue .slicknav_menu nav.slicknav_nav ul li.slicknav_txtnode {
  padding: 15px 20px;
  margin-left: 0;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .slicknav_menu nav.slicknav_nav ul li.slicknav_txtnode:hover {
  background: #f4f4f4 !important;
  color: #215377 !important;
}
.body_blue .slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.body_blue .slicknav_menu  .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.body_blue .slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.body_blue .slicknav_menu .slicknav_no-text {
  margin: 0;
}
.body_blue .slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.body_blue .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.body_blue .slicknav_nav {
  clear: both;
}
.body_blue .slicknav_nav ul,
.body_blue .slicknav_nav li {
  display: block;
}
.body_blue .slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.body_blue .slicknav_nav .slicknav_item {
  cursor: pointer;
}
.body_blue .slicknav_nav .slicknav_row {
  display: block;
}
.body_blue .slicknav_nav a {
  display: block;
}
.body_blue .slicknav_nav .slicknav_item a,
.body_blue .slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.body_blue .slicknav_menu:before,
.body_blue .slicknav_menu:after {
  content: " ";
  display: table;
}
.body_blue .slicknav_menu:after {
  clear: both;
}
.body_blue .slicknav_menu {
  *zoom: 1;
}
.body_blue .slicknav_menu {
  font-size: 16px;
}
.body_blue .slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222222;
}
.body_blue .slicknav_menu  .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.body_blue .slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.body_blue .slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}
.body_blue .slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.body_blue .slicknav_nav,
.body_blue .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.body_blue .slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.body_blue .slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.body_blue .slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.body_blue .slicknav_nav .slicknav_item a,
.body_blue .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.body_blue .slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.body_blue .slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.body_blue .slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.body_blue .table-topbar {
  margin-bottom: 20px;
}
.body_blue .table-topbar .cms_table_page_nav {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  margin: 10px 5px 5px 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #8A8A8A;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .table-topbar .cms_table_page_nav:hover {
  background: #fbfbfb;
}
.body_blue .table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #215377;
  color: #fff;
  text-shadow: ;
}
.body_blue .table-topbar .cms_table_page_nav_selected:hover {
  background: #215377;
}
.body_blue .table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 200px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .table-topbar .cms_table_search_box:focus {
  width: 300px;
}
.body_blue .table-topbar .btn {
  margin: 0px;
}
.body_blue .cms_table_add {
  margin: 0 0 20px 20px;
  background: #FC913A;
}
.body_blue .domain_special_table {
  width: 100%;
}
.body_blue .domain_special_table tr {
  border: solid 2px #cbcbcb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.body_blue .domain_special_table tr td {
  padding: 10px;
  color: #215377;
  border-left: solid 1px #cbcbcb;
}
.body_blue .domain_special_table tr td:first-child {
  border: none;
}
.body_blue .domain_special_table tr:nth-child(2n) {
  background-color: #eaeaea;
}
.body_blue .domain_special_table_toppbar {
  padding: 10px;
  background-color: #8A8A8A;
}
.body_blue .domain_special_table_toppbar input[type="text"] {
  background-color: #fff;
  width: 100%;
}
.body_blue .domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
.body_blue #tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.body_blue #tiptip_holder.tip_top {
  padding-bottom: 5px;
}
.body_blue #tiptip_holder.tip_bottom {
  padding-top: 5px;
}
.body_blue #tiptip_holder.tip_right {
  padding-left: 5px;
}
.body_blue #tiptip_holder.tip_left {
  padding-right: 5px;
}
.body_blue #tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
.body_blue #tiptip_arrow,
.body_blue #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
.body_blue #tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
.body_blue #tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
.body_blue #tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
.body_blue #tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
.body_blue #tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
.body_blue #tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
.body_blue #tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
.body_blue #tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .body_blue #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  .body_blue #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  .body_blue #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
.body_blue #users_systypes_rights_list ul {
  list-style-type: none;
}
.body_blue #users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_blue #users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_blue #users_systypes_rights_list ul li .padding {
  border: solid 1px #cbcbcb;
  padding: 8px;
  background-color: #f9f9f9;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue #users_systypes_rights_list ul li ul li {
  margin-bottom: 0px;
}
.body_blue #users_systypes_rights_list ul li ul li .padding {
  background-color: #f2f2f2;
  border-top: none;
}
.body_blue #users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #eaeaea;
}
.body_blue #users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #e2e2e2;
}
.body_blue #users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #dbdbdb;
}
.body_blue #users_systypes_rights_list ul .users_rights_has_more_data {
  cursor: pointer;
}
.body_blue #users_systypes_rights_list ul .users_rights_has_no_more_data {
  cursor: default;
}
.body_blue header {
  width: 100%;
  height: 75px;
  display: block;
  background-color: #215377;
  z-index: 1000001;
  position: relative;
}
.body_blue header .logo {
  line-height: 75px;
}
.body_blue header .logo a {
  display: inline-block;
}
.body_blue header .logo a img {
  vertical-align: middle;
}
.body_blue header .logo a.menu_toggler {
  margin-right: 25px;
}
.body_blue header .logo a.menu_toggler i {
  color: #fff;
  font-size: 30px;
  padding: 0 25px;
  vertical-align: middle;
}
.body_blue header .logo a.menu_toggler:focus {
  outline: 0;
}
.body_blue header .logo a.menu_toggler:hover {
  background: #fff;
}
.body_blue header .logo a.menu_toggler:hover i {
  color: #215377;
}
.body_blue header ul {
  list-style: none;
  height: 75px;
  margin: 0;
}
.body_blue header ul li {
  float: left;
  height: inherit;
  padding: 0 20px;
  display: block;
  line-height: 75px;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  border-right: 2px solid #378bc7;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue header ul li i {
  font-size: 20px !important;
}
.body_blue header ul li:hover {
  background-color: #378bc7;
  cursor: pointer;
}
.body_blue header ul li .notification_badge_wrap {
  position: absolute;
  z-index: 6;
  margin-top: -57px;
  margin-left: 10px;
}
.body_blue header ul li .notification_badge_wrap .notification_badge {
  position: relative;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  background-color: #ff6b6b;
  text-align: center;
  -webkit-font-smoothing: initial;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.body_blue header ul li .notification_badge_wrap .notification_badge span {
  position: absolute;
  line-height: 20px;
  width: 18px;
  margin-left: -9px;
  margin-top: 1px;
}
.body_blue h1,
.body_blue .h1,
.body_blue h2,
.body_blue .h2,
.body_blue h3,
.body_blue .h3,
.body_blue h4,
.body_blue .h4 {
  -webkit-font-smoothing: antialiased;
}
.body_blue h1,
.body_blue .h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: ;
  text-transform: uppercase;
  font-weight: normal;
}
.body_blue h2,
.body_blue .h2 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
  line-height: 1.1;
  font-size: 2.25em;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: ;
  text-transform: uppercase;
  font-weight: normal;
  color: #5E6B7B;
}
.body_blue h3,
.body_blue .h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #5E6B7B;
  font-weight: bold;
  text-transform: uppercase;
}
.body_blue a {
  color: #5E6B7B;
}
.body_blue .mb0 {
  margin-bottom: 0 !important;
}
.body_blue i.fa-small {
  font-size: 18px !important;
}
.body_blue .btn1 {
  padding: 0 15px;
  line-height: 45px;
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .btn1.orange {
  background-color: #ff9900;
  color: #fff;
}
.body_blue .btn1.orange:hover {
  background-color: #cc7a00;
}
.body_blue .theme {
  width: 100%;
  min-height: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.body_blue #tools-progress,
.body_blue .tools-progress {
  position: static;
  height: 50px;
  width: 100%;
  background: #869C5E;
}
.body_blue #tools-progress.small,
.body_blue .tools-progress.small {
  height: 23px;
}
.body_blue #tools-progress.intable,
.body_blue .tools-progress.intable {
  width: 75% !important;
  float: right;
}
.body_blue #tools-progress span,
.body_blue .tools-progress span {
  background: #A0C55F;
  width: 0px;
  -webkit-transition: 3s all ease;
  -moz-transition: 3s all ease;
  -ms-transition: 3s all ease;
  -o-transition: 3s all ease;
  height: 100%;
  display: block;
  padding-top: 2px;
  padding-left: 5px;
  color: #ffffff;
  font-weight: bold;
}
.body_blue #tools-progress div.tools-progress-values,
.body_blue .tools-progress div.tools-progress-values {
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  margin-top: -23px;
}
.body_blue #tools-progress div.tools-progress-values div,
.body_blue .tools-progress div.tools-progress-values div {
  height: 23px;
  line-height: 23px;
  display: inline-block;
}
.body_blue .slicknav_menu {
  display: none;
}
.body_blue nav.main-menu ul {
  margin-left: 0;
  margin-bottom: 40px;
}
.body_blue nav.main-menu ul li {
  background-color: #f4f4f4;
  line-height: 50px;
  width: 12.5%;
  border-right: 2px solid #fff;
  padding: 0 10px 0 25px;
  color: #bebebe;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue nav.main-menu ul li:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/_webblocks/images/icon/custom_chevron_right.png');
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -10px;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue nav.main-menu ul li.active {
  background-color: #215377;
  color: #fff;
}
.body_blue nav.main-menu ul li.active:after {
  background: url('/_webblocks/images/icon/custom_chevron_right_hover.png');
}
.body_blue nav.main-menu ul li.selected,
.body_blue nav.main-menu ul li:hover {
  background-color: #215377;
  color: #fff;
}
.body_blue nav.main-menu ul li.selected:after,
.body_blue nav.main-menu ul li:hover:after {
  background: url('/_webblocks/images/icon/custom_chevron_right_hover.png');
}
.body_blue nav.main-menu ul li:last-child {
  border-right: 0;
}
.body_blue nav.main-menu ul li:last-child:after {
  display: none;
}
.body_blue .tabs {
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 50px;
}
.body_blue .tabs ul {
  margin: 0;
  list-style: none;
  float: right;
}
.body_blue .tabs ul li {
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}
.body_blue .tabs ul li:last-child {
  margin-right: 0;
}
.body_blue .tabs ul li div {
  min-width: 200px;
  padding: 0 20px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  background: #f4f4f4;
  color: #215377;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .tabs ul li div.selected,
.body_blue .tabs ul li div:hover {
  background: #5E6B7B;
  color: #fff;
}
.body_blue #framework_tabcontent .row {
  background-color: transparent;
}
.body_blue #framework_tabcontent .row .box .inner {
  border: 0;
}
.body_blue #framework_tabcontent .row .box .inner .title {
  height: 75px;
  line-height: 75px;
  background-color: #5E6B7B;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
.body_blue #framework_tabcontent .row .box .inner .title i.fa {
  margin-right: 10px;
}
.body_blue #framework_tabcontent .row .box .inner .table_container {
  max-width: 100%;
  overflow-x: scroll;
}
.body_blue #framework_tabcontent .row .box .inner form input[type="text"] {
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.body_blue #framework_tabcontent .row .box .inner form button {
  height: 40px;
  vertical-align: bottom;
  width: 40px;
  text-align: center;
  background: #ff9900;
  border: 0;
  display: inline-block;
  margin-left: -4px;
}
.body_blue #framework_tabcontent .row .box .inner form button i {
  color: #fff;
  margin-right: 0;
  font-size: 16px;
  float: none;
}
.body_blue #framework_tabcontent .row .box .inner form select {
  margin-left: 20px;
}
.body_blue #framework_tabcontent .row .box .inner form label {
  line-height: 40px;
  float: left;
}
.body_blue .content .row .box .inner .title {
  height: 75px;
  line-height: 75px;
  background-color: #5E6B7B;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
.body_blue .content .row .box .inner .title i.fa {
  margin-right: 10px;
}
.body_blue .content .row .box .inner .boxcontent {
  background-color: #f4f4f4;
  padding: 40px;
}
.body_blue .content .row .box .inner .boxcontent i.fa:not(.green):not(.yellow):not(.red):not(.orange):not(.gray) {
  float: left;
  margin-right: 20px;
  font-size: 22px;
  color: #5E6B7B;
}
.body_blue .content .row .box .inner .boxcontent ul.list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.body_blue .content .row .box .inner .boxcontent ul.list.blocks-2 li:nth-of-type(2n-1) {
  font-weight: bold;
}
.body_blue .content .row .box .inner .boxcontent ul.list li {
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 23px;
}
.body_blue .content .row .box .inner .boxcontent ul.list li:first-child,
.body_blue .content .row .box .inner .boxcontent ul.list li:nth-of-type(2) {
  margin-top: 0;
}
.body_blue .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3n) {
  font-weight: bold;
  padding-left: 25px;
}
.body_blue .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3) {
  margin-top: 0;
}
.body_blue .content .row .box .inner .boxcontent .tools-progress {
  background: #bebebe;
}
.body_blue .content .progression {
  margin-bottom: 50px;
}
.body_blue .content .progression .inner {
  padding: 0 20px;
}
.body_blue .content .progression .inner .title h2 {
  line-height: 75px;
}
.body_blue .content .progression .inner .title i.fa {
  float: left;
  font-size: 22px;
  margin-right: 20px;
  color: #5E6B7B;
  line-height: 75px;
}
.body_blue .loginbg {
  background-size: cover;
  background-position: center;
  background-image: url('/_webblocks/images/bg2.jpg');
}
.body_blue .logincontent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}
.body_blue .logincontent .row {
  width: 100%;
}
.body_blue .logincontent .row .box {
  max-width: 500px;
  margin: 0 auto;
}
.body_blue .logincontent .row .box .inner {
  background: #f4f4f4;
}
.body_blue .logincontent .row .box .inner .title {
  padding: 15px 20px;
  background: #215377;
  line-height: 40px;
  color: #fff;
}
.body_blue .logincontent .row .box .inner .title img {
  max-height: 40px;
}
.body_blue .logincontent .row .box .inner .boxcontent {
  padding: 20px;
}
.body_blue .logincontent .row .box .inner > form {
  padding: 0 20px;
}
.body_blue .logincontent .row .box .inner > form input[type="text"],
.body_blue .logincontent .row .box .inner > form input[type="password"] {
  padding: 0 10px;
}
.body_blue .logincontent .row .box .inner > form input[type="submit"] {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .notification_center {
  max-width: 400px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 1000000;
  background: rgba(33,83,119,0.95);
  overflow-y: scroll;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.body_blue .notification_center.active {
  right: 0;
}
.body_blue .notification_center h2 {
  margin-top: 75px;
  color: #fff;
  padding: 25px;
  display: block;
  margin-bottom: 0;
}
.body_blue .notification_center section .notification_category {
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 0 25px;
  background: #404a54;
}
.body_blue .notification_center section .notification_category i {
  margin-right: 20px;
}
.body_blue .notification_center section .notification_item {
  border-bottom: 1px solid #5f5f5f;
  padding: 20px 25px;
}
.body_blue .notification_center section .notification_item span {
  color: #fff;
}
.body_blue .notification_center section .notification_item span.n_time {
  margin-left: 10px;
  font-size: 12px;
}
.body_blue .notification_center section .notification_item span.n_step {
  color: #bebebe;
}
.body_blue .notification_center section .notification_item span.n_description {
  -webkit-font-smoothing: antialiased;
}
.body_blue .show_500 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .body_blue nav.main-menu ul li {
    font-size: 12px;
    padding: 0 10 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .body_blue .slicknav_menu {
    display: block;
  }
  .body_blue header .unit-50 {
    width: 80% !important;
    float: left !important;
  }
  .body_blue header .unit-50.logo {
    width: 20% !important;
    float: left !important;
  }
  .body_blue header .unit-50.logo .logo_image {
    display: none;
  }
  .body_blue header .unit-50 ul {
    float: right !important;
  }
  .body_blue nav.main-menu ul li {
    width: 100%;
  }
  .body_blue nav.main-menu ul li:after {
    display: none;
  }
  .body_blue .tabs ul li {
    float: left !important;
  }
  .body_blue .tabs ul li div {
    min-width: 0px !important;
  }
  .body_blue .content .row {
    background-color: #f4f4f4;
  }
  .body_blue .content .row .box .inner .boxcontent {
    padding: 30px;
  }
  .body_blue .content .row .box .inner .boxcontent .unit-50 {
    margin-bottom: 0 !important;
  }
  .body_blue .content .row .box .inner .boxcontent .unit-50:last-child ul {
    margin-top: 0;
  }
  .body_blue .content .row .box .inner .boxcontent ul.list.blocks-2 li {
    float: left !important;
    width: 47% !important;
  }
  .body_blue .content .row .box .inner .boxcontent ul.list.blocks-3 {
    margin-bottom: 0 !important;
  }
  .body_blue .content .row .box .inner .boxcontent ul.list.blocks-3 li {
    margin-top: 0 !important;
  }
  .body_blue .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3n) {
    margin-top: 0 !important;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .body_blue #framework_tabcontent .row .box .inner .boxcontent .unit-50 {
    text-align: center;
  }
  .body_blue #framework_tabcontent .row .box .inner .boxcontent .unit-50 label {
    float: none;
    margin-top: 20px;
  }
  .body_blue #framework_tabcontent .row .box .inner .boxcontent .unit-50:first-child {
    margin-bottom: 20px;
  }
  .body_blue .logincontent .row {
    background: none;
  }
  .body_blue .logincontent .row .box .inner .title img {
    float: right !important;
  }
}
@media only screen and (max-width: 500px) {
  .body_blue .show_500 {
    display: block;
  }
  .body_blue .hide_500 {
    display: none;
  }
  .body_blue .logincontent .row .box .inner .title {
    line-height: 30px;
  }
  .body_blue .logincontent .row .box .inner .title img {
    max-height: 30px;
  }
}
.body_blue .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.body_blue .cms_table td {
  margin: 0;
  height: 40px;
  font-size: 13px;
}
.body_blue .cms_table td:first-child {
  padding-left: 20px;
}
.body_blue .cms_table td:last-child {
  padding-right: 20px;
}
.body_blue .cms_table thead tr td {
  border: 0;
  background: #215377;
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_blue .cms_table thead tr td.orderdby {
  background-color: #bebebe;
}
.body_blue .cms_table thead tr td.sortable {
  cursor: pointer;
}
.body_blue .cms_table thead tr td.sortable:hover {
  background-color: #bebebe;
}
.body_blue .cms_table thead tr td.orderasc {
  background: #bebebe url('/_webblocks/images/orderdown.png') center right no-repeat;
}
.body_blue .cms_table thead tr td.orderdesc {
  background: #bebebe url('/_webblocks/images/orderup.png') center right no-repeat;
}
.body_blue .cms_table tbody tr {
  background-color: #fff;
}
.body_blue .cms_table tbody tr:nth-of-type(even) {
  background-color: #f4f4f4;
}
.body_blue .cms_table tbody tr:hover {
  background-color: #E6E9EC !important;
}
.body_blue .cms_table tbody tr td {
  border: 0;
  color: #215377;
}
.body_blue .cms_table tbody tr td a {
  text-decoration: none;
}
.body_blue .cms_table tbody tr td i {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_blue .cms_table tbody tr .cont-move {
  cursor: s-resize;
}
.body_red .article_add form {
  padding: 0px;
}
.body_red .article_add form .twothird input[type="text"],
.body_red .article_add form .twothird textarea {
  width: 100%;
  margin: 0 0 10px 0;
}
.body_red .article_add form .twothird textarea {
  min-height: 100px;
}
.body_red .article_add form .twothird .redactor_box {
  margin-bottom: 10px;
}
.body_red .article_add form .categories {
  width: 100%;
  border: solid 1px #cbcbcb;
  background-color: #eaeaea;
  padding: 15px;
  margin: 25px 0 0px 0px;
}
.body_red .article_add form .categories label {
  width: auto;
}
.body_red .article_add form .categories span {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.body_red .article_add .redactor_box {
  width: 100%;
}
.body_red #build_system_section {
  background-color: #EEE;
  border: 1px solid #DDD;
  padding: 5px;
}
.body_red #build_system_section h2 {
  margin-top: 4px;
}
.body_red #build_system_output {
  padding: 0;
}
.body_red #build_system_output_iframe {
  margin: 0;
  border: 0;
  width: 600px;
  height: 600px;
}
.body_red #build_system_domain_list {
  height: 470px;
  overflow: auto;
  background-color: #1C1C1C;
  border: 2px solid #DDD;
  color: #DDD;
}
.body_red .build_system_domain_item {
  padding: 5px;
  margin-bottom: 2px;
  border-bottom: 1px solid #666;
}
.body_red .build_system_domain_message {
  display: inline;
  float: right;
  margin-left: 5px;
  padding: 1px 4px;
  border-radius: 5px;
  width: 300px;
}
.body_red .build_system_domain_message_info {
  background-color: #72ACDC;
  color: #FFF;
}
.body_red .build_system_domain_message_error {
  background-color: #500000;
  color: #FFF;
}
.body_red .build_system_domain_message_unsupported {
  background-color: #666;
  color: #BBB;
}
.body_red .build_system_domain_modified_files {
  display: block;
  clear: both;
  margin-top: 7px;
  overflow: auto;
  height: auto;
  padding: 3px;
}
.body_red .build_system_domain {
  color: #FFF;
  margin: 10px auto;
  border: 2px solid #000;
  padding: 0;
  width: 95%;
}
.body_red .build_system_domain_title {
  text-align: center;
  background-color: #EEE;
  color: #000;
  font-weight: bold;
  padding: 2px;
}
.body_red .build_system_domain_content {
  padding: 5px;
  word-wrap: break-word;
  min-height: 300px;
}
.body_red #build_system_btn_go {
  font-size: 5em;
  padding: 20px;
  color: #FFF;
  height: auto !important;
}
.body_red .build_system_inprogress {
  background-color: #DDD;
  color: #000;
}
.body_red .build_system_success {
  background-color: #38B632;
  color: #FFF;
}
.body_red .build_system_error {
  background-color: #790F0F;
  color: #FFF;
}
.body_red .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 100%;
}
.body_red .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #acacac;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.body_red .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.body_red .chosen-container a {
  cursor: pointer;
}
.body_red .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 2px solid #acacac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0,0,0,0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 36px;
}
.body_red .chosen-container-single .chosen-default {
  color: #383838;
}
.body_red .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #383838;
}
.body_red .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
  color: #eaeaea;
}
.body_red .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/_webblocks/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.body_red .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.body_red .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.body_red .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.body_red .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 0px 9px;
}
.body_red .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.body_red .chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #acacac;
  background: white url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
.body_red .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.body_red .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.body_red .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.body_red .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.body_red .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.body_red .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.body_red .chosen-container .chosen-results li.highlighted {
  background-color: #ff6b6b;
  color: #fff;
}
.body_red .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.body_red .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.body_red .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.body_red .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.body_red .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  min-height: 40px;
  border: 2px solid #acacac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  cursor: text;
  line-height: 38px;
}
.body_red .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.body_red .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.body_red .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  height: 30px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #8A8A8A;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.body_red .chosen-container-multi .chosen-choices li.search-field .default {
  color: #383838;
}
.body_red .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  background-color: #ff6b6b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 23px;
  cursor: default;
  border: solid 1px #ff3838;
}
.body_red .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 14px;
  height: 14px;
  content: "string";
  color: #fff;
  line-height: 20px;
  padding: 0px 5px;
}
.body_red .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: "x";
  line-height: 22px;
}
.body_red .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.body_red .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 2px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  color: #666;
}
.body_red .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.body_red .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.body_red .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.body_red .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.body_red .chosen-container-active .chosen-single {
  border: 2px solid #ff6b6b;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_red .chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #acacac;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  color: #eaeaea;
  box-shadow: 0 1px 0 #fff inset;
}
.body_red .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.body_red .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 9px;
}
.body_red .chosen-container-active .chosen-choices {
  border: 2px solid #ff6b6b;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_red .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.body_red .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.body_red .chosen-disabled .chosen-single {
  cursor: default;
}
.body_red .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.body_red .chosen-rtl {
  text-align: right;
}
.body_red .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.body_red .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.body_red .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.body_red .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.body_red .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.body_red .chosen-rtl .chosen-choices li {
  float: right;
}
.body_red .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.body_red .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.body_red .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.body_red .chosen-rtl.chosen-container-single-nosearch .chosen-search,
.body_red .chosen-rtl .chosen-drop {
  left: 9999px;
}
.body_red .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.body_red .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.body_red .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.body_red .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  direction: rtl;
}
.body_red .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 9px;
}
.body_red .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 144dpi) {
  .body_red .chosen-rtl .chosen-search input[type="text"],
  .body_red .chosen-container-single .chosen-single abbr,
  .body_red .chosen-container-single .chosen-single div b,
  .body_red .chosen-container-single .chosen-search input[type="text"],
  .body_red .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .body_red .chosen-container .chosen-results-scroll-down span,
  .body_red .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.body_red .col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #e1e1e1;
  color: #fff;
  border: solid 2px;
}
.body_red .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_red .col_mess_error {
  border-color: #ff6b6b;
  background: #ffd1d1;
}
.body_red .col_mess_notification {
  background: #acd373;
  border-color: #7baa36;
}
.body_red #colorbox,
.body_red #cboxOverlay,
.body_red #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.body_red #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
.body_red #cboxMiddleLeft,
.body_red #cboxBottomLeft {
  clear: left;
}
.body_red #cboxContent {
  position: relative;
}
.body_red #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.body_red #cboxTitle {
  margin: 0;
}
.body_red #cboxLoadingOverlay,
.body_red #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body_red #cboxPrevious,
.body_red #cboxNext,
.body_red #cboxClose,
.body_red #cboxSlideshow {
  cursor: pointer;
}
.body_red .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.body_red .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.body_red #colorbox,
.body_red #cboxContent,
.body_red #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.body_red #cboxOverlay {
  background: #000;
}
.body_red #colorbox {
  outline: 0;
}
.body_red #cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.body_red .cboxIframe {
  background: #fff;
}
.body_red #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.body_red #cboxLoadedContent {
  background: #000;
  padding: 1px;
}
.body_red #cboxLoadingGraphic {
  background: url(/_webblocks/images/icons/colorbox_loading.gif) no-repeat center center;
}
.body_red #cboxLoadingOverlay {
  background: #000;
}
.body_red #cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #FFF;
}
.body_red #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
.body_red #cboxPrevious,
.body_red #cboxNext,
.body_red #cboxSlideshow,
.body_red #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/_webblocks/images/icons/colorbox_controls.png) no-repeat 0 0;
}
.body_red #cboxPrevious:active,
.body_red #cboxNext:active,
.body_red #cboxSlideshow:active,
.body_red #cboxClose:active {
  outline: 0;
}
.body_red #cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
.body_red #cboxPrevious:hover {
  background-position: 0px -25px;
}
.body_red #cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
.body_red #cboxNext:hover {
  background-position: -25px -25px;
}
.body_red #cboxClose {
  background-position: -50px 0px;
  right: 0;
}
.body_red #cboxClose:hover {
  background-position: -50px -25px;
}
.body_red .cboxSlideshow_on #cboxPrevious,
.body_red .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.body_red .cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.body_red .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.body_red .cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.body_red .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.body_red img {
  border: 0;
}
.body_red label {
  cursor: pointer;
}
.body_red .clear_left {
  clear: left;
}
.body_red .clear_right {
  clear: right;
}
.body_red .clear_both {
  clear: both;
}
.body_red .clear_none {
  clear: none;
}
.body_red .cursor_default {
  cursor: default;
}
.body_red .cursor_auto {
  cursor: auto;
}
.body_red .cursor_crosshair {
  cursor: crosshair;
}
.body_red .cursor_pointer {
  cursor: pointer;
}
.body_red .cursor_move {
  cursor: move;
}
.body_red .cursor_e_resize {
  cursor: e-resize;
}
.body_red .cursor_ne_resize {
  cursor: ne-resize;
}
.body_red .cursor_nw_resize {
  cursor: nw-resize;
}
.body_red .cursor_n_resize {
  cursor: n-resize;
}
.body_red .cursor_se_resize {
  cursor: se-resize;
}
.body_red .cursor_sw_resize {
  cursor: sw-resize;
}
.body_red .cursor_s_resize {
  cursor: s-resize;
}
.body_red .cursor_w_resize {
  cursor: w-resize;
}
.body_red .cursor_text {
  cursor: text;
}
.body_red .cursor_wait {
  cursor: wait;
}
.body_red .cursor_help {
  cursor: help;
}
.body_red .cursor_not_allowed {
  cursor: not-allowed;
}
.body_red .display_none {
  display: none;
}
.body_red .display_block {
  display: block;
}
.body_red .display_inline {
  display: inline;
}
.body_red .display_list_item {
  display: list-item;
}
.body_red .display_table {
  display: table;
}
.body_red .display_inline_table {
  display: inline-table;
}
.body_red .display_table_row_group {
  display: table-row-group;
}
.body_red .display_table_header_group {
  display: table-header-group;
}
.body_red .display_table_footer_group {
  display: table-footer-group;
}
.body_red .display_table_row {
  display: table-row;
}
.body_red .display_table_column_group {
  display: table-column-group;
}
.body_red .display_table_column {
  display: table-column;
}
.body_red .display_table_cell {
  display: table-cell;
}
.body_red .display_table_caption {
  display: table-caption;
}
.body_red .float_left {
  float: left;
}
.body_red .float_right {
  float: right;
}
.body_red .float_none {
  float: none;
}
.body_red .position_static {
  position: static;
}
.body_red .position_relative {
  position: relative;
}
.body_red .position_absolute {
  position: absolute;
}
.body_red .position_fixed {
  position: fixed;
}
.body_red .visibility_visible {
  visibility: visible;
}
.body_red .visibility_hidden {
  visibility: hidden;
}
.body_red .visibility_collapse {
  visibility: collapse;
}
.body_red .font_size_xx_small {
  font-size: xx-small;
}
.body_red .font_size_x_small {
  font-size: x-small;
}
.body_red .font_size_small {
  font-size: small;
}
.body_red .font_size_medium {
  font-size: medium;
}
.body_red .font_size_large {
  font-size: large;
}
.body_red .font_size_x_large {
  font-size: x-large;
}
.body_red .font_size_xx_large {
  font-size: xx-large;
}
.body_red .font_size_smaller {
  font-size: smaller;
}
.body_red .font_size_larger {
  font-size: larger;
}
.body_red .font_style_normal {
  font-style: normal;
}
.body_red .font_style_italic {
  font-style: italic;
}
.body_red .font_style_oblique {
  font-style: oblique;
}
.body_red .font_variant_normal {
  font-variant: normal;
}
.body_red .font_variant_small_caps {
  font-variant: small-caps;
}
.body_red .font_weight_normal {
  font-weight: normal;
}
.body_red .font_weight_bold {
  font-weight: bold;
}
.body_red .font_weight_bolder {
  font-weight: bolder;
}
.body_red .font_weight_lighter {
  font-weight: lighter;
}
.body_red .font_weight_100 {
  font-weight: 100;
}
.body_red .font_weight_200 {
  font-weight: 200;
}
.body_red .font_weight_300 {
  font-weight: 300;
}
.body_red .font_weight_400 {
  font-weight: 400;
}
.body_red .font_weight_500 {
  font-weight: 500;
}
.body_red .font_weight_600 {
  font-weight: 600;
}
.body_red .font_weight_700 {
  font-weight: 700;
}
.body_red .font_weight_800 {
  font-weight: 800;
}
.body_red .font_weight_900 {
  font-weight: 900;
}
.body_red .vertical_align_top {
  vertical-align: top;
}
.body_red .vertical_align_text_top {
  vertical-align: text-top;
}
.body_red .vertical_align_middle {
  vertical-align: middle;
}
.body_red .vertical_align_bottom {
  vertical-align: bottom;
}
.body_red .vertical_align_text_bottom {
  vertical-align: text-bottom;
}
.body_red .border_collapse_separate {
  border-collapse: separate;
}
.body_red .border_collapse_collapse {
  border-collapse: collapse;
}
.body_red .direction_ltr {
  direction: ltr;
}
.body_red .direction_rtl {
  direction: rtl;
}
.body_red .text_align_left {
  text-align: left;
}
.body_red .text_align_right {
  text-align: right;
}
.body_red .text_align_center {
  text-align: center;
}
.body_red .text_align_justify {
  text-align: justify;
}
.body_red .text_decoration_none {
  text-decoration: none;
}
.body_red .text_decoration_underline {
  text-decoration: underline;
}
.body_red .text_decoration_overline {
  text-decoration: overline;
}
.body_red .text_decoration_line_through {
  text-decoration: line-through;
}
.body_red .text_decoration_blink {
  text-decoration: blink;
}
.body_red .text_transform_none {
  text-transform: none;
}
.body_red .text_transform_capitalize {
  text-transform: capitalize;
}
.body_red .text_transform_uppercase {
  text-transform: uppercase;
}
.body_red .text_transform_lowercase {
  text-transform: lowercase;
}
.body_red .text_transform_ucfirst:first-letter {
  text-transform: uppercase;
}
.body_red .text_transform_lcfirst:first-letter {
  text-transform: lowercase;
}
.body_red .white_space_normal {
  white-space: normal;
}
.body_red .white_space_pre {
  white-space: pre;
}
.body_red .white_space_nowrap {
  white-space: nowrap;
}
.body_red .rights_foldout ul {
  list-style-type: none;
}
.body_red .rights_foldout ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_red .rights_foldout ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_red .rights_foldout ul li .padding {
  border: solid 1px #cbcbcb;
  padding: 8px;
  background-color: #f9f9f9;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .rights_foldout ul li ul li {
  margin-bottom: 0px;
}
.body_red .rights_foldout ul li ul li .padding {
  background-color: #f2f2f2;
  border-top: none;
}
.body_red .rights_foldout ul li ul li ul li .padding {
  background-color: #eaeaea;
}
.body_red .rights_foldout ul li ul li ul li ul li .padding {
  background-color: #e2e2e2;
}
.body_red .rights_foldout ul li ul li ul li ul li ul li .padding {
  background-color: #dbdbdb;
}
.body_red .rights_foldout ul .rights_foldout_has_more_data {
  cursor: pointer;
}
.body_red .filemanager .filemanager_row {
  padding: 5px;
}
.body_red .filemanager .filemanager_row_normal {
  background-color: #E5E5E5;
}
.body_red .filemanager .filemanager_row_alt {
  background-color: #E1E1E1;
}
.body_red .filemanager .filemanager_filename {
  display: inline;
}
.body_red .filemanager .filemanager_actions {
  display: inline;
  float: right;
}
.body_red .filemanager .filemanager_icon {
  margin: 0 auto;
  color: #215377;
  transition: color .2s;
}
.body_red .filemanager .filemanager_icon:hover {
  color: #378bc7;
}
.body_red #file_manager_controls {
  padding: 0px 20px;
  margin-bottom: 15px;
}
.body_red .fileupload_dropzone {
  background: #eaeaea;
  width: 100%;
  line-height: 150px;
  text-align: center;
  border: dashed 2px #cbcbcb;
  margin-top: 15px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .fileupload_dropzone:hover {
  border-color: #b2b2b2;
  background: #d1d1d1;
}
.body_red .fileupload_dropzone.hover {
  background: #FFB;
}
.body_red .fileupload_dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.body_red form {
  padding: 20px;
}
.body_red input[type="text"],
.body_red input[type="password"],
.body_red input[type="file"],
.body_red input[type="number"],
.body_red input[type="tel"],
.body_red input[type="email"],
.body_red textarea,
.body_red select {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: solid 1px #e1e1e1;
  width: 70%;
  font-size: 14px;
  color: #383838;
}
.body_red input[type="text"]:hover,
.body_red input[type="password"]:hover,
.body_red input[type="file"]:hover,
.body_red input[type="number"]:hover,
.body_red input[type="tel"]:hover,
.body_red input[type="email"]:hover,
.body_red textarea:hover,
.body_red select:hover {
  border-color: #acacac;
}
.body_red input[type="text"]:focus,
.body_red input[type="password"]:focus,
.body_red input[type="file"]:focus,
.body_red input[type="number"]:focus,
.body_red input[type="tel"]:focus,
.body_red input[type="email"]:focus,
.body_red textarea:focus,
.body_red select:focus {
  border-color: #ff6b6b;
}
.body_red .boolean_holder {
  width: 69%;
}
.body_red textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
}
.body_red select,
.body_red x:-moz-any-link {
  height: auto;
  padding: 8px;
}
@media screen and (min-width: 0) {
  .body_red input[type="text"] {
    line-height: 37px;
  }
  .body_red input[type="password"] {
    line-height: 35px;
  }
}
.body_red input[type="checkbox"] {
  margin-right: 10px;
}
.body_red input[type="radio"] {
  cursor: pointer;
}
.body_red ::-webkit-input-placeholder {
  color: #8A8A8A;
}
.body_red :-moz-placeholder {
  color: #8A8A8A;
}
.body_red ::-moz-placeholder {
  color: #8A8A8A;
}
.body_red :-ms-input-placeholder {
  color: #8A8A8A;
}
.body_red label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  padding: 8px 10px !important;
}
.body_red .radio {
  width: auto;
}
.body_red .line {
  margin-bottom: 10px;
}
.body_red .third input[type="text"],
.body_red .third input[type="password"],
.body_red .third input[type="file"],
.body_red .third input[type="number"],
.body_red .third textarea,
.body_red .third select,
.body_red .third .chosen-container,
.body_red .quarter input[type="text"],
.body_red .quarter input[type="password"],
.body_red .quarter input[type="file"],
.body_red .quarter input[type="number"],
.body_red .quarter textarea,
.body_red .quarter select,
.body_red .quarter .chosen-container,
.body_red .tabcontent input[type="text"],
.body_red .tabcontent input[type="password"],
.body_red .tabcontent input[type="file"],
.body_red .tabcontent input[type="number"],
.body_red .tabcontent textarea,
.body_red .tabcontent select,
.body_red .tabcontent .chosen-container,
.body_red .redactor_tab input[type="text"],
.body_red .redactor_tab input[type="password"],
.body_red .redactor_tab input[type="file"],
.body_red .redactor_tab input[type="number"],
.body_red .redactor_tab textarea,
.body_red .redactor_tab select,
.body_red .redactor_tab .chosen-container {
  width: 100% !important;
  margin-top: 10px;
}
.body_red .third .tagsinput,
.body_red .quarter .tagsinput,
.body_red .tabcontent .tagsinput,
.body_red .redactor_tab .tagsinput {
  max-width: 100%;
}
.body_red .third label,
.body_red .third .boolean_holder,
.body_red .quarter label,
.body_red .quarter .boolean_holder,
.body_red .tabcontent label,
.body_red .tabcontent .boolean_holder,
.body_red .redactor_tab label,
.body_red .redactor_tab .boolean_holder {
  width: 100%;
  margin-bottom: 5px;
}
.body_red .third .cms_table_toppbar input[type="text"],
.body_red .quarter .cms_table_toppbar input[type="text"],
.body_red .tabcontent .cms_table_toppbar input[type="text"],
.body_red .redactor_tab .cms_table_toppbar input[type="text"] {
  width: 200px;
  margin-top: 0px;
}
.body_red .third .cms_table_toppbar input[type="text"]:active,
.body_red .third .cms_table_toppbar input[type="text"]:focus,
.body_red .quarter .cms_table_toppbar input[type="text"]:active,
.body_red .quarter .cms_table_toppbar input[type="text"]:focus,
.body_red .tabcontent .cms_table_toppbar input[type="text"]:active,
.body_red .tabcontent .cms_table_toppbar input[type="text"]:focus,
.body_red .redactor_tab .cms_table_toppbar input[type="text"]:active,
.body_red .redactor_tab .cms_table_toppbar input[type="text"]:focus {
  width: 220px;
}
.body_red .third .domain_image_upload,
.body_red .quarter .domain_image_upload,
.body_red .tabcontent .domain_image_upload,
.body_red .redactor_tab .domain_image_upload {
  width: 100%;
}
.body_red .third .domain_image_upload img,
.body_red .quarter .domain_image_upload img,
.body_red .tabcontent .domain_image_upload img,
.body_red .redactor_tab .domain_image_upload img {
  margin-top: 10px;
}
.body_red .third .domain_image_upload i,
.body_red .quarter .domain_image_upload i,
.body_red .tabcontent .domain_image_upload i,
.body_red .redactor_tab .domain_image_upload i {
  margin-top: 15px;
}
.body_red fieldset {
  margin-bottom: 15px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
}
.body_red legend {
  padding: 5px;
  font-weight: bold;
}
.body_red .domain_image_upload {
  width: 70%;
}
.body_red .domain_image_upload i {
  font-size: 25px;
  position: absolute;
  margin: 5px 0 0 -30px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #eb0000;
}
.body_red .domain_image_upload img {
  margin-bottom: 10px;
}
.body_red .redactor_boxmew {
  width: 70%;
}
.body_red .error input[type="text"],
.body_red .error input[type="password"],
.body_red .error input[type="file"],
.body_red .error input[type="number"],
.body_red .error textarea,
.body_red .error select,
.body_red .error .chosen-container,
.body_red .error .chosen-single,
.body_red .error .redactor_box {
  border-color: #ff6b6b;
}
.body_red .message {
  color: #ff6b6b;
  width: 100%;
  text-align: right;
  margin: -5px 0 10px 0px;
}
.body_red .half,
.body_red .third,
.body_red .quarter,
.body_red .twothird,
.body_red .threequarter {
  margin-right: 3.1914893617021276%;
  min-height: 1px;
}
.body_red .half:last-child,
.body_red .third:last-child,
.body_red .quarter:last-child,
.body_red .twothird:last-child,
.body_red .threequarter:last-child {
  margin-right: 0;
}
.body_red .quarter {
  width: 22.606382978723403%;
}
.body_red .third {
  width: 31.205673758865245%;
}
.body_red .half {
  width: 48.40425531914894%;
}
.body_red .threequarter {
  width: 74.20212765957446%;
}
.body_red .twothird {
  width: 65.60283687943262%;
}
@media only screen and (max-width: 1300px) {
  .body_red .half,
  .body_red .threequarter {
    margin: 0px 0px 40px 0px;
    width: 100%;
  }
  .body_red .quarter {
    width: 48.40425531914894%;
  }
  .body_red .half:last-child,
  .body_red .threequarter:last-child {
    margin-bottom: 0px;
  }
  .body_red .viewportmargin {
    margin: 0px 0px 40px 0px;
  }
}
.body_red .image_grid_img {
  display: inline;
}
.body_red .image_grid_img img {
  margin: 5px;
  padding: 7px;
  background-color: #EEEEEE;
  border-radius: 3px;
}
.body_red .image_grid_img input[type="checkbox"] {
  position: relative;
  top: 40px;
  right: 35px;
}
.body_red .image_grid_folder {
  display: inline;
  text-align: center;
  cursor: pointer;
}
.body_red .image_grid_folder span {
  position: relative;
  top: 30px;
}
.body_red .selected_file {
  background-color: #F00;
  font-weight: bold;
}
.body_red .inline_form {
  margin: 0;
  padding: 0;
  display: inline;
}
.body_red #import_steam form {
  margin: 0;
  padding: 0;
}
.body_red #import_steam .highlight {
  background-color: #FFB;
}
.body_red #import_steam .compare {
  background-color: #B71918;
  color: #FFFFFF !important;
}
.body_red #import_steam table td {
  height: 10px !important;
}
.body_red #import_steam .notification {
  padding: 10px 5px 10px 15px;
  background-color: #F2F2F2;
  border: 1px solid #BFBFBF;
}
.body_red #progressbar,
.body_red #steam_progressbar {
  min-width: 400px;
}
.body_red .ui-helper-hidden {
  display: none;
}
.body_red .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_red .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.body_red .ui-helper-clearfix:before,
.body_red .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.body_red .ui-helper-clearfix:after {
  clear: both;
}
.body_red .ui-helper-clearfix {
  min-height: 0;
}
.body_red .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.body_red .ui-front {
  z-index: 100;
}
.body_red .ui-state-disabled {
  cursor: default !important;
}
.body_red .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.body_red .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body_red .ui-resizable {
  position: relative;
}
.body_red .ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
}
.body_red .ui-resizable-disabled .ui-resizable-handle,
.body_red .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.body_red .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.body_red .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.body_red .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.body_red .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.body_red .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.body_red .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.body_red .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.body_red .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.body_red .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}
.body_red .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
}
.body_red .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.body_red .ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.body_red .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.body_red .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.body_red .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.body_red .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.body_red .ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.body_red .ui-button,
.body_red .ui-button:link,
.body_red .ui-button:visited,
.body_red .ui-button:hover,
.body_red .ui-button:active {
  text-decoration: none;
}
.body_red .ui-button-icon-only {
  width: 2.2em;
}
.body_red button.ui-button-icon-only {
  width: 2.4em;
}
.body_red .ui-button-icons-only {
  width: 3.4em;
}
.body_red button.ui-button-icons-only {
  width: 3.7em;
}
.body_red .ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.body_red .ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.body_red .ui-button-icon-only .ui-button-text,
.body_red .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.body_red .ui-button-text-icon-primary .ui-button-text,
.body_red .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.body_red .ui-button-text-icon-secondary .ui-button-text,
.body_red .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.body_red .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.body_red input.ui-button {
  padding: .4em 1em;
}
.body_red .ui-button-icon-only .ui-icon,
.body_red .ui-button-text-icon-primary .ui-icon,
.body_red .ui-button-text-icon-secondary .ui-icon,
.body_red .ui-button-text-icons .ui-icon,
.body_red .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.body_red .ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.body_red .ui-button-text-icon-primary .ui-button-icon-primary,
.body_red .ui-button-text-icons .ui-button-icon-primary,
.body_red .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.body_red .ui-button-text-icon-secondary .ui-button-icon-secondary,
.body_red .ui-button-text-icons .ui-button-icon-secondary,
.body_red .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.body_red .ui-buttonset {
  margin-right: 7px;
}
.body_red .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
.body_red input.ui-button::-moz-focus-inner,
.body_red button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_red .ui-datepicker {
  z-index: 5 !important;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.body_red .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.body_red .ui-datepicker .ui-datepicker-prev,
.body_red .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.body_red .ui-datepicker .ui-datepicker-prev-hover,
.body_red .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.body_red .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.body_red .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.body_red .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.body_red .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.body_red .ui-datepicker .ui-datepicker-prev span,
.body_red .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.body_red .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.body_red .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.body_red .ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.body_red .ui-datepicker select.ui-datepicker-month,
.body_red .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.body_red .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.body_red .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.body_red .ui-datepicker td {
  border: 0;
  padding: 1px;
}
.body_red .ui-datepicker td span,
.body_red .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.body_red .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.body_red .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}
.body_red .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.body_red .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.body_red .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.body_red .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.body_red .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.body_red .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.body_red .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.body_red .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.body_red .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.body_red .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.body_red .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.body_red .ui-datepicker-rtl {
  direction: rtl;
}
.body_red .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.body_red .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.body_red .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.body_red .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.body_red .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.body_red .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.body_red .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.body_red .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.body_red .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.body_red .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.body_red .ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.body_red .ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.body_red .ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body_red .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.body_red .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 14px 10px 0 10px;
  background: 0;
  overflow: auto;
  min-height: 0 !important;
}
.body_red .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.body_red .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.body_red .ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.body_red .ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.body_red .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.body_red .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}
.body_red .ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.body_red .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.body_red .ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}
.body_red .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
}
.body_red .ui-menu .ui-menu-item a.ui-state-focus,
.body_red .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px;
}
.body_red .ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.body_red .ui-menu .ui-state-disabled a {
  cursor: default;
}
.body_red .ui-menu-icons {
  position: relative;
}
.body_red .ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.body_red .ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
.body_red .ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.body_red .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.body_red .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.body_red .ui-progressbar .ui-progressbar-overlay {
  background: url(/_webblocks/images/jquery_ui/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: .25;
}
.body_red .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.body_red .ui-slider {
  position: relative;
  text-align: left;
}
.body_red .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.body_red .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.body_red .ui-slider.ui-state-disabled .ui-slider-handle,
.body_red .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.body_red .ui-slider-horizontal {
  height: .8em;
}
.body_red .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.body_red .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.body_red .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.body_red .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.body_red .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.body_red .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.body_red .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.body_red .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.body_red .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.body_red .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.body_red .ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.body_red .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;
}
.body_red .ui-spinner a.ui-spinner-button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.body_red .ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.body_red .ui-spinner-up {
  top: 0;
}
.body_red .ui-spinner-down {
  bottom: 0;
}
.body_red .ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.body_red .ui-tabs {
  position: relative;
  padding: .2em;
}
.body_red .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.body_red .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.body_red .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.body_red .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.body_red .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.body_red .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.body_red .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.body_red .ui-tabs .ui-tabs-nav li a,
.body_red .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.body_red .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0;
}
.body_red .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;
}
.body_red body .ui-tooltip {
  border-width: 2px;
}
.body_red .ui-widget {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.body_red .ui-widget .ui-widget {
  font-size: 1em;
}
.body_red .ui-widget input,
.body_red .ui-widget select,
.body_red .ui-widget textarea,
.body_red .ui-widget button {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.body_red .ui-widget-content {
  border: 1px solid #ddd;
  background: #FFF url(/_webblocks/images/jquery_ui/ui-bg_flat_100_FFFFFF_40x100.png) 50% 50% repeat-x;
  color: #333;
}
.body_red .ui-widget-content a {
  color: #333;
}
.body_red .ui-widget-header {
  border: 1px solid #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.body_red .ui-widget-header a {
  color: #fff;
}
.body_red .ui-state-default,
.body_red .ui-widget-content .ui-state-default,
.body_red .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #eaeaea url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_red .ui-state-default a,
.body_red .ui-state-default a:link,
.body_red .ui-state-default a:visited {
  color: #383838;
  text-decoration: none;
}
.body_red .ui-state-hover,
.body_red .ui-widget-content .ui-state-hover,
.body_red .ui-widget-header .ui-state-hover,
.body_red .ui-state-focus,
.body_red .ui-widget-content .ui-state-focus,
.body_red .ui-widget-header .ui-state-focus {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_red .ui-state-hover a,
.body_red .ui-state-hover a:hover,
.body_red .ui-state-hover a:link,
.body_red .ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.body_red .ui-state-active,
.body_red .ui-widget-content .ui-state-active,
.body_red .ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_red .ui-state-active a,
.body_red .ui-state-active a:link,
.body_red .ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.body_red .ui-state-highlight,
.body_red .ui-widget-content .ui-state-highlight,
.body_red .ui-widget-header .ui-state-highlight {
  border: 1px solid #ff6b6b;
  background: #ff6b6b url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.body_red .ui-state-highlight a,
.body_red .ui-widget-content .ui-state-highlight a,
.body_red .ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.body_red .ui-state-error,
.body_red .ui-widget-content .ui-state-error,
.body_red .ui-widget-header .ui-state-error {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_a64040_40x100.png) 50% 50% repeat-x;
  color: #fff;
}
.body_red .ui-state-error a,
.body_red .ui-widget-content .ui-state-error a,
.body_red .ui-widget-header .ui-state-error a {
  color: #fff;
}
.body_red .ui-state-error-text,
.body_red .ui-widget-content .ui-state-error-text,
.body_red .ui-widget-header .ui-state-error-text {
  color: #fff;
}
.body_red .ui-priority-primary,
.body_red .ui-widget-content .ui-priority-primary,
.body_red .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.body_red .ui-priority-secondary,
.body_red .ui-widget-content .ui-priority-secondary,
.body_red .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.body_red .ui-state-disabled,
.body_red .ui-widget-content .ui-state-disabled,
.body_red .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.body_red .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.body_red .ui-icon {
  width: 16px;
  height: 16px;
}
.body_red .ui-icon,
.body_red .ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.body_red .ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_red .ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_red .ui-state-hover .ui-icon,
.body_red .ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_red .ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_red .ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.body_red .ui-state-error .ui-icon,
.body_red .ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_red .ui-icon-blank {
  background-position: 16px 16px;
}
.body_red .ui-icon-carat-1-n {
  background-position: 0 0;
}
.body_red .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.body_red .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.body_red .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.body_red .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.body_red .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.body_red .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.body_red .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.body_red .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.body_red .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.body_red .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.body_red .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.body_red .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.body_red .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.body_red .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.body_red .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.body_red .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.body_red .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.body_red .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.body_red .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.body_red .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.body_red .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.body_red .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.body_red .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.body_red .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.body_red .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.body_red .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.body_red .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.body_red .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.body_red .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.body_red .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.body_red .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.body_red .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.body_red .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.body_red .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.body_red .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.body_red .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.body_red .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.body_red .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.body_red .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.body_red .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.body_red .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.body_red .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.body_red .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.body_red .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.body_red .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.body_red .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.body_red .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.body_red .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.body_red .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.body_red .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.body_red .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.body_red .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.body_red .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.body_red .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.body_red .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.body_red .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.body_red .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.body_red .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.body_red .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.body_red .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.body_red .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.body_red .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.body_red .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.body_red .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.body_red .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.body_red .ui-icon-extlink {
  background-position: -32px -80px;
}
.body_red .ui-icon-newwin {
  background-position: -48px -80px;
}
.body_red .ui-icon-refresh {
  background-position: -64px -80px;
}
.body_red .ui-icon-shuffle {
  background-position: -80px -80px;
}
.body_red .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.body_red .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.body_red .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.body_red .ui-icon-folder-open {
  background-position: -16px -96px;
}
.body_red .ui-icon-document {
  background-position: -32px -96px;
}
.body_red .ui-icon-document-b {
  background-position: -48px -96px;
}
.body_red .ui-icon-note {
  background-position: -64px -96px;
}
.body_red .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.body_red .ui-icon-mail-open {
  background-position: -96px -96px;
}
.body_red .ui-icon-suitcase {
  background-position: -112px -96px;
}
.body_red .ui-icon-comment {
  background-position: -128px -96px;
}
.body_red .ui-icon-person {
  background-position: -144px -96px;
}
.body_red .ui-icon-print {
  background-position: -160px -96px;
}
.body_red .ui-icon-trash {
  background-position: -176px -96px;
}
.body_red .ui-icon-locked {
  background-position: -192px -96px;
}
.body_red .ui-icon-unlocked {
  background-position: -208px -96px;
}
.body_red .ui-icon-bookmark {
  background-position: -224px -96px;
}
.body_red .ui-icon-tag {
  background-position: -240px -96px;
}
.body_red .ui-icon-home {
  background-position: 0 -112px;
}
.body_red .ui-icon-flag {
  background-position: -16px -112px;
}
.body_red .ui-icon-calendar {
  background-position: -32px -112px;
}
.body_red .ui-icon-cart {
  background-position: -48px -112px;
}
.body_red .ui-icon-pencil {
  background-position: -64px -112px;
}
.body_red .ui-icon-clock {
  background-position: -80px -112px;
}
.body_red .ui-icon-disk {
  background-position: -96px -112px;
}
.body_red .ui-icon-calculator {
  background-position: -112px -112px;
}
.body_red .ui-icon-zoomin {
  background-position: -128px -112px;
}
.body_red .ui-icon-zoomout {
  background-position: -144px -112px;
}
.body_red .ui-icon-search {
  background-position: -160px -112px;
}
.body_red .ui-icon-wrench {
  background-position: -176px -112px;
}
.body_red .ui-icon-gear {
  background-position: -192px -112px;
}
.body_red .ui-icon-heart {
  background-position: -208px -112px;
}
.body_red .ui-icon-star {
  background-position: -224px -112px;
}
.body_red .ui-icon-link {
  background-position: -240px -112px;
}
.body_red .ui-icon-cancel {
  background-position: 0 -128px;
}
.body_red .ui-icon-plus {
  background-position: -16px -128px;
}
.body_red .ui-icon-plusthick {
  background-position: -32px -128px;
}
.body_red .ui-icon-minus {
  background-position: -48px -128px;
}
.body_red .ui-icon-minusthick {
  background-position: -64px -128px;
}
.body_red .ui-icon-close {
  background-position: -80px -128px;
}
.body_red .ui-icon-closethick {
  background-position: -96px -128px;
}
.body_red .ui-icon-key {
  background-position: -112px -128px;
}
.body_red .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.body_red .ui-icon-scissors {
  background-position: -144px -128px;
}
.body_red .ui-icon-clipboard {
  background-position: -160px -128px;
}
.body_red .ui-icon-copy {
  background-position: -176px -128px;
}
.body_red .ui-icon-contact {
  background-position: -192px -128px;
}
.body_red .ui-icon-image {
  background-position: -208px -128px;
}
.body_red .ui-icon-video {
  background-position: -224px -128px;
}
.body_red .ui-icon-script {
  background-position: -240px -128px;
}
.body_red .ui-icon-alert {
  background-position: 0 -144px;
}
.body_red .ui-icon-info {
  background-position: -16px -144px;
}
.body_red .ui-icon-notice {
  background-position: -32px -144px;
}
.body_red .ui-icon-help {
  background-position: -48px -144px;
}
.body_red .ui-icon-check {
  background-position: -64px -144px;
}
.body_red .ui-icon-bullet {
  background-position: -80px -144px;
}
.body_red .ui-icon-radio-on {
  background-position: -96px -144px;
}
.body_red .ui-icon-radio-off {
  background-position: -112px -144px;
}
.body_red .ui-icon-pin-w {
  background-position: -128px -144px;
}
.body_red .ui-icon-pin-s {
  background-position: -144px -144px;
}
.body_red .ui-icon-play {
  background-position: 0 -160px;
}
.body_red .ui-icon-pause {
  background-position: -16px -160px;
}
.body_red .ui-icon-seek-next {
  background-position: -32px -160px;
}
.body_red .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.body_red .ui-icon-seek-end {
  background-position: -64px -160px;
}
.body_red .ui-icon-seek-start {
  background-position: -80px -160px;
}
.body_red .ui-icon-seek-first {
  background-position: -80px -160px;
}
.body_red .ui-icon-stop {
  background-position: -96px -160px;
}
.body_red .ui-icon-eject {
  background-position: -112px -160px;
}
.body_red .ui-icon-volume-off {
  background-position: -128px -160px;
}
.body_red .ui-icon-volume-on {
  background-position: -144px -160px;
}
.body_red .ui-icon-power {
  background-position: 0 -176px;
}
.body_red .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.body_red .ui-icon-signal {
  background-position: -32px -176px;
}
.body_red .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.body_red .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.body_red .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.body_red .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.body_red .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.body_red .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.body_red .ui-icon-circle-close {
  background-position: -32px -192px;
}
.body_red .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.body_red .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.body_red .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.body_red .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.body_red .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.body_red .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.body_red .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.body_red .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.body_red .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.body_red .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.body_red .ui-icon-circle-check {
  background-position: -208px -192px;
}
.body_red .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.body_red .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.body_red .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.body_red .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.body_red .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.body_red .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.body_red .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.body_red .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.body_red .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.body_red .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.body_red .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.body_red .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.body_red .ui-corner-all,
.body_red .ui-corner-top,
.body_red .ui-corner-left,
.body_red .ui-corner-tl {
  border-top-left-radius: 0;
}
.body_red .ui-corner-all,
.body_red .ui-corner-top,
.body_red .ui-corner-right,
.body_red .ui-corner-tr {
  border-top-right-radius: 0;
}
.body_red .ui-corner-all,
.body_red .ui-corner-bottom,
.body_red .ui-corner-left,
.body_red .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.body_red .ui-corner-all,
.body_red .ui-corner-bottom,
.body_red .ui-corner-right,
.body_red .ui-corner-br {
  border-bottom-right-radius: 0;
}
.body_red .ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.body_red .ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000 url(/_webblocks/images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 0;
}
.body_red div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  overflow-y: auto;
  max-width: 70%;
}
.body_red div.tagsinput span.tag {
  border: 1px solid #ff3838;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #ff6b6b;
  color: #fff;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
.body_red div.tagsinput span.tag a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.body_red div.tagsinput input {
  width: 180px;
  border: 2px solid #ff3838;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #ff6b6b;
  color: #fff !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.body_red .not_valid {
  border: 2px solid #ff3838 !important;
  background-color: #ff6b6b !important;
}
.body_red div.tagsinput div {
  display: block;
  float: left;
}
.body_red .tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.body_red *,
.body_red *:before,
.body_red *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body_red html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.body_red html,
.body_red body,
.body_red div,
.body_red span,
.body_red object,
.body_red iframe,
.body_red p,
.body_red blockquote,
.body_red pre,
.body_red a,
.body_red abbr,
.body_red acronym,
.body_red address,
.body_red big,
.body_red cite,
.body_red code,
.body_red del,
.body_red dfn,
.body_red em,
.body_red img,
.body_red ins,
.body_red kbd,
.body_red q,
.body_red s,
.body_red samp,
.body_red small,
.body_red strike,
.body_red strong,
.body_red sub,
.body_red sup,
.body_red tt,
.body_red var,
.body_red b,
.body_red u,
.body_red i,
.body_red center,
.body_red dl,
.body_red dt,
.body_red dd,
.body_red ol,
.body_red ul,
.body_red li,
.body_red fieldset,
.body_red form,
.body_red label,
.body_red legend,
.body_red table,
.body_red caption,
.body_red tbody,
.body_red tfoot,
.body_red thead,
.body_red tr,
.body_red th,
.body_red td,
.body_red article,
.body_red aside,
.body_red canvas,
.body_red details,
.body_red embed,
.body_red figure,
.body_red figcaption,
.body_red footer,
.body_red header,
.body_red hgroup,
.body_red menu,
.body_red nav,
.body_red output,
.body_red ruby,
.body_red section,
.body_red summary,
.body_red time,
.body_red mark,
.body_red audio,
.body_red video,
.body_red h1,
.body_red h2,
.body_red h3,
.body_red h4,
.body_red h5,
.body_red h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.body_red a:active,
.body_red a:hover {
  outline: 0;
}
.body_red article,
.body_red aside,
.body_red details,
.body_red figcaption,
.body_red figure,
.body_red footer,
.body_red header,
.body_red hgroup,
.body_red main,
.body_red nav,
.body_red section,
.body_red embed,
.body_red object,
.body_red iframe,
.body_red audio,
.body_red video,
.body_red canvas,
.body_red progress,
.body_red meter,
.body_red output,
.body_red textarea {
  display: block;
}
.body_red audio:not([controls]) {
  display: none;
  height: 0;
}
.body_red blockquote,
.body_red q {
  quotes: none;
}
.body_red blockquote p:before,
.body_red blockquote p:after,
.body_red q:before,
.body_red q:after {
  content: '';
  content: none;
}
.body_red table {
  border-collapse: collapse;
  border-spacing: 0;
}
.body_red caption,
.body_red th,
.body_red td {
  text-align: left;
  vertical-align: top;
}
.body_red thead th,
.body_red thead td {
  font-weight: bold;
  vertical-align: bottom;
}
.body_red a img,
.body_red th img,
.body_red td img {
  vertical-align: top;
}
.body_red button,
.body_red input,
.body_red select,
.body_red textarea {
  margin: 0;
}
.body_red textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
.body_red button {
  width: auto;
  overflow: visible;
}
.body_red input[type="reset"],
.body_red input[type="submit"],
.body_red input[type="file"],
.body_red input[type="radio"],
.body_red input[type="checkbox"],
.body_red select,
.body_red button {
  cursor: pointer;
}
.body_red input[type="radio"],
.body_red input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.body_red input[type="search"] {
  -webkit-appearance: textfield;
}
.body_red input[type="search"]::-webkit-search-decoration,
.body_red input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.body_red hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
.body_red img,
.body_red video,
.body_red audio,
.body_red embed,
.body_red object {
  max-width: 100%;
}
.body_red img,
.body_red video,
.body_red embed,
.body_red object {
  height: auto;
}
.body_red embed,
.body_red object {
  height: 100%;
}
.body_red img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.body_red body {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 0.9375em;
  line-height: 1.65em;
  background: #ffffff;
  color: #222222;
}
.body_red a {
  color: #134da5;
}
.body_red a:focus,
.body_red a:hover {
  color: #de2c3b;
}
.body_red h1,
.body_red h2,
.body_red h3,
.body_red h4,
.body_red h5,
.body_red h6,
.body_red .h1,
.body_red .h2,
.body_red .h3,
.body_red .h4,
.body_red .h5,
.body_red .h6 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.body_red h1,
.body_red .h1,
.body_red h2,
.body_red .h2 {
  line-height: 1.1;
}
.body_red h3,
.body_red .h3,
.body_red h4,
.body_red .h4 {
  line-height: 1.3;
}
.body_red h1,
.body_red .h1 {
  font-size: 2.25em;
}
.body_red h2,
.body_red .h2 {
  font-size: 1.5em;
  margin-bottom: .7em;
}
.body_red h3,
.body_red .h3 {
  font-size: 1.3125em;
}
.body_red h4,
.body_red .h4 {
  font-size: 1.125em;
}
.body_red h5,
.body_red .h5 {
  font-size: 1em;
}
.body_red h6,
.body_red .h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}
.body_red .lead {
  font-size: 1.3125em;
  line-height: 1.5;
  margin-bottom: 1.0999999999999999em;
}
.body_red p,
.body_red ul,
.body_red ol,
.body_red dl,
.body_red dd,
.body_red dt,
.body_red blockquote,
.body_red td,
.body_red th {
  line-height: 1.65em;
}
.body_red ul,
.body_red ol,
.body_red ul ul,
.body_red ol ol,
.body_red ul ol,
.body_red ol ul {
  margin: 0 0 0 3.3em;
}
.body_red ul li,
.body_red ol li {
  text-align: left;
}
.body_red ol ol li {
  list-style-type: lower-alpha;
}
.body_red ol ol ol li {
  list-style-type: lower-roman;
}
.body_red p,
.body_red ul,
.body_red ol,
.body_red dl,
.body_red blockquote,
.body_red hr,
.body_red pre,
.body_red table,
.body_red form,
.body_red fieldset,
.body_red figure,
.body_red address {
  margin-bottom: 1.65em;
}
.body_red blockquote {
  position: relative;
  font-style: italic;
  font-size: 1.125em;
  margin-left: 2.4749999999999996em;
  padding-left: 1.65em;
  border-left: 2px solid #dddddd;
}
.body_red blockquote p {
  margin-bottom: .5em;
}
.body_red blockquote small,
.body_red cite {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.body_red small,
.body_red blockquote cite {
  font-size: 12.75px;
  line-height: 1;
}
.body_red address {
  font-style: normal;
}
.body_red dl dt {
  font-weight: bold;
}
.body_red dd {
  margin-left: 1.65em;
}
.body_red s,
.body_red del {
  text-decoration: line-through;
}
.body_red abbr[title],
.body_red dfn[title] {
  border-bottom: 1px dotted #0f0f0f;
  cursor: help;
}
.body_red strong,
.body_red b {
  font-weight: bold;
}
.body_red em,
.body_red i {
  font-style: italic;
}
.body_red sub,
.body_red sup {
  font-size: 11.25px;
  line-height: 0;
  position: relative;
}
.body_red sup {
  top: -0.5em;
}
.body_red sub {
  bottom: -0.25em;
}
.body_red figcaption {
  margin: .3em 0;
  font-size: 12.75px;
  font-style: italic;
}
.body_red ins,
.body_red u {
  text-decoration: underline;
}
.body_red mark {
  background-color: #ffc800;
  color: #0f0f0f;
  text-decoration: none;
}
.body_red pre,
.body_red code,
.body_red kbd,
.body_red samp,
.body_red var,
.body_red output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.body_red pre {
  margin-top: 1.65em;
  font-size: 100%;
  line-height: 1.5;
  color: #222222;
  overflow: auto;
}
.body_red code,
.body_red samp,
.body_red kbd {
  padding: 3px 6px 2px 6px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}
.body_red code {
  background: #f4f4f4;
  border: 1px solid #d4d4d4;
}
.body_red pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 1.65em;
}
.body_red var {
  color: rgba(0,0,0,0.5);
}
.body_red samp {
  background: #d3e3fb;
  border: 1px solid #b2cef8;
}
.body_red kbd {
  background: #0f0f0f;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}
.body_red button:active,
.body_red button:focus {
  outline: none;
}
.body_red textarea,
.body_red select {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
}
.body_red textarea,
.body_red select[multiple],
.body_red select[multiple="multiple"] {
  padding: 0.3em 0.35em;
  line-height: 1.35em;
  width: 100%;
}
.body_red input[type="text"],
.body_red input[type="password"],
.body_red input[type="email"],
.body_red input[type="url"],
.body_red input[type="phone"],
.body_red input[type="tel"],
.body_red input[type="number"],
.body_red input[type="datetime"],
.body_red input[type="date"],
.body_red input[type="month"],
.body_red input[type="color"],
.body_red input[type="time"],
.body_red input[type="search"],
.body_red input[type="datetime-local"] {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
  padding: 0.3em 0.35em;
  line-height: 1.65em;
  border-radius: 0;
  outline: none;
}
.body_red select[multiple],
.body_red select[multiple="multiple"],
.body_red textarea,
.body_red input[type="text"],
.body_red input[type="password"],
.body_red input[type="email"],
.body_red input[type="url"],
.body_red input[type="phone"],
.body_red input[type="tel"],
.body_red input[type="number"],
.body_red input[type="datetime"],
.body_red input[type="date"],
.body_red input[type="month"],
.body_red input[type="color"],
.body_red input[type="time"],
.body_red input[type="search"],
.body_red input[type="datetime-local"] {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
}
.body_red textarea[disabled],
.body_red input[type="text"][disabled],
.body_red input[type="password"][disabled],
.body_red input[type="email"][disabled],
.body_red input[type="url"][disabled],
.body_red input[type="phone"][disabled],
.body_red input[type="tel"][disabled],
.body_red input[type="number"][disabled],
.body_red input[type="datetime"][disabled],
.body_red input[type="date"][disabled],
.body_red input[type="month"][disabled],
.body_red input[type="color"][disabled],
.body_red input[type="time"][disabled],
.body_red input[type="search"][disabled],
.body_red input[type="datetime-local"][disabled] {
  resize: none;
  color: rgba(0,0,0,0.5);
}
.body_red select[disabled],
.body_red input[type="checkbox"][disabled],
.body_red input[type="radio"][disabled] {
  cursor: default;
}
.body_red input::-moz-focus-inner,
.body_red button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_red input[type="range"] {
  position: relative;
  top: 3px;
}
.body_red select {
  margin-bottom: 0 !important;
}
.body_red fieldset {
  padding: 1.65em;
  margin-bottom: 1.65em;
  border: 1px solid #cccccc;
}
.body_red fieldset *:last-child {
  margin-bottom: 0 !important;
}
.body_red legend {
  font-weight: bold;
  padding: 0 1em;
  margin-left: -1em;
}
.body_red table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
.body_red table caption {
  text-transform: uppercase;
  padding: 0 1.0999999999999999em;
  color: rgba(0,0,0,0.4);
  font-size: 12.75px;
}
.body_red table th,
.body_red table td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.825em 1.0999999999999999em;
}
.body_red table tfoot th,
.body_red table tfoot td {
  color: rgba(0,0,0,0.4);
}
.body_red .units-container:after,
.body_red .units-row:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .units-container:after,
.body_red .units-row:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .units-container {
  padding-top: 1px;
  margin-top: -1px;
}
.body_red .units-row {
  margin-bottom: 1.65em;
}
.body_red .width-100,
.body_red .unit-100 {
  width: 100%;
}
.body_red .width-90,
.body_red .unit-90 {
  width: 90%;
}
.body_red .width-80,
.body_red .unit-80 {
  width: 80%;
}
.body_red .width-75,
.body_red .unit-75 {
  width: 75%;
}
.body_red .width-70,
.body_red .unit-70 {
  width: 70%;
}
.body_red .width-66,
.body_red .unit-66 {
  width: 66.6%;
}
.body_red .width-65,
.body_red .unit-65 {
  width: 65%;
}
.body_red .width-60,
.body_red .unit-60 {
  width: 60%;
}
.body_red .width-50,
.body_red .unit-50 {
  width: 50%;
}
.body_red .width-40,
.body_red .unit-40 {
  width: 40%;
}
.body_red .width-35,
.body_red .unit-35 {
  width: 35%;
}
.body_red .width-33,
.body_red .unit-33 {
  width: 33.3%;
}
.body_red .width-30,
.body_red .unit-30 {
  width: 30%;
}
.body_red .width-25,
.body_red .unit-25 {
  width: 25%;
}
.body_red .width-20,
.body_red .unit-20 {
  width: 20%;
}
.body_red .width-10,
.body_red .unit-10 {
  width: 10%;
}
.body_red .units-row .unit-90,
.body_red .units-row .unit-80,
.body_red .units-row .unit-75,
.body_red .units-row .unit-70,
.body_red .units-row .unit-66,
.body_red .units-row .unit-65,
.body_red .units-row .unit-60,
.body_red .units-row .unit-50,
.body_red .units-row .unit-40,
.body_red .units-row .unit-35,
.body_red .units-row .unit-33,
.body_red .units-row .unit-30,
.body_red .units-row .unit-25,
.body_red .units-row .unit-20,
.body_red .units-row .unit-10 {
  float: left;
  margin-left: 3%;
}
.body_red .units-row .unit-90:first-child,
.body_red .units-row .unit-80:first-child,
.body_red .units-row .unit-75:first-child,
.body_red .units-row .unit-70:first-child,
.body_red .units-row .unit-66:first-child,
.body_red .units-row .unit-65:first-child,
.body_red .units-row .unit-60:first-child,
.body_red .units-row .unit-50:first-child,
.body_red .units-row .unit-40:first-child,
.body_red .units-row .unit-35:first-child,
.body_red .units-row .unit-33:first-child,
.body_red .units-row .unit-30:first-child,
.body_red .units-row .unit-25:first-child,
.body_red .units-row .unit-20:first-child,
.body_red .units-row .unit-10:first-child {
  margin-left: 0;
}
.body_red .units-row .unit-90 {
  width: 89.7%;
}
.body_red .units-row .unit-80 {
  width: 79.4%;
}
.body_red .units-row .unit-75 {
  width: 74.25%;
}
.body_red .units-row .unit-70 {
  width: 69.1%;
}
.body_red .units-row .unit-66 {
  width: 65.66666666666666%;
}
.body_red .units-row .unit-65 {
  width: 65.66666666666666%;
}
.body_red .units-row .unit-60 {
  width: 58.800000000000004%;
}
.body_red .units-row .unit-50 {
  width: 48.5%;
}
.body_red .units-row .unit-40 {
  width: 38.2%;
}
.body_red .units-row .unit-35 {
  width: 31.333333333333332%;
}
.body_red .units-row .unit-33 {
  width: 31.333333333333332%;
}
.body_red .units-row .unit-30 {
  width: 27.9%;
}
.body_red .units-row .unit-25 {
  width: 22.75%;
}
.body_red .units-row .unit-20 {
  width: 17.6%;
}
.body_red .units-row .unit-10 {
  width: 7.3%;
}
.body_red .unit-push-90,
.body_red .unit-push-80,
.body_red .unit-push-75,
.body_red .unit-push-70,
.body_red .unit-push-66,
.body_red .unit-push-65,
.body_red .unit-push-60,
.body_red .unit-push-50,
.body_red .unit-push-40,
.body_red .unit-push-35,
.body_red .unit-push-33,
.body_red .unit-push-30,
.body_red .unit-push-25,
.body_red .unit-push-20,
.body_red .unit-push-10 {
  position: relative;
}
.body_red .unit-push-90 {
  left: 92.7%;
}
.body_red .unit-push-80 {
  left: 82.4%;
}
.body_red .unit-push-75 {
  left: 77.25%;
}
.body_red .unit-push-70 {
  left: 72.1%;
}
.body_red .unit-push-66 {
  left: 68.66666666666666%;
}
.body_red .unit-push-65 {
  left: 68.66666666666666%;
}
.body_red .unit-push-60 {
  left: 61.800000000000004%;
}
.body_red .unit-push-50 {
  left: 51.5%;
}
.body_red .unit-push-40 {
  left: 41.2%;
}
.body_red .unit-push-35 {
  left: 34.33333333333333%;
}
.body_red .unit-push-33 {
  left: 34.33333333333333%;
}
.body_red .unit-push-30 {
  left: 30.9%;
}
.body_red .unit-push-25 {
  left: 25.75%;
}
.body_red .unit-push-20 {
  left: 20.6%;
}
.body_red .unit-push-10 {
  left: 10.3%;
}
.body_red .units-row .unit-push-right {
  float: right;
}
.body_red .units-row .unit-role-right {
  margin-left: 3%;
  float: right;
}
.body_red .units-row .unit-role-left {
  margin-left: 0;
}
.body_red .centered,
.body_red .unit-centered {
  float: none !important;
  margin: 0 auto !important;
}
.body_red .unit-padding {
  padding: 1.65em;
}
.body_red .units-padding .unit-100,
.body_red .units-padding .unit-90,
.body_red .units-padding .unit-80,
.body_red .units-padding .unit-75,
.body_red .units-padding .unit-70,
.body_red .units-padding .unit-66,
.body_red .units-padding .unit-65,
.body_red .units-padding .unit-60,
.body_red .units-padding .unit-50,
.body_red .units-padding .unit-40,
.body_red .units-padding .unit-35,
.body_red .units-padding .unit-33,
.body_red .units-padding .unit-30,
.body_red .units-padding .unit-25,
.body_red .units-padding .unit-20,
.body_red .units-padding .unit-10 {
  padding: 1.65em;
}
.body_red .units-split .unit-90,
.body_red .units-split .unit-80,
.body_red .units-split .unit-75,
.body_red .units-split .unit-70,
.body_red .units-split .unit-66,
.body_red .units-split .unit-65,
.body_red .units-split .unit-60,
.body_red .units-split .unit-50,
.body_red .units-split .unit-40,
.body_red .units-split .unit-35,
.body_red .units-split .unit-33,
.body_red .units-split .unit-30,
.body_red .units-split .unit-25,
.body_red .units-split .unit-20,
.body_red .units-split .unit-10 {
  margin-left: 0;
}
.body_red .units-split .unit-90 {
  width: 90%;
}
.body_red .units-split .unit-80 {
  width: 80%;
}
.body_red .units-split .unit-75 {
  width: 75%;
}
.body_red .units-split .unit-70 {
  width: 70%;
}
.body_red .units-split .unit-66 {
  width: 66.6%;
}
.body_red .units-split .unit-65 {
  width: 65%;
}
.body_red .units-split .unit-60 {
  width: 60%;
}
.body_red .units-split .unit-50 {
  width: 50%;
}
.body_red .units-split .unit-40 {
  width: 40%;
}
.body_red .units-split .unit-35 {
  width: 35%;
}
.body_red .units-split .unit-33 {
  width: 33.3%;
}
.body_red .units-split .unit-30 {
  width: 30%;
}
.body_red .units-split .unit-25 {
  width: 25%;
}
.body_red .units-split .unit-20 {
  width: 20%;
}
.body_red .units-split .unit-10 {
  width: 10%;
}
.body_red .blocks-2,
.body_red .blocks-3,
.body_red .blocks-4,
.body_red .blocks-5,
.body_red .blocks-6 {
  padding-left: 0;
  list-style: none;
  margin-left: -3%;
}
.body_red .blocks-2:after,
.body_red .blocks-3:after,
.body_red .blocks-4:after,
.body_red .blocks-5:after,
.body_red .blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .blocks-2:after,
.body_red .blocks-3:after,
.body_red .blocks-4:after,
.body_red .blocks-5:after,
.body_red .blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .blocks-2 > li,
.body_red .blocks-3 > li,
.body_red .blocks-4 > li,
.body_red .blocks-5 > li,
.body_red .blocks-6 > li {
  height: auto;
  float: left;
  margin-bottom: 1.65em;
  margin-left: 3%;
}
.body_red .blocks-2 > li ul,
.body_red .blocks-3 > li ul,
.body_red .blocks-4 > li ul,
.body_red .blocks-5 > li ul,
.body_red .blocks-6 > li ul {
  list-style-type: disc;
}
.body_red .blocks-2 > li ul ul,
.body_red .blocks-3 > li ul ul,
.body_red .blocks-4 > li ul ul,
.body_red .blocks-5 > li ul ul,
.body_red .blocks-6 > li ul ul {
  list-style-type: circle;
}
.body_red .blocks-2 > li li,
.body_red .blocks-3 > li li,
.body_red .blocks-4 > li li,
.body_red .blocks-5 > li li,
.body_red .blocks-6 > li li {
  float: none;
  margin: 0;
}
.body_red .blocks-2 > li {
  width: 47%;
}
.body_red .blocks-3 > li {
  width: 30.333333333333332%;
}
.body_red .blocks-4 > li {
  width: 22%;
}
.body_red .blocks-5 > li {
  width: 17%;
}
.body_red .blocks-6 > li {
  width: 13.666666666666666%;
}
.body_red .block-first {
  clear: both;
}
.body_red table.table-bordered td,
.body_red table.table-bordered th {
  border: 1px solid #eeeeee;
}
.body_red table.table-simple td,
.body_red table.table-simple th,
.body_red table.table-simple caption {
  border: none;
  padding-left: 0;
}
.body_red table.table-flat td,
.body_red table.table-flat th,
.body_red table.table-flat caption {
  border: none;
  padding: 0;
}
.body_red table.table-stroked td,
.body_red table.table-stroked th {
  border-bottom: 1px solid #eeeeee;
}
.body_red table.table-stripped tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
.body_red table.table-hovered tbody tr:hover td {
  background-color: #f4f4f4;
}
.body_red .table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.65em;
}
.body_red .table-container table {
  margin-bottom: 0;
}
.body_red .table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.body_red .table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0,0,0,0.3);
}
.body_red .forms .btn,
.body_red .forms input[type="submit"].btn,
.body_red .forms button,
.body_red .forms input[type="submit"],
.body_red .forms input[type="reset"] {
  padding: 0.3625em 1.3em;
}
.body_red .forms .btn-outline {
  padding: 0.3em 1.3em;
}
.body_red .forms .btn-outline.bold {
  padding: 0.2375em 1.3em;
}
.body_red .forms label {
  display: block;
  margin-bottom: 1.0999999999999999em;
}
.body_red .forms input[type="text"],
.body_red .forms input[type="password"],
.body_red .forms input[type="email"],
.body_red .forms input[type="url"],
.body_red .forms input[type="phone"],
.body_red .forms input[type="tel"],
.body_red .forms input[type="number"],
.body_red .forms input[type="datetime"],
.body_red .forms input[type="date"],
.body_red .forms input[type="month"],
.body_red .forms input[type="color"],
.body_red .forms input[type="time"],
.body_red .forms input[type="search"],
.body_red .forms input[type="range"],
.body_red .forms input[type="file"],
.body_red .forms input[type="datetime-local"],
.body_red .forms textarea,
.body_red .forms select {
  display: block;
}
.body_red .forms-inline input[type="text"],
.body_red .forms-inline-list input[type="text"],
.body_red .forms-inline input[type="password"],
.body_red .forms-inline-list input[type="password"],
.body_red .forms-inline input[type="email"],
.body_red .forms-inline-list input[type="email"],
.body_red .forms-inline input[type="url"],
.body_red .forms-inline-list input[type="url"],
.body_red .forms-inline input[type="phone"],
.body_red .forms-inline-list input[type="phone"],
.body_red .forms-inline input[type="tel"],
.body_red .forms-inline-list input[type="tel"],
.body_red .forms-inline input[type="number"],
.body_red .forms-inline-list input[type="number"],
.body_red .forms-inline input[type="datetime"],
.body_red .forms-inline-list input[type="datetime"],
.body_red .forms-inline input[type="date"],
.body_red .forms-inline-list input[type="date"],
.body_red .forms-inline input[type="month"],
.body_red .forms-inline-list input[type="month"],
.body_red .forms-inline input[type="color"],
.body_red .forms-inline-list input[type="color"],
.body_red .forms-inline input[type="time"],
.body_red .forms-inline-list input[type="time"],
.body_red .forms-inline input[type="search"],
.body_red .forms-inline-list input[type="search"],
.body_red .forms-inline input[type="range"],
.body_red .forms-inline-list input[type="range"],
.body_red .forms-inline input[type="file"],
.body_red .forms-inline-list input[type="file"],
.body_red .forms-inline input[type="datetime-local"],
.body_red .forms-inline-list input[type="datetime-local"],
.body_red .forms-inline textarea,
.body_red .forms-inline-list textarea,
.body_red .forms-inline select,
.body_red .forms-inline-list select {
  display: inline-block;
}
.body_red .forms-list,
.body_red .forms-inline,
.body_red .forms-inline-list {
  margin: 0;
  padding: 0;
  margin-bottom: 1.0999999999999999em;
  list-style: none;
}
.body_red .forms-list label,
.body_red .forms-inline label,
.body_red .forms-inline-list li,
.body_red .forms-inline-list li label {
  display: inline-block;
  margin-bottom: 0;
}
.body_red .forms-inline-list li label {
  margin-right: 0.825em;
}
.body_red .forms-inline-list li {
  margin-bottom: 3px;
}
.body_red .forms-list li {
  margin-bottom: 6px;
}
.body_red .forms-desc {
  margin-top: 4px;
  color: rgba(0,0,0,0.4);
  font-size: 12.75px;
  line-height: 1.4em;
}
.body_red input[type="text"],
.body_red input[type="password"],
.body_red input[type="email"],
.body_red input[type="url"],
.body_red input[type="phone"],
.body_red input[type="tel"],
.body_red input[type="number"],
.body_red input[type="datetime"],
.body_red input[type="date"],
.body_red input[type="month"],
.body_red input[type="color"],
.body_red input[type="time"],
.body_red input[type="search"],
.body_red input[type="datetime-local"],
.body_red textarea {
  -moz-transition: border ease 0.5s;
  transition: border ease 0.5s;
}
.body_red .error,
.body_red .success {
  font-weight: normal;
  font-size: 12.75px;
}
.body_red input.input-error,
.body_red textarea.input-error,
.body_red select.input-error,
.body_red .input-error {
  border-color: #de2c3b;
  box-shadow: 0 0 0 2px rgba(222,44,59,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_red input.input-success,
.body_red textarea.input-success,
.body_red select.input-success,
.body_red .input-success {
  border-color: #2c9f42;
  box-shadow: 0 0 0 2px rgba(44,159,66,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_red input.input-gray,
.body_red textarea.input-gray,
.body_red select.input-gray,
.body_red .input-gray {
  border-color: #b3b6b7;
  box-shadow: 0 0 0 2px rgba(179,182,183,0.4), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_red input[type="text"]:focus,
.body_red input[type="password"]:focus,
.body_red input[type="email"]:focus,
.body_red input[type="url"]:focus,
.body_red input[type="phone"]:focus,
.body_red input[type="tel"]:focus,
.body_red input[type="number"]:focus,
.body_red input[type="datetime"]:focus,
.body_red input[type="date"]:focus,
.body_red input[type="month"]:focus,
.body_red input[type="color"]:focus,
.body_red input[type="time"]:focus,
.body_red input[type="search"]:focus,
.body_red input[type="datetime-local"]:focus,
.body_red textarea:focus {
  outline: none;
  border-color: #2575ed;
  box-shadow: 0 0 0 2px rgba(37,117,237,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_red input.input-search,
.body_red input[type="search"] {
  padding-right: .5em;
  padding-left: .5em;
  margin-bottom: 0;
  border-radius: 15px;
}
.body_red input.input-on-black {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.35);
}
.body_red input.input-on-black::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.body_red input.input-on-black::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
.body_red input.input-on-black:focus,
.body_red input.input-on-black.active {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
}
.body_red input.input-on-black:focus::-webkit-input-placeholder,
.body_red input.input-on-black.active::-webkit-input-placeholder {
  color: #aaa;
}
.body_red input.input-on-black:focus::-moz-placeholder,
.body_red input.input-on-black.active::-moz-placeholder {
  color: #aaa;
}
.body_red input.input-big {
  font-size: 18px;
}
.body_red input.input-small {
  font-size: 12.75px;
}
.body_red input.input-smaller {
  font-size: 11.25px;
}
.body_red .input-groups {
  display: table !important;
}
.body_red .input-groups input {
  width: 100%;
}
.body_red .input-groups input,
.body_red .input-groups .input-append,
.body_red .input-groups .input-prepend,
.body_red .input-groups .btn-append {
  display: table-cell !important;
}
.body_red .input-groups .btn-append,
.body_red .input-groups .input-append,
.body_red .input-groups .input-prepend {
  width: 1%;
  vertical-align: middle;
}
.body_red .input-groups .input-append,
.body_red .input-groups .input-prepend {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  margin: 0;
  padding: .45em .75em .15em .75em;
  color: rgba(0,0,0,0.6);
  line-height: 1.65em;
  font-size: 12.75px;
  white-space: nowrap;
}
.body_red .input-groups .input-prepend {
  border-right: none;
}
.body_red .input-groups .input-append {
  position: relative;
  z-index: 1;
  border-left: none;
}
.body_red .input-groups .btn-append .btn {
  display: block;
  height: auto;
  border-radius: 0 2px 2px 0;
}
.body_red .navbar {
  font-size: 105%;
  margin-bottom: 1.65em;
}
.body_red .navbar:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .navbar:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .navbar.navbar-left {
  float: left;
}
.body_red .navbar.navbar-right {
  float: right;
}
.body_red .navbar ul {
  list-style: none;
  margin: 0;
}
.body_red .navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .navbar li {
  float: left;
  margin-right: 1.65em;
}
.body_red .navbar.navbar-right li {
  margin-right: 0;
  margin-left: 1.65em;
}
.body_red .navbar a,
.body_red .navbar span {
  display: block;
  text-decoration: none;
}
.body_red .navbar a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.body_red .navbar li.active a,
.body_red .navbar span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_red .navigation-toggle {
  display: none;
  text-transform: uppercase;
  position: relative;
  color: #0f0f0f;
  background-color: #ffffff;
}
.body_red .navigation-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  content: "\2630";
  font-size: 24px;
  line-height: 1;
}
.body_red .navigation-toggle.navigation-toggle-black {
  background-color: #0f0f0f;
  color: #ffffff;
}
.body_red .navigation-toggle.navigation-toggle-show {
  margin-bottom: 1.65em;
}
.body_red .navigation-toggle span {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 40px;
}
.body_red .navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.body_red .navbar-pills a,
.body_red .navbar-pills span {
  padding: 0.825em 1.65em;
}
.body_red .navbar-pills a:hover {
  color: #0f0f0f;
  background: #eee;
}
.body_red .navbar-pills li.active a,
.body_red .navbar-pills span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
  background: #eee;
}
.body_red .navbar-pills li {
  margin-right: 1px;
}
.body_red .navbar-pills.navbar-right li {
  margin-left: 1px;
}
.body_red .fullwidth ul {
  width: 100%;
}
.body_red .fullwidth li {
  float: none !important;
  margin: 0;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.body_red .fullwidth li a,
.body_red .fullwidth li span {
  display: block;
}
.body_red .nav {
  margin-bottom: 1.65em;
}
.body_red .nav ul {
  list-style: none;
  margin: 0;
}
.body_red .nav ul li ul {
  margin-left: 2em;
  font-size: .95em;
}
.body_red .nav a,
.body_red .nav span {
  display: block;
  padding: .5em 0;
}
.body_red .nav a {
  color: #0f0f0f;
  text-decoration: none;
}
.body_red .nav a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.body_red .nav li.active a,
.body_red .nav span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_red .nav i.fa {
  width: 1.65em;
}
.body_red .nav-stacked li {
  margin-bottom: 1px;
}
.body_red .nav-stacked a,
.body_red .nav-stacked span {
  padding: .6em .7em;
}
.body_red .nav-stacked a {
  background: #f6f6f6;
}
.body_red .nav-stacked a:hover {
  color: #000;
  background: #eee;
}
.body_red .nav-stacked li.active a,
.body_red .nav-stacked span {
  background: #ffffff;
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.3);
}
.body_red .nav-stats li {
  position: relative;
}
.body_red .nav-stats a,
.body_red .nav-stats span {
  padding-right: 50px;
}
.body_red .nav-stats sup,
.body_red .nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.body_red .nav-stats sup {
  color: rgba(0,0,0,0.4);
}
.body_red .nav-stats .badge {
  margin-top: -8px;
}
.body_red .nav-tabs {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.65em;
}
.body_red .nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .nav-tabs ul {
  list-style: none;
  margin: 0;
}
.body_red .nav-tabs li {
  float: left;
  margin-right: 2px;
}
.body_red .nav-tabs a,
.body_red .nav-tabs span {
  display: block;
  line-height: 1;
  padding: 0.825em 1.65em;
  border: 1px solid transparent;
}
.body_red .nav-tabs a {
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}
.body_red .nav-tabs a:focus,
.body_red .nav-tabs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
  background-color: #eee;
}
.body_red .nav-tabs li.active a,
.body_red .nav-tabs span {
  color: #0f0f0f;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  bottom: -1px;
  cursor: default;
  text-decoration: none;
}
.body_red .breadcrumbs {
  margin-bottom: 1.65em;
}
.body_red .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .breadcrumbs ul {
  font-size: .9em;
  color: rgba(0,0,0,0.4);
  list-style: none;
  margin: 0;
}
.body_red .breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.body_red .breadcrumbs li + li:before {
  content: " > ";
  color: #aaa;
  font-size: 12px;
  margin: 0 7px 0 5px;
  position: relative;
  top: -1px;
}
.body_red .breadcrumbs.breadcrumbs-path li + li:before {
  content: " / ";
  top: 0;
}
.body_red .breadcrumbs a {
  color: #0f0f0f;
  text-decoration: none;
}
.body_red .breadcrumbs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
}
.body_red .breadcrumbs li.active a,
.body_red .breadcrumbs span,
.body_red .breadcrumbs li.active a:hover {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_red .pagination {
  position: relative;
  left: -9px;
  margin-left: 0;
  list-style: none;
}
.body_red .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .pagination li {
  float: left;
  margin-right: 2px;
}
.body_red .pagination a,
.body_red .pagination span {
  display: block;
  padding: 7px 9px;
  line-height: 1;
  border-radius: 2px;
  color: #0f0f0f;
  text-decoration: none;
}
.body_red .pagination span,
.body_red .pagination li.active a,
.body_red .pagination li.active a:hover {
  color: #ffffff;
  background-color: #0f0f0f;
  cursor: text;
}
.body_red .pagination a:focus,
.body_red .pagination a:hover {
  text-decoration: none;
  background-color: #0f0f0f;
  color: #fff;
}
.body_red .btn,
.body_red input[type="submit"].btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  color: #222222;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  background: #e0e3e5;
  padding: 0.55em 2.5em;
}
.body_red .btn:hover,
.body_red input[type="submit"].btn:hover {
  color: rgba(0,0,0,0.5);
  background: #b3b6b7;
}
.body_red .btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_red .btn-big,
.body_red input[type="submit"].btn-big {
  font-size: 18px;
}
.body_red .btn-small,
.body_red input[type="submit"].btn-small {
  font-size: 12.75px;
}
.body_red .btn-smaller,
.body_red input[type="submit"].btn-smaller {
  font-size: 11.25px;
  vertical-align: baseline;
}
.body_red .btn-round {
  border-radius: 15px;
}
.body_red .btn-outline,
.body_red input[type="submit"].btn-outline {
  background: none;
  padding: 0.48750000000000004em 2.5em;
  border: 1px solid #0f0f0f;
}
.body_red .btn-outline:hover,
.body_red input[type="submit"].btn-outline:hover {
  border-color: #b3b6b7;
}
.body_red .btn-outline.btn-active {
  padding: 0.55em 2.5em;
}
.body_red .btn-outline.bold {
  border-width: 2px;
  padding: 0.42500000000000004em 2.5em;
}
.body_red .btn-active,
.body_red .btn[disabled],
.body_red .btn-disabled {
  background: none;
  background: #b3b6b7;
  color: rgba(0,0,0,0.5);
}
.body_red .btn-active:hover,
.body_red .btn[disabled]:hover,
.body_red .btn-disabled:hover {
  color: rgba(0,0,0,0.5);
  background: #b3b6b7;
}
.body_red .btn-active {
  box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset;
}
.body_red .btn-outline.btn[disabled],
.body_red .btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.1);
}
.body_red .btn-outline.btn-active {
  background: none;
  color: rgba(0,0,0,0.4);
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
}
.body_red .btn[disabled],
.body_red .btn-disabled {
  cursor: default;
  box-shadow: none;
}
.body_red .btn-blue,
.body_red input[type="submit"].btn-blue {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_red .btn-blue:hover,
.body_red input[type="submit"].btn-blue:hover {
  color: rgba(255,255,255,0.6);
  background: #1a52a5;
}
.body_red .btn-blue.btn-active,
.body_red input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_red .btn-blue.btn-active,
.body_red input[type="submit"].btn-blue.btn-active,
.body_red .btn-blue.btn-disabled,
.body_red input[type="submit"].btn-blue.btn-disabled,
.body_red .btn-blue.btn[disabled],
.body_red input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #1a52a5;
}
.body_red .btn-blue.btn-active:hover,
.body_red input[type="submit"].btn-blue.btn-active:hover,
.body_red .btn-blue.btn-disabled:hover,
.body_red input[type="submit"].btn-blue.btn-disabled:hover,
.body_red .btn-blue.btn[disabled]:hover,
.body_red input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_red .btn-blue.btn-outline,
.body_red input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.body_red .btn-blue.btn-outline:hover,
.body_red input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_red .btn-blue.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-blue.btn-outline.btn[disabled],
.body_red .btn-blue.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37,117,237,0.4);
  border: 1px solid rgba(37,117,237,0.3);
}
.body_red .btn-blue.btn-outline.btn-active,
.body_red input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37,117,237,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26,82,165,0.6) inset;
}
.body_red .btn-blue:hover,
.body_red input[type="submit"].btn-blue:hover {
  color: rgba(255,255,255,0.6);
  background: #1a52a5;
}
.body_red .btn-blue.btn-active,
.body_red input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_red .btn-blue.btn-active,
.body_red input[type="submit"].btn-blue.btn-active,
.body_red .btn-blue.btn-disabled,
.body_red input[type="submit"].btn-blue.btn-disabled,
.body_red .btn-blue.btn[disabled],
.body_red input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #1a52a5;
}
.body_red .btn-blue.btn-active:hover,
.body_red input[type="submit"].btn-blue.btn-active:hover,
.body_red .btn-blue.btn-disabled:hover,
.body_red input[type="submit"].btn-blue.btn-disabled:hover,
.body_red .btn-blue.btn[disabled]:hover,
.body_red input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_red .btn-blue.btn-outline,
.body_red input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.body_red .btn-blue.btn-outline:hover,
.body_red input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_red .btn-blue.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-blue.btn-outline.btn[disabled],
.body_red .btn-blue.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37,117,237,0.4);
  border: 1px solid rgba(37,117,237,0.3);
}
.body_red .btn-blue.btn-outline.btn-active,
.body_red input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37,117,237,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26,82,165,0.6) inset;
}
.body_red .btn-red,
.body_red input[type="submit"].btn-red {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_red .btn-red:hover,
.body_red input[type="submit"].btn-red:hover {
  color: rgba(255,255,255,0.6);
  background: #b2232f;
}
.body_red .btn-red.btn-active,
.body_red input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_red .btn-red.btn-active,
.body_red input[type="submit"].btn-red.btn-active,
.body_red .btn-red.btn-disabled,
.body_red input[type="submit"].btn-red.btn-disabled,
.body_red .btn-red.btn[disabled],
.body_red input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #b2232f;
}
.body_red .btn-red.btn-active:hover,
.body_red input[type="submit"].btn-red.btn-active:hover,
.body_red .btn-red.btn-disabled:hover,
.body_red input[type="submit"].btn-red.btn-disabled:hover,
.body_red .btn-red.btn[disabled]:hover,
.body_red input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_red .btn-red.btn-outline,
.body_red input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_red .btn-red.btn-outline:hover,
.body_red input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_red .btn-red.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-red.btn-outline.btn[disabled],
.body_red .btn-red.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222,44,59,0.4);
  border: 1px solid rgba(222,44,59,0.3);
}
.body_red .btn-red.btn-outline.btn-active,
.body_red input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222,44,59,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178,35,47,0.6) inset;
}
.body_red .btn-red:hover,
.body_red input[type="submit"].btn-red:hover {
  color: rgba(255,255,255,0.6);
  background: #b2232f;
}
.body_red .btn-red.btn-active,
.body_red input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_red .btn-red.btn-active,
.body_red input[type="submit"].btn-red.btn-active,
.body_red .btn-red.btn-disabled,
.body_red input[type="submit"].btn-red.btn-disabled,
.body_red .btn-red.btn[disabled],
.body_red input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #b2232f;
}
.body_red .btn-red.btn-active:hover,
.body_red input[type="submit"].btn-red.btn-active:hover,
.body_red .btn-red.btn-disabled:hover,
.body_red input[type="submit"].btn-red.btn-disabled:hover,
.body_red .btn-red.btn[disabled]:hover,
.body_red input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_red .btn-red.btn-outline,
.body_red input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_red .btn-red.btn-outline:hover,
.body_red input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_red .btn-red.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-red.btn-outline.btn[disabled],
.body_red .btn-red.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222,44,59,0.4);
  border: 1px solid rgba(222,44,59,0.3);
}
.body_red .btn-red.btn-outline.btn-active,
.body_red input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222,44,59,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178,35,47,0.6) inset;
}
.body_red .btn-green,
.body_red input[type="submit"].btn-green {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_red .btn-green:hover,
.body_red input[type="submit"].btn-green:hover {
  color: rgba(255,255,255,0.6);
  background: #237f35;
}
.body_red .btn-green.btn-active,
.body_red input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_red .btn-green.btn-active,
.body_red input[type="submit"].btn-green.btn-active,
.body_red .btn-green.btn-disabled,
.body_red input[type="submit"].btn-green.btn-disabled,
.body_red .btn-green.btn[disabled],
.body_red input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #237f35;
}
.body_red .btn-green.btn-active:hover,
.body_red input[type="submit"].btn-green.btn-active:hover,
.body_red .btn-green.btn-disabled:hover,
.body_red input[type="submit"].btn-green.btn-disabled:hover,
.body_red .btn-green.btn[disabled]:hover,
.body_red input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_red .btn-green.btn-outline,
.body_red input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_red .btn-green.btn-outline:hover,
.body_red input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_red .btn-green.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-green.btn-outline.btn[disabled],
.body_red .btn-green.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44,159,66,0.4);
  border: 1px solid rgba(44,159,66,0.3);
}
.body_red .btn-green.btn-outline.btn-active,
.body_red input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44,159,66,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35,127,53,0.6) inset;
}
.body_red .btn-green:hover,
.body_red input[type="submit"].btn-green:hover {
  color: rgba(255,255,255,0.6);
  background: #237f35;
}
.body_red .btn-green.btn-active,
.body_red input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_red .btn-green.btn-active,
.body_red input[type="submit"].btn-green.btn-active,
.body_red .btn-green.btn-disabled,
.body_red input[type="submit"].btn-green.btn-disabled,
.body_red .btn-green.btn[disabled],
.body_red input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #237f35;
}
.body_red .btn-green.btn-active:hover,
.body_red input[type="submit"].btn-green.btn-active:hover,
.body_red .btn-green.btn-disabled:hover,
.body_red input[type="submit"].btn-green.btn-disabled:hover,
.body_red .btn-green.btn[disabled]:hover,
.body_red input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_red .btn-green.btn-outline,
.body_red input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_red .btn-green.btn-outline:hover,
.body_red input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_red .btn-green.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-green.btn-outline.btn[disabled],
.body_red .btn-green.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44,159,66,0.4);
  border: 1px solid rgba(44,159,66,0.3);
}
.body_red .btn-green.btn-outline.btn-active,
.body_red input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44,159,66,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35,127,53,0.6) inset;
}
.body_red .btn-black,
.body_red input[type="submit"].btn-black {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_red .btn-black:hover,
.body_red input[type="submit"].btn-black:hover {
  color: rgba(255,255,255,0.6);
  background: #363738;
}
.body_red .btn-black.btn-active,
.body_red input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.7) inset;
}
.body_red .btn-black.btn-active,
.body_red input[type="submit"].btn-black.btn-active,
.body_red .btn-black.btn-disabled,
.body_red input[type="submit"].btn-black.btn-disabled,
.body_red .btn-black.btn[disabled],
.body_red input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #363738;
}
.body_red .btn-black.btn-active:hover,
.body_red input[type="submit"].btn-black.btn-active:hover,
.body_red .btn-black.btn-disabled:hover,
.body_red input[type="submit"].btn-black.btn-disabled:hover,
.body_red .btn-black.btn[disabled]:hover,
.body_red input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_red .btn-black.btn-outline,
.body_red input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.body_red .btn-black.btn-outline:hover,
.body_red input[type="submit"].btn-black.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_red .btn-black.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-black.btn-outline.btn[disabled],
.body_red .btn-black.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15,15,15,0.4);
  border: 1px solid rgba(15,15,15,0.3);
}
.body_red .btn-black.btn-outline.btn-active,
.body_red input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15,15,15,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54,55,56,0.6) inset;
}
.body_red .btn-black:hover,
.body_red input[type="submit"].btn-black:hover {
  color: rgba(255,255,255,0.6);
  background: #363738;
}
.body_red .btn-black.btn-active,
.body_red input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.7) inset;
}
.body_red .btn-black.btn-active,
.body_red input[type="submit"].btn-black.btn-active,
.body_red .btn-black.btn-disabled,
.body_red input[type="submit"].btn-black.btn-disabled,
.body_red .btn-black.btn[disabled],
.body_red input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #363738;
}
.body_red .btn-black.btn-active:hover,
.body_red input[type="submit"].btn-black.btn-active:hover,
.body_red .btn-black.btn-disabled:hover,
.body_red input[type="submit"].btn-black.btn-disabled:hover,
.body_red .btn-black.btn[disabled]:hover,
.body_red input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_red .btn-black.btn-outline,
.body_red input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.body_red .btn-black.btn-outline:hover,
.body_red input[type="submit"].btn-black.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_red .btn-black.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-black.btn-outline.btn[disabled],
.body_red .btn-black.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15,15,15,0.4);
  border: 1px solid rgba(15,15,15,0.3);
}
.body_red .btn-black.btn-outline.btn-active,
.body_red input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15,15,15,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54,55,56,0.6) inset;
}
.body_red .btn-yellow,
.body_red input[type="submit"].btn-yellow {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_red .btn-yellow:hover,
.body_red input[type="submit"].btn-yellow:hover {
  color: rgba(0,0,0,0.6);
  background: #cca000;
}
.body_red .btn-yellow.btn-active,
.body_red input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_red .btn-yellow.btn-active,
.body_red input[type="submit"].btn-yellow.btn-active,
.body_red .btn-yellow.btn-disabled,
.body_red input[type="submit"].btn-yellow.btn-disabled,
.body_red .btn-yellow.btn[disabled],
.body_red input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #cca000;
}
.body_red .btn-yellow.btn-active:hover,
.body_red input[type="submit"].btn-yellow.btn-active:hover,
.body_red .btn-yellow.btn-disabled:hover,
.body_red input[type="submit"].btn-yellow.btn-disabled:hover,
.body_red .btn-yellow.btn[disabled]:hover,
.body_red input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_red .btn-yellow.btn-outline,
.body_red input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.body_red .btn-yellow.btn-outline:hover,
.body_red input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_red .btn-yellow.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.body_red .btn-yellow.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,200,0,0.4);
  border: 1px solid rgba(255,200,0,0.3);
}
.body_red .btn-yellow.btn-outline.btn-active,
.body_red input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255,200,0,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204,160,0,0.6) inset;
}
.body_red .btn-yellow:hover,
.body_red input[type="submit"].btn-yellow:hover {
  color: rgba(0,0,0,0.6);
  background: #cca000;
}
.body_red .btn-yellow.btn-active,
.body_red input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_red .btn-yellow.btn-active,
.body_red input[type="submit"].btn-yellow.btn-active,
.body_red .btn-yellow.btn-disabled,
.body_red input[type="submit"].btn-yellow.btn-disabled,
.body_red .btn-yellow.btn[disabled],
.body_red input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #cca000;
}
.body_red .btn-yellow.btn-active:hover,
.body_red input[type="submit"].btn-yellow.btn-active:hover,
.body_red .btn-yellow.btn-disabled:hover,
.body_red input[type="submit"].btn-yellow.btn-disabled:hover,
.body_red .btn-yellow.btn[disabled]:hover,
.body_red input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_red .btn-yellow.btn-outline,
.body_red input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.body_red .btn-yellow.btn-outline:hover,
.body_red input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_red .btn-yellow.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.body_red .btn-yellow.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,200,0,0.4);
  border: 1px solid rgba(255,200,0,0.3);
}
.body_red .btn-yellow.btn-outline.btn-active,
.body_red input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255,200,0,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204,160,0,0.6) inset;
}
.body_red .btn-white,
.body_red input[type="submit"].btn-white {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_red .btn-white:hover,
.body_red input[type="submit"].btn-white:hover {
  color: rgba(0,0,0,0.6);
  background: #ededed;
}
.body_red .btn-white.btn-active,
.body_red input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.body_red .btn-white.btn-active,
.body_red input[type="submit"].btn-white.btn-active,
.body_red .btn-white.btn-disabled,
.body_red input[type="submit"].btn-white.btn-disabled,
.body_red .btn-white.btn[disabled],
.body_red input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #ededed;
}
.body_red .btn-white.btn-active:hover,
.body_red input[type="submit"].btn-white.btn-active:hover,
.body_red .btn-white.btn-disabled:hover,
.body_red input[type="submit"].btn-white.btn-disabled:hover,
.body_red .btn-white.btn[disabled]:hover,
.body_red input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_red .btn-white.btn-outline,
.body_red input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.body_red .btn-white.btn-outline:hover,
.body_red input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_red .btn-white.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-white.btn-outline.btn[disabled],
.body_red .btn-white.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.body_red .btn-white.btn-outline.btn-active,
.body_red input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255,255,255,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237,237,237,0.6) inset;
}
.body_red .btn-white:hover,
.body_red input[type="submit"].btn-white:hover {
  color: rgba(0,0,0,0.6);
  background: #ededed;
}
.body_red .btn-white.btn-active,
.body_red input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.body_red .btn-white.btn-active,
.body_red input[type="submit"].btn-white.btn-active,
.body_red .btn-white.btn-disabled,
.body_red input[type="submit"].btn-white.btn-disabled,
.body_red .btn-white.btn[disabled],
.body_red input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #ededed;
}
.body_red .btn-white.btn-active:hover,
.body_red input[type="submit"].btn-white.btn-active:hover,
.body_red .btn-white.btn-disabled:hover,
.body_red input[type="submit"].btn-white.btn-disabled:hover,
.body_red .btn-white.btn[disabled]:hover,
.body_red input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_red .btn-white.btn-outline,
.body_red input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.body_red .btn-white.btn-outline:hover,
.body_red input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_red .btn-white.btn-outline.btn[disabled],
.body_red input[type="submit"].btn-white.btn-outline.btn[disabled],
.body_red .btn-white.btn-outline.btn-disabled,
.body_red input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.body_red .btn-white.btn-outline.btn-active,
.body_red input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255,255,255,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237,237,237,0.6) inset;
}
.body_red .btn-white.btn-outline.btn-active {
  box-shadow: none;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.48750000000000004em 2.5em;
}
.body_red .btn-single,
.body_red .btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.body_red .btn-single:after,
.body_red .btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .btn-single:after,
.body_red .btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .btn-single > .btn,
.body_red .btn-single > input,
.body_red .btn-group > .btn,
.body_red .btn-group > input {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}
.body_red .btn-single > .btn {
  border-radius: 2px;
}
.body_red .btn-group > .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.body_red .btn-group > .btn:last-child {
  border-radius: 0 2px 2px 0;
}
.body_red .btn-group > .btn.btn-round:first-child,
.body_red .btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px;
}
.body_red .btn-group > .btn.btn-round:last-child,
.body_red .btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0;
}
.body_red .tools-alert {
  padding: 12px 15px;
  background: #f7f8f8;
  color: #0f0f0f;
  margin-bottom: 1.65em;
}
.body_red .tools-message {
  display: none;
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
  max-width: 350px;
  line-height: 1.5;
  font-size: 95%;
  padding: 12px 15px;
  color: #0f0f0f;
  background: #e0e3e5;
}
.body_red .tools-message ul {
  margin: 0;
  list-style: none;
}
.body_red .tools-message-black,
.body_red .tools-message-blue,
.body_red .tools-message-red,
.body_red .tools-message-green {
  color: rgba(255,255,255,0.95);
}
.body_red .tools-message-black {
  background: #0f0f0f;
}
.body_red .tools-message-blue {
  background: #2575ed;
}
.body_red .tools-message-red {
  background: #de2c3b;
}
.body_red .tools-message-yellow {
  background: #ffc800;
}
.body_red .tools-message-green {
  background: #2c9f42;
}
.body_red .tools-alert-black {
  background: #dadada;
}
.body_red .tools-alert-blue {
  background: #d3e3fb;
}
.body_red .tools-alert-red {
  background: #f8d5d8;
}
.body_red .tools-alert-yellow {
  background: #fff4cc;
}
.body_red .tools-alert-green {
  background: #d5ecd9;
}
.body_red .label,
.body_red .badge {
  background: #e0e3e5;
  font-size: 12.75px;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px 3px 7px;
  color: #0f0f0f;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.body_red .label-outline {
  background: none;
  border: 1px solid #0f0f0f;
  padding: 3px 6px 2px 6px;
}
.body_red .badge {
  border-radius: 15px;
}
.body_red .badge-small {
  font-size: 11.25px;
  padding: 3px 5px;
}
.body_red .label-black,
.body_red .label-blue,
.body_red .label-red,
.body_red .label-green,
.body_red .badge-black,
.body_red .badge-blue,
.body_red .badge-red,
.body_red .badge-green {
  color: #ffffff;
}
.body_red .label-black,
.body_red .badge-black {
  background: #0f0f0f;
}
.body_red .label-blue,
.body_red .badge-blue {
  background: #2575ed;
}
.body_red .label-red,
.body_red .badge-red {
  background: #de2c3b;
}
.body_red .label-green,
.body_red .badge-green {
  background: #2c9f42;
}
.body_red .label-yellow,
.body_red .badge-yellow {
  background: #ffc800;
}
.body_red .label-white,
.body_red .badge-white {
  background: #ffffff;
}
.body_red .label-black.label-outline,
.body_red .label-blue.label-outline,
.body_red .label-red.label-outline,
.body_red .label-green.label-outline,
.body_red .label-yellow.label-outline,
.body_red .label-white.label-outline {
  background: none;
  color: #0f0f0f;
}
.body_red .label-blue.label-outline {
  border-color: #2575ed;
  color: #2575ed;
}
.body_red .label-red.label-outline {
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_red .label-green.label-outline {
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_red .label-yellow.label-outline {
  border-color: #ffc800;
  color: #ffc800;
}
.body_red .label-white.label-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.body_red #tools-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
.body_red #tools-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a52a5;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  .body_red from {
    background-position: 40px 0;
  }
  .body_red to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .body_red from {
    background-position: 40px 0;
  }
  .body_red to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  .body_red from {
    background-position: 40px 0;
  }
  .body_red to {
    background-position: 0 0;
  }
}
.body_red .accordion-title {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding: 12px 50px 12px 18px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1, 4em;
  background: #f7f8f8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body_red .accordion-title.accordion-title-opened {
  margin-bottom: 0;
  font-weight: bold;
  background: #f0f1f2;
}
.body_red .accordion-title a,
.body_red .accordion-title:hover {
  color: #000;
  text-decoration: none;
}
.body_red .accordion-panel {
  padding: 1.65em;
  margin-bottom: 10px;
}
.body_red .accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.body_red .accordion-toggle-closed {
  background: #000;
  width: 1px;
  height: 15px;
  margin-left: 1px;
}
.body_red .accordion-toggle-closed:before {
  position: absolute;
  top: 7px;
  left: -7px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.body_red .accordion-toggle-opened:before {
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.body_red .filterbox {
  position: relative;
}
.body_red .filterbox input {
  padding-right: 30px;
}
.body_red .filterbox span {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  width: 26px;
  height: 100%;
  cursor: pointer;
}
.body_red .filterbox span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  margin-left: 8px;
  margin-top: -21px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid rgba(0,0,0,0.6);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.body_red .filterbox-list {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  max-height: 250px;
  overflow: auto;
}
.body_red .filterbox-list li {
  padding: 4px 10px;
  color: #000;
  cursor: pointer;
}
.body_red .filterbox-list li:hover {
  background: #f0f1f2;
}
.body_red .filterbox-list li.active {
  background: #2575ed;
  color: #fff;
}
.body_red .tooltip {
  position: absolute;
  z-index: 10000;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  font-size: 12.75px;
  line-height: 1.5em;
  max-width: 250px;
  background: #0f0f0f;
}
.body_red .tooltip-theme-red {
  background: #de2c3b;
}
.body_red .tooltip-theme-blue {
  background: #2575ed;
}
.body_red .tooltip-theme-green {
  background: #2c9f42;
}
.body_red .tooltip-theme-yellow {
  background: #ffc800;
}
.body_red .tooltip-theme-white {
  background: #ffffff;
}
.body_red .tooltip-theme-yellow,
.body_red .tooltip-theme-white {
  color: #000;
}
.body_red .dropdown {
  display: none;
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  width: 250px;
  color: #0f0f0f;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  overflow: auto;
}
.body_red .dropdown section {
  max-height: 250px;
  overflow: auto;
  padding: 20px;
}
.body_red .dropdown footer {
  padding: 20px;
}
.body_red ul.dropdown {
  max-height: 300px;
  list-style: none;
  margin: 0;
  line-height: 1.5;
  font-size: 95%;
  padding: 0;
}
.body_red ul.dropdown a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  color: #0f0f0f;
}
.body_red ul.dropdown a:hover {
  background: #eee;
}
.body_red ul.dropdown li.divider {
  border-bottom: 1px solid #e2e2e2;
}
.body_red .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.body_red .caret.caret-up {
  border-top: 0;
  border-bottom: 4px solid;
}
.body_red .livesearch-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.body_red .livesearch-box input {
  padding-left: 30px;
}
.body_red .livesearch-box .close {
  position: absolute;
  top: .2em;
  right: 5px;
  z-index: 2;
  padding: 4px 6px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.body_red .livesearch-box .close:before {
  content: '\00D7';
}
.body_red .livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.body_red .livesearch-box .close:before {
  content: '\00D7';
}
.body_red .livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.body_red .livesearch-icon {
  position: absolute;
  top: 53%;
  left: 10px;
  z-index: 2;
}
.body_red .livesearch-icon:before,
.body_red .livesearch-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
  background: rgba(0,0,0,0.5);
}
.body_red .livesearch-icon:before {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0,0,0,0.5);
  background: transparent;
  border-radius: 12px;
}
.body_red .livesearch-icon:after {
  left: 10px;
  width: 2px;
  height: 7px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.body_red .tools-droparea {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  border: 3px dashed rgba(0,0,0,0.1);
}
.body_red .tools-droparea.drag-hover {
  background: rgba(200,222,250,0.75);
}
.body_red .tools-droparea.drag-drop {
  background: rgba(250,248,200,0.5);
}
.body_red .tools-droparea-placeholder {
  text-align: center;
  font-size: 11px;
  color: rgba(0,0,0,0.5);
}
.body_red .autocomplete {
  position: absolute;
  z-index: 1000;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  max-height: 250px;
  overflow: auto;
}
.body_red .autocomplete a {
  padding: 4px 10px;
  color: #000;
  display: block;
  text-decoration: none;
}
.body_red .autocomplete a:hover {
  background: #f0f1f2;
}
.body_red .autocomplete a.active {
  background: #2575ed;
  color: #fff;
}
.body_red #modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 100;
}
.body_red .modal-blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.body_red .modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 101;
}
.body_red .modal {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 70px rgba(0,0,0,0.5);
}
.body_red .modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
.body_red .modal section {
  padding: 30px 40px 50px 40px;
}
.body_red .modal footer button {
  width: 100%;
  border-radius: 0;
}
.body_red .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
.body_red .modal-close:hover {
  color: #000;
}
.body_red .group:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .group:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .hide {
  display: none;
}
.body_red .highlight {
  background-color: #f7f3e2;
}
.body_red .big {
  font-size: 18px;
}
.body_red .small {
  font-size: 12.75px;
}
.body_red .smaller {
  font-size: 11.25px;
}
.body_red .nowrap,
.body_red .nowrap td {
  white-space: nowrap;
}
.body_red .req,
.body_red .required {
  font-weight: normal;
  color: #de2c3b;
}
.body_red .error {
  color: #de2c3b;
}
.body_red .success {
  color: #2c9f42;
}
.body_red .text-centered {
  text-align: center;
}
.body_red .text-right {
  text-align: right;
}
.body_red .last {
  margin-right: 0 !important;
}
.body_red .pause {
  margin-bottom: 0.825em !important;
}
.body_red .end {
  margin-bottom: 0 !important;
}
.body_red .normal {
  font-weight: normal;
}
.body_red .light {
  font-weight: 300;
}
.body_red .bold {
  font-weight: bold;
}
.body_red .italic {
  font-style: italic;
}
.body_red .left {
  float: left;
}
.body_red .right {
  float: right;
}
.body_red .upper {
  text-transform: uppercase;
}
.body_red .list-flat {
  margin-left: 0;
  list-style: none;
}
.body_red .color-black {
  color: #0f0f0f;
}
.body_red .color-white {
  color: #ffffff;
}
.body_red .color-gray-10 {
  color: rgba(0,0,0,0.1);
}
.body_red .color-gray-20 {
  color: rgba(0,0,0,0.2);
}
.body_red .color-gray-30 {
  color: rgba(0,0,0,0.3);
}
.body_red .color-gray-40 {
  color: rgba(0,0,0,0.4);
}
.body_red .color-gray-50 {
  color: rgba(0,0,0,0.5);
}
.body_red .color-gray-60 {
  color: rgba(0,0,0,0.6);
}
.body_red .color-gray-70 {
  color: rgba(0,0,0,0.7);
}
.body_red .color-gray-80 {
  color: rgba(0,0,0,0.8);
}
.body_red .color-gray-90 {
  color: rgba(0,0,0,0.9);
}
.body_red .color-white-10 {
  color: rgba(255,255,255,0.1);
}
.body_red .color-white-20 {
  color: rgba(255,255,255,0.2);
}
.body_red .color-white-30 {
  color: rgba(255,255,255,0.3);
}
.body_red .color-white-40 {
  color: rgba(255,255,255,0.4);
}
.body_red .color-white-50 {
  color: rgba(255,255,255,0.5);
}
.body_red .color-white-60 {
  color: rgba(255,255,255,0.6);
}
.body_red .color-white-70 {
  color: rgba(255,255,255,0.7);
}
.body_red .color-white-80 {
  color: rgba(255,255,255,0.8);
}
.body_red .color-white-90 {
  color: rgba(255,255,255,0.9);
}
.body_red .video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1.65em;
}
.body_red .video-wrapper iframe,
.body_red .video-wrapper object,
.body_red .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .body_red .left,
  .body_red .right {
    float: none;
  }
  .body_red .hide-on-mobile {
    display: none;
  }
}
.body_red .str {
  color: #dd1144;
}
.body_red .kwd {
  color: #333333;
}
.body_red .com {
  color: #999988;
}
.body_red .typ {
  color: #445588;
}
.body_red .lit {
  color: #445588;
}
.body_red .pun {
  color: #888;
}
.body_red .opn {
  color: #333333;
}
.body_red .clo {
  color: #333333;
}
.body_red .tag {
  color: #367ac3;
}
.body_red .atn {
  color: #51a7c9;
}
.body_red .atv {
  color: #709c1a;
}
.body_red .dec {
  color: #666;
}
.body_red .var {
  color: teal;
}
.body_red .fun {
  color: #990000;
}
.body_red .linenums ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
.body_red .linenums ol li:after {
  content: counter(list);
  position: absolute;
  left: -3.3em;
  border-right: 1px solid #e5e5e5;
  padding-right: 9px;
  width: 2.45em;
  text-align: right;
  color: rgba(0,0,0,0.3);
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .body_red .mobile-width-100 {
    width: 100%;
  }
  .body_red .units-row .unit-90,
  .body_red .units-row .unit-80,
  .body_red .units-row .unit-75,
  .body_red .units-row .unit-70,
  .body_red .units-row .unit-66,
  .body_red .units-row .unit-65,
  .body_red .units-row .unit-60,
  .body_red .units-row .unit-50,
  .body_red .units-row .unit-40,
  .body_red .units-row .unit-35,
  .body_red .units-row .unit-33,
  .body_red .units-row .unit-30,
  .body_red .units-row .unit-25,
  .body_red .units-row .unit-20,
  .body_red .units-row .unit-10 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .body_red .unit-push-90,
  .body_red .unit-push-80,
  .body_red .unit-push-75,
  .body_red .unit-push-70,
  .body_red .unit-push-66,
  .body_red .unit-push-65,
  .body_red .unit-push-60,
  .body_red .unit-push-50,
  .body_red .unit-push-40,
  .body_red .unit-push-35,
  .body_red .unit-push-33,
  .body_red .unit-push-30,
  .body_red .unit-push-25,
  .body_red .unit-push-20,
  .body_red .unit-push-10 {
    left: 0;
  }
  .body_red .units-row .unit-push-right {
    float: none;
  }
  .body_red .units-mobile-50 .unit-90,
  .body_red .units-mobile-50 .unit-80,
  .body_red .units-mobile-50 .unit-75,
  .body_red .units-mobile-50 .unit-70,
  .body_red .units-mobile-50 .unit-66,
  .body_red .units-mobile-50 .unit-65,
  .body_red .units-mobile-50 .unit-60,
  .body_red .units-mobile-50 .unit-40,
  .body_red .units-mobile-50 .unit-30,
  .body_red .units-mobile-50 .unit-35,
  .body_red .units-mobile-50 .unit-33,
  .body_red .units-mobile-50 .unit-25,
  .body_red .units-mobile-50 .unit-20,
  .body_red .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }
  .body_red .units-mobile-50 .unit-90:first-child,
  .body_red .units-mobile-50 .unit-80:first-child,
  .body_red .units-mobile-50 .unit-75:first-child,
  .body_red .units-mobile-50 .unit-70:first-child,
  .body_red .units-mobile-50 .unit-66:first-child,
  .body_red .units-mobile-50 .unit-65:first-child,
  .body_red .units-mobile-50 .unit-60:first-child,
  .body_red .units-mobile-50 .unit-40:first-child,
  .body_red .units-mobile-50 .unit-35:first-child,
  .body_red .units-mobile-50 .unit-30:first-child,
  .body_red .units-mobile-50 .unit-33:first-child,
  .body_red .units-mobile-50 .unit-25:first-child,
  .body_red .units-mobile-50 .unit-20:first-child,
  .body_red .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .body_red .blocks-2,
  .body_red .blocks-3,
  .body_red .blocks-4,
  .body_red .blocks-5,
  .body_red .blocks-6 {
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .body_red .blocks-2 > li,
  .body_red .blocks-3 > li,
  .body_red .blocks-4 > li,
  .body_red .blocks-5 > li,
  .body_red .blocks-6 > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .body_red .blocks-mobile-50 > li,
  .body_red .blocks-mobile-33 > li {
    float: left;
    margin-left: 3%;
  }
  .body_red .blocks-mobile-33,
  .body_red .blocks-mobile-50 {
    margin-left: -3%;
  }
  .body_red .blocks-mobile-50 > li {
    width: 47%;
  }
  .body_red .blocks-mobile-33 > li {
    width: 30.333333333333332%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .body_red h1 {
    font-size: 2.25em;
    line-height: 1.125;
  }
  .body_red h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  .body_red h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  .body_red h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
  .body_red h5 {
    font-size: 1em;
  }
  .body_red h6 {
    font-size: 0.75em;
  }
}
@media (max-width: 767px) {
  .body_red h1 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  .body_red h2 {
    font-size: 1.5em;
    line-height: 1.15384615;
  }
  .body_red h3 {
    font-size: 1.3125em;
    line-height: 1.13636364;
  }
  .body_red h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
  .body_red h5 {
    font-size: 1em;
  }
  .body_red h6 {
    font-size: 0.75em;
  }
  .body_red .lead {
    font-size: 1.2em;
  }
  .body_red ul,
  .body_red ol,
  .body_red ul ul,
  .body_red ol ol,
  .body_red ul ol,
  .body_red ol ul {
    margin-left: 1.65em;
  }
  .body_red blockquote {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .body_red .navbar.navbar-left,
  .body_red .navbar.navbar-right,
  .body_red .navbar li,
  .body_red .navbar.navbar-left li,
  .body_red .navbar.navbar-right li {
    float: none;
    text-align: left;
    width: auto;
  }
  .body_red .navbar li,
  .body_red .navbar.navbar-right li {
    margin-left: 0;
    margin-right: 0;
  }
  .body_red .fullwidth ul,
  .body_red .fullwidth li {
    width: auto;
  }
  .body_red .fullwidth li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .body_red .forms-list label {
    display: inline-block;
  }
}
@media print {
  .body_red * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12pt;
  }
  .body_red .h1,
  .body_red h1 {
    font-size: 36pt;
  }
  .body_red .h2,
  .body_red h2 {
    font-size: 24pt;
  }
  .body_red .h3,
  .body_red h3 {
    font-size: 18pt;
  }
  .body_red .h4,
  .body_red h4 {
    font-size: 14pt;
  }
  .body_red .h5,
  .body_red h5 {
    font-size: 12pt;
  }
  .body_red .h6,
  .body_red h6 {
    font-size: 12pt;
  }
  .body_red a,
  .body_red a:visited {
    text-decoration: underline;
  }
  .body_red a[href]:after {
    content: " (" attr(href) ")";
  }
  .body_red abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .body_red a[href^="javascript:"]:after,
  .body_red a[href^="#"]:after {
    content: "";
  }
  .body_red pre,
  .body_red blockquote {
    page-break-inside: avoid;
  }
  .body_red blockquote {
    border: none;
    font-style: italic;
  }
  .body_red img {
    max-width: 100% !important;
  }
  .body_red select {
    background: #fff !important;
  }
}
.body_red ::-moz-selection {
  background: #ff6b6b;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_red ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_red ::selection {
  background: #ff6b6b;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_red html {
  height: 100%;
}
.body_red body {
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
  margin: 0px auto;
  height: 100%;
}
.body_red blockquote {
  color: #e1e1e1;
  font-size: 25px;
  line-height: 33px;
  margin-left: 0;
  text-align: center;
}
.body_red blockquote:before {
  content: open-quote;
}
.body_red blockquote:after {
  content: close-quote;
}
.body_red .container {
  height: 100%;
}
.body_red a,
.body_red .link {
  color: #ff6b6b;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red a:hover,
.body_red .link:hover {
  color: #ff0505;
  cursor: pointer;
}
.body_red a:active,
.body_red .link:active {
  color: #ff3838;
}
.body_red .blue {
  color: #215377;
}
.body_red .blue:hover {
  color: #16374f;
}
.body_red .red {
  color: #ff6b6b;
}
.body_red .red:hover {
  color: #ff3838;
}
.body_red .yellow {
  color: #f19b3f;
}
.body_red .yellow:hover {
  color: #ec8211;
}
.body_red .green {
  color: #419c59;
}
.body_red .green:hover {
  color: #327844;
}
.body_red .gray {
  color: #e1e1e1;
}
.body_red .gray:hover {
  color: #c8c8c8;
}
.body_red .maincolor {
  color: #ff6b6b;
}
.body_red .maincolor:hover {
  color: #ff3838;
}
.body_red i {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .centerer {
  width: 100%;
  text-align: center;
}
.body_red .overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.body_red #loadbar {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  color: #fff;
  height: 100%;
  width: 100%;
}
.body_red #loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 101;
}
.body_red #loadbar .spinner {
  position: absolute;
  z-index: 102;
  width: 40px;
  height: 40px;
  font-size: 35px;
  top: 50%;
  left: 50%;
}
.body_red .forgot {
  color: #8a8a8a;
  background: #e1e1e1;
  padding: 20px;
}
.body_red .forgot a {
  color: #8a8a8a;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .forgot a:hover {
  color: #8a8a8a;
  text-decoration: underline;
}
.body_red .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #ff6b6b;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #ff6b6b;
  margin-bottom: 10px;
}
.body_red .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
.body_red .ww300 {
  word-wrap: break-word;
  max-width: 300px;
}
.body_red .place_holder {
  height: 0px;
}
.body_red .full-width {
  margin: 0 0 0 30px;
}
.body_red .semi-width {
  margin: 0 0 0 320px;
}
.body_red .content .row {
  margin-bottom: 40px;
}
.body_red .content .row .box .inner .tabs_included {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
}
.body_red .content .row .box .inner .boxcontent {
  background: ;
  padding: 20px;
}
.body_red .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_red .content .breadcrumbs {
  padding: 0 0 10px 0;
  color: #000000;
}
.body_red .content .breadcrumbs a {
  color: #000000;
}
.body_red .content .breadcrumbs ul {
  list-style-type: none;
  padding: 0;
}
.body_red .content .breadcrumbs ul li {
  font-size: 13px;
  font-weight: bold;
}
.body_red .content .breadcrumbs ul .arrow {
  padding: 0 10px;
}
.body_red .greytext {
  color: #999;
}
.body_red .btn {
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #ff6b6b;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color ;
  -moz-transition: background-color ;
  -webkit-transition: background-color ;
  -o-transition: background-color ;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.body_red .btn:hover {
  background: #ff3838;
  color: #FFFFFF;
}
.body_red .btn:active {
  background: #ff3838;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #ff0505;
  -webkit-box-shadow: inset 1px 1px 2px 0px #ff0505;
  -moz-box-shadow: inset 1px 1px 2px 0px #ff0505;
  border-top: inset 1px 1px 2px 0px #ff0505;
}
.body_red .btn.back {
  background-color: #BFBFBF;
  color: #383838;
  text-align: center;
}
.body_red .btn.back:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.body_red .btn.white {
  background-color: #383838;
  color: #FFFFFF;
  text-align: center;
}
.body_red .btn.white:hover {
  background: #C0C0C0;
  color: #383838;
}
.body_red .btn2 {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #419c59;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color ;
  -moz-transition: background-color ;
  -webkit-transition: background-color ;
  -o-transition: background-color ;
}
.body_red .btn2:hover {
  background: #327844;
  color: #FFFFFF;
}
.body_red .btn2:active {
  background: #ff3838;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #ff0505;
  -webkit-box-shadow: inset 1px 1px 2px 0px #ff0505;
  -moz-box-shadow: inset 1px 1px 2px 0px #ff0505;
  border-top: inset 1px 1px 2px 0px #ff0505;
}
.body_red .btn_fa_icon {
  margin-right: 6px;
  font-size: 12px !important;
}
.body_red .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.body_red .message {
  margin-bottom: 10px;
  padding: 8px 10px 8px 10px;
  background-color: #F2D4CE;
  border: 1px solid #AE432E;
  border-radius: 4px;
  color: #AE432E;
}
.body_red #search_preloader {
  display: none;
  margin-left: 10px;
}
.body_red #search_results {
  display: none;
  min-height: 100px;
  width: 550px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
}
.body_red .stat1 {
  background: #007BC4 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_red .stat1:hover {
  background: #007BC4 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_red .stat2 {
  background: #A64040 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_red .stat3 {
  background: #F19B3F !important;
  border: 0px !important;
  color: #ffffff;
}
.body_red .stat4 {
  background: #419C59 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_red .col {
  padding: 8px 20px 8px 20px;
}
.body_red .col_grey {
  width: 200px;
  padding: 8px 20px 8px 20px;
  background-color: #EFEFEF;
}
.body_red .bt {
  border-top: 1px solid #DFDFDF;
}
.body_red .bl {
  border-left: 1px solid #DFDFDF;
}
.body_red .br {
  border-right: 1px solid #DFDFDF;
}
.body_red .bb {
  border-bottom: 1px solid #DFDFDF;
}
.body_red .line {
  margin-bottom: 10px;
  min-width: 40%;
}
.body_red .line .smallRow {
  width: 150px;
}
.body_red .mutationCounter {
  background: #E11F1F;
  border: 1px solid #B71918;
  width: 25px;
  height: 25px;
  float: right;
  color: #fff;
  padding-left: 6px;
  padding-top: 2px;
  font-weight: bold;
  margin-bottom: -20px;
}
.body_red .newBtn {
  float: left;
  margin-right: 20px;
  padding: 10px;
  min-width: 150px;
  text-align: center;
  background: #ff6b6b;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.body_red .newBtn:hover {
  background: #ff9e9e;
  cursor: pointer;
  color: #FFF;
}
.body_red .widget {
  min-width: 200px;
  min-height: 150px;
  margin: 0 20px 20px 0;
  padding: 50px 5px 10px 5px;
  background-color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease 0s;
}
.body_red .widget:hover {
  background-color: #c93a23;
  color: #ffffff;
  font-weight: bold;
}
.body_red .cms_table_export {
  margin-left: 10px !important;
}
.body_red .mt20 {
  margin-top: 20px !important;
}
.body_red .mr0 {
  margin-right: 0px !important;
}
.body_red .status_progress {
  float: left;
  border: none;
  width: 70%;
}
.body_red .status_progress td {
  border-bottom: 1px solid #eeeeee;
  background-clip: padding-box;
}
.body_red .status_progress .status_bar td {
  padding: 0.5em 1.0999999999999999em;
}
.body_red .status_progress .status_bar .status {
  position: relative;
  cursor: pointer;
}
.body_red .status_progress .status_bar .status div {
  width: 100%;
  min-width: 85px;
  height: 100%;
  text-align: center;
  color: #000;
}
.body_red .status_progress .status_bar .status .status_input {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  line-height: 45px;
}
.body_red .status_progress .status_bar .status .status_input input {
  width: 100%;
}
.body_red .status_progress .status_bar .status .status_input.checkbox_input {
  top: 100%;
  z-index: 10;
}
.body_red .status_progress .status_bar .status .status_input.active {
  display: block;
}
.body_red .status_progress .status_bar .status.gray {
  background-color: #808080;
}
.body_red .status_progress .status_bar .status.orange {
  background-color: #ff9900;
}
.body_red .status_progress .status_bar .status.green {
  background-color: #A0C55F;
  cursor: auto;
}
.body_red .status_legenda {
  float: left;
  border: none;
  margin-left: 10px;
  width: calc(30% - 10px);
}
.body_red .status_legenda td {
  padding: 0.5em;
}
.body_red .status_legenda td.green {
  padding: 0;
  background-color: #A0C55F;
  width: 30px;
}
.body_red .status_legenda td.orange {
  padding: 0;
  background-color: #ff9900;
  width: 30px;
}
.body_red .status_legenda td.gray {
  padding: 0;
  background-color: #808080;
  width: 30px;
}
.body_red .progress_container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .body_red .progress_container {
    height: 100% !important;
  }
}
.body_red .progress_container .progress {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.body_red .progress_container .progress div {
  color: #000;
  display: inline-block;
  width: 30px;
  height: 100%;
  border-left: 1px solid #ff6b6b;
  border-bottom: 1px solid #ff6b6b;
}
.body_red .progress_container .progress div:first-child.clear {
  border-left: none !important;
}
.body_red .progress_container .progress div:last-child {
  border-right: 1px solid #ff6b6b;
}
.body_red .progress_container .progress div.clear {
  border-bottom: none !important;
}
.body_red .progress_container .progress div.green {
  background-color: #A0C55F;
}
.body_red .progress_container .progress div.orange {
  background-color: #ff9900;
}
.body_red .progress_container .progress div.gray,
.body_red .progress_container .progress div.grey {
  background-color: #808080;
}
.body_red .progress_title {
  padding: 0;
  margin: 0;
  display: table;
}
.body_red .progress_title .rotate {
  display: table-cell;
  width: 30px;
  max-width: 30px;
  height: 100px;
  white-space: nowrap;
  vertical-align: bottom;
  text-align: center;
  pointer-events: none;
  background: none !important;
}
.body_red .progress_title .rotate div {
  transform: translate(25px,51px) rotate(315deg);
  -ms-transform: translate(25px,51px) rotate(315deg);
  -webkit-transform: translate(25px,51px) rotate(315deg);
  padding: 0 0 65px 5px;
}
.body_red .progress_title .rotate div span {
  border-bottom: 1px solid #ff9e9e;
  pointer-events: auto;
}
.body_red .status_check {
  background-color: #419c59;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .status_check i {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  cursor: pointer;
}
.body_red .status_check:hover {
  background-color: #327844;
}
.body_red .status_check.final {
  background-color: #808080;
  cursor: default;
}
.body_red .status_check.final:hover {
  background-color: #676767;
}
.body_red .status_cancel {
  background-color: #ff6b6b;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .status_cancel i {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  width: 22px;
  text-align: center;
  cursor: pointer;
}
.body_red .status_cancel:hover {
  background-color: #ff3838;
}
.body_red .status_cancel.final {
  background-color: #808080;
  cursor: default;
}
.body_red .status_cancel.final:hover {
  background-color: #676767;
}
.body_red div.pagination {
  margin: 0 0 10px 0;
  padding: 0;
}
.body_red div.pagination a {
  min-width: 50px;
  height: 22px;
  margin: 0 5px 5px 0;
  padding: 5px 8px 5px 8px;
  background-color: #EBEBEB;
  color: #17526E;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.15s ease 0s;
}
.body_red div.pagination a.active {
  background-color: #215377;
  color: #FFFFFF;
}
.body_red div.pagination a:hover {
  background-color: #7D7D7D;
  color: #FFFFFF;
  text-decoration: none;
}
.body_red div.pagination {
  font-size: 14px;
}
.body_red .redactor_box {
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 3px;
  border: solid 2px #acacac;
  font-size: 14px;
}
.body_red .redactor_box:hover {
  border-color: #e1e1e1;
}
.body_red .redactor_box:focus {
  border-color: #ff6b6b;
}
.body_red .redactor_box .redactor_editor,
.body_red .redactor_box textarea {
  padding: 0 10px;
  min-height: 400px;
}
.body_red .redactor_box textarea {
  border: none;
}
.body_red body .redactor_air {
  position: absolute;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 2;
}
.body_red body .redactor_toolbar li a.redactor_btn_save {
  background: url(/_webblocks/images/redactor/save.png) no-repeat;
}
.body_red body .redactor_toolbar li a.redactor_btn_close {
  background: url(/_webblocks/images/redactor/close.png) no-repeat;
}
.body_red body .redactor_toolbar li a.redactor_btn_fileselect {
  background-position: -250px;
}
.body_red .loadingbar {
  height: 2px;
  background-color: #79c535;
  width: 0px;
}
.body_red #redactor_modal_inner {
  padding: 40px 15px 15px 15px !important;
}
.body_red #redactor_modal_inner section {
  padding: 0px !important;
}
.body_red #redactorInsertImageForm {
  padding: 0px !important;
}
.body_red .redactor_editor {
  overflow-y: auto;
}
.body_red body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow: hidden;
  width: 100%;
}
.body_red .redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0;
}
.body_red .redactor_toolbar {
  height: auto !important;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
  background: #E2E2E2;
  list-style: none !important;
  font-size: 0;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  line-height: 0 !important;
}
.body_red .redactor_toolbar:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.body_red .redactor_box .redactor_toolbar {
  border: none;
}
.body_red .redactor_toolbar.toolbar_fixed_box {
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
}
.body_red body .redactor_air .redactor_toolbar {
  padding-right: 2px !important;
}
.body_red .redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 1px 0 3px 1px;
  outline: none;
  list-style: none !important;
}
.body_red .redactor_toolbar li.redactor_separator {
  float: left;
  margin: 0 2px 0 3px !important;
  padding: 0;
  height: 29px;
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #d8d8d8;
}
.body_red .redactor_toolbar li a {
  display: block;
  width: 25px;
  height: 25px;
  outline: none;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  zoom: 1;
  *border: 1px solid #eee;
}
.body_red .redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important;
}
.body_red .redactor_toolbar li a {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
  background-size: auto 25px;
  background-position: 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .body_red .redactor_toolbar li a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
    background-size: auto 25px;
  }
}
.body_red .redactor_toolbar li a:hover {
  outline: none;
  border-color: #e1e1e1;
  background-color: #eaeaea;
}
.body_red .redactor_toolbar li a:active,
.body_red .redactor_toolbar li a.redactor_act {
  outline: none;
  border-color: #eaeaea;
  background-color: #e1e1e1;
  background-image: url("/_webblocks/images/icons/redactor_icons.png");
  background-size: auto 25px;
}
.body_red .redactor_button_disabled {
  opacity: .3;
}
.body_red .redactor_button_disabled:hover {
  outline: none;
  border-color: transparent !important;
  background-color: transparent !important;
  cursor: default;
}
.body_red body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px;
}
.body_red body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px;
}
.body_red body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px;
}
.body_red body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px;
}
.body_red body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px;
}
.body_red body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px;
}
.body_red body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px;
}
.body_red body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -150px;
}
.body_red body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -175px;
}
.body_red body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px;
}
.body_red body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px;
}
.body_red body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px;
}
.body_red body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px;
}
.body_red body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px;
}
.body_red body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px;
}
.body_red body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px;
}
.body_red body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px;
}
.body_red body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px;
}
.body_red body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px;
}
.body_red body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px;
}
.body_red body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -475px;
}
.body_red body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px;
}
.body_red body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px;
}
.body_red body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px;
}
.body_red body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px;
}
.body_red body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px;
}
.body_red body .redactor_toolbar li a.redactor_btn_fontfamily {
  background-position: -650px;
}
.body_red body .redactor_toolbar li a.redactor_btn_fontsize {
  background-position: -675px;
}
.body_red body .redactor_toolbar li a.redactor_btn_direction {
  background-position: -700px;
}
.body_red body .redactor_toolbar li a.redactor_btn_lists {
  background-position: -725px;
}
.body_red body .redactor_toolbar li a.redactor_btn_font {
  background-position: -750px;
}
.body_red body .redactor_toolbar li a.redactor_btn_h1 {
  background-position: -775px;
}
.body_red body .redactor_toolbar li a.redactor_btn_h2 {
  background-position: -800px;
}
.body_red body .redactor_toolbar li a.redactor_btn_h3 {
  background-position: -825px;
}
.body_red body .redactor_toolbar li a.redactor_btn_quote {
  background-position: -850px;
}
.body_red body .redactor_toolbar li a.redactor_btn_pre {
  background-position: -875px;
}
.body_red .redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic;
}
.body_red .redactor_format_pre {
  font-family: monospace, sans-serif;
}
.body_red .redactor_format_h1,
.body_red .redactor_format_h2,
.body_red .redactor_format_h3,
.body_red .redactor_format_h4 {
  font-weight: bold;
}
.body_red .redactor_format_h1 {
  font-size: 30px;
  line-height: 36px;
}
.body_red .redactor_format_h2 {
  font-size: 24px;
  line-height: 36px;
}
.body_red .redactor_format_h3 {
  font-size: 20px;
  line-height: 30px;
}
.body_red .redactor_format_h4 {
  font-size: 16px;
  line-height: 26px;
}
.body_red .redactor_dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2004;
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 4px #ccc;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 21px;
}
.body_red .redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
}
.body_red .redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #000;
  text-decoration: none;
}
.body_red .redactor_dropdown a:hover {
  background-color: #eaeaea;
  color: #444 !important;
  text-decoration: none;
}
.body_red .redactor_color_link {
  float: left !important;
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset !important;
  font-size: 0;
}
.body_red .redactor_color_none {
  display: block;
  clear: both;
  padding: 4px 0 !important;
  font-size: 11px;
  line-height: 1;
}
.body_red #redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #333 !important;
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.body_red #redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50001;
  padding: 0;
  border-radius: 3px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#e2e2e2));
  background: -webkit-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -o-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -ms-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: linear-gradient(to bottom,#f7f7f7 0%,#e2e2e2 100%);
  box-shadow: 0px 5px 60px #000;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px !important;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#e2e2e2',GradientType=0);
}
.body_red #redactor_modal header {
  padding: 11px 30px 0 15px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 12px;
}
.body_red #redactor_modal section {
  padding: 20px 30px;
}
.body_red #redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  color: #777;
  font-size: 20px;
  cursor: pointer;
}
.body_red #redactor_modal_close:hover {
  color: #000;
}
.body_red #redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}
.body_red #redactor_modal textarea {
  display: block;
  margin-top: 4px;
}
.body_red .redactor_input {
  width: 99%;
  font-size: 14px;
}
.body_red .redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
}
.body_red #redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
  background: #fff;
  border: solid 1px #cbcbcb;
  padding: 15px;
}
.body_red #redactor_image_box img {
  margin: 5px 5px 0px 0px;
  max-width: 100px;
  cursor: pointer;
  padding: 5px;
  border: dashed 1px #cbcbcb;
}
.body_red #redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px;
}
.body_red #redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer;
}
.body_red #redactor_tabs {
  padding: 0px;
  padding-bottom: 15px;
}
.body_red #redactor_tabs a {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
.body_red #redactor_tabs a:hover,
.body_red #redactor_tabs a.redactor_tabs_act {
  padding: 5px 15px;
  border: none;
  background-color: #ddd;
  box-shadow: 0 1px 2px rgba(0,0,0,0.4) inset;
  color: #777 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 #eee;
}
.body_red #redactor_modal footer {
  padding-top: 15px;
  border-radius: 0 0 3px 3px;
  text-align: right;
}
.body_red #redactor_modal input[type="radio"],
.body_red #redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
.body_red #redactor_modal input[type="text"],
.body_red #redactor_modal input[type="password"],
.body_red #redactor_modal input[type="email"],
.body_red #redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1px 2px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
  color: #333;
  font-size: 13px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  line-height: 1;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
.body_red #redactor_modal textarea {
  line-height: 1.4em;
}
.body_red #redactor_modal input:focus,
.body_red #redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70,161,231,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_red .redactor_modal_btn {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding: 6px 16px 5px 16px;
  outline: none;
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -ms-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e1e1e1));
  background-image: -webkit-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -o-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: linear-gradient(top,#ffffff,#e1e1e1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  color: #000;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0px #ffffff;
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e1e1e1',GradientType=0);
  cursor: pointer;
}
.body_red .redactor_modal_btn:hover {
  color: #555;
}
.body_red .redactor_modal_btn:hover {
  background: none;
  background: #f3f3f3;
  text-decoration: none;
  text-shadow: 0 1px 0px rgba(255,255,255,0.8);
  filter: none;
}
.body_red .redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}
.body_red .redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 100%;
  border: 2px dashed #bbb;
  background-color: #fff;
  text-align: center;
}
.body_red .redactor_droparea .redactor_dropareabox,
.body_red .redactor_dropalternative {
  color: #555;
  font-size: 12px;
}
.body_red .redactor_dropalternative {
  margin: 4px 0 2px 0;
}
.body_red .redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8;
}
.body_red .redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5;
}
.body_red .redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee;
}
.body_red .redactor-progress {
  height: 12px;
  overflow: hidden;
  background-color: #f4f4f4;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  margin-bottom: 1.5em;
}
.body_red .redactor-progress .redactor-progress-bar {
  top: 1px;
  left: 1px;
  position: relative;
  background-color: #55aaff;
  width: 0;
  height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.body_red .redactor-progress-striped .redactor-progress-bar {
  background-image: url('data:image/gif;base64,R0lGODlhIAAQAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODE3QTgyOEM0MzAwRkUyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NEY2MUMyQTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NEY2MUMyOTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQoAAQAsAAAAACAAEAAAAiwMjqkQ7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYwNqctwD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsHsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIx/oMsNCKNxdMk7K8VXbx55DhiKDAmZJ5qoFhu4LysrcFzf9QPvet4D0igFACH5BAkKAAEALAAAAAAgABAAAAIsjI8Hy+2QYnyUyWtqxVdvnngUGIoOiZgnmqkWG7gvKy9wXN81BO963gPSGAUAIfkECQoAAQAsAAAAACAAEAAAAixEjqkB7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYQdqctxD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsDsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIR/ocsdCKNxdMk7K8VXbx55DhiKDAmZJ5qoFgu4LysrcFzf9QPvet4D0igFACH5BAUKAAEALAAAAAAgABAAAAIshI8Xy+2RYnyUyWtqxVdvnngUGIoOiZgnmqkWC7gvKy9wXN81BO963gPSGAUAOw==');
}
.body_red .redactor-progress-striped .redactor-progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCQTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkRFQUIzNjlDMkUxMUUwOUFFQ0M4MEYwM0YzNUE2RCI+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z3JhZGllbnQ8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCODlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRTE5QjlCOTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq477Q0AAAD2SURBVHjaxFIxDsIwDLRF/1AmRp7AM9iYWHkD76AP6h9Qi1SGfqAMqGJg6XA4jts0RUwZiKLEsZ3L+Rwmoi0lDC6Ky4rAMuGO5DY5iuWH93oDegMuK8QA7JIYCMDpvwDDMBzNHCGtONYq2enjHKYLMObCp7dtu/+FDppDgyJpTemsrm/9l7L2ku4aUy4BTEmKR1hmVXV9OjfsqlqC7irAhBKxDnmOQdPc+ynKMXdenEELAFmzrnu8RoK6jpRhHkGJmFgdXmsByNf5Wx+fJPbigEI3OKrB77Bfy2VZzppqC0IfAtlIAusC9CNtUn/iIRXgnALwEWAA/+5+ZNOapmcAAAAASUVORK5CYII=');
}
.body_red .redactor_module_item {
  background-color: #E2E2E2;
  margin: 10px 0px;
  padding: 0px 10px;
}
.body_red .redactor_module_item p {
  font-weight: bold;
  padding: 10px 0px;
  margin: 0px;
}
.body_red .schedule-wrapper {
  overflow-x: scroll !important;
  min-width: 1200px;
}
.body_red table.schedule th,
.body_red table.schedule td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.1em 0.3em;
}
.body_red table.schedule tr:hover td.open {
  background-color: #FFB;
}
.body_red table.schedule td {
  border: 1px solid #DFDFDF;
}
.body_red table.schedule td.open {
  background-color: #EFEFEF;
  color: #BFBFBF;
}
.body_red table.schedule td.locked {
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_red table.schedule td.selected {
  background-color: #D9E6C3;
  color: #77AB13;
}
.body_red table.schedule td.first {
  margin-left: 300px;
}
.body_red .slicknav_menu {
  padding: 0 !important;
  background: #ff6b6b !important;
}
.body_red .slicknav_menu a.slicknav_btn {
  display: none;
}
.body_red .slicknav_menu nav.slicknav_nav ul {
  margin: 0 !important;
}
.body_red .slicknav_menu nav.slicknav_nav ul li.slicknav_txtnode {
  padding: 15px 20px;
  margin-left: 0;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .slicknav_menu nav.slicknav_nav ul li.slicknav_txtnode:hover {
  background: #f4f4f4 !important;
  color: #ff6b6b !important;
}
.body_red .slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.body_red .slicknav_menu  .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.body_red .slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.body_red .slicknav_menu .slicknav_no-text {
  margin: 0;
}
.body_red .slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.body_red .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.body_red .slicknav_nav {
  clear: both;
}
.body_red .slicknav_nav ul,
.body_red .slicknav_nav li {
  display: block;
}
.body_red .slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.body_red .slicknav_nav .slicknav_item {
  cursor: pointer;
}
.body_red .slicknav_nav .slicknav_row {
  display: block;
}
.body_red .slicknav_nav a {
  display: block;
}
.body_red .slicknav_nav .slicknav_item a,
.body_red .slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.body_red .slicknav_menu:before,
.body_red .slicknav_menu:after {
  content: " ";
  display: table;
}
.body_red .slicknav_menu:after {
  clear: both;
}
.body_red .slicknav_menu {
  *zoom: 1;
}
.body_red .slicknav_menu {
  font-size: 16px;
}
.body_red .slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222222;
}
.body_red .slicknav_menu  .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.body_red .slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.body_red .slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}
.body_red .slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.body_red .slicknav_nav,
.body_red .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.body_red .slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.body_red .slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.body_red .slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.body_red .slicknav_nav .slicknav_item a,
.body_red .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.body_red .slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.body_red .slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.body_red .slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.body_red .table-topbar {
  margin-bottom: 20px;
}
.body_red .table-topbar .cms_table_page_nav {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  margin: 10px 5px 5px 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #8A8A8A;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .table-topbar .cms_table_page_nav:hover {
  background: #fbfbfb;
}
.body_red .table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #ff6b6b;
  color: #fff;
  text-shadow: ;
}
.body_red .table-topbar .cms_table_page_nav_selected:hover {
  background: #ff6b6b;
}
.body_red .table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 200px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .table-topbar .cms_table_search_box:focus {
  width: 300px;
}
.body_red .table-topbar .btn {
  margin: 0px;
}
.body_red .cms_table_add {
  margin: 0 0 20px 20px;
  background: #FC913A;
}
.body_red .domain_special_table {
  width: 100%;
}
.body_red .domain_special_table tr {
  border: solid 2px #cbcbcb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.body_red .domain_special_table tr td {
  padding: 10px;
  color: #ff6b6b;
  border-left: solid 1px #cbcbcb;
}
.body_red .domain_special_table tr td:first-child {
  border: none;
}
.body_red .domain_special_table tr:nth-child(2n) {
  background-color: #eaeaea;
}
.body_red .domain_special_table_toppbar {
  padding: 10px;
  background-color: #8A8A8A;
}
.body_red .domain_special_table_toppbar input[type="text"] {
  background-color: #fff;
  width: 100%;
}
.body_red .domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
.body_red #tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.body_red #tiptip_holder.tip_top {
  padding-bottom: 5px;
}
.body_red #tiptip_holder.tip_bottom {
  padding-top: 5px;
}
.body_red #tiptip_holder.tip_right {
  padding-left: 5px;
}
.body_red #tiptip_holder.tip_left {
  padding-right: 5px;
}
.body_red #tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
.body_red #tiptip_arrow,
.body_red #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
.body_red #tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
.body_red #tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
.body_red #tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
.body_red #tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
.body_red #tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
.body_red #tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
.body_red #tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
.body_red #tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .body_red #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  .body_red #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  .body_red #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
.body_red #users_systypes_rights_list ul {
  list-style-type: none;
}
.body_red #users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_red #users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_red #users_systypes_rights_list ul li .padding {
  border: solid 1px #cbcbcb;
  padding: 8px;
  background-color: #f9f9f9;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red #users_systypes_rights_list ul li ul li {
  margin-bottom: 0px;
}
.body_red #users_systypes_rights_list ul li ul li .padding {
  background-color: #f2f2f2;
  border-top: none;
}
.body_red #users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #eaeaea;
}
.body_red #users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #e2e2e2;
}
.body_red #users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #dbdbdb;
}
.body_red #users_systypes_rights_list ul .users_rights_has_more_data {
  cursor: pointer;
}
.body_red #users_systypes_rights_list ul .users_rights_has_no_more_data {
  cursor: default;
}
.body_red header {
  width: 100%;
  height: 75px;
  display: block;
  background-color: #ff6b6b;
  z-index: 1000001;
  position: relative;
}
.body_red header .logo {
  line-height: 75px;
}
.body_red header .logo a {
  display: inline-block;
}
.body_red header .logo a img {
  vertical-align: middle;
}
.body_red header .logo a.menu_toggler {
  margin-right: 25px;
}
.body_red header .logo a.menu_toggler i {
  color: #fff;
  font-size: 30px;
  padding: 0 25px;
  vertical-align: middle;
}
.body_red header .logo a.menu_toggler:focus {
  outline: 0;
}
.body_red header .logo a.menu_toggler:hover {
  background: #fff;
}
.body_red header .logo a.menu_toggler:hover i {
  color: #ff6b6b;
}
.body_red header ul {
  list-style: none;
  height: 75px;
  margin: 0;
}
.body_red header ul li {
  float: left;
  height: inherit;
  padding: 0 20px;
  display: block;
  line-height: 75px;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  border-right: 2px solid #ffd1d1;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red header ul li i {
  font-size: 20px !important;
}
.body_red header ul li:hover {
  background-color: #ffd1d1;
  cursor: pointer;
}
.body_red header ul li .notification_badge_wrap {
  position: absolute;
  z-index: 6;
  margin-top: -57px;
  margin-left: 10px;
}
.body_red header ul li .notification_badge_wrap .notification_badge {
  position: relative;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  background-color: #ff6b6b;
  text-align: center;
  -webkit-font-smoothing: initial;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.body_red header ul li .notification_badge_wrap .notification_badge span {
  position: absolute;
  line-height: 20px;
  width: 18px;
  margin-left: -9px;
  margin-top: 1px;
}
.body_red h1,
.body_red .h1,
.body_red h2,
.body_red .h2,
.body_red h3,
.body_red .h3,
.body_red h4,
.body_red .h4 {
  -webkit-font-smoothing: antialiased;
}
.body_red h1,
.body_red .h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: ;
  text-transform: uppercase;
  font-weight: normal;
}
.body_red h2,
.body_red .h2 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
  line-height: 1.1;
  font-size: 2.25em;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: ;
  text-transform: uppercase;
  font-weight: normal;
  color: #5E6B7B;
}
.body_red h3,
.body_red .h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #5E6B7B;
  font-weight: bold;
  text-transform: uppercase;
}
.body_red a {
  color: #5E6B7B;
}
.body_red .mb0 {
  margin-bottom: 0 !important;
}
.body_red i.fa-small {
  font-size: 18px !important;
}
.body_red .btn1 {
  padding: 0 15px;
  line-height: 45px;
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .btn1.orange {
  background-color: #ff9900;
  color: #fff;
}
.body_red .btn1.orange:hover {
  background-color: #cc7a00;
}
.body_red .theme {
  width: 100%;
  min-height: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.body_red #tools-progress,
.body_red .tools-progress {
  position: static;
  height: 50px;
  width: 100%;
  background: #869C5E;
}
.body_red #tools-progress.small,
.body_red .tools-progress.small {
  height: 23px;
}
.body_red #tools-progress.intable,
.body_red .tools-progress.intable {
  width: 75% !important;
  float: right;
}
.body_red #tools-progress span,
.body_red .tools-progress span {
  background: #A0C55F;
  width: 0px;
  -webkit-transition: 3s all ease;
  -moz-transition: 3s all ease;
  -ms-transition: 3s all ease;
  -o-transition: 3s all ease;
  height: 100%;
  display: block;
  padding-top: 2px;
  padding-left: 5px;
  color: #ffffff;
  font-weight: bold;
}
.body_red #tools-progress div.tools-progress-values,
.body_red .tools-progress div.tools-progress-values {
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  margin-top: -23px;
}
.body_red #tools-progress div.tools-progress-values div,
.body_red .tools-progress div.tools-progress-values div {
  height: 23px;
  line-height: 23px;
  display: inline-block;
}
.body_red .slicknav_menu {
  display: none;
}
.body_red nav.main-menu ul {
  margin-left: 0;
  margin-bottom: 40px;
}
.body_red nav.main-menu ul li {
  background-color: #f4f4f4;
  line-height: 50px;
  width: 12.5%;
  border-right: 2px solid #fff;
  padding: 0 10px 0 25px;
  color: #bebebe;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red nav.main-menu ul li:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/_webblocks/images/icon/custom_chevron_right.png');
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -10px;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red nav.main-menu ul li.active {
  background-color: #ff6b6b;
  color: #fff;
}
.body_red nav.main-menu ul li.active:after {
  background: url('/_webblocks/images/icon/custom_chevron_right_hover.png');
}
.body_red nav.main-menu ul li.selected,
.body_red nav.main-menu ul li:hover {
  background-color: #ff6b6b;
  color: #fff;
}
.body_red nav.main-menu ul li.selected:after,
.body_red nav.main-menu ul li:hover:after {
  background: url('/_webblocks/images/icon/custom_chevron_right_hover.png');
}
.body_red nav.main-menu ul li:last-child {
  border-right: 0;
}
.body_red nav.main-menu ul li:last-child:after {
  display: none;
}
.body_red .tabs {
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 50px;
}
.body_red .tabs ul {
  margin: 0;
  list-style: none;
  float: right;
}
.body_red .tabs ul li {
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}
.body_red .tabs ul li:last-child {
  margin-right: 0;
}
.body_red .tabs ul li div {
  min-width: 200px;
  padding: 0 20px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  background: #f4f4f4;
  color: #ff6b6b;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .tabs ul li div.selected,
.body_red .tabs ul li div:hover {
  background: #5E6B7B;
  color: #fff;
}
.body_red #framework_tabcontent .row {
  background-color: transparent;
}
.body_red #framework_tabcontent .row .box .inner {
  border: 0;
}
.body_red #framework_tabcontent .row .box .inner .title {
  height: 75px;
  line-height: 75px;
  background-color: #5E6B7B;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
.body_red #framework_tabcontent .row .box .inner .title i.fa {
  margin-right: 10px;
}
.body_red #framework_tabcontent .row .box .inner .table_container {
  max-width: 100%;
  overflow-x: scroll;
}
.body_red #framework_tabcontent .row .box .inner form input[type="text"] {
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.body_red #framework_tabcontent .row .box .inner form button {
  height: 40px;
  vertical-align: bottom;
  width: 40px;
  text-align: center;
  background: #ff9900;
  border: 0;
  display: inline-block;
  margin-left: -4px;
}
.body_red #framework_tabcontent .row .box .inner form button i {
  color: #fff;
  margin-right: 0;
  font-size: 16px;
  float: none;
}
.body_red #framework_tabcontent .row .box .inner form select {
  margin-left: 20px;
}
.body_red #framework_tabcontent .row .box .inner form label {
  line-height: 40px;
  float: left;
}
.body_red .content .row .box .inner .title {
  height: 75px;
  line-height: 75px;
  background-color: #5E6B7B;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
.body_red .content .row .box .inner .title i.fa {
  margin-right: 10px;
}
.body_red .content .row .box .inner .boxcontent {
  background-color: #f4f4f4;
  padding: 40px;
}
.body_red .content .row .box .inner .boxcontent i.fa:not(.green):not(.yellow):not(.red):not(.orange):not(.gray) {
  float: left;
  margin-right: 20px;
  font-size: 22px;
  color: #5E6B7B;
}
.body_red .content .row .box .inner .boxcontent ul.list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.body_red .content .row .box .inner .boxcontent ul.list.blocks-2 li:nth-of-type(2n-1) {
  font-weight: bold;
}
.body_red .content .row .box .inner .boxcontent ul.list li {
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 23px;
}
.body_red .content .row .box .inner .boxcontent ul.list li:first-child,
.body_red .content .row .box .inner .boxcontent ul.list li:nth-of-type(2) {
  margin-top: 0;
}
.body_red .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3n) {
  font-weight: bold;
  padding-left: 25px;
}
.body_red .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3) {
  margin-top: 0;
}
.body_red .content .row .box .inner .boxcontent .tools-progress {
  background: #bebebe;
}
.body_red .content .progression {
  margin-bottom: 50px;
}
.body_red .content .progression .inner {
  padding: 0 20px;
}
.body_red .content .progression .inner .title h2 {
  line-height: 75px;
}
.body_red .content .progression .inner .title i.fa {
  float: left;
  font-size: 22px;
  margin-right: 20px;
  color: #5E6B7B;
  line-height: 75px;
}
.body_red .loginbg {
  background-size: cover;
  background-position: center;
  background-image: url('/_webblocks/images/bg2.jpg');
}
.body_red .logincontent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}
.body_red .logincontent .row {
  width: 100%;
}
.body_red .logincontent .row .box {
  max-width: 500px;
  margin: 0 auto;
}
.body_red .logincontent .row .box .inner {
  background: #f4f4f4;
}
.body_red .logincontent .row .box .inner .title {
  padding: 15px 20px;
  background: #ff6b6b;
  line-height: 40px;
  color: #fff;
}
.body_red .logincontent .row .box .inner .title img {
  max-height: 40px;
}
.body_red .logincontent .row .box .inner .boxcontent {
  padding: 20px;
}
.body_red .logincontent .row .box .inner > form {
  padding: 0 20px;
}
.body_red .logincontent .row .box .inner > form input[type="text"],
.body_red .logincontent .row .box .inner > form input[type="password"] {
  padding: 0 10px;
}
.body_red .logincontent .row .box .inner > form input[type="submit"] {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .notification_center {
  max-width: 400px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 1000000;
  background: rgba(255,107,107,0.95);
  overflow-y: scroll;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.body_red .notification_center.active {
  right: 0;
}
.body_red .notification_center h2 {
  margin-top: 75px;
  color: #fff;
  padding: 25px;
  display: block;
  margin-bottom: 0;
}
.body_red .notification_center section .notification_category {
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 0 25px;
  background: #404a54;
}
.body_red .notification_center section .notification_category i {
  margin-right: 20px;
}
.body_red .notification_center section .notification_item {
  border-bottom: 1px solid #5f5f5f;
  padding: 20px 25px;
}
.body_red .notification_center section .notification_item span {
  color: #fff;
}
.body_red .notification_center section .notification_item span.n_time {
  margin-left: 10px;
  font-size: 12px;
}
.body_red .notification_center section .notification_item span.n_step {
  color: #bebebe;
}
.body_red .notification_center section .notification_item span.n_description {
  -webkit-font-smoothing: antialiased;
}
.body_red .show_500 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .body_red nav.main-menu ul li {
    font-size: 12px;
    padding: 0 10 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .body_red .slicknav_menu {
    display: block;
  }
  .body_red header .unit-50 {
    width: 80% !important;
    float: left !important;
  }
  .body_red header .unit-50.logo {
    width: 20% !important;
    float: left !important;
  }
  .body_red header .unit-50.logo .logo_image {
    display: none;
  }
  .body_red header .unit-50 ul {
    float: right !important;
  }
  .body_red nav.main-menu ul li {
    width: 100%;
  }
  .body_red nav.main-menu ul li:after {
    display: none;
  }
  .body_red .tabs ul li {
    float: left !important;
  }
  .body_red .tabs ul li div {
    min-width: 0px !important;
  }
  .body_red .content .row {
    background-color: #f4f4f4;
  }
  .body_red .content .row .box .inner .boxcontent {
    padding: 30px;
  }
  .body_red .content .row .box .inner .boxcontent .unit-50 {
    margin-bottom: 0 !important;
  }
  .body_red .content .row .box .inner .boxcontent .unit-50:last-child ul {
    margin-top: 0;
  }
  .body_red .content .row .box .inner .boxcontent ul.list.blocks-2 li {
    float: left !important;
    width: 47% !important;
  }
  .body_red .content .row .box .inner .boxcontent ul.list.blocks-3 {
    margin-bottom: 0 !important;
  }
  .body_red .content .row .box .inner .boxcontent ul.list.blocks-3 li {
    margin-top: 0 !important;
  }
  .body_red .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3n) {
    margin-top: 0 !important;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .body_red #framework_tabcontent .row .box .inner .boxcontent .unit-50 {
    text-align: center;
  }
  .body_red #framework_tabcontent .row .box .inner .boxcontent .unit-50 label {
    float: none;
    margin-top: 20px;
  }
  .body_red #framework_tabcontent .row .box .inner .boxcontent .unit-50:first-child {
    margin-bottom: 20px;
  }
  .body_red .logincontent .row {
    background: none;
  }
  .body_red .logincontent .row .box .inner .title img {
    float: right !important;
  }
}
@media only screen and (max-width: 500px) {
  .body_red .show_500 {
    display: block;
  }
  .body_red .hide_500 {
    display: none;
  }
  .body_red .logincontent .row .box .inner .title {
    line-height: 30px;
  }
  .body_red .logincontent .row .box .inner .title img {
    max-height: 30px;
  }
}
.body_red .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.body_red .cms_table td {
  margin: 0;
  height: 40px;
  font-size: 13px;
}
.body_red .cms_table td:first-child {
  padding-left: 20px;
}
.body_red .cms_table td:last-child {
  padding-right: 20px;
}
.body_red .cms_table thead tr td {
  border: 0;
  background: #ff6b6b;
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_red .cms_table thead tr td.orderdby {
  background-color: #bebebe;
}
.body_red .cms_table thead tr td.sortable {
  cursor: pointer;
}
.body_red .cms_table thead tr td.sortable:hover {
  background-color: #bebebe;
}
.body_red .cms_table thead tr td.orderasc {
  background: #bebebe url('/_webblocks/images/orderdown.png') center right no-repeat;
}
.body_red .cms_table thead tr td.orderdesc {
  background: #bebebe url('/_webblocks/images/orderup.png') center right no-repeat;
}
.body_red .cms_table tbody tr {
  background-color: #fff;
}
.body_red .cms_table tbody tr:nth-of-type(even) {
  background-color: #f4f4f4;
}
.body_red .cms_table tbody tr:hover {
  background-color: #E6E9EC !important;
}
.body_red .cms_table tbody tr td {
  border: 0;
  color: #ff6b6b;
}
.body_red .cms_table tbody tr td a {
  text-decoration: none;
}
.body_red .cms_table tbody tr td i {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_red .cms_table tbody tr .cont-move {
  cursor: s-resize;
}
.body_green .article_add form {
  padding: 0px;
}
.body_green .article_add form .twothird input[type="text"],
.body_green .article_add form .twothird textarea {
  width: 100%;
  margin: 0 0 10px 0;
}
.body_green .article_add form .twothird textarea {
  min-height: 100px;
}
.body_green .article_add form .twothird .redactor_box {
  margin-bottom: 10px;
}
.body_green .article_add form .categories {
  width: 100%;
  border: solid 1px #cbcbcb;
  background-color: #eaeaea;
  padding: 15px;
  margin: 25px 0 0px 0px;
}
.body_green .article_add form .categories label {
  width: auto;
}
.body_green .article_add form .categories span {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.body_green .article_add .redactor_box {
  width: 100%;
}
.body_green #build_system_section {
  background-color: #EEE;
  border: 1px solid #DDD;
  padding: 5px;
}
.body_green #build_system_section h2 {
  margin-top: 4px;
}
.body_green #build_system_output {
  padding: 0;
}
.body_green #build_system_output_iframe {
  margin: 0;
  border: 0;
  width: 600px;
  height: 600px;
}
.body_green #build_system_domain_list {
  height: 470px;
  overflow: auto;
  background-color: #1C1C1C;
  border: 2px solid #DDD;
  color: #DDD;
}
.body_green .build_system_domain_item {
  padding: 5px;
  margin-bottom: 2px;
  border-bottom: 1px solid #666;
}
.body_green .build_system_domain_message {
  display: inline;
  float: right;
  margin-left: 5px;
  padding: 1px 4px;
  border-radius: 5px;
  width: 300px;
}
.body_green .build_system_domain_message_info {
  background-color: #72ACDC;
  color: #FFF;
}
.body_green .build_system_domain_message_error {
  background-color: #500000;
  color: #FFF;
}
.body_green .build_system_domain_message_unsupported {
  background-color: #666;
  color: #BBB;
}
.body_green .build_system_domain_modified_files {
  display: block;
  clear: both;
  margin-top: 7px;
  overflow: auto;
  height: auto;
  padding: 3px;
}
.body_green .build_system_domain {
  color: #FFF;
  margin: 10px auto;
  border: 2px solid #000;
  padding: 0;
  width: 95%;
}
.body_green .build_system_domain_title {
  text-align: center;
  background-color: #EEE;
  color: #000;
  font-weight: bold;
  padding: 2px;
}
.body_green .build_system_domain_content {
  padding: 5px;
  word-wrap: break-word;
  min-height: 300px;
}
.body_green #build_system_btn_go {
  font-size: 5em;
  padding: 20px;
  color: #FFF;
  height: auto !important;
}
.body_green .build_system_inprogress {
  background-color: #DDD;
  color: #000;
}
.body_green .build_system_success {
  background-color: #38B632;
  color: #FFF;
}
.body_green .build_system_error {
  background-color: #790F0F;
  color: #FFF;
}
.body_green .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 100%;
}
.body_green .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #acacac;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.body_green .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.body_green .chosen-container a {
  cursor: pointer;
}
.body_green .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 2px solid #acacac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0,0,0,0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 36px;
}
.body_green .chosen-container-single .chosen-default {
  color: #383838;
}
.body_green .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #383838;
}
.body_green .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
  color: #eaeaea;
}
.body_green .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/_webblocks/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.body_green .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.body_green .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.body_green .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.body_green .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 0px 9px;
}
.body_green .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.body_green .chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #acacac;
  background: white url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
.body_green .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.body_green .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.body_green .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.body_green .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.body_green .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.body_green .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.body_green .chosen-container .chosen-results li.highlighted {
  background-color: #419c59;
  color: #fff;
}
.body_green .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.body_green .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.body_green .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.body_green .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.body_green .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  min-height: 40px;
  border: 2px solid #acacac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  cursor: text;
  line-height: 38px;
}
.body_green .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.body_green .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.body_green .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  height: 30px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #8A8A8A;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.body_green .chosen-container-multi .chosen-choices li.search-field .default {
  color: #383838;
}
.body_green .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  background-color: #419c59;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 23px;
  cursor: default;
  border: solid 1px #327844;
}
.body_green .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 14px;
  height: 14px;
  content: "string";
  color: #fff;
  line-height: 20px;
  padding: 0px 5px;
}
.body_green .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: "x";
  line-height: 22px;
}
.body_green .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.body_green .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 2px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  color: #666;
}
.body_green .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.body_green .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.body_green .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.body_green .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.body_green .chosen-container-active .chosen-single {
  border: 2px solid #419c59;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_green .chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #acacac;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  color: #eaeaea;
  box-shadow: 0 1px 0 #fff inset;
}
.body_green .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.body_green .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 9px;
}
.body_green .chosen-container-active .chosen-choices {
  border: 2px solid #419c59;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_green .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.body_green .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.body_green .chosen-disabled .chosen-single {
  cursor: default;
}
.body_green .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.body_green .chosen-rtl {
  text-align: right;
}
.body_green .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.body_green .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.body_green .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.body_green .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.body_green .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.body_green .chosen-rtl .chosen-choices li {
  float: right;
}
.body_green .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.body_green .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.body_green .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.body_green .chosen-rtl.chosen-container-single-nosearch .chosen-search,
.body_green .chosen-rtl .chosen-drop {
  left: 9999px;
}
.body_green .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.body_green .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.body_green .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.body_green .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  direction: rtl;
}
.body_green .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 9px;
}
.body_green .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 144dpi) {
  .body_green .chosen-rtl .chosen-search input[type="text"],
  .body_green .chosen-container-single .chosen-single abbr,
  .body_green .chosen-container-single .chosen-single div b,
  .body_green .chosen-container-single .chosen-search input[type="text"],
  .body_green .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .body_green .chosen-container .chosen-results-scroll-down span,
  .body_green .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.body_green .col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #e1e1e1;
  color: #fff;
  border: solid 2px;
}
.body_green .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_green .col_mess_error {
  border-color: #ff6b6b;
  background: #ffd1d1;
}
.body_green .col_mess_notification {
  background: #acd373;
  border-color: #7baa36;
}
.body_green #colorbox,
.body_green #cboxOverlay,
.body_green #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.body_green #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
.body_green #cboxMiddleLeft,
.body_green #cboxBottomLeft {
  clear: left;
}
.body_green #cboxContent {
  position: relative;
}
.body_green #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.body_green #cboxTitle {
  margin: 0;
}
.body_green #cboxLoadingOverlay,
.body_green #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body_green #cboxPrevious,
.body_green #cboxNext,
.body_green #cboxClose,
.body_green #cboxSlideshow {
  cursor: pointer;
}
.body_green .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.body_green .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.body_green #colorbox,
.body_green #cboxContent,
.body_green #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.body_green #cboxOverlay {
  background: #000;
}
.body_green #colorbox {
  outline: 0;
}
.body_green #cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.body_green .cboxIframe {
  background: #fff;
}
.body_green #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.body_green #cboxLoadedContent {
  background: #000;
  padding: 1px;
}
.body_green #cboxLoadingGraphic {
  background: url(/_webblocks/images/icons/colorbox_loading.gif) no-repeat center center;
}
.body_green #cboxLoadingOverlay {
  background: #000;
}
.body_green #cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #FFF;
}
.body_green #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
.body_green #cboxPrevious,
.body_green #cboxNext,
.body_green #cboxSlideshow,
.body_green #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/_webblocks/images/icons/colorbox_controls.png) no-repeat 0 0;
}
.body_green #cboxPrevious:active,
.body_green #cboxNext:active,
.body_green #cboxSlideshow:active,
.body_green #cboxClose:active {
  outline: 0;
}
.body_green #cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
.body_green #cboxPrevious:hover {
  background-position: 0px -25px;
}
.body_green #cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
.body_green #cboxNext:hover {
  background-position: -25px -25px;
}
.body_green #cboxClose {
  background-position: -50px 0px;
  right: 0;
}
.body_green #cboxClose:hover {
  background-position: -50px -25px;
}
.body_green .cboxSlideshow_on #cboxPrevious,
.body_green .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.body_green .cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.body_green .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.body_green .cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.body_green .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.body_green img {
  border: 0;
}
.body_green label {
  cursor: pointer;
}
.body_green .clear_left {
  clear: left;
}
.body_green .clear_right {
  clear: right;
}
.body_green .clear_both {
  clear: both;
}
.body_green .clear_none {
  clear: none;
}
.body_green .cursor_default {
  cursor: default;
}
.body_green .cursor_auto {
  cursor: auto;
}
.body_green .cursor_crosshair {
  cursor: crosshair;
}
.body_green .cursor_pointer {
  cursor: pointer;
}
.body_green .cursor_move {
  cursor: move;
}
.body_green .cursor_e_resize {
  cursor: e-resize;
}
.body_green .cursor_ne_resize {
  cursor: ne-resize;
}
.body_green .cursor_nw_resize {
  cursor: nw-resize;
}
.body_green .cursor_n_resize {
  cursor: n-resize;
}
.body_green .cursor_se_resize {
  cursor: se-resize;
}
.body_green .cursor_sw_resize {
  cursor: sw-resize;
}
.body_green .cursor_s_resize {
  cursor: s-resize;
}
.body_green .cursor_w_resize {
  cursor: w-resize;
}
.body_green .cursor_text {
  cursor: text;
}
.body_green .cursor_wait {
  cursor: wait;
}
.body_green .cursor_help {
  cursor: help;
}
.body_green .cursor_not_allowed {
  cursor: not-allowed;
}
.body_green .display_none {
  display: none;
}
.body_green .display_block {
  display: block;
}
.body_green .display_inline {
  display: inline;
}
.body_green .display_list_item {
  display: list-item;
}
.body_green .display_table {
  display: table;
}
.body_green .display_inline_table {
  display: inline-table;
}
.body_green .display_table_row_group {
  display: table-row-group;
}
.body_green .display_table_header_group {
  display: table-header-group;
}
.body_green .display_table_footer_group {
  display: table-footer-group;
}
.body_green .display_table_row {
  display: table-row;
}
.body_green .display_table_column_group {
  display: table-column-group;
}
.body_green .display_table_column {
  display: table-column;
}
.body_green .display_table_cell {
  display: table-cell;
}
.body_green .display_table_caption {
  display: table-caption;
}
.body_green .float_left {
  float: left;
}
.body_green .float_right {
  float: right;
}
.body_green .float_none {
  float: none;
}
.body_green .position_static {
  position: static;
}
.body_green .position_relative {
  position: relative;
}
.body_green .position_absolute {
  position: absolute;
}
.body_green .position_fixed {
  position: fixed;
}
.body_green .visibility_visible {
  visibility: visible;
}
.body_green .visibility_hidden {
  visibility: hidden;
}
.body_green .visibility_collapse {
  visibility: collapse;
}
.body_green .font_size_xx_small {
  font-size: xx-small;
}
.body_green .font_size_x_small {
  font-size: x-small;
}
.body_green .font_size_small {
  font-size: small;
}
.body_green .font_size_medium {
  font-size: medium;
}
.body_green .font_size_large {
  font-size: large;
}
.body_green .font_size_x_large {
  font-size: x-large;
}
.body_green .font_size_xx_large {
  font-size: xx-large;
}
.body_green .font_size_smaller {
  font-size: smaller;
}
.body_green .font_size_larger {
  font-size: larger;
}
.body_green .font_style_normal {
  font-style: normal;
}
.body_green .font_style_italic {
  font-style: italic;
}
.body_green .font_style_oblique {
  font-style: oblique;
}
.body_green .font_variant_normal {
  font-variant: normal;
}
.body_green .font_variant_small_caps {
  font-variant: small-caps;
}
.body_green .font_weight_normal {
  font-weight: normal;
}
.body_green .font_weight_bold {
  font-weight: bold;
}
.body_green .font_weight_bolder {
  font-weight: bolder;
}
.body_green .font_weight_lighter {
  font-weight: lighter;
}
.body_green .font_weight_100 {
  font-weight: 100;
}
.body_green .font_weight_200 {
  font-weight: 200;
}
.body_green .font_weight_300 {
  font-weight: 300;
}
.body_green .font_weight_400 {
  font-weight: 400;
}
.body_green .font_weight_500 {
  font-weight: 500;
}
.body_green .font_weight_600 {
  font-weight: 600;
}
.body_green .font_weight_700 {
  font-weight: 700;
}
.body_green .font_weight_800 {
  font-weight: 800;
}
.body_green .font_weight_900 {
  font-weight: 900;
}
.body_green .vertical_align_top {
  vertical-align: top;
}
.body_green .vertical_align_text_top {
  vertical-align: text-top;
}
.body_green .vertical_align_middle {
  vertical-align: middle;
}
.body_green .vertical_align_bottom {
  vertical-align: bottom;
}
.body_green .vertical_align_text_bottom {
  vertical-align: text-bottom;
}
.body_green .border_collapse_separate {
  border-collapse: separate;
}
.body_green .border_collapse_collapse {
  border-collapse: collapse;
}
.body_green .direction_ltr {
  direction: ltr;
}
.body_green .direction_rtl {
  direction: rtl;
}
.body_green .text_align_left {
  text-align: left;
}
.body_green .text_align_right {
  text-align: right;
}
.body_green .text_align_center {
  text-align: center;
}
.body_green .text_align_justify {
  text-align: justify;
}
.body_green .text_decoration_none {
  text-decoration: none;
}
.body_green .text_decoration_underline {
  text-decoration: underline;
}
.body_green .text_decoration_overline {
  text-decoration: overline;
}
.body_green .text_decoration_line_through {
  text-decoration: line-through;
}
.body_green .text_decoration_blink {
  text-decoration: blink;
}
.body_green .text_transform_none {
  text-transform: none;
}
.body_green .text_transform_capitalize {
  text-transform: capitalize;
}
.body_green .text_transform_uppercase {
  text-transform: uppercase;
}
.body_green .text_transform_lowercase {
  text-transform: lowercase;
}
.body_green .text_transform_ucfirst:first-letter {
  text-transform: uppercase;
}
.body_green .text_transform_lcfirst:first-letter {
  text-transform: lowercase;
}
.body_green .white_space_normal {
  white-space: normal;
}
.body_green .white_space_pre {
  white-space: pre;
}
.body_green .white_space_nowrap {
  white-space: nowrap;
}
.body_green .rights_foldout ul {
  list-style-type: none;
}
.body_green .rights_foldout ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_green .rights_foldout ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_green .rights_foldout ul li .padding {
  border: solid 1px #cbcbcb;
  padding: 8px;
  background-color: #f9f9f9;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .rights_foldout ul li ul li {
  margin-bottom: 0px;
}
.body_green .rights_foldout ul li ul li .padding {
  background-color: #f2f2f2;
  border-top: none;
}
.body_green .rights_foldout ul li ul li ul li .padding {
  background-color: #eaeaea;
}
.body_green .rights_foldout ul li ul li ul li ul li .padding {
  background-color: #e2e2e2;
}
.body_green .rights_foldout ul li ul li ul li ul li ul li .padding {
  background-color: #dbdbdb;
}
.body_green .rights_foldout ul .rights_foldout_has_more_data {
  cursor: pointer;
}
.body_green .filemanager .filemanager_row {
  padding: 5px;
}
.body_green .filemanager .filemanager_row_normal {
  background-color: #E5E5E5;
}
.body_green .filemanager .filemanager_row_alt {
  background-color: #E1E1E1;
}
.body_green .filemanager .filemanager_filename {
  display: inline;
}
.body_green .filemanager .filemanager_actions {
  display: inline;
  float: right;
}
.body_green .filemanager .filemanager_icon {
  margin: 0 auto;
  color: #215377;
  transition: color .2s;
}
.body_green .filemanager .filemanager_icon:hover {
  color: #378bc7;
}
.body_green #file_manager_controls {
  padding: 0px 20px;
  margin-bottom: 15px;
}
.body_green .fileupload_dropzone {
  background: #eaeaea;
  width: 100%;
  line-height: 150px;
  text-align: center;
  border: dashed 2px #cbcbcb;
  margin-top: 15px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .fileupload_dropzone:hover {
  border-color: #b2b2b2;
  background: #d1d1d1;
}
.body_green .fileupload_dropzone.hover {
  background: #FFB;
}
.body_green .fileupload_dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.body_green form {
  padding: 20px;
}
.body_green input[type="text"],
.body_green input[type="password"],
.body_green input[type="file"],
.body_green input[type="number"],
.body_green input[type="tel"],
.body_green input[type="email"],
.body_green textarea,
.body_green select {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: solid 1px #e1e1e1;
  width: 70%;
  font-size: 14px;
  color: #383838;
}
.body_green input[type="text"]:hover,
.body_green input[type="password"]:hover,
.body_green input[type="file"]:hover,
.body_green input[type="number"]:hover,
.body_green input[type="tel"]:hover,
.body_green input[type="email"]:hover,
.body_green textarea:hover,
.body_green select:hover {
  border-color: #acacac;
}
.body_green input[type="text"]:focus,
.body_green input[type="password"]:focus,
.body_green input[type="file"]:focus,
.body_green input[type="number"]:focus,
.body_green input[type="tel"]:focus,
.body_green input[type="email"]:focus,
.body_green textarea:focus,
.body_green select:focus {
  border-color: #419c59;
}
.body_green .boolean_holder {
  width: 69%;
}
.body_green textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
}
.body_green select,
.body_green x:-moz-any-link {
  height: auto;
  padding: 8px;
}
@media screen and (min-width: 0) {
  .body_green input[type="text"] {
    line-height: 37px;
  }
  .body_green input[type="password"] {
    line-height: 35px;
  }
}
.body_green input[type="checkbox"] {
  margin-right: 10px;
}
.body_green input[type="radio"] {
  cursor: pointer;
}
.body_green ::-webkit-input-placeholder {
  color: #8A8A8A;
}
.body_green :-moz-placeholder {
  color: #8A8A8A;
}
.body_green ::-moz-placeholder {
  color: #8A8A8A;
}
.body_green :-ms-input-placeholder {
  color: #8A8A8A;
}
.body_green label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  padding: 8px 10px !important;
}
.body_green .radio {
  width: auto;
}
.body_green .line {
  margin-bottom: 10px;
}
.body_green .third input[type="text"],
.body_green .third input[type="password"],
.body_green .third input[type="file"],
.body_green .third input[type="number"],
.body_green .third textarea,
.body_green .third select,
.body_green .third .chosen-container,
.body_green .quarter input[type="text"],
.body_green .quarter input[type="password"],
.body_green .quarter input[type="file"],
.body_green .quarter input[type="number"],
.body_green .quarter textarea,
.body_green .quarter select,
.body_green .quarter .chosen-container,
.body_green .tabcontent input[type="text"],
.body_green .tabcontent input[type="password"],
.body_green .tabcontent input[type="file"],
.body_green .tabcontent input[type="number"],
.body_green .tabcontent textarea,
.body_green .tabcontent select,
.body_green .tabcontent .chosen-container,
.body_green .redactor_tab input[type="text"],
.body_green .redactor_tab input[type="password"],
.body_green .redactor_tab input[type="file"],
.body_green .redactor_tab input[type="number"],
.body_green .redactor_tab textarea,
.body_green .redactor_tab select,
.body_green .redactor_tab .chosen-container {
  width: 100% !important;
  margin-top: 10px;
}
.body_green .third .tagsinput,
.body_green .quarter .tagsinput,
.body_green .tabcontent .tagsinput,
.body_green .redactor_tab .tagsinput {
  max-width: 100%;
}
.body_green .third label,
.body_green .third .boolean_holder,
.body_green .quarter label,
.body_green .quarter .boolean_holder,
.body_green .tabcontent label,
.body_green .tabcontent .boolean_holder,
.body_green .redactor_tab label,
.body_green .redactor_tab .boolean_holder {
  width: 100%;
  margin-bottom: 5px;
}
.body_green .third .cms_table_toppbar input[type="text"],
.body_green .quarter .cms_table_toppbar input[type="text"],
.body_green .tabcontent .cms_table_toppbar input[type="text"],
.body_green .redactor_tab .cms_table_toppbar input[type="text"] {
  width: 200px;
  margin-top: 0px;
}
.body_green .third .cms_table_toppbar input[type="text"]:active,
.body_green .third .cms_table_toppbar input[type="text"]:focus,
.body_green .quarter .cms_table_toppbar input[type="text"]:active,
.body_green .quarter .cms_table_toppbar input[type="text"]:focus,
.body_green .tabcontent .cms_table_toppbar input[type="text"]:active,
.body_green .tabcontent .cms_table_toppbar input[type="text"]:focus,
.body_green .redactor_tab .cms_table_toppbar input[type="text"]:active,
.body_green .redactor_tab .cms_table_toppbar input[type="text"]:focus {
  width: 220px;
}
.body_green .third .domain_image_upload,
.body_green .quarter .domain_image_upload,
.body_green .tabcontent .domain_image_upload,
.body_green .redactor_tab .domain_image_upload {
  width: 100%;
}
.body_green .third .domain_image_upload img,
.body_green .quarter .domain_image_upload img,
.body_green .tabcontent .domain_image_upload img,
.body_green .redactor_tab .domain_image_upload img {
  margin-top: 10px;
}
.body_green .third .domain_image_upload i,
.body_green .quarter .domain_image_upload i,
.body_green .tabcontent .domain_image_upload i,
.body_green .redactor_tab .domain_image_upload i {
  margin-top: 15px;
}
.body_green fieldset {
  margin-bottom: 15px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
}
.body_green legend {
  padding: 5px;
  font-weight: bold;
}
.body_green .domain_image_upload {
  width: 70%;
}
.body_green .domain_image_upload i {
  font-size: 25px;
  position: absolute;
  margin: 5px 0 0 -30px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #eb0000;
}
.body_green .domain_image_upload img {
  margin-bottom: 10px;
}
.body_green .redactor_boxmew {
  width: 70%;
}
.body_green .error input[type="text"],
.body_green .error input[type="password"],
.body_green .error input[type="file"],
.body_green .error input[type="number"],
.body_green .error textarea,
.body_green .error select,
.body_green .error .chosen-container,
.body_green .error .chosen-single,
.body_green .error .redactor_box {
  border-color: #ff6b6b;
}
.body_green .message {
  color: #ff6b6b;
  width: 100%;
  text-align: right;
  margin: -5px 0 10px 0px;
}
.body_green .half,
.body_green .third,
.body_green .quarter,
.body_green .twothird,
.body_green .threequarter {
  margin-right: 3.1914893617021276%;
  min-height: 1px;
}
.body_green .half:last-child,
.body_green .third:last-child,
.body_green .quarter:last-child,
.body_green .twothird:last-child,
.body_green .threequarter:last-child {
  margin-right: 0;
}
.body_green .quarter {
  width: 22.606382978723403%;
}
.body_green .third {
  width: 31.205673758865245%;
}
.body_green .half {
  width: 48.40425531914894%;
}
.body_green .threequarter {
  width: 74.20212765957446%;
}
.body_green .twothird {
  width: 65.60283687943262%;
}
@media only screen and (max-width: 1300px) {
  .body_green .half,
  .body_green .threequarter {
    margin: 0px 0px 40px 0px;
    width: 100%;
  }
  .body_green .quarter {
    width: 48.40425531914894%;
  }
  .body_green .half:last-child,
  .body_green .threequarter:last-child {
    margin-bottom: 0px;
  }
  .body_green .viewportmargin {
    margin: 0px 0px 40px 0px;
  }
}
.body_green .image_grid_img {
  display: inline;
}
.body_green .image_grid_img img {
  margin: 5px;
  padding: 7px;
  background-color: #EEEEEE;
  border-radius: 3px;
}
.body_green .image_grid_img input[type="checkbox"] {
  position: relative;
  top: 40px;
  right: 35px;
}
.body_green .image_grid_folder {
  display: inline;
  text-align: center;
  cursor: pointer;
}
.body_green .image_grid_folder span {
  position: relative;
  top: 30px;
}
.body_green .selected_file {
  background-color: #F00;
  font-weight: bold;
}
.body_green .inline_form {
  margin: 0;
  padding: 0;
  display: inline;
}
.body_green #import_steam form {
  margin: 0;
  padding: 0;
}
.body_green #import_steam .highlight {
  background-color: #FFB;
}
.body_green #import_steam .compare {
  background-color: #B71918;
  color: #FFFFFF !important;
}
.body_green #import_steam table td {
  height: 10px !important;
}
.body_green #import_steam .notification {
  padding: 10px 5px 10px 15px;
  background-color: #F2F2F2;
  border: 1px solid #BFBFBF;
}
.body_green #progressbar,
.body_green #steam_progressbar {
  min-width: 400px;
}
.body_green .ui-helper-hidden {
  display: none;
}
.body_green .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_green .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.body_green .ui-helper-clearfix:before,
.body_green .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.body_green .ui-helper-clearfix:after {
  clear: both;
}
.body_green .ui-helper-clearfix {
  min-height: 0;
}
.body_green .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.body_green .ui-front {
  z-index: 100;
}
.body_green .ui-state-disabled {
  cursor: default !important;
}
.body_green .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.body_green .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body_green .ui-resizable {
  position: relative;
}
.body_green .ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
}
.body_green .ui-resizable-disabled .ui-resizable-handle,
.body_green .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.body_green .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.body_green .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.body_green .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.body_green .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.body_green .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.body_green .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.body_green .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.body_green .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.body_green .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}
.body_green .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
}
.body_green .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.body_green .ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.body_green .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.body_green .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.body_green .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.body_green .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.body_green .ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.body_green .ui-button,
.body_green .ui-button:link,
.body_green .ui-button:visited,
.body_green .ui-button:hover,
.body_green .ui-button:active {
  text-decoration: none;
}
.body_green .ui-button-icon-only {
  width: 2.2em;
}
.body_green button.ui-button-icon-only {
  width: 2.4em;
}
.body_green .ui-button-icons-only {
  width: 3.4em;
}
.body_green button.ui-button-icons-only {
  width: 3.7em;
}
.body_green .ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.body_green .ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.body_green .ui-button-icon-only .ui-button-text,
.body_green .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.body_green .ui-button-text-icon-primary .ui-button-text,
.body_green .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.body_green .ui-button-text-icon-secondary .ui-button-text,
.body_green .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.body_green .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.body_green input.ui-button {
  padding: .4em 1em;
}
.body_green .ui-button-icon-only .ui-icon,
.body_green .ui-button-text-icon-primary .ui-icon,
.body_green .ui-button-text-icon-secondary .ui-icon,
.body_green .ui-button-text-icons .ui-icon,
.body_green .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.body_green .ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.body_green .ui-button-text-icon-primary .ui-button-icon-primary,
.body_green .ui-button-text-icons .ui-button-icon-primary,
.body_green .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.body_green .ui-button-text-icon-secondary .ui-button-icon-secondary,
.body_green .ui-button-text-icons .ui-button-icon-secondary,
.body_green .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.body_green .ui-buttonset {
  margin-right: 7px;
}
.body_green .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
.body_green input.ui-button::-moz-focus-inner,
.body_green button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_green .ui-datepicker {
  z-index: 5 !important;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.body_green .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.body_green .ui-datepicker .ui-datepicker-prev,
.body_green .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.body_green .ui-datepicker .ui-datepicker-prev-hover,
.body_green .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.body_green .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.body_green .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.body_green .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.body_green .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.body_green .ui-datepicker .ui-datepicker-prev span,
.body_green .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.body_green .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.body_green .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.body_green .ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.body_green .ui-datepicker select.ui-datepicker-month,
.body_green .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.body_green .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.body_green .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.body_green .ui-datepicker td {
  border: 0;
  padding: 1px;
}
.body_green .ui-datepicker td span,
.body_green .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.body_green .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.body_green .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}
.body_green .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.body_green .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.body_green .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.body_green .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.body_green .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.body_green .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.body_green .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.body_green .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.body_green .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.body_green .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.body_green .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.body_green .ui-datepicker-rtl {
  direction: rtl;
}
.body_green .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.body_green .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.body_green .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.body_green .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.body_green .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.body_green .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.body_green .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.body_green .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.body_green .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.body_green .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.body_green .ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.body_green .ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.body_green .ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body_green .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.body_green .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 14px 10px 0 10px;
  background: 0;
  overflow: auto;
  min-height: 0 !important;
}
.body_green .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.body_green .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.body_green .ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.body_green .ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.body_green .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.body_green .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}
.body_green .ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.body_green .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.body_green .ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}
.body_green .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
}
.body_green .ui-menu .ui-menu-item a.ui-state-focus,
.body_green .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px;
}
.body_green .ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.body_green .ui-menu .ui-state-disabled a {
  cursor: default;
}
.body_green .ui-menu-icons {
  position: relative;
}
.body_green .ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.body_green .ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
.body_green .ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.body_green .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.body_green .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.body_green .ui-progressbar .ui-progressbar-overlay {
  background: url(/_webblocks/images/jquery_ui/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: .25;
}
.body_green .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.body_green .ui-slider {
  position: relative;
  text-align: left;
}
.body_green .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.body_green .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.body_green .ui-slider.ui-state-disabled .ui-slider-handle,
.body_green .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.body_green .ui-slider-horizontal {
  height: .8em;
}
.body_green .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.body_green .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.body_green .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.body_green .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.body_green .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.body_green .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.body_green .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.body_green .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.body_green .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.body_green .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.body_green .ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.body_green .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;
}
.body_green .ui-spinner a.ui-spinner-button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.body_green .ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.body_green .ui-spinner-up {
  top: 0;
}
.body_green .ui-spinner-down {
  bottom: 0;
}
.body_green .ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.body_green .ui-tabs {
  position: relative;
  padding: .2em;
}
.body_green .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.body_green .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.body_green .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.body_green .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.body_green .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.body_green .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.body_green .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.body_green .ui-tabs .ui-tabs-nav li a,
.body_green .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.body_green .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0;
}
.body_green .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;
}
.body_green body .ui-tooltip {
  border-width: 2px;
}
.body_green .ui-widget {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.body_green .ui-widget .ui-widget {
  font-size: 1em;
}
.body_green .ui-widget input,
.body_green .ui-widget select,
.body_green .ui-widget textarea,
.body_green .ui-widget button {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.body_green .ui-widget-content {
  border: 1px solid #ddd;
  background: #FFF url(/_webblocks/images/jquery_ui/ui-bg_flat_100_FFFFFF_40x100.png) 50% 50% repeat-x;
  color: #333;
}
.body_green .ui-widget-content a {
  color: #333;
}
.body_green .ui-widget-header {
  border: 1px solid #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.body_green .ui-widget-header a {
  color: #fff;
}
.body_green .ui-state-default,
.body_green .ui-widget-content .ui-state-default,
.body_green .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #eaeaea url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_green .ui-state-default a,
.body_green .ui-state-default a:link,
.body_green .ui-state-default a:visited {
  color: #383838;
  text-decoration: none;
}
.body_green .ui-state-hover,
.body_green .ui-widget-content .ui-state-hover,
.body_green .ui-widget-header .ui-state-hover,
.body_green .ui-state-focus,
.body_green .ui-widget-content .ui-state-focus,
.body_green .ui-widget-header .ui-state-focus {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_green .ui-state-hover a,
.body_green .ui-state-hover a:hover,
.body_green .ui-state-hover a:link,
.body_green .ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.body_green .ui-state-active,
.body_green .ui-widget-content .ui-state-active,
.body_green .ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_green .ui-state-active a,
.body_green .ui-state-active a:link,
.body_green .ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.body_green .ui-state-highlight,
.body_green .ui-widget-content .ui-state-highlight,
.body_green .ui-widget-header .ui-state-highlight {
  border: 1px solid #419c59;
  background: #419c59 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.body_green .ui-state-highlight a,
.body_green .ui-widget-content .ui-state-highlight a,
.body_green .ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.body_green .ui-state-error,
.body_green .ui-widget-content .ui-state-error,
.body_green .ui-widget-header .ui-state-error {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_a64040_40x100.png) 50% 50% repeat-x;
  color: #fff;
}
.body_green .ui-state-error a,
.body_green .ui-widget-content .ui-state-error a,
.body_green .ui-widget-header .ui-state-error a {
  color: #fff;
}
.body_green .ui-state-error-text,
.body_green .ui-widget-content .ui-state-error-text,
.body_green .ui-widget-header .ui-state-error-text {
  color: #fff;
}
.body_green .ui-priority-primary,
.body_green .ui-widget-content .ui-priority-primary,
.body_green .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.body_green .ui-priority-secondary,
.body_green .ui-widget-content .ui-priority-secondary,
.body_green .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.body_green .ui-state-disabled,
.body_green .ui-widget-content .ui-state-disabled,
.body_green .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.body_green .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.body_green .ui-icon {
  width: 16px;
  height: 16px;
}
.body_green .ui-icon,
.body_green .ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.body_green .ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_green .ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_green .ui-state-hover .ui-icon,
.body_green .ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_green .ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_green .ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.body_green .ui-state-error .ui-icon,
.body_green .ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_green .ui-icon-blank {
  background-position: 16px 16px;
}
.body_green .ui-icon-carat-1-n {
  background-position: 0 0;
}
.body_green .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.body_green .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.body_green .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.body_green .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.body_green .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.body_green .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.body_green .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.body_green .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.body_green .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.body_green .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.body_green .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.body_green .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.body_green .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.body_green .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.body_green .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.body_green .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.body_green .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.body_green .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.body_green .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.body_green .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.body_green .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.body_green .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.body_green .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.body_green .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.body_green .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.body_green .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.body_green .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.body_green .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.body_green .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.body_green .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.body_green .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.body_green .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.body_green .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.body_green .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.body_green .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.body_green .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.body_green .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.body_green .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.body_green .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.body_green .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.body_green .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.body_green .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.body_green .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.body_green .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.body_green .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.body_green .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.body_green .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.body_green .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.body_green .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.body_green .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.body_green .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.body_green .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.body_green .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.body_green .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.body_green .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.body_green .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.body_green .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.body_green .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.body_green .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.body_green .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.body_green .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.body_green .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.body_green .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.body_green .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.body_green .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.body_green .ui-icon-extlink {
  background-position: -32px -80px;
}
.body_green .ui-icon-newwin {
  background-position: -48px -80px;
}
.body_green .ui-icon-refresh {
  background-position: -64px -80px;
}
.body_green .ui-icon-shuffle {
  background-position: -80px -80px;
}
.body_green .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.body_green .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.body_green .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.body_green .ui-icon-folder-open {
  background-position: -16px -96px;
}
.body_green .ui-icon-document {
  background-position: -32px -96px;
}
.body_green .ui-icon-document-b {
  background-position: -48px -96px;
}
.body_green .ui-icon-note {
  background-position: -64px -96px;
}
.body_green .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.body_green .ui-icon-mail-open {
  background-position: -96px -96px;
}
.body_green .ui-icon-suitcase {
  background-position: -112px -96px;
}
.body_green .ui-icon-comment {
  background-position: -128px -96px;
}
.body_green .ui-icon-person {
  background-position: -144px -96px;
}
.body_green .ui-icon-print {
  background-position: -160px -96px;
}
.body_green .ui-icon-trash {
  background-position: -176px -96px;
}
.body_green .ui-icon-locked {
  background-position: -192px -96px;
}
.body_green .ui-icon-unlocked {
  background-position: -208px -96px;
}
.body_green .ui-icon-bookmark {
  background-position: -224px -96px;
}
.body_green .ui-icon-tag {
  background-position: -240px -96px;
}
.body_green .ui-icon-home {
  background-position: 0 -112px;
}
.body_green .ui-icon-flag {
  background-position: -16px -112px;
}
.body_green .ui-icon-calendar {
  background-position: -32px -112px;
}
.body_green .ui-icon-cart {
  background-position: -48px -112px;
}
.body_green .ui-icon-pencil {
  background-position: -64px -112px;
}
.body_green .ui-icon-clock {
  background-position: -80px -112px;
}
.body_green .ui-icon-disk {
  background-position: -96px -112px;
}
.body_green .ui-icon-calculator {
  background-position: -112px -112px;
}
.body_green .ui-icon-zoomin {
  background-position: -128px -112px;
}
.body_green .ui-icon-zoomout {
  background-position: -144px -112px;
}
.body_green .ui-icon-search {
  background-position: -160px -112px;
}
.body_green .ui-icon-wrench {
  background-position: -176px -112px;
}
.body_green .ui-icon-gear {
  background-position: -192px -112px;
}
.body_green .ui-icon-heart {
  background-position: -208px -112px;
}
.body_green .ui-icon-star {
  background-position: -224px -112px;
}
.body_green .ui-icon-link {
  background-position: -240px -112px;
}
.body_green .ui-icon-cancel {
  background-position: 0 -128px;
}
.body_green .ui-icon-plus {
  background-position: -16px -128px;
}
.body_green .ui-icon-plusthick {
  background-position: -32px -128px;
}
.body_green .ui-icon-minus {
  background-position: -48px -128px;
}
.body_green .ui-icon-minusthick {
  background-position: -64px -128px;
}
.body_green .ui-icon-close {
  background-position: -80px -128px;
}
.body_green .ui-icon-closethick {
  background-position: -96px -128px;
}
.body_green .ui-icon-key {
  background-position: -112px -128px;
}
.body_green .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.body_green .ui-icon-scissors {
  background-position: -144px -128px;
}
.body_green .ui-icon-clipboard {
  background-position: -160px -128px;
}
.body_green .ui-icon-copy {
  background-position: -176px -128px;
}
.body_green .ui-icon-contact {
  background-position: -192px -128px;
}
.body_green .ui-icon-image {
  background-position: -208px -128px;
}
.body_green .ui-icon-video {
  background-position: -224px -128px;
}
.body_green .ui-icon-script {
  background-position: -240px -128px;
}
.body_green .ui-icon-alert {
  background-position: 0 -144px;
}
.body_green .ui-icon-info {
  background-position: -16px -144px;
}
.body_green .ui-icon-notice {
  background-position: -32px -144px;
}
.body_green .ui-icon-help {
  background-position: -48px -144px;
}
.body_green .ui-icon-check {
  background-position: -64px -144px;
}
.body_green .ui-icon-bullet {
  background-position: -80px -144px;
}
.body_green .ui-icon-radio-on {
  background-position: -96px -144px;
}
.body_green .ui-icon-radio-off {
  background-position: -112px -144px;
}
.body_green .ui-icon-pin-w {
  background-position: -128px -144px;
}
.body_green .ui-icon-pin-s {
  background-position: -144px -144px;
}
.body_green .ui-icon-play {
  background-position: 0 -160px;
}
.body_green .ui-icon-pause {
  background-position: -16px -160px;
}
.body_green .ui-icon-seek-next {
  background-position: -32px -160px;
}
.body_green .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.body_green .ui-icon-seek-end {
  background-position: -64px -160px;
}
.body_green .ui-icon-seek-start {
  background-position: -80px -160px;
}
.body_green .ui-icon-seek-first {
  background-position: -80px -160px;
}
.body_green .ui-icon-stop {
  background-position: -96px -160px;
}
.body_green .ui-icon-eject {
  background-position: -112px -160px;
}
.body_green .ui-icon-volume-off {
  background-position: -128px -160px;
}
.body_green .ui-icon-volume-on {
  background-position: -144px -160px;
}
.body_green .ui-icon-power {
  background-position: 0 -176px;
}
.body_green .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.body_green .ui-icon-signal {
  background-position: -32px -176px;
}
.body_green .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.body_green .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.body_green .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.body_green .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.body_green .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.body_green .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.body_green .ui-icon-circle-close {
  background-position: -32px -192px;
}
.body_green .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.body_green .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.body_green .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.body_green .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.body_green .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.body_green .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.body_green .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.body_green .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.body_green .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.body_green .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.body_green .ui-icon-circle-check {
  background-position: -208px -192px;
}
.body_green .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.body_green .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.body_green .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.body_green .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.body_green .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.body_green .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.body_green .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.body_green .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.body_green .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.body_green .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.body_green .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.body_green .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.body_green .ui-corner-all,
.body_green .ui-corner-top,
.body_green .ui-corner-left,
.body_green .ui-corner-tl {
  border-top-left-radius: 0;
}
.body_green .ui-corner-all,
.body_green .ui-corner-top,
.body_green .ui-corner-right,
.body_green .ui-corner-tr {
  border-top-right-radius: 0;
}
.body_green .ui-corner-all,
.body_green .ui-corner-bottom,
.body_green .ui-corner-left,
.body_green .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.body_green .ui-corner-all,
.body_green .ui-corner-bottom,
.body_green .ui-corner-right,
.body_green .ui-corner-br {
  border-bottom-right-radius: 0;
}
.body_green .ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.body_green .ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000 url(/_webblocks/images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 0;
}
.body_green div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  overflow-y: auto;
  max-width: 70%;
}
.body_green div.tagsinput span.tag {
  border: 1px solid #327844;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #419c59;
  color: #fff;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
.body_green div.tagsinput span.tag a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.body_green div.tagsinput input {
  width: 180px;
  border: 2px solid #327844;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #419c59;
  color: #fff !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.body_green .not_valid {
  border: 2px solid #ff3838 !important;
  background-color: #ff6b6b !important;
}
.body_green div.tagsinput div {
  display: block;
  float: left;
}
.body_green .tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.body_green *,
.body_green *:before,
.body_green *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body_green html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.body_green html,
.body_green body,
.body_green div,
.body_green span,
.body_green object,
.body_green iframe,
.body_green p,
.body_green blockquote,
.body_green pre,
.body_green a,
.body_green abbr,
.body_green acronym,
.body_green address,
.body_green big,
.body_green cite,
.body_green code,
.body_green del,
.body_green dfn,
.body_green em,
.body_green img,
.body_green ins,
.body_green kbd,
.body_green q,
.body_green s,
.body_green samp,
.body_green small,
.body_green strike,
.body_green strong,
.body_green sub,
.body_green sup,
.body_green tt,
.body_green var,
.body_green b,
.body_green u,
.body_green i,
.body_green center,
.body_green dl,
.body_green dt,
.body_green dd,
.body_green ol,
.body_green ul,
.body_green li,
.body_green fieldset,
.body_green form,
.body_green label,
.body_green legend,
.body_green table,
.body_green caption,
.body_green tbody,
.body_green tfoot,
.body_green thead,
.body_green tr,
.body_green th,
.body_green td,
.body_green article,
.body_green aside,
.body_green canvas,
.body_green details,
.body_green embed,
.body_green figure,
.body_green figcaption,
.body_green footer,
.body_green header,
.body_green hgroup,
.body_green menu,
.body_green nav,
.body_green output,
.body_green ruby,
.body_green section,
.body_green summary,
.body_green time,
.body_green mark,
.body_green audio,
.body_green video,
.body_green h1,
.body_green h2,
.body_green h3,
.body_green h4,
.body_green h5,
.body_green h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.body_green a:active,
.body_green a:hover {
  outline: 0;
}
.body_green article,
.body_green aside,
.body_green details,
.body_green figcaption,
.body_green figure,
.body_green footer,
.body_green header,
.body_green hgroup,
.body_green main,
.body_green nav,
.body_green section,
.body_green embed,
.body_green object,
.body_green iframe,
.body_green audio,
.body_green video,
.body_green canvas,
.body_green progress,
.body_green meter,
.body_green output,
.body_green textarea {
  display: block;
}
.body_green audio:not([controls]) {
  display: none;
  height: 0;
}
.body_green blockquote,
.body_green q {
  quotes: none;
}
.body_green blockquote p:before,
.body_green blockquote p:after,
.body_green q:before,
.body_green q:after {
  content: '';
  content: none;
}
.body_green table {
  border-collapse: collapse;
  border-spacing: 0;
}
.body_green caption,
.body_green th,
.body_green td {
  text-align: left;
  vertical-align: top;
}
.body_green thead th,
.body_green thead td {
  font-weight: bold;
  vertical-align: bottom;
}
.body_green a img,
.body_green th img,
.body_green td img {
  vertical-align: top;
}
.body_green button,
.body_green input,
.body_green select,
.body_green textarea {
  margin: 0;
}
.body_green textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
.body_green button {
  width: auto;
  overflow: visible;
}
.body_green input[type="reset"],
.body_green input[type="submit"],
.body_green input[type="file"],
.body_green input[type="radio"],
.body_green input[type="checkbox"],
.body_green select,
.body_green button {
  cursor: pointer;
}
.body_green input[type="radio"],
.body_green input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.body_green input[type="search"] {
  -webkit-appearance: textfield;
}
.body_green input[type="search"]::-webkit-search-decoration,
.body_green input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.body_green hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
.body_green img,
.body_green video,
.body_green audio,
.body_green embed,
.body_green object {
  max-width: 100%;
}
.body_green img,
.body_green video,
.body_green embed,
.body_green object {
  height: auto;
}
.body_green embed,
.body_green object {
  height: 100%;
}
.body_green img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.body_green body {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 0.9375em;
  line-height: 1.65em;
  background: #ffffff;
  color: #222222;
}
.body_green a {
  color: #134da5;
}
.body_green a:focus,
.body_green a:hover {
  color: #de2c3b;
}
.body_green h1,
.body_green h2,
.body_green h3,
.body_green h4,
.body_green h5,
.body_green h6,
.body_green .h1,
.body_green .h2,
.body_green .h3,
.body_green .h4,
.body_green .h5,
.body_green .h6 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.body_green h1,
.body_green .h1,
.body_green h2,
.body_green .h2 {
  line-height: 1.1;
}
.body_green h3,
.body_green .h3,
.body_green h4,
.body_green .h4 {
  line-height: 1.3;
}
.body_green h1,
.body_green .h1 {
  font-size: 2.25em;
}
.body_green h2,
.body_green .h2 {
  font-size: 1.5em;
  margin-bottom: .7em;
}
.body_green h3,
.body_green .h3 {
  font-size: 1.3125em;
}
.body_green h4,
.body_green .h4 {
  font-size: 1.125em;
}
.body_green h5,
.body_green .h5 {
  font-size: 1em;
}
.body_green h6,
.body_green .h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}
.body_green .lead {
  font-size: 1.3125em;
  line-height: 1.5;
  margin-bottom: 1.0999999999999999em;
}
.body_green p,
.body_green ul,
.body_green ol,
.body_green dl,
.body_green dd,
.body_green dt,
.body_green blockquote,
.body_green td,
.body_green th {
  line-height: 1.65em;
}
.body_green ul,
.body_green ol,
.body_green ul ul,
.body_green ol ol,
.body_green ul ol,
.body_green ol ul {
  margin: 0 0 0 3.3em;
}
.body_green ul li,
.body_green ol li {
  text-align: left;
}
.body_green ol ol li {
  list-style-type: lower-alpha;
}
.body_green ol ol ol li {
  list-style-type: lower-roman;
}
.body_green p,
.body_green ul,
.body_green ol,
.body_green dl,
.body_green blockquote,
.body_green hr,
.body_green pre,
.body_green table,
.body_green form,
.body_green fieldset,
.body_green figure,
.body_green address {
  margin-bottom: 1.65em;
}
.body_green blockquote {
  position: relative;
  font-style: italic;
  font-size: 1.125em;
  margin-left: 2.4749999999999996em;
  padding-left: 1.65em;
  border-left: 2px solid #dddddd;
}
.body_green blockquote p {
  margin-bottom: .5em;
}
.body_green blockquote small,
.body_green cite {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.body_green small,
.body_green blockquote cite {
  font-size: 12.75px;
  line-height: 1;
}
.body_green address {
  font-style: normal;
}
.body_green dl dt {
  font-weight: bold;
}
.body_green dd {
  margin-left: 1.65em;
}
.body_green s,
.body_green del {
  text-decoration: line-through;
}
.body_green abbr[title],
.body_green dfn[title] {
  border-bottom: 1px dotted #0f0f0f;
  cursor: help;
}
.body_green strong,
.body_green b {
  font-weight: bold;
}
.body_green em,
.body_green i {
  font-style: italic;
}
.body_green sub,
.body_green sup {
  font-size: 11.25px;
  line-height: 0;
  position: relative;
}
.body_green sup {
  top: -0.5em;
}
.body_green sub {
  bottom: -0.25em;
}
.body_green figcaption {
  margin: .3em 0;
  font-size: 12.75px;
  font-style: italic;
}
.body_green ins,
.body_green u {
  text-decoration: underline;
}
.body_green mark {
  background-color: #ffc800;
  color: #0f0f0f;
  text-decoration: none;
}
.body_green pre,
.body_green code,
.body_green kbd,
.body_green samp,
.body_green var,
.body_green output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.body_green pre {
  margin-top: 1.65em;
  font-size: 100%;
  line-height: 1.5;
  color: #222222;
  overflow: auto;
}
.body_green code,
.body_green samp,
.body_green kbd {
  padding: 3px 6px 2px 6px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}
.body_green code {
  background: #f4f4f4;
  border: 1px solid #d4d4d4;
}
.body_green pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 1.65em;
}
.body_green var {
  color: rgba(0,0,0,0.5);
}
.body_green samp {
  background: #d3e3fb;
  border: 1px solid #b2cef8;
}
.body_green kbd {
  background: #0f0f0f;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}
.body_green button:active,
.body_green button:focus {
  outline: none;
}
.body_green textarea,
.body_green select {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
}
.body_green textarea,
.body_green select[multiple],
.body_green select[multiple="multiple"] {
  padding: 0.3em 0.35em;
  line-height: 1.35em;
  width: 100%;
}
.body_green input[type="text"],
.body_green input[type="password"],
.body_green input[type="email"],
.body_green input[type="url"],
.body_green input[type="phone"],
.body_green input[type="tel"],
.body_green input[type="number"],
.body_green input[type="datetime"],
.body_green input[type="date"],
.body_green input[type="month"],
.body_green input[type="color"],
.body_green input[type="time"],
.body_green input[type="search"],
.body_green input[type="datetime-local"] {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
  padding: 0.3em 0.35em;
  line-height: 1.65em;
  border-radius: 0;
  outline: none;
}
.body_green select[multiple],
.body_green select[multiple="multiple"],
.body_green textarea,
.body_green input[type="text"],
.body_green input[type="password"],
.body_green input[type="email"],
.body_green input[type="url"],
.body_green input[type="phone"],
.body_green input[type="tel"],
.body_green input[type="number"],
.body_green input[type="datetime"],
.body_green input[type="date"],
.body_green input[type="month"],
.body_green input[type="color"],
.body_green input[type="time"],
.body_green input[type="search"],
.body_green input[type="datetime-local"] {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
}
.body_green textarea[disabled],
.body_green input[type="text"][disabled],
.body_green input[type="password"][disabled],
.body_green input[type="email"][disabled],
.body_green input[type="url"][disabled],
.body_green input[type="phone"][disabled],
.body_green input[type="tel"][disabled],
.body_green input[type="number"][disabled],
.body_green input[type="datetime"][disabled],
.body_green input[type="date"][disabled],
.body_green input[type="month"][disabled],
.body_green input[type="color"][disabled],
.body_green input[type="time"][disabled],
.body_green input[type="search"][disabled],
.body_green input[type="datetime-local"][disabled] {
  resize: none;
  color: rgba(0,0,0,0.5);
}
.body_green select[disabled],
.body_green input[type="checkbox"][disabled],
.body_green input[type="radio"][disabled] {
  cursor: default;
}
.body_green input::-moz-focus-inner,
.body_green button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_green input[type="range"] {
  position: relative;
  top: 3px;
}
.body_green select {
  margin-bottom: 0 !important;
}
.body_green fieldset {
  padding: 1.65em;
  margin-bottom: 1.65em;
  border: 1px solid #cccccc;
}
.body_green fieldset *:last-child {
  margin-bottom: 0 !important;
}
.body_green legend {
  font-weight: bold;
  padding: 0 1em;
  margin-left: -1em;
}
.body_green table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
.body_green table caption {
  text-transform: uppercase;
  padding: 0 1.0999999999999999em;
  color: rgba(0,0,0,0.4);
  font-size: 12.75px;
}
.body_green table th,
.body_green table td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.825em 1.0999999999999999em;
}
.body_green table tfoot th,
.body_green table tfoot td {
  color: rgba(0,0,0,0.4);
}
.body_green .units-container:after,
.body_green .units-row:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .units-container:after,
.body_green .units-row:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .units-container {
  padding-top: 1px;
  margin-top: -1px;
}
.body_green .units-row {
  margin-bottom: 1.65em;
}
.body_green .width-100,
.body_green .unit-100 {
  width: 100%;
}
.body_green .width-90,
.body_green .unit-90 {
  width: 90%;
}
.body_green .width-80,
.body_green .unit-80 {
  width: 80%;
}
.body_green .width-75,
.body_green .unit-75 {
  width: 75%;
}
.body_green .width-70,
.body_green .unit-70 {
  width: 70%;
}
.body_green .width-66,
.body_green .unit-66 {
  width: 66.6%;
}
.body_green .width-65,
.body_green .unit-65 {
  width: 65%;
}
.body_green .width-60,
.body_green .unit-60 {
  width: 60%;
}
.body_green .width-50,
.body_green .unit-50 {
  width: 50%;
}
.body_green .width-40,
.body_green .unit-40 {
  width: 40%;
}
.body_green .width-35,
.body_green .unit-35 {
  width: 35%;
}
.body_green .width-33,
.body_green .unit-33 {
  width: 33.3%;
}
.body_green .width-30,
.body_green .unit-30 {
  width: 30%;
}
.body_green .width-25,
.body_green .unit-25 {
  width: 25%;
}
.body_green .width-20,
.body_green .unit-20 {
  width: 20%;
}
.body_green .width-10,
.body_green .unit-10 {
  width: 10%;
}
.body_green .units-row .unit-90,
.body_green .units-row .unit-80,
.body_green .units-row .unit-75,
.body_green .units-row .unit-70,
.body_green .units-row .unit-66,
.body_green .units-row .unit-65,
.body_green .units-row .unit-60,
.body_green .units-row .unit-50,
.body_green .units-row .unit-40,
.body_green .units-row .unit-35,
.body_green .units-row .unit-33,
.body_green .units-row .unit-30,
.body_green .units-row .unit-25,
.body_green .units-row .unit-20,
.body_green .units-row .unit-10 {
  float: left;
  margin-left: 3%;
}
.body_green .units-row .unit-90:first-child,
.body_green .units-row .unit-80:first-child,
.body_green .units-row .unit-75:first-child,
.body_green .units-row .unit-70:first-child,
.body_green .units-row .unit-66:first-child,
.body_green .units-row .unit-65:first-child,
.body_green .units-row .unit-60:first-child,
.body_green .units-row .unit-50:first-child,
.body_green .units-row .unit-40:first-child,
.body_green .units-row .unit-35:first-child,
.body_green .units-row .unit-33:first-child,
.body_green .units-row .unit-30:first-child,
.body_green .units-row .unit-25:first-child,
.body_green .units-row .unit-20:first-child,
.body_green .units-row .unit-10:first-child {
  margin-left: 0;
}
.body_green .units-row .unit-90 {
  width: 89.7%;
}
.body_green .units-row .unit-80 {
  width: 79.4%;
}
.body_green .units-row .unit-75 {
  width: 74.25%;
}
.body_green .units-row .unit-70 {
  width: 69.1%;
}
.body_green .units-row .unit-66 {
  width: 65.66666666666666%;
}
.body_green .units-row .unit-65 {
  width: 65.66666666666666%;
}
.body_green .units-row .unit-60 {
  width: 58.800000000000004%;
}
.body_green .units-row .unit-50 {
  width: 48.5%;
}
.body_green .units-row .unit-40 {
  width: 38.2%;
}
.body_green .units-row .unit-35 {
  width: 31.333333333333332%;
}
.body_green .units-row .unit-33 {
  width: 31.333333333333332%;
}
.body_green .units-row .unit-30 {
  width: 27.9%;
}
.body_green .units-row .unit-25 {
  width: 22.75%;
}
.body_green .units-row .unit-20 {
  width: 17.6%;
}
.body_green .units-row .unit-10 {
  width: 7.3%;
}
.body_green .unit-push-90,
.body_green .unit-push-80,
.body_green .unit-push-75,
.body_green .unit-push-70,
.body_green .unit-push-66,
.body_green .unit-push-65,
.body_green .unit-push-60,
.body_green .unit-push-50,
.body_green .unit-push-40,
.body_green .unit-push-35,
.body_green .unit-push-33,
.body_green .unit-push-30,
.body_green .unit-push-25,
.body_green .unit-push-20,
.body_green .unit-push-10 {
  position: relative;
}
.body_green .unit-push-90 {
  left: 92.7%;
}
.body_green .unit-push-80 {
  left: 82.4%;
}
.body_green .unit-push-75 {
  left: 77.25%;
}
.body_green .unit-push-70 {
  left: 72.1%;
}
.body_green .unit-push-66 {
  left: 68.66666666666666%;
}
.body_green .unit-push-65 {
  left: 68.66666666666666%;
}
.body_green .unit-push-60 {
  left: 61.800000000000004%;
}
.body_green .unit-push-50 {
  left: 51.5%;
}
.body_green .unit-push-40 {
  left: 41.2%;
}
.body_green .unit-push-35 {
  left: 34.33333333333333%;
}
.body_green .unit-push-33 {
  left: 34.33333333333333%;
}
.body_green .unit-push-30 {
  left: 30.9%;
}
.body_green .unit-push-25 {
  left: 25.75%;
}
.body_green .unit-push-20 {
  left: 20.6%;
}
.body_green .unit-push-10 {
  left: 10.3%;
}
.body_green .units-row .unit-push-right {
  float: right;
}
.body_green .units-row .unit-role-right {
  margin-left: 3%;
  float: right;
}
.body_green .units-row .unit-role-left {
  margin-left: 0;
}
.body_green .centered,
.body_green .unit-centered {
  float: none !important;
  margin: 0 auto !important;
}
.body_green .unit-padding {
  padding: 1.65em;
}
.body_green .units-padding .unit-100,
.body_green .units-padding .unit-90,
.body_green .units-padding .unit-80,
.body_green .units-padding .unit-75,
.body_green .units-padding .unit-70,
.body_green .units-padding .unit-66,
.body_green .units-padding .unit-65,
.body_green .units-padding .unit-60,
.body_green .units-padding .unit-50,
.body_green .units-padding .unit-40,
.body_green .units-padding .unit-35,
.body_green .units-padding .unit-33,
.body_green .units-padding .unit-30,
.body_green .units-padding .unit-25,
.body_green .units-padding .unit-20,
.body_green .units-padding .unit-10 {
  padding: 1.65em;
}
.body_green .units-split .unit-90,
.body_green .units-split .unit-80,
.body_green .units-split .unit-75,
.body_green .units-split .unit-70,
.body_green .units-split .unit-66,
.body_green .units-split .unit-65,
.body_green .units-split .unit-60,
.body_green .units-split .unit-50,
.body_green .units-split .unit-40,
.body_green .units-split .unit-35,
.body_green .units-split .unit-33,
.body_green .units-split .unit-30,
.body_green .units-split .unit-25,
.body_green .units-split .unit-20,
.body_green .units-split .unit-10 {
  margin-left: 0;
}
.body_green .units-split .unit-90 {
  width: 90%;
}
.body_green .units-split .unit-80 {
  width: 80%;
}
.body_green .units-split .unit-75 {
  width: 75%;
}
.body_green .units-split .unit-70 {
  width: 70%;
}
.body_green .units-split .unit-66 {
  width: 66.6%;
}
.body_green .units-split .unit-65 {
  width: 65%;
}
.body_green .units-split .unit-60 {
  width: 60%;
}
.body_green .units-split .unit-50 {
  width: 50%;
}
.body_green .units-split .unit-40 {
  width: 40%;
}
.body_green .units-split .unit-35 {
  width: 35%;
}
.body_green .units-split .unit-33 {
  width: 33.3%;
}
.body_green .units-split .unit-30 {
  width: 30%;
}
.body_green .units-split .unit-25 {
  width: 25%;
}
.body_green .units-split .unit-20 {
  width: 20%;
}
.body_green .units-split .unit-10 {
  width: 10%;
}
.body_green .blocks-2,
.body_green .blocks-3,
.body_green .blocks-4,
.body_green .blocks-5,
.body_green .blocks-6 {
  padding-left: 0;
  list-style: none;
  margin-left: -3%;
}
.body_green .blocks-2:after,
.body_green .blocks-3:after,
.body_green .blocks-4:after,
.body_green .blocks-5:after,
.body_green .blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .blocks-2:after,
.body_green .blocks-3:after,
.body_green .blocks-4:after,
.body_green .blocks-5:after,
.body_green .blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .blocks-2 > li,
.body_green .blocks-3 > li,
.body_green .blocks-4 > li,
.body_green .blocks-5 > li,
.body_green .blocks-6 > li {
  height: auto;
  float: left;
  margin-bottom: 1.65em;
  margin-left: 3%;
}
.body_green .blocks-2 > li ul,
.body_green .blocks-3 > li ul,
.body_green .blocks-4 > li ul,
.body_green .blocks-5 > li ul,
.body_green .blocks-6 > li ul {
  list-style-type: disc;
}
.body_green .blocks-2 > li ul ul,
.body_green .blocks-3 > li ul ul,
.body_green .blocks-4 > li ul ul,
.body_green .blocks-5 > li ul ul,
.body_green .blocks-6 > li ul ul {
  list-style-type: circle;
}
.body_green .blocks-2 > li li,
.body_green .blocks-3 > li li,
.body_green .blocks-4 > li li,
.body_green .blocks-5 > li li,
.body_green .blocks-6 > li li {
  float: none;
  margin: 0;
}
.body_green .blocks-2 > li {
  width: 47%;
}
.body_green .blocks-3 > li {
  width: 30.333333333333332%;
}
.body_green .blocks-4 > li {
  width: 22%;
}
.body_green .blocks-5 > li {
  width: 17%;
}
.body_green .blocks-6 > li {
  width: 13.666666666666666%;
}
.body_green .block-first {
  clear: both;
}
.body_green table.table-bordered td,
.body_green table.table-bordered th {
  border: 1px solid #eeeeee;
}
.body_green table.table-simple td,
.body_green table.table-simple th,
.body_green table.table-simple caption {
  border: none;
  padding-left: 0;
}
.body_green table.table-flat td,
.body_green table.table-flat th,
.body_green table.table-flat caption {
  border: none;
  padding: 0;
}
.body_green table.table-stroked td,
.body_green table.table-stroked th {
  border-bottom: 1px solid #eeeeee;
}
.body_green table.table-stripped tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
.body_green table.table-hovered tbody tr:hover td {
  background-color: #f4f4f4;
}
.body_green .table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.65em;
}
.body_green .table-container table {
  margin-bottom: 0;
}
.body_green .table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.body_green .table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0,0,0,0.3);
}
.body_green .forms .btn,
.body_green .forms input[type="submit"].btn,
.body_green .forms button,
.body_green .forms input[type="submit"],
.body_green .forms input[type="reset"] {
  padding: 0.3625em 1.3em;
}
.body_green .forms .btn-outline {
  padding: 0.3em 1.3em;
}
.body_green .forms .btn-outline.bold {
  padding: 0.2375em 1.3em;
}
.body_green .forms label {
  display: block;
  margin-bottom: 1.0999999999999999em;
}
.body_green .forms input[type="text"],
.body_green .forms input[type="password"],
.body_green .forms input[type="email"],
.body_green .forms input[type="url"],
.body_green .forms input[type="phone"],
.body_green .forms input[type="tel"],
.body_green .forms input[type="number"],
.body_green .forms input[type="datetime"],
.body_green .forms input[type="date"],
.body_green .forms input[type="month"],
.body_green .forms input[type="color"],
.body_green .forms input[type="time"],
.body_green .forms input[type="search"],
.body_green .forms input[type="range"],
.body_green .forms input[type="file"],
.body_green .forms input[type="datetime-local"],
.body_green .forms textarea,
.body_green .forms select {
  display: block;
}
.body_green .forms-inline input[type="text"],
.body_green .forms-inline-list input[type="text"],
.body_green .forms-inline input[type="password"],
.body_green .forms-inline-list input[type="password"],
.body_green .forms-inline input[type="email"],
.body_green .forms-inline-list input[type="email"],
.body_green .forms-inline input[type="url"],
.body_green .forms-inline-list input[type="url"],
.body_green .forms-inline input[type="phone"],
.body_green .forms-inline-list input[type="phone"],
.body_green .forms-inline input[type="tel"],
.body_green .forms-inline-list input[type="tel"],
.body_green .forms-inline input[type="number"],
.body_green .forms-inline-list input[type="number"],
.body_green .forms-inline input[type="datetime"],
.body_green .forms-inline-list input[type="datetime"],
.body_green .forms-inline input[type="date"],
.body_green .forms-inline-list input[type="date"],
.body_green .forms-inline input[type="month"],
.body_green .forms-inline-list input[type="month"],
.body_green .forms-inline input[type="color"],
.body_green .forms-inline-list input[type="color"],
.body_green .forms-inline input[type="time"],
.body_green .forms-inline-list input[type="time"],
.body_green .forms-inline input[type="search"],
.body_green .forms-inline-list input[type="search"],
.body_green .forms-inline input[type="range"],
.body_green .forms-inline-list input[type="range"],
.body_green .forms-inline input[type="file"],
.body_green .forms-inline-list input[type="file"],
.body_green .forms-inline input[type="datetime-local"],
.body_green .forms-inline-list input[type="datetime-local"],
.body_green .forms-inline textarea,
.body_green .forms-inline-list textarea,
.body_green .forms-inline select,
.body_green .forms-inline-list select {
  display: inline-block;
}
.body_green .forms-list,
.body_green .forms-inline,
.body_green .forms-inline-list {
  margin: 0;
  padding: 0;
  margin-bottom: 1.0999999999999999em;
  list-style: none;
}
.body_green .forms-list label,
.body_green .forms-inline label,
.body_green .forms-inline-list li,
.body_green .forms-inline-list li label {
  display: inline-block;
  margin-bottom: 0;
}
.body_green .forms-inline-list li label {
  margin-right: 0.825em;
}
.body_green .forms-inline-list li {
  margin-bottom: 3px;
}
.body_green .forms-list li {
  margin-bottom: 6px;
}
.body_green .forms-desc {
  margin-top: 4px;
  color: rgba(0,0,0,0.4);
  font-size: 12.75px;
  line-height: 1.4em;
}
.body_green input[type="text"],
.body_green input[type="password"],
.body_green input[type="email"],
.body_green input[type="url"],
.body_green input[type="phone"],
.body_green input[type="tel"],
.body_green input[type="number"],
.body_green input[type="datetime"],
.body_green input[type="date"],
.body_green input[type="month"],
.body_green input[type="color"],
.body_green input[type="time"],
.body_green input[type="search"],
.body_green input[type="datetime-local"],
.body_green textarea {
  -moz-transition: border ease 0.5s;
  transition: border ease 0.5s;
}
.body_green .error,
.body_green .success {
  font-weight: normal;
  font-size: 12.75px;
}
.body_green input.input-error,
.body_green textarea.input-error,
.body_green select.input-error,
.body_green .input-error {
  border-color: #de2c3b;
  box-shadow: 0 0 0 2px rgba(222,44,59,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_green input.input-success,
.body_green textarea.input-success,
.body_green select.input-success,
.body_green .input-success {
  border-color: #2c9f42;
  box-shadow: 0 0 0 2px rgba(44,159,66,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_green input.input-gray,
.body_green textarea.input-gray,
.body_green select.input-gray,
.body_green .input-gray {
  border-color: #b3b6b7;
  box-shadow: 0 0 0 2px rgba(179,182,183,0.4), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_green input[type="text"]:focus,
.body_green input[type="password"]:focus,
.body_green input[type="email"]:focus,
.body_green input[type="url"]:focus,
.body_green input[type="phone"]:focus,
.body_green input[type="tel"]:focus,
.body_green input[type="number"]:focus,
.body_green input[type="datetime"]:focus,
.body_green input[type="date"]:focus,
.body_green input[type="month"]:focus,
.body_green input[type="color"]:focus,
.body_green input[type="time"]:focus,
.body_green input[type="search"]:focus,
.body_green input[type="datetime-local"]:focus,
.body_green textarea:focus {
  outline: none;
  border-color: #2575ed;
  box-shadow: 0 0 0 2px rgba(37,117,237,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_green input.input-search,
.body_green input[type="search"] {
  padding-right: .5em;
  padding-left: .5em;
  margin-bottom: 0;
  border-radius: 15px;
}
.body_green input.input-on-black {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.35);
}
.body_green input.input-on-black::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.body_green input.input-on-black::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
.body_green input.input-on-black:focus,
.body_green input.input-on-black.active {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
}
.body_green input.input-on-black:focus::-webkit-input-placeholder,
.body_green input.input-on-black.active::-webkit-input-placeholder {
  color: #aaa;
}
.body_green input.input-on-black:focus::-moz-placeholder,
.body_green input.input-on-black.active::-moz-placeholder {
  color: #aaa;
}
.body_green input.input-big {
  font-size: 18px;
}
.body_green input.input-small {
  font-size: 12.75px;
}
.body_green input.input-smaller {
  font-size: 11.25px;
}
.body_green .input-groups {
  display: table !important;
}
.body_green .input-groups input {
  width: 100%;
}
.body_green .input-groups input,
.body_green .input-groups .input-append,
.body_green .input-groups .input-prepend,
.body_green .input-groups .btn-append {
  display: table-cell !important;
}
.body_green .input-groups .btn-append,
.body_green .input-groups .input-append,
.body_green .input-groups .input-prepend {
  width: 1%;
  vertical-align: middle;
}
.body_green .input-groups .input-append,
.body_green .input-groups .input-prepend {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  margin: 0;
  padding: .45em .75em .15em .75em;
  color: rgba(0,0,0,0.6);
  line-height: 1.65em;
  font-size: 12.75px;
  white-space: nowrap;
}
.body_green .input-groups .input-prepend {
  border-right: none;
}
.body_green .input-groups .input-append {
  position: relative;
  z-index: 1;
  border-left: none;
}
.body_green .input-groups .btn-append .btn {
  display: block;
  height: auto;
  border-radius: 0 2px 2px 0;
}
.body_green .navbar {
  font-size: 105%;
  margin-bottom: 1.65em;
}
.body_green .navbar:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .navbar:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .navbar.navbar-left {
  float: left;
}
.body_green .navbar.navbar-right {
  float: right;
}
.body_green .navbar ul {
  list-style: none;
  margin: 0;
}
.body_green .navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .navbar li {
  float: left;
  margin-right: 1.65em;
}
.body_green .navbar.navbar-right li {
  margin-right: 0;
  margin-left: 1.65em;
}
.body_green .navbar a,
.body_green .navbar span {
  display: block;
  text-decoration: none;
}
.body_green .navbar a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.body_green .navbar li.active a,
.body_green .navbar span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_green .navigation-toggle {
  display: none;
  text-transform: uppercase;
  position: relative;
  color: #0f0f0f;
  background-color: #ffffff;
}
.body_green .navigation-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  content: "\2630";
  font-size: 24px;
  line-height: 1;
}
.body_green .navigation-toggle.navigation-toggle-black {
  background-color: #0f0f0f;
  color: #ffffff;
}
.body_green .navigation-toggle.navigation-toggle-show {
  margin-bottom: 1.65em;
}
.body_green .navigation-toggle span {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 40px;
}
.body_green .navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.body_green .navbar-pills a,
.body_green .navbar-pills span {
  padding: 0.825em 1.65em;
}
.body_green .navbar-pills a:hover {
  color: #0f0f0f;
  background: #eee;
}
.body_green .navbar-pills li.active a,
.body_green .navbar-pills span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
  background: #eee;
}
.body_green .navbar-pills li {
  margin-right: 1px;
}
.body_green .navbar-pills.navbar-right li {
  margin-left: 1px;
}
.body_green .fullwidth ul {
  width: 100%;
}
.body_green .fullwidth li {
  float: none !important;
  margin: 0;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.body_green .fullwidth li a,
.body_green .fullwidth li span {
  display: block;
}
.body_green .nav {
  margin-bottom: 1.65em;
}
.body_green .nav ul {
  list-style: none;
  margin: 0;
}
.body_green .nav ul li ul {
  margin-left: 2em;
  font-size: .95em;
}
.body_green .nav a,
.body_green .nav span {
  display: block;
  padding: .5em 0;
}
.body_green .nav a {
  color: #0f0f0f;
  text-decoration: none;
}
.body_green .nav a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.body_green .nav li.active a,
.body_green .nav span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_green .nav i.fa {
  width: 1.65em;
}
.body_green .nav-stacked li {
  margin-bottom: 1px;
}
.body_green .nav-stacked a,
.body_green .nav-stacked span {
  padding: .6em .7em;
}
.body_green .nav-stacked a {
  background: #f6f6f6;
}
.body_green .nav-stacked a:hover {
  color: #000;
  background: #eee;
}
.body_green .nav-stacked li.active a,
.body_green .nav-stacked span {
  background: #ffffff;
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.3);
}
.body_green .nav-stats li {
  position: relative;
}
.body_green .nav-stats a,
.body_green .nav-stats span {
  padding-right: 50px;
}
.body_green .nav-stats sup,
.body_green .nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.body_green .nav-stats sup {
  color: rgba(0,0,0,0.4);
}
.body_green .nav-stats .badge {
  margin-top: -8px;
}
.body_green .nav-tabs {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.65em;
}
.body_green .nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .nav-tabs ul {
  list-style: none;
  margin: 0;
}
.body_green .nav-tabs li {
  float: left;
  margin-right: 2px;
}
.body_green .nav-tabs a,
.body_green .nav-tabs span {
  display: block;
  line-height: 1;
  padding: 0.825em 1.65em;
  border: 1px solid transparent;
}
.body_green .nav-tabs a {
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}
.body_green .nav-tabs a:focus,
.body_green .nav-tabs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
  background-color: #eee;
}
.body_green .nav-tabs li.active a,
.body_green .nav-tabs span {
  color: #0f0f0f;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  bottom: -1px;
  cursor: default;
  text-decoration: none;
}
.body_green .breadcrumbs {
  margin-bottom: 1.65em;
}
.body_green .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .breadcrumbs ul {
  font-size: .9em;
  color: rgba(0,0,0,0.4);
  list-style: none;
  margin: 0;
}
.body_green .breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.body_green .breadcrumbs li + li:before {
  content: " > ";
  color: #aaa;
  font-size: 12px;
  margin: 0 7px 0 5px;
  position: relative;
  top: -1px;
}
.body_green .breadcrumbs.breadcrumbs-path li + li:before {
  content: " / ";
  top: 0;
}
.body_green .breadcrumbs a {
  color: #0f0f0f;
  text-decoration: none;
}
.body_green .breadcrumbs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
}
.body_green .breadcrumbs li.active a,
.body_green .breadcrumbs span,
.body_green .breadcrumbs li.active a:hover {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_green .pagination {
  position: relative;
  left: -9px;
  margin-left: 0;
  list-style: none;
}
.body_green .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .pagination li {
  float: left;
  margin-right: 2px;
}
.body_green .pagination a,
.body_green .pagination span {
  display: block;
  padding: 7px 9px;
  line-height: 1;
  border-radius: 2px;
  color: #0f0f0f;
  text-decoration: none;
}
.body_green .pagination span,
.body_green .pagination li.active a,
.body_green .pagination li.active a:hover {
  color: #ffffff;
  background-color: #0f0f0f;
  cursor: text;
}
.body_green .pagination a:focus,
.body_green .pagination a:hover {
  text-decoration: none;
  background-color: #0f0f0f;
  color: #fff;
}
.body_green .btn,
.body_green input[type="submit"].btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  color: #222222;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  background: #e0e3e5;
  padding: 0.55em 2.5em;
}
.body_green .btn:hover,
.body_green input[type="submit"].btn:hover {
  color: rgba(0,0,0,0.5);
  background: #b3b6b7;
}
.body_green .btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_green .btn-big,
.body_green input[type="submit"].btn-big {
  font-size: 18px;
}
.body_green .btn-small,
.body_green input[type="submit"].btn-small {
  font-size: 12.75px;
}
.body_green .btn-smaller,
.body_green input[type="submit"].btn-smaller {
  font-size: 11.25px;
  vertical-align: baseline;
}
.body_green .btn-round {
  border-radius: 15px;
}
.body_green .btn-outline,
.body_green input[type="submit"].btn-outline {
  background: none;
  padding: 0.48750000000000004em 2.5em;
  border: 1px solid #0f0f0f;
}
.body_green .btn-outline:hover,
.body_green input[type="submit"].btn-outline:hover {
  border-color: #b3b6b7;
}
.body_green .btn-outline.btn-active {
  padding: 0.55em 2.5em;
}
.body_green .btn-outline.bold {
  border-width: 2px;
  padding: 0.42500000000000004em 2.5em;
}
.body_green .btn-active,
.body_green .btn[disabled],
.body_green .btn-disabled {
  background: none;
  background: #b3b6b7;
  color: rgba(0,0,0,0.5);
}
.body_green .btn-active:hover,
.body_green .btn[disabled]:hover,
.body_green .btn-disabled:hover {
  color: rgba(0,0,0,0.5);
  background: #b3b6b7;
}
.body_green .btn-active {
  box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset;
}
.body_green .btn-outline.btn[disabled],
.body_green .btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.1);
}
.body_green .btn-outline.btn-active {
  background: none;
  color: rgba(0,0,0,0.4);
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
}
.body_green .btn[disabled],
.body_green .btn-disabled {
  cursor: default;
  box-shadow: none;
}
.body_green .btn-blue,
.body_green input[type="submit"].btn-blue {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_green .btn-blue:hover,
.body_green input[type="submit"].btn-blue:hover {
  color: rgba(255,255,255,0.6);
  background: #1a52a5;
}
.body_green .btn-blue.btn-active,
.body_green input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_green .btn-blue.btn-active,
.body_green input[type="submit"].btn-blue.btn-active,
.body_green .btn-blue.btn-disabled,
.body_green input[type="submit"].btn-blue.btn-disabled,
.body_green .btn-blue.btn[disabled],
.body_green input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #1a52a5;
}
.body_green .btn-blue.btn-active:hover,
.body_green input[type="submit"].btn-blue.btn-active:hover,
.body_green .btn-blue.btn-disabled:hover,
.body_green input[type="submit"].btn-blue.btn-disabled:hover,
.body_green .btn-blue.btn[disabled]:hover,
.body_green input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_green .btn-blue.btn-outline,
.body_green input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.body_green .btn-blue.btn-outline:hover,
.body_green input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_green .btn-blue.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-blue.btn-outline.btn[disabled],
.body_green .btn-blue.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37,117,237,0.4);
  border: 1px solid rgba(37,117,237,0.3);
}
.body_green .btn-blue.btn-outline.btn-active,
.body_green input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37,117,237,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26,82,165,0.6) inset;
}
.body_green .btn-blue:hover,
.body_green input[type="submit"].btn-blue:hover {
  color: rgba(255,255,255,0.6);
  background: #1a52a5;
}
.body_green .btn-blue.btn-active,
.body_green input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_green .btn-blue.btn-active,
.body_green input[type="submit"].btn-blue.btn-active,
.body_green .btn-blue.btn-disabled,
.body_green input[type="submit"].btn-blue.btn-disabled,
.body_green .btn-blue.btn[disabled],
.body_green input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #1a52a5;
}
.body_green .btn-blue.btn-active:hover,
.body_green input[type="submit"].btn-blue.btn-active:hover,
.body_green .btn-blue.btn-disabled:hover,
.body_green input[type="submit"].btn-blue.btn-disabled:hover,
.body_green .btn-blue.btn[disabled]:hover,
.body_green input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_green .btn-blue.btn-outline,
.body_green input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.body_green .btn-blue.btn-outline:hover,
.body_green input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_green .btn-blue.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-blue.btn-outline.btn[disabled],
.body_green .btn-blue.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37,117,237,0.4);
  border: 1px solid rgba(37,117,237,0.3);
}
.body_green .btn-blue.btn-outline.btn-active,
.body_green input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37,117,237,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26,82,165,0.6) inset;
}
.body_green .btn-red,
.body_green input[type="submit"].btn-red {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_green .btn-red:hover,
.body_green input[type="submit"].btn-red:hover {
  color: rgba(255,255,255,0.6);
  background: #b2232f;
}
.body_green .btn-red.btn-active,
.body_green input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_green .btn-red.btn-active,
.body_green input[type="submit"].btn-red.btn-active,
.body_green .btn-red.btn-disabled,
.body_green input[type="submit"].btn-red.btn-disabled,
.body_green .btn-red.btn[disabled],
.body_green input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #b2232f;
}
.body_green .btn-red.btn-active:hover,
.body_green input[type="submit"].btn-red.btn-active:hover,
.body_green .btn-red.btn-disabled:hover,
.body_green input[type="submit"].btn-red.btn-disabled:hover,
.body_green .btn-red.btn[disabled]:hover,
.body_green input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_green .btn-red.btn-outline,
.body_green input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_green .btn-red.btn-outline:hover,
.body_green input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_green .btn-red.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-red.btn-outline.btn[disabled],
.body_green .btn-red.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222,44,59,0.4);
  border: 1px solid rgba(222,44,59,0.3);
}
.body_green .btn-red.btn-outline.btn-active,
.body_green input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222,44,59,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178,35,47,0.6) inset;
}
.body_green .btn-red:hover,
.body_green input[type="submit"].btn-red:hover {
  color: rgba(255,255,255,0.6);
  background: #b2232f;
}
.body_green .btn-red.btn-active,
.body_green input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_green .btn-red.btn-active,
.body_green input[type="submit"].btn-red.btn-active,
.body_green .btn-red.btn-disabled,
.body_green input[type="submit"].btn-red.btn-disabled,
.body_green .btn-red.btn[disabled],
.body_green input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #b2232f;
}
.body_green .btn-red.btn-active:hover,
.body_green input[type="submit"].btn-red.btn-active:hover,
.body_green .btn-red.btn-disabled:hover,
.body_green input[type="submit"].btn-red.btn-disabled:hover,
.body_green .btn-red.btn[disabled]:hover,
.body_green input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_green .btn-red.btn-outline,
.body_green input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_green .btn-red.btn-outline:hover,
.body_green input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_green .btn-red.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-red.btn-outline.btn[disabled],
.body_green .btn-red.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222,44,59,0.4);
  border: 1px solid rgba(222,44,59,0.3);
}
.body_green .btn-red.btn-outline.btn-active,
.body_green input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222,44,59,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178,35,47,0.6) inset;
}
.body_green .btn-green,
.body_green input[type="submit"].btn-green {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_green .btn-green:hover,
.body_green input[type="submit"].btn-green:hover {
  color: rgba(255,255,255,0.6);
  background: #237f35;
}
.body_green .btn-green.btn-active,
.body_green input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_green .btn-green.btn-active,
.body_green input[type="submit"].btn-green.btn-active,
.body_green .btn-green.btn-disabled,
.body_green input[type="submit"].btn-green.btn-disabled,
.body_green .btn-green.btn[disabled],
.body_green input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #237f35;
}
.body_green .btn-green.btn-active:hover,
.body_green input[type="submit"].btn-green.btn-active:hover,
.body_green .btn-green.btn-disabled:hover,
.body_green input[type="submit"].btn-green.btn-disabled:hover,
.body_green .btn-green.btn[disabled]:hover,
.body_green input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_green .btn-green.btn-outline,
.body_green input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_green .btn-green.btn-outline:hover,
.body_green input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_green .btn-green.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-green.btn-outline.btn[disabled],
.body_green .btn-green.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44,159,66,0.4);
  border: 1px solid rgba(44,159,66,0.3);
}
.body_green .btn-green.btn-outline.btn-active,
.body_green input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44,159,66,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35,127,53,0.6) inset;
}
.body_green .btn-green:hover,
.body_green input[type="submit"].btn-green:hover {
  color: rgba(255,255,255,0.6);
  background: #237f35;
}
.body_green .btn-green.btn-active,
.body_green input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_green .btn-green.btn-active,
.body_green input[type="submit"].btn-green.btn-active,
.body_green .btn-green.btn-disabled,
.body_green input[type="submit"].btn-green.btn-disabled,
.body_green .btn-green.btn[disabled],
.body_green input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #237f35;
}
.body_green .btn-green.btn-active:hover,
.body_green input[type="submit"].btn-green.btn-active:hover,
.body_green .btn-green.btn-disabled:hover,
.body_green input[type="submit"].btn-green.btn-disabled:hover,
.body_green .btn-green.btn[disabled]:hover,
.body_green input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_green .btn-green.btn-outline,
.body_green input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_green .btn-green.btn-outline:hover,
.body_green input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_green .btn-green.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-green.btn-outline.btn[disabled],
.body_green .btn-green.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44,159,66,0.4);
  border: 1px solid rgba(44,159,66,0.3);
}
.body_green .btn-green.btn-outline.btn-active,
.body_green input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44,159,66,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35,127,53,0.6) inset;
}
.body_green .btn-black,
.body_green input[type="submit"].btn-black {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_green .btn-black:hover,
.body_green input[type="submit"].btn-black:hover {
  color: rgba(255,255,255,0.6);
  background: #363738;
}
.body_green .btn-black.btn-active,
.body_green input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.7) inset;
}
.body_green .btn-black.btn-active,
.body_green input[type="submit"].btn-black.btn-active,
.body_green .btn-black.btn-disabled,
.body_green input[type="submit"].btn-black.btn-disabled,
.body_green .btn-black.btn[disabled],
.body_green input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #363738;
}
.body_green .btn-black.btn-active:hover,
.body_green input[type="submit"].btn-black.btn-active:hover,
.body_green .btn-black.btn-disabled:hover,
.body_green input[type="submit"].btn-black.btn-disabled:hover,
.body_green .btn-black.btn[disabled]:hover,
.body_green input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_green .btn-black.btn-outline,
.body_green input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.body_green .btn-black.btn-outline:hover,
.body_green input[type="submit"].btn-black.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_green .btn-black.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-black.btn-outline.btn[disabled],
.body_green .btn-black.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15,15,15,0.4);
  border: 1px solid rgba(15,15,15,0.3);
}
.body_green .btn-black.btn-outline.btn-active,
.body_green input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15,15,15,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54,55,56,0.6) inset;
}
.body_green .btn-black:hover,
.body_green input[type="submit"].btn-black:hover {
  color: rgba(255,255,255,0.6);
  background: #363738;
}
.body_green .btn-black.btn-active,
.body_green input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.7) inset;
}
.body_green .btn-black.btn-active,
.body_green input[type="submit"].btn-black.btn-active,
.body_green .btn-black.btn-disabled,
.body_green input[type="submit"].btn-black.btn-disabled,
.body_green .btn-black.btn[disabled],
.body_green input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #363738;
}
.body_green .btn-black.btn-active:hover,
.body_green input[type="submit"].btn-black.btn-active:hover,
.body_green .btn-black.btn-disabled:hover,
.body_green input[type="submit"].btn-black.btn-disabled:hover,
.body_green .btn-black.btn[disabled]:hover,
.body_green input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_green .btn-black.btn-outline,
.body_green input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.body_green .btn-black.btn-outline:hover,
.body_green input[type="submit"].btn-black.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_green .btn-black.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-black.btn-outline.btn[disabled],
.body_green .btn-black.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15,15,15,0.4);
  border: 1px solid rgba(15,15,15,0.3);
}
.body_green .btn-black.btn-outline.btn-active,
.body_green input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15,15,15,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54,55,56,0.6) inset;
}
.body_green .btn-yellow,
.body_green input[type="submit"].btn-yellow {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_green .btn-yellow:hover,
.body_green input[type="submit"].btn-yellow:hover {
  color: rgba(0,0,0,0.6);
  background: #cca000;
}
.body_green .btn-yellow.btn-active,
.body_green input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_green .btn-yellow.btn-active,
.body_green input[type="submit"].btn-yellow.btn-active,
.body_green .btn-yellow.btn-disabled,
.body_green input[type="submit"].btn-yellow.btn-disabled,
.body_green .btn-yellow.btn[disabled],
.body_green input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #cca000;
}
.body_green .btn-yellow.btn-active:hover,
.body_green input[type="submit"].btn-yellow.btn-active:hover,
.body_green .btn-yellow.btn-disabled:hover,
.body_green input[type="submit"].btn-yellow.btn-disabled:hover,
.body_green .btn-yellow.btn[disabled]:hover,
.body_green input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_green .btn-yellow.btn-outline,
.body_green input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.body_green .btn-yellow.btn-outline:hover,
.body_green input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_green .btn-yellow.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.body_green .btn-yellow.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,200,0,0.4);
  border: 1px solid rgba(255,200,0,0.3);
}
.body_green .btn-yellow.btn-outline.btn-active,
.body_green input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255,200,0,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204,160,0,0.6) inset;
}
.body_green .btn-yellow:hover,
.body_green input[type="submit"].btn-yellow:hover {
  color: rgba(0,0,0,0.6);
  background: #cca000;
}
.body_green .btn-yellow.btn-active,
.body_green input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_green .btn-yellow.btn-active,
.body_green input[type="submit"].btn-yellow.btn-active,
.body_green .btn-yellow.btn-disabled,
.body_green input[type="submit"].btn-yellow.btn-disabled,
.body_green .btn-yellow.btn[disabled],
.body_green input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #cca000;
}
.body_green .btn-yellow.btn-active:hover,
.body_green input[type="submit"].btn-yellow.btn-active:hover,
.body_green .btn-yellow.btn-disabled:hover,
.body_green input[type="submit"].btn-yellow.btn-disabled:hover,
.body_green .btn-yellow.btn[disabled]:hover,
.body_green input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_green .btn-yellow.btn-outline,
.body_green input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.body_green .btn-yellow.btn-outline:hover,
.body_green input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_green .btn-yellow.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.body_green .btn-yellow.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,200,0,0.4);
  border: 1px solid rgba(255,200,0,0.3);
}
.body_green .btn-yellow.btn-outline.btn-active,
.body_green input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255,200,0,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204,160,0,0.6) inset;
}
.body_green .btn-white,
.body_green input[type="submit"].btn-white {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_green .btn-white:hover,
.body_green input[type="submit"].btn-white:hover {
  color: rgba(0,0,0,0.6);
  background: #ededed;
}
.body_green .btn-white.btn-active,
.body_green input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.body_green .btn-white.btn-active,
.body_green input[type="submit"].btn-white.btn-active,
.body_green .btn-white.btn-disabled,
.body_green input[type="submit"].btn-white.btn-disabled,
.body_green .btn-white.btn[disabled],
.body_green input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #ededed;
}
.body_green .btn-white.btn-active:hover,
.body_green input[type="submit"].btn-white.btn-active:hover,
.body_green .btn-white.btn-disabled:hover,
.body_green input[type="submit"].btn-white.btn-disabled:hover,
.body_green .btn-white.btn[disabled]:hover,
.body_green input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_green .btn-white.btn-outline,
.body_green input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.body_green .btn-white.btn-outline:hover,
.body_green input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_green .btn-white.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-white.btn-outline.btn[disabled],
.body_green .btn-white.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.body_green .btn-white.btn-outline.btn-active,
.body_green input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255,255,255,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237,237,237,0.6) inset;
}
.body_green .btn-white:hover,
.body_green input[type="submit"].btn-white:hover {
  color: rgba(0,0,0,0.6);
  background: #ededed;
}
.body_green .btn-white.btn-active,
.body_green input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.body_green .btn-white.btn-active,
.body_green input[type="submit"].btn-white.btn-active,
.body_green .btn-white.btn-disabled,
.body_green input[type="submit"].btn-white.btn-disabled,
.body_green .btn-white.btn[disabled],
.body_green input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #ededed;
}
.body_green .btn-white.btn-active:hover,
.body_green input[type="submit"].btn-white.btn-active:hover,
.body_green .btn-white.btn-disabled:hover,
.body_green input[type="submit"].btn-white.btn-disabled:hover,
.body_green .btn-white.btn[disabled]:hover,
.body_green input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_green .btn-white.btn-outline,
.body_green input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.body_green .btn-white.btn-outline:hover,
.body_green input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_green .btn-white.btn-outline.btn[disabled],
.body_green input[type="submit"].btn-white.btn-outline.btn[disabled],
.body_green .btn-white.btn-outline.btn-disabled,
.body_green input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.body_green .btn-white.btn-outline.btn-active,
.body_green input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255,255,255,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237,237,237,0.6) inset;
}
.body_green .btn-white.btn-outline.btn-active {
  box-shadow: none;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.48750000000000004em 2.5em;
}
.body_green .btn-single,
.body_green .btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.body_green .btn-single:after,
.body_green .btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .btn-single:after,
.body_green .btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .btn-single > .btn,
.body_green .btn-single > input,
.body_green .btn-group > .btn,
.body_green .btn-group > input {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}
.body_green .btn-single > .btn {
  border-radius: 2px;
}
.body_green .btn-group > .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.body_green .btn-group > .btn:last-child {
  border-radius: 0 2px 2px 0;
}
.body_green .btn-group > .btn.btn-round:first-child,
.body_green .btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px;
}
.body_green .btn-group > .btn.btn-round:last-child,
.body_green .btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0;
}
.body_green .tools-alert {
  padding: 12px 15px;
  background: #f7f8f8;
  color: #0f0f0f;
  margin-bottom: 1.65em;
}
.body_green .tools-message {
  display: none;
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
  max-width: 350px;
  line-height: 1.5;
  font-size: 95%;
  padding: 12px 15px;
  color: #0f0f0f;
  background: #e0e3e5;
}
.body_green .tools-message ul {
  margin: 0;
  list-style: none;
}
.body_green .tools-message-black,
.body_green .tools-message-blue,
.body_green .tools-message-red,
.body_green .tools-message-green {
  color: rgba(255,255,255,0.95);
}
.body_green .tools-message-black {
  background: #0f0f0f;
}
.body_green .tools-message-blue {
  background: #2575ed;
}
.body_green .tools-message-red {
  background: #de2c3b;
}
.body_green .tools-message-yellow {
  background: #ffc800;
}
.body_green .tools-message-green {
  background: #2c9f42;
}
.body_green .tools-alert-black {
  background: #dadada;
}
.body_green .tools-alert-blue {
  background: #d3e3fb;
}
.body_green .tools-alert-red {
  background: #f8d5d8;
}
.body_green .tools-alert-yellow {
  background: #fff4cc;
}
.body_green .tools-alert-green {
  background: #d5ecd9;
}
.body_green .label,
.body_green .badge {
  background: #e0e3e5;
  font-size: 12.75px;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px 3px 7px;
  color: #0f0f0f;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.body_green .label-outline {
  background: none;
  border: 1px solid #0f0f0f;
  padding: 3px 6px 2px 6px;
}
.body_green .badge {
  border-radius: 15px;
}
.body_green .badge-small {
  font-size: 11.25px;
  padding: 3px 5px;
}
.body_green .label-black,
.body_green .label-blue,
.body_green .label-red,
.body_green .label-green,
.body_green .badge-black,
.body_green .badge-blue,
.body_green .badge-red,
.body_green .badge-green {
  color: #ffffff;
}
.body_green .label-black,
.body_green .badge-black {
  background: #0f0f0f;
}
.body_green .label-blue,
.body_green .badge-blue {
  background: #2575ed;
}
.body_green .label-red,
.body_green .badge-red {
  background: #de2c3b;
}
.body_green .label-green,
.body_green .badge-green {
  background: #2c9f42;
}
.body_green .label-yellow,
.body_green .badge-yellow {
  background: #ffc800;
}
.body_green .label-white,
.body_green .badge-white {
  background: #ffffff;
}
.body_green .label-black.label-outline,
.body_green .label-blue.label-outline,
.body_green .label-red.label-outline,
.body_green .label-green.label-outline,
.body_green .label-yellow.label-outline,
.body_green .label-white.label-outline {
  background: none;
  color: #0f0f0f;
}
.body_green .label-blue.label-outline {
  border-color: #2575ed;
  color: #2575ed;
}
.body_green .label-red.label-outline {
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_green .label-green.label-outline {
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_green .label-yellow.label-outline {
  border-color: #ffc800;
  color: #ffc800;
}
.body_green .label-white.label-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.body_green #tools-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
.body_green #tools-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a52a5;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  .body_green from {
    background-position: 40px 0;
  }
  .body_green to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .body_green from {
    background-position: 40px 0;
  }
  .body_green to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  .body_green from {
    background-position: 40px 0;
  }
  .body_green to {
    background-position: 0 0;
  }
}
.body_green .accordion-title {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding: 12px 50px 12px 18px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1, 4em;
  background: #f7f8f8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body_green .accordion-title.accordion-title-opened {
  margin-bottom: 0;
  font-weight: bold;
  background: #f0f1f2;
}
.body_green .accordion-title a,
.body_green .accordion-title:hover {
  color: #000;
  text-decoration: none;
}
.body_green .accordion-panel {
  padding: 1.65em;
  margin-bottom: 10px;
}
.body_green .accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.body_green .accordion-toggle-closed {
  background: #000;
  width: 1px;
  height: 15px;
  margin-left: 1px;
}
.body_green .accordion-toggle-closed:before {
  position: absolute;
  top: 7px;
  left: -7px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.body_green .accordion-toggle-opened:before {
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.body_green .filterbox {
  position: relative;
}
.body_green .filterbox input {
  padding-right: 30px;
}
.body_green .filterbox span {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  width: 26px;
  height: 100%;
  cursor: pointer;
}
.body_green .filterbox span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  margin-left: 8px;
  margin-top: -21px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid rgba(0,0,0,0.6);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.body_green .filterbox-list {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  max-height: 250px;
  overflow: auto;
}
.body_green .filterbox-list li {
  padding: 4px 10px;
  color: #000;
  cursor: pointer;
}
.body_green .filterbox-list li:hover {
  background: #f0f1f2;
}
.body_green .filterbox-list li.active {
  background: #2575ed;
  color: #fff;
}
.body_green .tooltip {
  position: absolute;
  z-index: 10000;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  font-size: 12.75px;
  line-height: 1.5em;
  max-width: 250px;
  background: #0f0f0f;
}
.body_green .tooltip-theme-red {
  background: #de2c3b;
}
.body_green .tooltip-theme-blue {
  background: #2575ed;
}
.body_green .tooltip-theme-green {
  background: #2c9f42;
}
.body_green .tooltip-theme-yellow {
  background: #ffc800;
}
.body_green .tooltip-theme-white {
  background: #ffffff;
}
.body_green .tooltip-theme-yellow,
.body_green .tooltip-theme-white {
  color: #000;
}
.body_green .dropdown {
  display: none;
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  width: 250px;
  color: #0f0f0f;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  overflow: auto;
}
.body_green .dropdown section {
  max-height: 250px;
  overflow: auto;
  padding: 20px;
}
.body_green .dropdown footer {
  padding: 20px;
}
.body_green ul.dropdown {
  max-height: 300px;
  list-style: none;
  margin: 0;
  line-height: 1.5;
  font-size: 95%;
  padding: 0;
}
.body_green ul.dropdown a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  color: #0f0f0f;
}
.body_green ul.dropdown a:hover {
  background: #eee;
}
.body_green ul.dropdown li.divider {
  border-bottom: 1px solid #e2e2e2;
}
.body_green .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.body_green .caret.caret-up {
  border-top: 0;
  border-bottom: 4px solid;
}
.body_green .livesearch-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.body_green .livesearch-box input {
  padding-left: 30px;
}
.body_green .livesearch-box .close {
  position: absolute;
  top: .2em;
  right: 5px;
  z-index: 2;
  padding: 4px 6px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.body_green .livesearch-box .close:before {
  content: '\00D7';
}
.body_green .livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.body_green .livesearch-box .close:before {
  content: '\00D7';
}
.body_green .livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.body_green .livesearch-icon {
  position: absolute;
  top: 53%;
  left: 10px;
  z-index: 2;
}
.body_green .livesearch-icon:before,
.body_green .livesearch-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
  background: rgba(0,0,0,0.5);
}
.body_green .livesearch-icon:before {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0,0,0,0.5);
  background: transparent;
  border-radius: 12px;
}
.body_green .livesearch-icon:after {
  left: 10px;
  width: 2px;
  height: 7px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.body_green .tools-droparea {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  border: 3px dashed rgba(0,0,0,0.1);
}
.body_green .tools-droparea.drag-hover {
  background: rgba(200,222,250,0.75);
}
.body_green .tools-droparea.drag-drop {
  background: rgba(250,248,200,0.5);
}
.body_green .tools-droparea-placeholder {
  text-align: center;
  font-size: 11px;
  color: rgba(0,0,0,0.5);
}
.body_green .autocomplete {
  position: absolute;
  z-index: 1000;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  max-height: 250px;
  overflow: auto;
}
.body_green .autocomplete a {
  padding: 4px 10px;
  color: #000;
  display: block;
  text-decoration: none;
}
.body_green .autocomplete a:hover {
  background: #f0f1f2;
}
.body_green .autocomplete a.active {
  background: #2575ed;
  color: #fff;
}
.body_green #modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 100;
}
.body_green .modal-blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.body_green .modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 101;
}
.body_green .modal {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 70px rgba(0,0,0,0.5);
}
.body_green .modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
.body_green .modal section {
  padding: 30px 40px 50px 40px;
}
.body_green .modal footer button {
  width: 100%;
  border-radius: 0;
}
.body_green .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
.body_green .modal-close:hover {
  color: #000;
}
.body_green .group:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .group:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .hide {
  display: none;
}
.body_green .highlight {
  background-color: #f7f3e2;
}
.body_green .big {
  font-size: 18px;
}
.body_green .small {
  font-size: 12.75px;
}
.body_green .smaller {
  font-size: 11.25px;
}
.body_green .nowrap,
.body_green .nowrap td {
  white-space: nowrap;
}
.body_green .req,
.body_green .required {
  font-weight: normal;
  color: #de2c3b;
}
.body_green .error {
  color: #de2c3b;
}
.body_green .success {
  color: #2c9f42;
}
.body_green .text-centered {
  text-align: center;
}
.body_green .text-right {
  text-align: right;
}
.body_green .last {
  margin-right: 0 !important;
}
.body_green .pause {
  margin-bottom: 0.825em !important;
}
.body_green .end {
  margin-bottom: 0 !important;
}
.body_green .normal {
  font-weight: normal;
}
.body_green .light {
  font-weight: 300;
}
.body_green .bold {
  font-weight: bold;
}
.body_green .italic {
  font-style: italic;
}
.body_green .left {
  float: left;
}
.body_green .right {
  float: right;
}
.body_green .upper {
  text-transform: uppercase;
}
.body_green .list-flat {
  margin-left: 0;
  list-style: none;
}
.body_green .color-black {
  color: #0f0f0f;
}
.body_green .color-white {
  color: #ffffff;
}
.body_green .color-gray-10 {
  color: rgba(0,0,0,0.1);
}
.body_green .color-gray-20 {
  color: rgba(0,0,0,0.2);
}
.body_green .color-gray-30 {
  color: rgba(0,0,0,0.3);
}
.body_green .color-gray-40 {
  color: rgba(0,0,0,0.4);
}
.body_green .color-gray-50 {
  color: rgba(0,0,0,0.5);
}
.body_green .color-gray-60 {
  color: rgba(0,0,0,0.6);
}
.body_green .color-gray-70 {
  color: rgba(0,0,0,0.7);
}
.body_green .color-gray-80 {
  color: rgba(0,0,0,0.8);
}
.body_green .color-gray-90 {
  color: rgba(0,0,0,0.9);
}
.body_green .color-white-10 {
  color: rgba(255,255,255,0.1);
}
.body_green .color-white-20 {
  color: rgba(255,255,255,0.2);
}
.body_green .color-white-30 {
  color: rgba(255,255,255,0.3);
}
.body_green .color-white-40 {
  color: rgba(255,255,255,0.4);
}
.body_green .color-white-50 {
  color: rgba(255,255,255,0.5);
}
.body_green .color-white-60 {
  color: rgba(255,255,255,0.6);
}
.body_green .color-white-70 {
  color: rgba(255,255,255,0.7);
}
.body_green .color-white-80 {
  color: rgba(255,255,255,0.8);
}
.body_green .color-white-90 {
  color: rgba(255,255,255,0.9);
}
.body_green .video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1.65em;
}
.body_green .video-wrapper iframe,
.body_green .video-wrapper object,
.body_green .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .body_green .left,
  .body_green .right {
    float: none;
  }
  .body_green .hide-on-mobile {
    display: none;
  }
}
.body_green .str {
  color: #dd1144;
}
.body_green .kwd {
  color: #333333;
}
.body_green .com {
  color: #999988;
}
.body_green .typ {
  color: #445588;
}
.body_green .lit {
  color: #445588;
}
.body_green .pun {
  color: #888;
}
.body_green .opn {
  color: #333333;
}
.body_green .clo {
  color: #333333;
}
.body_green .tag {
  color: #367ac3;
}
.body_green .atn {
  color: #51a7c9;
}
.body_green .atv {
  color: #709c1a;
}
.body_green .dec {
  color: #666;
}
.body_green .var {
  color: teal;
}
.body_green .fun {
  color: #990000;
}
.body_green .linenums ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
.body_green .linenums ol li:after {
  content: counter(list);
  position: absolute;
  left: -3.3em;
  border-right: 1px solid #e5e5e5;
  padding-right: 9px;
  width: 2.45em;
  text-align: right;
  color: rgba(0,0,0,0.3);
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .body_green .mobile-width-100 {
    width: 100%;
  }
  .body_green .units-row .unit-90,
  .body_green .units-row .unit-80,
  .body_green .units-row .unit-75,
  .body_green .units-row .unit-70,
  .body_green .units-row .unit-66,
  .body_green .units-row .unit-65,
  .body_green .units-row .unit-60,
  .body_green .units-row .unit-50,
  .body_green .units-row .unit-40,
  .body_green .units-row .unit-35,
  .body_green .units-row .unit-33,
  .body_green .units-row .unit-30,
  .body_green .units-row .unit-25,
  .body_green .units-row .unit-20,
  .body_green .units-row .unit-10 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .body_green .unit-push-90,
  .body_green .unit-push-80,
  .body_green .unit-push-75,
  .body_green .unit-push-70,
  .body_green .unit-push-66,
  .body_green .unit-push-65,
  .body_green .unit-push-60,
  .body_green .unit-push-50,
  .body_green .unit-push-40,
  .body_green .unit-push-35,
  .body_green .unit-push-33,
  .body_green .unit-push-30,
  .body_green .unit-push-25,
  .body_green .unit-push-20,
  .body_green .unit-push-10 {
    left: 0;
  }
  .body_green .units-row .unit-push-right {
    float: none;
  }
  .body_green .units-mobile-50 .unit-90,
  .body_green .units-mobile-50 .unit-80,
  .body_green .units-mobile-50 .unit-75,
  .body_green .units-mobile-50 .unit-70,
  .body_green .units-mobile-50 .unit-66,
  .body_green .units-mobile-50 .unit-65,
  .body_green .units-mobile-50 .unit-60,
  .body_green .units-mobile-50 .unit-40,
  .body_green .units-mobile-50 .unit-30,
  .body_green .units-mobile-50 .unit-35,
  .body_green .units-mobile-50 .unit-33,
  .body_green .units-mobile-50 .unit-25,
  .body_green .units-mobile-50 .unit-20,
  .body_green .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }
  .body_green .units-mobile-50 .unit-90:first-child,
  .body_green .units-mobile-50 .unit-80:first-child,
  .body_green .units-mobile-50 .unit-75:first-child,
  .body_green .units-mobile-50 .unit-70:first-child,
  .body_green .units-mobile-50 .unit-66:first-child,
  .body_green .units-mobile-50 .unit-65:first-child,
  .body_green .units-mobile-50 .unit-60:first-child,
  .body_green .units-mobile-50 .unit-40:first-child,
  .body_green .units-mobile-50 .unit-35:first-child,
  .body_green .units-mobile-50 .unit-30:first-child,
  .body_green .units-mobile-50 .unit-33:first-child,
  .body_green .units-mobile-50 .unit-25:first-child,
  .body_green .units-mobile-50 .unit-20:first-child,
  .body_green .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .body_green .blocks-2,
  .body_green .blocks-3,
  .body_green .blocks-4,
  .body_green .blocks-5,
  .body_green .blocks-6 {
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .body_green .blocks-2 > li,
  .body_green .blocks-3 > li,
  .body_green .blocks-4 > li,
  .body_green .blocks-5 > li,
  .body_green .blocks-6 > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .body_green .blocks-mobile-50 > li,
  .body_green .blocks-mobile-33 > li {
    float: left;
    margin-left: 3%;
  }
  .body_green .blocks-mobile-33,
  .body_green .blocks-mobile-50 {
    margin-left: -3%;
  }
  .body_green .blocks-mobile-50 > li {
    width: 47%;
  }
  .body_green .blocks-mobile-33 > li {
    width: 30.333333333333332%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .body_green h1 {
    font-size: 2.25em;
    line-height: 1.125;
  }
  .body_green h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  .body_green h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  .body_green h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
  .body_green h5 {
    font-size: 1em;
  }
  .body_green h6 {
    font-size: 0.75em;
  }
}
@media (max-width: 767px) {
  .body_green h1 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  .body_green h2 {
    font-size: 1.5em;
    line-height: 1.15384615;
  }
  .body_green h3 {
    font-size: 1.3125em;
    line-height: 1.13636364;
  }
  .body_green h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
  .body_green h5 {
    font-size: 1em;
  }
  .body_green h6 {
    font-size: 0.75em;
  }
  .body_green .lead {
    font-size: 1.2em;
  }
  .body_green ul,
  .body_green ol,
  .body_green ul ul,
  .body_green ol ol,
  .body_green ul ol,
  .body_green ol ul {
    margin-left: 1.65em;
  }
  .body_green blockquote {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .body_green .navbar.navbar-left,
  .body_green .navbar.navbar-right,
  .body_green .navbar li,
  .body_green .navbar.navbar-left li,
  .body_green .navbar.navbar-right li {
    float: none;
    text-align: left;
    width: auto;
  }
  .body_green .navbar li,
  .body_green .navbar.navbar-right li {
    margin-left: 0;
    margin-right: 0;
  }
  .body_green .fullwidth ul,
  .body_green .fullwidth li {
    width: auto;
  }
  .body_green .fullwidth li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .body_green .forms-list label {
    display: inline-block;
  }
}
@media print {
  .body_green * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12pt;
  }
  .body_green .h1,
  .body_green h1 {
    font-size: 36pt;
  }
  .body_green .h2,
  .body_green h2 {
    font-size: 24pt;
  }
  .body_green .h3,
  .body_green h3 {
    font-size: 18pt;
  }
  .body_green .h4,
  .body_green h4 {
    font-size: 14pt;
  }
  .body_green .h5,
  .body_green h5 {
    font-size: 12pt;
  }
  .body_green .h6,
  .body_green h6 {
    font-size: 12pt;
  }
  .body_green a,
  .body_green a:visited {
    text-decoration: underline;
  }
  .body_green a[href]:after {
    content: " (" attr(href) ")";
  }
  .body_green abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .body_green a[href^="javascript:"]:after,
  .body_green a[href^="#"]:after {
    content: "";
  }
  .body_green pre,
  .body_green blockquote {
    page-break-inside: avoid;
  }
  .body_green blockquote {
    border: none;
    font-style: italic;
  }
  .body_green img {
    max-width: 100% !important;
  }
  .body_green select {
    background: #fff !important;
  }
}
.body_green ::-moz-selection {
  background: #419c59;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_green ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_green ::selection {
  background: #419c59;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_green html {
  height: 100%;
}
.body_green body {
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
  margin: 0px auto;
  height: 100%;
}
.body_green blockquote {
  color: #e1e1e1;
  font-size: 25px;
  line-height: 33px;
  margin-left: 0;
  text-align: center;
}
.body_green blockquote:before {
  content: open-quote;
}
.body_green blockquote:after {
  content: close-quote;
}
.body_green .container {
  height: 100%;
}
.body_green a,
.body_green .link {
  color: #419c59;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green a:hover,
.body_green .link:hover {
  color: #235430;
  cursor: pointer;
}
.body_green a:active,
.body_green .link:active {
  color: #327844;
}
.body_green .blue {
  color: #215377;
}
.body_green .blue:hover {
  color: #16374f;
}
.body_green .red {
  color: #ff6b6b;
}
.body_green .red:hover {
  color: #ff3838;
}
.body_green .yellow {
  color: #f19b3f;
}
.body_green .yellow:hover {
  color: #ec8211;
}
.body_green .green {
  color: #419c59;
}
.body_green .green:hover {
  color: #327844;
}
.body_green .gray {
  color: #e1e1e1;
}
.body_green .gray:hover {
  color: #c8c8c8;
}
.body_green .maincolor {
  color: #419c59;
}
.body_green .maincolor:hover {
  color: #327844;
}
.body_green i {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .centerer {
  width: 100%;
  text-align: center;
}
.body_green .overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.body_green #loadbar {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  color: #fff;
  height: 100%;
  width: 100%;
}
.body_green #loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 101;
}
.body_green #loadbar .spinner {
  position: absolute;
  z-index: 102;
  width: 40px;
  height: 40px;
  font-size: 35px;
  top: 50%;
  left: 50%;
}
.body_green .forgot {
  color: #8a8a8a;
  background: #e1e1e1;
  padding: 20px;
}
.body_green .forgot a {
  color: #8a8a8a;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .forgot a:hover {
  color: #8a8a8a;
  text-decoration: underline;
}
.body_green .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #ff6b6b;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #ff6b6b;
  margin-bottom: 10px;
}
.body_green .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
.body_green .ww300 {
  word-wrap: break-word;
  max-width: 300px;
}
.body_green .place_holder {
  height: 0px;
}
.body_green .full-width {
  margin: 0 0 0 30px;
}
.body_green .semi-width {
  margin: 0 0 0 320px;
}
.body_green .content .row {
  margin-bottom: 40px;
}
.body_green .content .row .box .inner .tabs_included {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
}
.body_green .content .row .box .inner .boxcontent {
  background: ;
  padding: 20px;
}
.body_green .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_green .content .breadcrumbs {
  padding: 0 0 10px 0;
  color: #000000;
}
.body_green .content .breadcrumbs a {
  color: #000000;
}
.body_green .content .breadcrumbs ul {
  list-style-type: none;
  padding: 0;
}
.body_green .content .breadcrumbs ul li {
  font-size: 13px;
  font-weight: bold;
}
.body_green .content .breadcrumbs ul .arrow {
  padding: 0 10px;
}
.body_green .greytext {
  color: #999;
}
.body_green .btn {
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #419c59;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color ;
  -moz-transition: background-color ;
  -webkit-transition: background-color ;
  -o-transition: background-color ;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.body_green .btn:hover {
  background: #327844;
  color: #FFFFFF;
}
.body_green .btn:active {
  background: #327844;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #235430;
  -webkit-box-shadow: inset 1px 1px 2px 0px #235430;
  -moz-box-shadow: inset 1px 1px 2px 0px #235430;
  border-top: inset 1px 1px 2px 0px #235430;
}
.body_green .btn.back {
  background-color: #BFBFBF;
  color: #383838;
  text-align: center;
}
.body_green .btn.back:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.body_green .btn.white {
  background-color: #383838;
  color: #FFFFFF;
  text-align: center;
}
.body_green .btn.white:hover {
  background: #C0C0C0;
  color: #383838;
}
.body_green .btn2 {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #419c59;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color ;
  -moz-transition: background-color ;
  -webkit-transition: background-color ;
  -o-transition: background-color ;
}
.body_green .btn2:hover {
  background: #327844;
  color: #FFFFFF;
}
.body_green .btn2:active {
  background: #327844;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #235430;
  -webkit-box-shadow: inset 1px 1px 2px 0px #235430;
  -moz-box-shadow: inset 1px 1px 2px 0px #235430;
  border-top: inset 1px 1px 2px 0px #235430;
}
.body_green .btn_fa_icon {
  margin-right: 6px;
  font-size: 12px !important;
}
.body_green .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.body_green .message {
  margin-bottom: 10px;
  padding: 8px 10px 8px 10px;
  background-color: #F2D4CE;
  border: 1px solid #AE432E;
  border-radius: 4px;
  color: #AE432E;
}
.body_green #search_preloader {
  display: none;
  margin-left: 10px;
}
.body_green #search_results {
  display: none;
  min-height: 100px;
  width: 550px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
}
.body_green .stat1 {
  background: #007BC4 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_green .stat1:hover {
  background: #007BC4 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_green .stat2 {
  background: #A64040 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_green .stat3 {
  background: #F19B3F !important;
  border: 0px !important;
  color: #ffffff;
}
.body_green .stat4 {
  background: #419C59 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_green .col {
  padding: 8px 20px 8px 20px;
}
.body_green .col_grey {
  width: 200px;
  padding: 8px 20px 8px 20px;
  background-color: #EFEFEF;
}
.body_green .bt {
  border-top: 1px solid #DFDFDF;
}
.body_green .bl {
  border-left: 1px solid #DFDFDF;
}
.body_green .br {
  border-right: 1px solid #DFDFDF;
}
.body_green .bb {
  border-bottom: 1px solid #DFDFDF;
}
.body_green .line {
  margin-bottom: 10px;
  min-width: 40%;
}
.body_green .line .smallRow {
  width: 150px;
}
.body_green .mutationCounter {
  background: #E11F1F;
  border: 1px solid #B71918;
  width: 25px;
  height: 25px;
  float: right;
  color: #fff;
  padding-left: 6px;
  padding-top: 2px;
  font-weight: bold;
  margin-bottom: -20px;
}
.body_green .newBtn {
  float: left;
  margin-right: 20px;
  padding: 10px;
  min-width: 150px;
  text-align: center;
  background: #419c59;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.body_green .newBtn:hover {
  background: #57b971;
  cursor: pointer;
  color: #FFF;
}
.body_green .widget {
  min-width: 200px;
  min-height: 150px;
  margin: 0 20px 20px 0;
  padding: 50px 5px 10px 5px;
  background-color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease 0s;
}
.body_green .widget:hover {
  background-color: #c93a23;
  color: #ffffff;
  font-weight: bold;
}
.body_green .cms_table_export {
  margin-left: 10px !important;
}
.body_green .mt20 {
  margin-top: 20px !important;
}
.body_green .mr0 {
  margin-right: 0px !important;
}
.body_green .status_progress {
  float: left;
  border: none;
  width: 70%;
}
.body_green .status_progress td {
  border-bottom: 1px solid #eeeeee;
  background-clip: padding-box;
}
.body_green .status_progress .status_bar td {
  padding: 0.5em 1.0999999999999999em;
}
.body_green .status_progress .status_bar .status {
  position: relative;
  cursor: pointer;
}
.body_green .status_progress .status_bar .status div {
  width: 100%;
  min-width: 85px;
  height: 100%;
  text-align: center;
  color: #000;
}
.body_green .status_progress .status_bar .status .status_input {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  line-height: 45px;
}
.body_green .status_progress .status_bar .status .status_input input {
  width: 100%;
}
.body_green .status_progress .status_bar .status .status_input.checkbox_input {
  top: 100%;
  z-index: 10;
}
.body_green .status_progress .status_bar .status .status_input.active {
  display: block;
}
.body_green .status_progress .status_bar .status.gray {
  background-color: #808080;
}
.body_green .status_progress .status_bar .status.orange {
  background-color: #ff9900;
}
.body_green .status_progress .status_bar .status.green {
  background-color: #A0C55F;
  cursor: auto;
}
.body_green .status_legenda {
  float: left;
  border: none;
  margin-left: 10px;
  width: calc(30% - 10px);
}
.body_green .status_legenda td {
  padding: 0.5em;
}
.body_green .status_legenda td.green {
  padding: 0;
  background-color: #A0C55F;
  width: 30px;
}
.body_green .status_legenda td.orange {
  padding: 0;
  background-color: #ff9900;
  width: 30px;
}
.body_green .status_legenda td.gray {
  padding: 0;
  background-color: #808080;
  width: 30px;
}
.body_green .progress_container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .body_green .progress_container {
    height: 100% !important;
  }
}
.body_green .progress_container .progress {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.body_green .progress_container .progress div {
  color: #000;
  display: inline-block;
  width: 30px;
  height: 100%;
  border-left: 1px solid #419c59;
  border-bottom: 1px solid #419c59;
}
.body_green .progress_container .progress div:first-child.clear {
  border-left: none !important;
}
.body_green .progress_container .progress div:last-child {
  border-right: 1px solid #419c59;
}
.body_green .progress_container .progress div.clear {
  border-bottom: none !important;
}
.body_green .progress_container .progress div.green {
  background-color: #A0C55F;
}
.body_green .progress_container .progress div.orange {
  background-color: #ff9900;
}
.body_green .progress_container .progress div.gray,
.body_green .progress_container .progress div.grey {
  background-color: #808080;
}
.body_green .progress_title {
  padding: 0;
  margin: 0;
  display: table;
}
.body_green .progress_title .rotate {
  display: table-cell;
  width: 30px;
  max-width: 30px;
  height: 100px;
  white-space: nowrap;
  vertical-align: bottom;
  text-align: center;
  pointer-events: none;
  background: none !important;
}
.body_green .progress_title .rotate div {
  transform: translate(25px,51px) rotate(315deg);
  -ms-transform: translate(25px,51px) rotate(315deg);
  -webkit-transform: translate(25px,51px) rotate(315deg);
  padding: 0 0 65px 5px;
}
.body_green .progress_title .rotate div span {
  border-bottom: 1px solid #57b971;
  pointer-events: auto;
}
.body_green .status_check {
  background-color: #419c59;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .status_check i {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  cursor: pointer;
}
.body_green .status_check:hover {
  background-color: #327844;
}
.body_green .status_check.final {
  background-color: #808080;
  cursor: default;
}
.body_green .status_check.final:hover {
  background-color: #676767;
}
.body_green .status_cancel {
  background-color: #ff6b6b;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .status_cancel i {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  width: 22px;
  text-align: center;
  cursor: pointer;
}
.body_green .status_cancel:hover {
  background-color: #ff3838;
}
.body_green .status_cancel.final {
  background-color: #808080;
  cursor: default;
}
.body_green .status_cancel.final:hover {
  background-color: #676767;
}
.body_green div.pagination {
  margin: 0 0 10px 0;
  padding: 0;
}
.body_green div.pagination a {
  min-width: 50px;
  height: 22px;
  margin: 0 5px 5px 0;
  padding: 5px 8px 5px 8px;
  background-color: #EBEBEB;
  color: #17526E;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.15s ease 0s;
}
.body_green div.pagination a.active {
  background-color: #215377;
  color: #FFFFFF;
}
.body_green div.pagination a:hover {
  background-color: #7D7D7D;
  color: #FFFFFF;
  text-decoration: none;
}
.body_green div.pagination {
  font-size: 14px;
}
.body_green .redactor_box {
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 3px;
  border: solid 2px #acacac;
  font-size: 14px;
}
.body_green .redactor_box:hover {
  border-color: #e1e1e1;
}
.body_green .redactor_box:focus {
  border-color: #419c59;
}
.body_green .redactor_box .redactor_editor,
.body_green .redactor_box textarea {
  padding: 0 10px;
  min-height: 400px;
}
.body_green .redactor_box textarea {
  border: none;
}
.body_green body .redactor_air {
  position: absolute;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 2;
}
.body_green body .redactor_toolbar li a.redactor_btn_save {
  background: url(/_webblocks/images/redactor/save.png) no-repeat;
}
.body_green body .redactor_toolbar li a.redactor_btn_close {
  background: url(/_webblocks/images/redactor/close.png) no-repeat;
}
.body_green body .redactor_toolbar li a.redactor_btn_fileselect {
  background-position: -250px;
}
.body_green .loadingbar {
  height: 2px;
  background-color: #79c535;
  width: 0px;
}
.body_green #redactor_modal_inner {
  padding: 40px 15px 15px 15px !important;
}
.body_green #redactor_modal_inner section {
  padding: 0px !important;
}
.body_green #redactorInsertImageForm {
  padding: 0px !important;
}
.body_green .redactor_editor {
  overflow-y: auto;
}
.body_green body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow: hidden;
  width: 100%;
}
.body_green .redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0;
}
.body_green .redactor_toolbar {
  height: auto !important;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
  background: #E2E2E2;
  list-style: none !important;
  font-size: 0;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  line-height: 0 !important;
}
.body_green .redactor_toolbar:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.body_green .redactor_box .redactor_toolbar {
  border: none;
}
.body_green .redactor_toolbar.toolbar_fixed_box {
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
}
.body_green body .redactor_air .redactor_toolbar {
  padding-right: 2px !important;
}
.body_green .redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 1px 0 3px 1px;
  outline: none;
  list-style: none !important;
}
.body_green .redactor_toolbar li.redactor_separator {
  float: left;
  margin: 0 2px 0 3px !important;
  padding: 0;
  height: 29px;
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #d8d8d8;
}
.body_green .redactor_toolbar li a {
  display: block;
  width: 25px;
  height: 25px;
  outline: none;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  zoom: 1;
  *border: 1px solid #eee;
}
.body_green .redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important;
}
.body_green .redactor_toolbar li a {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
  background-size: auto 25px;
  background-position: 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .body_green .redactor_toolbar li a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
    background-size: auto 25px;
  }
}
.body_green .redactor_toolbar li a:hover {
  outline: none;
  border-color: #e1e1e1;
  background-color: #eaeaea;
}
.body_green .redactor_toolbar li a:active,
.body_green .redactor_toolbar li a.redactor_act {
  outline: none;
  border-color: #eaeaea;
  background-color: #e1e1e1;
  background-image: url("/_webblocks/images/icons/redactor_icons.png");
  background-size: auto 25px;
}
.body_green .redactor_button_disabled {
  opacity: .3;
}
.body_green .redactor_button_disabled:hover {
  outline: none;
  border-color: transparent !important;
  background-color: transparent !important;
  cursor: default;
}
.body_green body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px;
}
.body_green body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px;
}
.body_green body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px;
}
.body_green body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px;
}
.body_green body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px;
}
.body_green body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px;
}
.body_green body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px;
}
.body_green body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -150px;
}
.body_green body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -175px;
}
.body_green body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px;
}
.body_green body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px;
}
.body_green body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px;
}
.body_green body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px;
}
.body_green body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px;
}
.body_green body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px;
}
.body_green body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px;
}
.body_green body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px;
}
.body_green body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px;
}
.body_green body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px;
}
.body_green body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px;
}
.body_green body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -475px;
}
.body_green body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px;
}
.body_green body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px;
}
.body_green body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px;
}
.body_green body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px;
}
.body_green body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px;
}
.body_green body .redactor_toolbar li a.redactor_btn_fontfamily {
  background-position: -650px;
}
.body_green body .redactor_toolbar li a.redactor_btn_fontsize {
  background-position: -675px;
}
.body_green body .redactor_toolbar li a.redactor_btn_direction {
  background-position: -700px;
}
.body_green body .redactor_toolbar li a.redactor_btn_lists {
  background-position: -725px;
}
.body_green body .redactor_toolbar li a.redactor_btn_font {
  background-position: -750px;
}
.body_green body .redactor_toolbar li a.redactor_btn_h1 {
  background-position: -775px;
}
.body_green body .redactor_toolbar li a.redactor_btn_h2 {
  background-position: -800px;
}
.body_green body .redactor_toolbar li a.redactor_btn_h3 {
  background-position: -825px;
}
.body_green body .redactor_toolbar li a.redactor_btn_quote {
  background-position: -850px;
}
.body_green body .redactor_toolbar li a.redactor_btn_pre {
  background-position: -875px;
}
.body_green .redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic;
}
.body_green .redactor_format_pre {
  font-family: monospace, sans-serif;
}
.body_green .redactor_format_h1,
.body_green .redactor_format_h2,
.body_green .redactor_format_h3,
.body_green .redactor_format_h4 {
  font-weight: bold;
}
.body_green .redactor_format_h1 {
  font-size: 30px;
  line-height: 36px;
}
.body_green .redactor_format_h2 {
  font-size: 24px;
  line-height: 36px;
}
.body_green .redactor_format_h3 {
  font-size: 20px;
  line-height: 30px;
}
.body_green .redactor_format_h4 {
  font-size: 16px;
  line-height: 26px;
}
.body_green .redactor_dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2004;
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 4px #ccc;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 21px;
}
.body_green .redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
}
.body_green .redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #000;
  text-decoration: none;
}
.body_green .redactor_dropdown a:hover {
  background-color: #eaeaea;
  color: #444 !important;
  text-decoration: none;
}
.body_green .redactor_color_link {
  float: left !important;
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset !important;
  font-size: 0;
}
.body_green .redactor_color_none {
  display: block;
  clear: both;
  padding: 4px 0 !important;
  font-size: 11px;
  line-height: 1;
}
.body_green #redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #333 !important;
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.body_green #redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50001;
  padding: 0;
  border-radius: 3px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#e2e2e2));
  background: -webkit-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -o-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -ms-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: linear-gradient(to bottom,#f7f7f7 0%,#e2e2e2 100%);
  box-shadow: 0px 5px 60px #000;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px !important;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#e2e2e2',GradientType=0);
}
.body_green #redactor_modal header {
  padding: 11px 30px 0 15px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 12px;
}
.body_green #redactor_modal section {
  padding: 20px 30px;
}
.body_green #redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  color: #777;
  font-size: 20px;
  cursor: pointer;
}
.body_green #redactor_modal_close:hover {
  color: #000;
}
.body_green #redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}
.body_green #redactor_modal textarea {
  display: block;
  margin-top: 4px;
}
.body_green .redactor_input {
  width: 99%;
  font-size: 14px;
}
.body_green .redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
}
.body_green #redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
  background: #fff;
  border: solid 1px #cbcbcb;
  padding: 15px;
}
.body_green #redactor_image_box img {
  margin: 5px 5px 0px 0px;
  max-width: 100px;
  cursor: pointer;
  padding: 5px;
  border: dashed 1px #cbcbcb;
}
.body_green #redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px;
}
.body_green #redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer;
}
.body_green #redactor_tabs {
  padding: 0px;
  padding-bottom: 15px;
}
.body_green #redactor_tabs a {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
.body_green #redactor_tabs a:hover,
.body_green #redactor_tabs a.redactor_tabs_act {
  padding: 5px 15px;
  border: none;
  background-color: #ddd;
  box-shadow: 0 1px 2px rgba(0,0,0,0.4) inset;
  color: #777 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 #eee;
}
.body_green #redactor_modal footer {
  padding-top: 15px;
  border-radius: 0 0 3px 3px;
  text-align: right;
}
.body_green #redactor_modal input[type="radio"],
.body_green #redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
.body_green #redactor_modal input[type="text"],
.body_green #redactor_modal input[type="password"],
.body_green #redactor_modal input[type="email"],
.body_green #redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1px 2px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
  color: #333;
  font-size: 13px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  line-height: 1;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
.body_green #redactor_modal textarea {
  line-height: 1.4em;
}
.body_green #redactor_modal input:focus,
.body_green #redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70,161,231,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_green .redactor_modal_btn {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding: 6px 16px 5px 16px;
  outline: none;
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -ms-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e1e1e1));
  background-image: -webkit-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -o-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: linear-gradient(top,#ffffff,#e1e1e1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  color: #000;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0px #ffffff;
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e1e1e1',GradientType=0);
  cursor: pointer;
}
.body_green .redactor_modal_btn:hover {
  color: #555;
}
.body_green .redactor_modal_btn:hover {
  background: none;
  background: #f3f3f3;
  text-decoration: none;
  text-shadow: 0 1px 0px rgba(255,255,255,0.8);
  filter: none;
}
.body_green .redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}
.body_green .redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 100%;
  border: 2px dashed #bbb;
  background-color: #fff;
  text-align: center;
}
.body_green .redactor_droparea .redactor_dropareabox,
.body_green .redactor_dropalternative {
  color: #555;
  font-size: 12px;
}
.body_green .redactor_dropalternative {
  margin: 4px 0 2px 0;
}
.body_green .redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8;
}
.body_green .redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5;
}
.body_green .redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee;
}
.body_green .redactor-progress {
  height: 12px;
  overflow: hidden;
  background-color: #f4f4f4;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  margin-bottom: 1.5em;
}
.body_green .redactor-progress .redactor-progress-bar {
  top: 1px;
  left: 1px;
  position: relative;
  background-color: #55aaff;
  width: 0;
  height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.body_green .redactor-progress-striped .redactor-progress-bar {
  background-image: url('data:image/gif;base64,R0lGODlhIAAQAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODE3QTgyOEM0MzAwRkUyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NEY2MUMyQTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NEY2MUMyOTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQoAAQAsAAAAACAAEAAAAiwMjqkQ7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYwNqctwD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsHsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIx/oMsNCKNxdMk7K8VXbx55DhiKDAmZJ5qoFhu4LysrcFzf9QPvet4D0igFACH5BAkKAAEALAAAAAAgABAAAAIsjI8Hy+2QYnyUyWtqxVdvnngUGIoOiZgnmqkWG7gvKy9wXN81BO963gPSGAUAIfkECQoAAQAsAAAAACAAEAAAAixEjqkB7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYQdqctxD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsDsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIR/ocsdCKNxdMk7K8VXbx55DhiKDAmZJ5qoFgu4LysrcFzf9QPvet4D0igFACH5BAUKAAEALAAAAAAgABAAAAIshI8Xy+2RYnyUyWtqxVdvnngUGIoOiZgnmqkWC7gvKy9wXN81BO963gPSGAUAOw==');
}
.body_green .redactor-progress-striped .redactor-progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCQTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkRFQUIzNjlDMkUxMUUwOUFFQ0M4MEYwM0YzNUE2RCI+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z3JhZGllbnQ8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCODlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRTE5QjlCOTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq477Q0AAAD2SURBVHjaxFIxDsIwDLRF/1AmRp7AM9iYWHkD76AP6h9Qi1SGfqAMqGJg6XA4jts0RUwZiKLEsZ3L+Rwmoi0lDC6Ky4rAMuGO5DY5iuWH93oDegMuK8QA7JIYCMDpvwDDMBzNHCGtONYq2enjHKYLMObCp7dtu/+FDppDgyJpTemsrm/9l7L2ku4aUy4BTEmKR1hmVXV9OjfsqlqC7irAhBKxDnmOQdPc+ynKMXdenEELAFmzrnu8RoK6jpRhHkGJmFgdXmsByNf5Wx+fJPbigEI3OKrB77Bfy2VZzppqC0IfAtlIAusC9CNtUn/iIRXgnALwEWAA/+5+ZNOapmcAAAAASUVORK5CYII=');
}
.body_green .redactor_module_item {
  background-color: #E2E2E2;
  margin: 10px 0px;
  padding: 0px 10px;
}
.body_green .redactor_module_item p {
  font-weight: bold;
  padding: 10px 0px;
  margin: 0px;
}
.body_green .schedule-wrapper {
  overflow-x: scroll !important;
  min-width: 1200px;
}
.body_green table.schedule th,
.body_green table.schedule td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.1em 0.3em;
}
.body_green table.schedule tr:hover td.open {
  background-color: #FFB;
}
.body_green table.schedule td {
  border: 1px solid #DFDFDF;
}
.body_green table.schedule td.open {
  background-color: #EFEFEF;
  color: #BFBFBF;
}
.body_green table.schedule td.locked {
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_green table.schedule td.selected {
  background-color: #D9E6C3;
  color: #77AB13;
}
.body_green table.schedule td.first {
  margin-left: 300px;
}
.body_green .slicknav_menu {
  padding: 0 !important;
  background: #419c59 !important;
}
.body_green .slicknav_menu a.slicknav_btn {
  display: none;
}
.body_green .slicknav_menu nav.slicknav_nav ul {
  margin: 0 !important;
}
.body_green .slicknav_menu nav.slicknav_nav ul li.slicknav_txtnode {
  padding: 15px 20px;
  margin-left: 0;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .slicknav_menu nav.slicknav_nav ul li.slicknav_txtnode:hover {
  background: #f4f4f4 !important;
  color: #419c59 !important;
}
.body_green .slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.body_green .slicknav_menu  .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.body_green .slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.body_green .slicknav_menu .slicknav_no-text {
  margin: 0;
}
.body_green .slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.body_green .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.body_green .slicknav_nav {
  clear: both;
}
.body_green .slicknav_nav ul,
.body_green .slicknav_nav li {
  display: block;
}
.body_green .slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.body_green .slicknav_nav .slicknav_item {
  cursor: pointer;
}
.body_green .slicknav_nav .slicknav_row {
  display: block;
}
.body_green .slicknav_nav a {
  display: block;
}
.body_green .slicknav_nav .slicknav_item a,
.body_green .slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.body_green .slicknav_menu:before,
.body_green .slicknav_menu:after {
  content: " ";
  display: table;
}
.body_green .slicknav_menu:after {
  clear: both;
}
.body_green .slicknav_menu {
  *zoom: 1;
}
.body_green .slicknav_menu {
  font-size: 16px;
}
.body_green .slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222222;
}
.body_green .slicknav_menu  .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.body_green .slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.body_green .slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}
.body_green .slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.body_green .slicknav_nav,
.body_green .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.body_green .slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.body_green .slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.body_green .slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.body_green .slicknav_nav .slicknav_item a,
.body_green .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.body_green .slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.body_green .slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.body_green .slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.body_green .table-topbar {
  margin-bottom: 20px;
}
.body_green .table-topbar .cms_table_page_nav {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  margin: 10px 5px 5px 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #8A8A8A;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .table-topbar .cms_table_page_nav:hover {
  background: #fbfbfb;
}
.body_green .table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #419c59;
  color: #fff;
  text-shadow: ;
}
.body_green .table-topbar .cms_table_page_nav_selected:hover {
  background: #419c59;
}
.body_green .table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 200px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .table-topbar .cms_table_search_box:focus {
  width: 300px;
}
.body_green .table-topbar .btn {
  margin: 0px;
}
.body_green .cms_table_add {
  margin: 0 0 20px 20px;
  background: #FC913A;
}
.body_green .domain_special_table {
  width: 100%;
}
.body_green .domain_special_table tr {
  border: solid 2px #cbcbcb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.body_green .domain_special_table tr td {
  padding: 10px;
  color: #419c59;
  border-left: solid 1px #cbcbcb;
}
.body_green .domain_special_table tr td:first-child {
  border: none;
}
.body_green .domain_special_table tr:nth-child(2n) {
  background-color: #eaeaea;
}
.body_green .domain_special_table_toppbar {
  padding: 10px;
  background-color: #8A8A8A;
}
.body_green .domain_special_table_toppbar input[type="text"] {
  background-color: #fff;
  width: 100%;
}
.body_green .domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
.body_green #tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.body_green #tiptip_holder.tip_top {
  padding-bottom: 5px;
}
.body_green #tiptip_holder.tip_bottom {
  padding-top: 5px;
}
.body_green #tiptip_holder.tip_right {
  padding-left: 5px;
}
.body_green #tiptip_holder.tip_left {
  padding-right: 5px;
}
.body_green #tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
.body_green #tiptip_arrow,
.body_green #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
.body_green #tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
.body_green #tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
.body_green #tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
.body_green #tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
.body_green #tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
.body_green #tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
.body_green #tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
.body_green #tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .body_green #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  .body_green #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  .body_green #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
.body_green #users_systypes_rights_list ul {
  list-style-type: none;
}
.body_green #users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_green #users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_green #users_systypes_rights_list ul li .padding {
  border: solid 1px #cbcbcb;
  padding: 8px;
  background-color: #f9f9f9;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green #users_systypes_rights_list ul li ul li {
  margin-bottom: 0px;
}
.body_green #users_systypes_rights_list ul li ul li .padding {
  background-color: #f2f2f2;
  border-top: none;
}
.body_green #users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #eaeaea;
}
.body_green #users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #e2e2e2;
}
.body_green #users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #dbdbdb;
}
.body_green #users_systypes_rights_list ul .users_rights_has_more_data {
  cursor: pointer;
}
.body_green #users_systypes_rights_list ul .users_rights_has_no_more_data {
  cursor: default;
}
.body_green header {
  width: 100%;
  height: 75px;
  display: block;
  background-color: #419c59;
  z-index: 1000001;
  position: relative;
}
.body_green header .logo {
  line-height: 75px;
}
.body_green header .logo a {
  display: inline-block;
}
.body_green header .logo a img {
  vertical-align: middle;
}
.body_green header .logo a.menu_toggler {
  margin-right: 25px;
}
.body_green header .logo a.menu_toggler i {
  color: #fff;
  font-size: 30px;
  padding: 0 25px;
  vertical-align: middle;
}
.body_green header .logo a.menu_toggler:focus {
  outline: 0;
}
.body_green header .logo a.menu_toggler:hover {
  background: #fff;
}
.body_green header .logo a.menu_toggler:hover i {
  color: #419c59;
}
.body_green header ul {
  list-style: none;
  height: 75px;
  margin: 0;
}
.body_green header ul li {
  float: left;
  height: inherit;
  padding: 0 20px;
  display: block;
  line-height: 75px;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  border-right: 2px solid #7bc88f;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green header ul li i {
  font-size: 20px !important;
}
.body_green header ul li:hover {
  background-color: #7bc88f;
  cursor: pointer;
}
.body_green header ul li .notification_badge_wrap {
  position: absolute;
  z-index: 6;
  margin-top: -57px;
  margin-left: 10px;
}
.body_green header ul li .notification_badge_wrap .notification_badge {
  position: relative;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  background-color: #ff6b6b;
  text-align: center;
  -webkit-font-smoothing: initial;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.body_green header ul li .notification_badge_wrap .notification_badge span {
  position: absolute;
  line-height: 20px;
  width: 18px;
  margin-left: -9px;
  margin-top: 1px;
}
.body_green h1,
.body_green .h1,
.body_green h2,
.body_green .h2,
.body_green h3,
.body_green .h3,
.body_green h4,
.body_green .h4 {
  -webkit-font-smoothing: antialiased;
}
.body_green h1,
.body_green .h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: ;
  text-transform: uppercase;
  font-weight: normal;
}
.body_green h2,
.body_green .h2 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
  line-height: 1.1;
  font-size: 2.25em;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: ;
  text-transform: uppercase;
  font-weight: normal;
  color: #5E6B7B;
}
.body_green h3,
.body_green .h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #5E6B7B;
  font-weight: bold;
  text-transform: uppercase;
}
.body_green a {
  color: #5E6B7B;
}
.body_green .mb0 {
  margin-bottom: 0 !important;
}
.body_green i.fa-small {
  font-size: 18px !important;
}
.body_green .btn1 {
  padding: 0 15px;
  line-height: 45px;
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .btn1.orange {
  background-color: #ff9900;
  color: #fff;
}
.body_green .btn1.orange:hover {
  background-color: #cc7a00;
}
.body_green .theme {
  width: 100%;
  min-height: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.body_green #tools-progress,
.body_green .tools-progress {
  position: static;
  height: 50px;
  width: 100%;
  background: #869C5E;
}
.body_green #tools-progress.small,
.body_green .tools-progress.small {
  height: 23px;
}
.body_green #tools-progress.intable,
.body_green .tools-progress.intable {
  width: 75% !important;
  float: right;
}
.body_green #tools-progress span,
.body_green .tools-progress span {
  background: #A0C55F;
  width: 0px;
  -webkit-transition: 3s all ease;
  -moz-transition: 3s all ease;
  -ms-transition: 3s all ease;
  -o-transition: 3s all ease;
  height: 100%;
  display: block;
  padding-top: 2px;
  padding-left: 5px;
  color: #ffffff;
  font-weight: bold;
}
.body_green #tools-progress div.tools-progress-values,
.body_green .tools-progress div.tools-progress-values {
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  margin-top: -23px;
}
.body_green #tools-progress div.tools-progress-values div,
.body_green .tools-progress div.tools-progress-values div {
  height: 23px;
  line-height: 23px;
  display: inline-block;
}
.body_green .slicknav_menu {
  display: none;
}
.body_green nav.main-menu ul {
  margin-left: 0;
  margin-bottom: 40px;
}
.body_green nav.main-menu ul li {
  background-color: #f4f4f4;
  line-height: 50px;
  width: 12.5%;
  border-right: 2px solid #fff;
  padding: 0 10px 0 25px;
  color: #bebebe;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green nav.main-menu ul li:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/_webblocks/images/icon/custom_chevron_right.png');
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -10px;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green nav.main-menu ul li.active {
  background-color: #419c59;
  color: #fff;
}
.body_green nav.main-menu ul li.active:after {
  background: url('/_webblocks/images/icon/custom_chevron_right_hover.png');
}
.body_green nav.main-menu ul li.selected,
.body_green nav.main-menu ul li:hover {
  background-color: #419c59;
  color: #fff;
}
.body_green nav.main-menu ul li.selected:after,
.body_green nav.main-menu ul li:hover:after {
  background: url('/_webblocks/images/icon/custom_chevron_right_hover.png');
}
.body_green nav.main-menu ul li:last-child {
  border-right: 0;
}
.body_green nav.main-menu ul li:last-child:after {
  display: none;
}
.body_green .tabs {
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 50px;
}
.body_green .tabs ul {
  margin: 0;
  list-style: none;
  float: right;
}
.body_green .tabs ul li {
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}
.body_green .tabs ul li:last-child {
  margin-right: 0;
}
.body_green .tabs ul li div {
  min-width: 200px;
  padding: 0 20px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  background: #f4f4f4;
  color: #419c59;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .tabs ul li div.selected,
.body_green .tabs ul li div:hover {
  background: #5E6B7B;
  color: #fff;
}
.body_green #framework_tabcontent .row {
  background-color: transparent;
}
.body_green #framework_tabcontent .row .box .inner {
  border: 0;
}
.body_green #framework_tabcontent .row .box .inner .title {
  height: 75px;
  line-height: 75px;
  background-color: #5E6B7B;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
.body_green #framework_tabcontent .row .box .inner .title i.fa {
  margin-right: 10px;
}
.body_green #framework_tabcontent .row .box .inner .table_container {
  max-width: 100%;
  overflow-x: scroll;
}
.body_green #framework_tabcontent .row .box .inner form input[type="text"] {
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.body_green #framework_tabcontent .row .box .inner form button {
  height: 40px;
  vertical-align: bottom;
  width: 40px;
  text-align: center;
  background: #ff9900;
  border: 0;
  display: inline-block;
  margin-left: -4px;
}
.body_green #framework_tabcontent .row .box .inner form button i {
  color: #fff;
  margin-right: 0;
  font-size: 16px;
  float: none;
}
.body_green #framework_tabcontent .row .box .inner form select {
  margin-left: 20px;
}
.body_green #framework_tabcontent .row .box .inner form label {
  line-height: 40px;
  float: left;
}
.body_green .content .row .box .inner .title {
  height: 75px;
  line-height: 75px;
  background-color: #5E6B7B;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
.body_green .content .row .box .inner .title i.fa {
  margin-right: 10px;
}
.body_green .content .row .box .inner .boxcontent {
  background-color: #f4f4f4;
  padding: 40px;
}
.body_green .content .row .box .inner .boxcontent i.fa:not(.green):not(.yellow):not(.red):not(.orange):not(.gray) {
  float: left;
  margin-right: 20px;
  font-size: 22px;
  color: #5E6B7B;
}
.body_green .content .row .box .inner .boxcontent ul.list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.body_green .content .row .box .inner .boxcontent ul.list.blocks-2 li:nth-of-type(2n-1) {
  font-weight: bold;
}
.body_green .content .row .box .inner .boxcontent ul.list li {
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 23px;
}
.body_green .content .row .box .inner .boxcontent ul.list li:first-child,
.body_green .content .row .box .inner .boxcontent ul.list li:nth-of-type(2) {
  margin-top: 0;
}
.body_green .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3n) {
  font-weight: bold;
  padding-left: 25px;
}
.body_green .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3) {
  margin-top: 0;
}
.body_green .content .row .box .inner .boxcontent .tools-progress {
  background: #bebebe;
}
.body_green .content .progression {
  margin-bottom: 50px;
}
.body_green .content .progression .inner {
  padding: 0 20px;
}
.body_green .content .progression .inner .title h2 {
  line-height: 75px;
}
.body_green .content .progression .inner .title i.fa {
  float: left;
  font-size: 22px;
  margin-right: 20px;
  color: #5E6B7B;
  line-height: 75px;
}
.body_green .loginbg {
  background-size: cover;
  background-position: center;
  background-image: url('/_webblocks/images/bg2.jpg');
}
.body_green .logincontent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}
.body_green .logincontent .row {
  width: 100%;
}
.body_green .logincontent .row .box {
  max-width: 500px;
  margin: 0 auto;
}
.body_green .logincontent .row .box .inner {
  background: #f4f4f4;
}
.body_green .logincontent .row .box .inner .title {
  padding: 15px 20px;
  background: #419c59;
  line-height: 40px;
  color: #fff;
}
.body_green .logincontent .row .box .inner .title img {
  max-height: 40px;
}
.body_green .logincontent .row .box .inner .boxcontent {
  padding: 20px;
}
.body_green .logincontent .row .box .inner > form {
  padding: 0 20px;
}
.body_green .logincontent .row .box .inner > form input[type="text"],
.body_green .logincontent .row .box .inner > form input[type="password"] {
  padding: 0 10px;
}
.body_green .logincontent .row .box .inner > form input[type="submit"] {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .notification_center {
  max-width: 400px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 1000000;
  background: rgba(65,156,89,0.95);
  overflow-y: scroll;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.body_green .notification_center.active {
  right: 0;
}
.body_green .notification_center h2 {
  margin-top: 75px;
  color: #fff;
  padding: 25px;
  display: block;
  margin-bottom: 0;
}
.body_green .notification_center section .notification_category {
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 0 25px;
  background: #404a54;
}
.body_green .notification_center section .notification_category i {
  margin-right: 20px;
}
.body_green .notification_center section .notification_item {
  border-bottom: 1px solid #5f5f5f;
  padding: 20px 25px;
}
.body_green .notification_center section .notification_item span {
  color: #fff;
}
.body_green .notification_center section .notification_item span.n_time {
  margin-left: 10px;
  font-size: 12px;
}
.body_green .notification_center section .notification_item span.n_step {
  color: #bebebe;
}
.body_green .notification_center section .notification_item span.n_description {
  -webkit-font-smoothing: antialiased;
}
.body_green .show_500 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .body_green nav.main-menu ul li {
    font-size: 12px;
    padding: 0 10 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .body_green .slicknav_menu {
    display: block;
  }
  .body_green header .unit-50 {
    width: 80% !important;
    float: left !important;
  }
  .body_green header .unit-50.logo {
    width: 20% !important;
    float: left !important;
  }
  .body_green header .unit-50.logo .logo_image {
    display: none;
  }
  .body_green header .unit-50 ul {
    float: right !important;
  }
  .body_green nav.main-menu ul li {
    width: 100%;
  }
  .body_green nav.main-menu ul li:after {
    display: none;
  }
  .body_green .tabs ul li {
    float: left !important;
  }
  .body_green .tabs ul li div {
    min-width: 0px !important;
  }
  .body_green .content .row {
    background-color: #f4f4f4;
  }
  .body_green .content .row .box .inner .boxcontent {
    padding: 30px;
  }
  .body_green .content .row .box .inner .boxcontent .unit-50 {
    margin-bottom: 0 !important;
  }
  .body_green .content .row .box .inner .boxcontent .unit-50:last-child ul {
    margin-top: 0;
  }
  .body_green .content .row .box .inner .boxcontent ul.list.blocks-2 li {
    float: left !important;
    width: 47% !important;
  }
  .body_green .content .row .box .inner .boxcontent ul.list.blocks-3 {
    margin-bottom: 0 !important;
  }
  .body_green .content .row .box .inner .boxcontent ul.list.blocks-3 li {
    margin-top: 0 !important;
  }
  .body_green .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3n) {
    margin-top: 0 !important;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .body_green #framework_tabcontent .row .box .inner .boxcontent .unit-50 {
    text-align: center;
  }
  .body_green #framework_tabcontent .row .box .inner .boxcontent .unit-50 label {
    float: none;
    margin-top: 20px;
  }
  .body_green #framework_tabcontent .row .box .inner .boxcontent .unit-50:first-child {
    margin-bottom: 20px;
  }
  .body_green .logincontent .row {
    background: none;
  }
  .body_green .logincontent .row .box .inner .title img {
    float: right !important;
  }
}
@media only screen and (max-width: 500px) {
  .body_green .show_500 {
    display: block;
  }
  .body_green .hide_500 {
    display: none;
  }
  .body_green .logincontent .row .box .inner .title {
    line-height: 30px;
  }
  .body_green .logincontent .row .box .inner .title img {
    max-height: 30px;
  }
}
.body_green .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.body_green .cms_table td {
  margin: 0;
  height: 40px;
  font-size: 13px;
}
.body_green .cms_table td:first-child {
  padding-left: 20px;
}
.body_green .cms_table td:last-child {
  padding-right: 20px;
}
.body_green .cms_table thead tr td {
  border: 0;
  background: #419c59;
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_green .cms_table thead tr td.orderdby {
  background-color: #bebebe;
}
.body_green .cms_table thead tr td.sortable {
  cursor: pointer;
}
.body_green .cms_table thead tr td.sortable:hover {
  background-color: #bebebe;
}
.body_green .cms_table thead tr td.orderasc {
  background: #bebebe url('/_webblocks/images/orderdown.png') center right no-repeat;
}
.body_green .cms_table thead tr td.orderdesc {
  background: #bebebe url('/_webblocks/images/orderup.png') center right no-repeat;
}
.body_green .cms_table tbody tr {
  background-color: #fff;
}
.body_green .cms_table tbody tr:nth-of-type(even) {
  background-color: #f4f4f4;
}
.body_green .cms_table tbody tr:hover {
  background-color: #E6E9EC !important;
}
.body_green .cms_table tbody tr td {
  border: 0;
  color: #419c59;
}
.body_green .cms_table tbody tr td a {
  text-decoration: none;
}
.body_green .cms_table tbody tr td i {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_green .cms_table tbody tr .cont-move {
  cursor: s-resize;
}
.body_yellow .article_add form {
  padding: 0px;
}
.body_yellow .article_add form .twothird input[type="text"],
.body_yellow .article_add form .twothird textarea {
  width: 100%;
  margin: 0 0 10px 0;
}
.body_yellow .article_add form .twothird textarea {
  min-height: 100px;
}
.body_yellow .article_add form .twothird .redactor_box {
  margin-bottom: 10px;
}
.body_yellow .article_add form .categories {
  width: 100%;
  border: solid 1px #cbcbcb;
  background-color: #eaeaea;
  padding: 15px;
  margin: 25px 0 0px 0px;
}
.body_yellow .article_add form .categories label {
  width: auto;
}
.body_yellow .article_add form .categories span {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.body_yellow .article_add .redactor_box {
  width: 100%;
}
.body_yellow #build_system_section {
  background-color: #EEE;
  border: 1px solid #DDD;
  padding: 5px;
}
.body_yellow #build_system_section h2 {
  margin-top: 4px;
}
.body_yellow #build_system_output {
  padding: 0;
}
.body_yellow #build_system_output_iframe {
  margin: 0;
  border: 0;
  width: 600px;
  height: 600px;
}
.body_yellow #build_system_domain_list {
  height: 470px;
  overflow: auto;
  background-color: #1C1C1C;
  border: 2px solid #DDD;
  color: #DDD;
}
.body_yellow .build_system_domain_item {
  padding: 5px;
  margin-bottom: 2px;
  border-bottom: 1px solid #666;
}
.body_yellow .build_system_domain_message {
  display: inline;
  float: right;
  margin-left: 5px;
  padding: 1px 4px;
  border-radius: 5px;
  width: 300px;
}
.body_yellow .build_system_domain_message_info {
  background-color: #72ACDC;
  color: #FFF;
}
.body_yellow .build_system_domain_message_error {
  background-color: #500000;
  color: #FFF;
}
.body_yellow .build_system_domain_message_unsupported {
  background-color: #666;
  color: #BBB;
}
.body_yellow .build_system_domain_modified_files {
  display: block;
  clear: both;
  margin-top: 7px;
  overflow: auto;
  height: auto;
  padding: 3px;
}
.body_yellow .build_system_domain {
  color: #FFF;
  margin: 10px auto;
  border: 2px solid #000;
  padding: 0;
  width: 95%;
}
.body_yellow .build_system_domain_title {
  text-align: center;
  background-color: #EEE;
  color: #000;
  font-weight: bold;
  padding: 2px;
}
.body_yellow .build_system_domain_content {
  padding: 5px;
  word-wrap: break-word;
  min-height: 300px;
}
.body_yellow #build_system_btn_go {
  font-size: 5em;
  padding: 20px;
  color: #FFF;
  height: auto !important;
}
.body_yellow .build_system_inprogress {
  background-color: #DDD;
  color: #000;
}
.body_yellow .build_system_success {
  background-color: #38B632;
  color: #FFF;
}
.body_yellow .build_system_error {
  background-color: #790F0F;
  color: #FFF;
}
.body_yellow .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 100%;
}
.body_yellow .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #acacac;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.body_yellow .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.body_yellow .chosen-container a {
  cursor: pointer;
}
.body_yellow .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 2px solid #acacac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0,0,0,0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 36px;
}
.body_yellow .chosen-container-single .chosen-default {
  color: #383838;
}
.body_yellow .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #383838;
}
.body_yellow .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
  color: #eaeaea;
}
.body_yellow .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/_webblocks/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.body_yellow .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.body_yellow .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.body_yellow .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.body_yellow .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 0px 9px;
}
.body_yellow .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.body_yellow .chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #acacac;
  background: white url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
.body_yellow .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.body_yellow .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.body_yellow .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.body_yellow .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.body_yellow .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.body_yellow .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.body_yellow .chosen-container .chosen-results li.highlighted {
  background-color: #f19b3f;
  color: #fff;
}
.body_yellow .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.body_yellow .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.body_yellow .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.body_yellow .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.body_yellow .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  min-height: 40px;
  border: 2px solid #acacac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  cursor: text;
  line-height: 38px;
}
.body_yellow .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  height: 30px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #8A8A8A;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-field .default {
  color: #383838;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  background-color: #f19b3f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 23px;
  cursor: default;
  border: solid 1px #ec8211;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 14px;
  height: 14px;
  content: "string";
  color: #fff;
  line-height: 20px;
  padding: 0px 5px;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: "x";
  line-height: 22px;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 2px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  color: #666;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.body_yellow .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.body_yellow .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.body_yellow .chosen-container-active .chosen-single {
  border: 2px solid #f19b3f;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_yellow .chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #acacac;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  color: #eaeaea;
  box-shadow: 0 1px 0 #fff inset;
}
.body_yellow .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.body_yellow .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 9px;
}
.body_yellow .chosen-container-active .chosen-choices {
  border: 2px solid #f19b3f;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_yellow .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.body_yellow .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.body_yellow .chosen-disabled .chosen-single {
  cursor: default;
}
.body_yellow .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.body_yellow .chosen-rtl {
  text-align: right;
}
.body_yellow .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.body_yellow .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.body_yellow .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.body_yellow .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.body_yellow .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.body_yellow .chosen-rtl .chosen-choices li {
  float: right;
}
.body_yellow .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.body_yellow .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.body_yellow .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.body_yellow .chosen-rtl.chosen-container-single-nosearch .chosen-search,
.body_yellow .chosen-rtl .chosen-drop {
  left: 9999px;
}
.body_yellow .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.body_yellow .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.body_yellow .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.body_yellow .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('/_webblocks/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  direction: rtl;
}
.body_yellow .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 9px;
}
.body_yellow .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 144dpi) {
  .body_yellow .chosen-rtl .chosen-search input[type="text"],
  .body_yellow .chosen-container-single .chosen-single abbr,
  .body_yellow .chosen-container-single .chosen-single div b,
  .body_yellow .chosen-container-single .chosen-search input[type="text"],
  .body_yellow .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .body_yellow .chosen-container .chosen-results-scroll-down span,
  .body_yellow .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.body_yellow .col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #e1e1e1;
  color: #fff;
  border: solid 2px;
}
.body_yellow .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_yellow .col_mess_error {
  border-color: #ff6b6b;
  background: #ffd1d1;
}
.body_yellow .col_mess_notification {
  background: #acd373;
  border-color: #7baa36;
}
.body_yellow #colorbox,
.body_yellow #cboxOverlay,
.body_yellow #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.body_yellow #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
.body_yellow #cboxMiddleLeft,
.body_yellow #cboxBottomLeft {
  clear: left;
}
.body_yellow #cboxContent {
  position: relative;
}
.body_yellow #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.body_yellow #cboxTitle {
  margin: 0;
}
.body_yellow #cboxLoadingOverlay,
.body_yellow #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body_yellow #cboxPrevious,
.body_yellow #cboxNext,
.body_yellow #cboxClose,
.body_yellow #cboxSlideshow {
  cursor: pointer;
}
.body_yellow .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.body_yellow .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.body_yellow #colorbox,
.body_yellow #cboxContent,
.body_yellow #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.body_yellow #cboxOverlay {
  background: #000;
}
.body_yellow #colorbox {
  outline: 0;
}
.body_yellow #cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.body_yellow .cboxIframe {
  background: #fff;
}
.body_yellow #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.body_yellow #cboxLoadedContent {
  background: #000;
  padding: 1px;
}
.body_yellow #cboxLoadingGraphic {
  background: url(/_webblocks/images/icons/colorbox_loading.gif) no-repeat center center;
}
.body_yellow #cboxLoadingOverlay {
  background: #000;
}
.body_yellow #cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #FFF;
}
.body_yellow #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
.body_yellow #cboxPrevious,
.body_yellow #cboxNext,
.body_yellow #cboxSlideshow,
.body_yellow #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/_webblocks/images/icons/colorbox_controls.png) no-repeat 0 0;
}
.body_yellow #cboxPrevious:active,
.body_yellow #cboxNext:active,
.body_yellow #cboxSlideshow:active,
.body_yellow #cboxClose:active {
  outline: 0;
}
.body_yellow #cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
.body_yellow #cboxPrevious:hover {
  background-position: 0px -25px;
}
.body_yellow #cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
.body_yellow #cboxNext:hover {
  background-position: -25px -25px;
}
.body_yellow #cboxClose {
  background-position: -50px 0px;
  right: 0;
}
.body_yellow #cboxClose:hover {
  background-position: -50px -25px;
}
.body_yellow .cboxSlideshow_on #cboxPrevious,
.body_yellow .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.body_yellow .cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.body_yellow .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.body_yellow .cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.body_yellow .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.body_yellow img {
  border: 0;
}
.body_yellow label {
  cursor: pointer;
}
.body_yellow .clear_left {
  clear: left;
}
.body_yellow .clear_right {
  clear: right;
}
.body_yellow .clear_both {
  clear: both;
}
.body_yellow .clear_none {
  clear: none;
}
.body_yellow .cursor_default {
  cursor: default;
}
.body_yellow .cursor_auto {
  cursor: auto;
}
.body_yellow .cursor_crosshair {
  cursor: crosshair;
}
.body_yellow .cursor_pointer {
  cursor: pointer;
}
.body_yellow .cursor_move {
  cursor: move;
}
.body_yellow .cursor_e_resize {
  cursor: e-resize;
}
.body_yellow .cursor_ne_resize {
  cursor: ne-resize;
}
.body_yellow .cursor_nw_resize {
  cursor: nw-resize;
}
.body_yellow .cursor_n_resize {
  cursor: n-resize;
}
.body_yellow .cursor_se_resize {
  cursor: se-resize;
}
.body_yellow .cursor_sw_resize {
  cursor: sw-resize;
}
.body_yellow .cursor_s_resize {
  cursor: s-resize;
}
.body_yellow .cursor_w_resize {
  cursor: w-resize;
}
.body_yellow .cursor_text {
  cursor: text;
}
.body_yellow .cursor_wait {
  cursor: wait;
}
.body_yellow .cursor_help {
  cursor: help;
}
.body_yellow .cursor_not_allowed {
  cursor: not-allowed;
}
.body_yellow .display_none {
  display: none;
}
.body_yellow .display_block {
  display: block;
}
.body_yellow .display_inline {
  display: inline;
}
.body_yellow .display_list_item {
  display: list-item;
}
.body_yellow .display_table {
  display: table;
}
.body_yellow .display_inline_table {
  display: inline-table;
}
.body_yellow .display_table_row_group {
  display: table-row-group;
}
.body_yellow .display_table_header_group {
  display: table-header-group;
}
.body_yellow .display_table_footer_group {
  display: table-footer-group;
}
.body_yellow .display_table_row {
  display: table-row;
}
.body_yellow .display_table_column_group {
  display: table-column-group;
}
.body_yellow .display_table_column {
  display: table-column;
}
.body_yellow .display_table_cell {
  display: table-cell;
}
.body_yellow .display_table_caption {
  display: table-caption;
}
.body_yellow .float_left {
  float: left;
}
.body_yellow .float_right {
  float: right;
}
.body_yellow .float_none {
  float: none;
}
.body_yellow .position_static {
  position: static;
}
.body_yellow .position_relative {
  position: relative;
}
.body_yellow .position_absolute {
  position: absolute;
}
.body_yellow .position_fixed {
  position: fixed;
}
.body_yellow .visibility_visible {
  visibility: visible;
}
.body_yellow .visibility_hidden {
  visibility: hidden;
}
.body_yellow .visibility_collapse {
  visibility: collapse;
}
.body_yellow .font_size_xx_small {
  font-size: xx-small;
}
.body_yellow .font_size_x_small {
  font-size: x-small;
}
.body_yellow .font_size_small {
  font-size: small;
}
.body_yellow .font_size_medium {
  font-size: medium;
}
.body_yellow .font_size_large {
  font-size: large;
}
.body_yellow .font_size_x_large {
  font-size: x-large;
}
.body_yellow .font_size_xx_large {
  font-size: xx-large;
}
.body_yellow .font_size_smaller {
  font-size: smaller;
}
.body_yellow .font_size_larger {
  font-size: larger;
}
.body_yellow .font_style_normal {
  font-style: normal;
}
.body_yellow .font_style_italic {
  font-style: italic;
}
.body_yellow .font_style_oblique {
  font-style: oblique;
}
.body_yellow .font_variant_normal {
  font-variant: normal;
}
.body_yellow .font_variant_small_caps {
  font-variant: small-caps;
}
.body_yellow .font_weight_normal {
  font-weight: normal;
}
.body_yellow .font_weight_bold {
  font-weight: bold;
}
.body_yellow .font_weight_bolder {
  font-weight: bolder;
}
.body_yellow .font_weight_lighter {
  font-weight: lighter;
}
.body_yellow .font_weight_100 {
  font-weight: 100;
}
.body_yellow .font_weight_200 {
  font-weight: 200;
}
.body_yellow .font_weight_300 {
  font-weight: 300;
}
.body_yellow .font_weight_400 {
  font-weight: 400;
}
.body_yellow .font_weight_500 {
  font-weight: 500;
}
.body_yellow .font_weight_600 {
  font-weight: 600;
}
.body_yellow .font_weight_700 {
  font-weight: 700;
}
.body_yellow .font_weight_800 {
  font-weight: 800;
}
.body_yellow .font_weight_900 {
  font-weight: 900;
}
.body_yellow .vertical_align_top {
  vertical-align: top;
}
.body_yellow .vertical_align_text_top {
  vertical-align: text-top;
}
.body_yellow .vertical_align_middle {
  vertical-align: middle;
}
.body_yellow .vertical_align_bottom {
  vertical-align: bottom;
}
.body_yellow .vertical_align_text_bottom {
  vertical-align: text-bottom;
}
.body_yellow .border_collapse_separate {
  border-collapse: separate;
}
.body_yellow .border_collapse_collapse {
  border-collapse: collapse;
}
.body_yellow .direction_ltr {
  direction: ltr;
}
.body_yellow .direction_rtl {
  direction: rtl;
}
.body_yellow .text_align_left {
  text-align: left;
}
.body_yellow .text_align_right {
  text-align: right;
}
.body_yellow .text_align_center {
  text-align: center;
}
.body_yellow .text_align_justify {
  text-align: justify;
}
.body_yellow .text_decoration_none {
  text-decoration: none;
}
.body_yellow .text_decoration_underline {
  text-decoration: underline;
}
.body_yellow .text_decoration_overline {
  text-decoration: overline;
}
.body_yellow .text_decoration_line_through {
  text-decoration: line-through;
}
.body_yellow .text_decoration_blink {
  text-decoration: blink;
}
.body_yellow .text_transform_none {
  text-transform: none;
}
.body_yellow .text_transform_capitalize {
  text-transform: capitalize;
}
.body_yellow .text_transform_uppercase {
  text-transform: uppercase;
}
.body_yellow .text_transform_lowercase {
  text-transform: lowercase;
}
.body_yellow .text_transform_ucfirst:first-letter {
  text-transform: uppercase;
}
.body_yellow .text_transform_lcfirst:first-letter {
  text-transform: lowercase;
}
.body_yellow .white_space_normal {
  white-space: normal;
}
.body_yellow .white_space_pre {
  white-space: pre;
}
.body_yellow .white_space_nowrap {
  white-space: nowrap;
}
.body_yellow .rights_foldout ul {
  list-style-type: none;
}
.body_yellow .rights_foldout ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_yellow .rights_foldout ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_yellow .rights_foldout ul li .padding {
  border: solid 1px #cbcbcb;
  padding: 8px;
  background-color: #f9f9f9;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .rights_foldout ul li ul li {
  margin-bottom: 0px;
}
.body_yellow .rights_foldout ul li ul li .padding {
  background-color: #f2f2f2;
  border-top: none;
}
.body_yellow .rights_foldout ul li ul li ul li .padding {
  background-color: #eaeaea;
}
.body_yellow .rights_foldout ul li ul li ul li ul li .padding {
  background-color: #e2e2e2;
}
.body_yellow .rights_foldout ul li ul li ul li ul li ul li .padding {
  background-color: #dbdbdb;
}
.body_yellow .rights_foldout ul .rights_foldout_has_more_data {
  cursor: pointer;
}
.body_yellow .filemanager .filemanager_row {
  padding: 5px;
}
.body_yellow .filemanager .filemanager_row_normal {
  background-color: #E5E5E5;
}
.body_yellow .filemanager .filemanager_row_alt {
  background-color: #E1E1E1;
}
.body_yellow .filemanager .filemanager_filename {
  display: inline;
}
.body_yellow .filemanager .filemanager_actions {
  display: inline;
  float: right;
}
.body_yellow .filemanager .filemanager_icon {
  margin: 0 auto;
  color: #215377;
  transition: color .2s;
}
.body_yellow .filemanager .filemanager_icon:hover {
  color: #378bc7;
}
.body_yellow #file_manager_controls {
  padding: 0px 20px;
  margin-bottom: 15px;
}
.body_yellow .fileupload_dropzone {
  background: #eaeaea;
  width: 100%;
  line-height: 150px;
  text-align: center;
  border: dashed 2px #cbcbcb;
  margin-top: 15px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .fileupload_dropzone:hover {
  border-color: #b2b2b2;
  background: #d1d1d1;
}
.body_yellow .fileupload_dropzone.hover {
  background: #FFB;
}
.body_yellow .fileupload_dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.body_yellow form {
  padding: 20px;
}
.body_yellow input[type="text"],
.body_yellow input[type="password"],
.body_yellow input[type="file"],
.body_yellow input[type="number"],
.body_yellow input[type="tel"],
.body_yellow input[type="email"],
.body_yellow textarea,
.body_yellow select {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: solid 1px #e1e1e1;
  width: 70%;
  font-size: 14px;
  color: #383838;
}
.body_yellow input[type="text"]:hover,
.body_yellow input[type="password"]:hover,
.body_yellow input[type="file"]:hover,
.body_yellow input[type="number"]:hover,
.body_yellow input[type="tel"]:hover,
.body_yellow input[type="email"]:hover,
.body_yellow textarea:hover,
.body_yellow select:hover {
  border-color: #acacac;
}
.body_yellow input[type="text"]:focus,
.body_yellow input[type="password"]:focus,
.body_yellow input[type="file"]:focus,
.body_yellow input[type="number"]:focus,
.body_yellow input[type="tel"]:focus,
.body_yellow input[type="email"]:focus,
.body_yellow textarea:focus,
.body_yellow select:focus {
  border-color: #f19b3f;
}
.body_yellow .boolean_holder {
  width: 69%;
}
.body_yellow textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
}
.body_yellow select,
.body_yellow x:-moz-any-link {
  height: auto;
  padding: 8px;
}
@media screen and (min-width: 0) {
  .body_yellow input[type="text"] {
    line-height: 37px;
  }
  .body_yellow input[type="password"] {
    line-height: 35px;
  }
}
.body_yellow input[type="checkbox"] {
  margin-right: 10px;
}
.body_yellow input[type="radio"] {
  cursor: pointer;
}
.body_yellow ::-webkit-input-placeholder {
  color: #8A8A8A;
}
.body_yellow :-moz-placeholder {
  color: #8A8A8A;
}
.body_yellow ::-moz-placeholder {
  color: #8A8A8A;
}
.body_yellow :-ms-input-placeholder {
  color: #8A8A8A;
}
.body_yellow label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  padding: 8px 10px !important;
}
.body_yellow .radio {
  width: auto;
}
.body_yellow .line {
  margin-bottom: 10px;
}
.body_yellow .third input[type="text"],
.body_yellow .third input[type="password"],
.body_yellow .third input[type="file"],
.body_yellow .third input[type="number"],
.body_yellow .third textarea,
.body_yellow .third select,
.body_yellow .third .chosen-container,
.body_yellow .quarter input[type="text"],
.body_yellow .quarter input[type="password"],
.body_yellow .quarter input[type="file"],
.body_yellow .quarter input[type="number"],
.body_yellow .quarter textarea,
.body_yellow .quarter select,
.body_yellow .quarter .chosen-container,
.body_yellow .tabcontent input[type="text"],
.body_yellow .tabcontent input[type="password"],
.body_yellow .tabcontent input[type="file"],
.body_yellow .tabcontent input[type="number"],
.body_yellow .tabcontent textarea,
.body_yellow .tabcontent select,
.body_yellow .tabcontent .chosen-container,
.body_yellow .redactor_tab input[type="text"],
.body_yellow .redactor_tab input[type="password"],
.body_yellow .redactor_tab input[type="file"],
.body_yellow .redactor_tab input[type="number"],
.body_yellow .redactor_tab textarea,
.body_yellow .redactor_tab select,
.body_yellow .redactor_tab .chosen-container {
  width: 100% !important;
  margin-top: 10px;
}
.body_yellow .third .tagsinput,
.body_yellow .quarter .tagsinput,
.body_yellow .tabcontent .tagsinput,
.body_yellow .redactor_tab .tagsinput {
  max-width: 100%;
}
.body_yellow .third label,
.body_yellow .third .boolean_holder,
.body_yellow .quarter label,
.body_yellow .quarter .boolean_holder,
.body_yellow .tabcontent label,
.body_yellow .tabcontent .boolean_holder,
.body_yellow .redactor_tab label,
.body_yellow .redactor_tab .boolean_holder {
  width: 100%;
  margin-bottom: 5px;
}
.body_yellow .third .cms_table_toppbar input[type="text"],
.body_yellow .quarter .cms_table_toppbar input[type="text"],
.body_yellow .tabcontent .cms_table_toppbar input[type="text"],
.body_yellow .redactor_tab .cms_table_toppbar input[type="text"] {
  width: 200px;
  margin-top: 0px;
}
.body_yellow .third .cms_table_toppbar input[type="text"]:active,
.body_yellow .third .cms_table_toppbar input[type="text"]:focus,
.body_yellow .quarter .cms_table_toppbar input[type="text"]:active,
.body_yellow .quarter .cms_table_toppbar input[type="text"]:focus,
.body_yellow .tabcontent .cms_table_toppbar input[type="text"]:active,
.body_yellow .tabcontent .cms_table_toppbar input[type="text"]:focus,
.body_yellow .redactor_tab .cms_table_toppbar input[type="text"]:active,
.body_yellow .redactor_tab .cms_table_toppbar input[type="text"]:focus {
  width: 220px;
}
.body_yellow .third .domain_image_upload,
.body_yellow .quarter .domain_image_upload,
.body_yellow .tabcontent .domain_image_upload,
.body_yellow .redactor_tab .domain_image_upload {
  width: 100%;
}
.body_yellow .third .domain_image_upload img,
.body_yellow .quarter .domain_image_upload img,
.body_yellow .tabcontent .domain_image_upload img,
.body_yellow .redactor_tab .domain_image_upload img {
  margin-top: 10px;
}
.body_yellow .third .domain_image_upload i,
.body_yellow .quarter .domain_image_upload i,
.body_yellow .tabcontent .domain_image_upload i,
.body_yellow .redactor_tab .domain_image_upload i {
  margin-top: 15px;
}
.body_yellow fieldset {
  margin-bottom: 15px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
}
.body_yellow legend {
  padding: 5px;
  font-weight: bold;
}
.body_yellow .domain_image_upload {
  width: 70%;
}
.body_yellow .domain_image_upload i {
  font-size: 25px;
  position: absolute;
  margin: 5px 0 0 -30px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #eb0000;
}
.body_yellow .domain_image_upload img {
  margin-bottom: 10px;
}
.body_yellow .redactor_boxmew {
  width: 70%;
}
.body_yellow .error input[type="text"],
.body_yellow .error input[type="password"],
.body_yellow .error input[type="file"],
.body_yellow .error input[type="number"],
.body_yellow .error textarea,
.body_yellow .error select,
.body_yellow .error .chosen-container,
.body_yellow .error .chosen-single,
.body_yellow .error .redactor_box {
  border-color: #ff6b6b;
}
.body_yellow .message {
  color: #ff6b6b;
  width: 100%;
  text-align: right;
  margin: -5px 0 10px 0px;
}
.body_yellow .half,
.body_yellow .third,
.body_yellow .quarter,
.body_yellow .twothird,
.body_yellow .threequarter {
  margin-right: 3.1914893617021276%;
  min-height: 1px;
}
.body_yellow .half:last-child,
.body_yellow .third:last-child,
.body_yellow .quarter:last-child,
.body_yellow .twothird:last-child,
.body_yellow .threequarter:last-child {
  margin-right: 0;
}
.body_yellow .quarter {
  width: 22.606382978723403%;
}
.body_yellow .third {
  width: 31.205673758865245%;
}
.body_yellow .half {
  width: 48.40425531914894%;
}
.body_yellow .threequarter {
  width: 74.20212765957446%;
}
.body_yellow .twothird {
  width: 65.60283687943262%;
}
@media only screen and (max-width: 1300px) {
  .body_yellow .half,
  .body_yellow .threequarter {
    margin: 0px 0px 40px 0px;
    width: 100%;
  }
  .body_yellow .quarter {
    width: 48.40425531914894%;
  }
  .body_yellow .half:last-child,
  .body_yellow .threequarter:last-child {
    margin-bottom: 0px;
  }
  .body_yellow .viewportmargin {
    margin: 0px 0px 40px 0px;
  }
}
.body_yellow .image_grid_img {
  display: inline;
}
.body_yellow .image_grid_img img {
  margin: 5px;
  padding: 7px;
  background-color: #EEEEEE;
  border-radius: 3px;
}
.body_yellow .image_grid_img input[type="checkbox"] {
  position: relative;
  top: 40px;
  right: 35px;
}
.body_yellow .image_grid_folder {
  display: inline;
  text-align: center;
  cursor: pointer;
}
.body_yellow .image_grid_folder span {
  position: relative;
  top: 30px;
}
.body_yellow .selected_file {
  background-color: #F00;
  font-weight: bold;
}
.body_yellow .inline_form {
  margin: 0;
  padding: 0;
  display: inline;
}
.body_yellow #import_steam form {
  margin: 0;
  padding: 0;
}
.body_yellow #import_steam .highlight {
  background-color: #FFB;
}
.body_yellow #import_steam .compare {
  background-color: #B71918;
  color: #FFFFFF !important;
}
.body_yellow #import_steam table td {
  height: 10px !important;
}
.body_yellow #import_steam .notification {
  padding: 10px 5px 10px 15px;
  background-color: #F2F2F2;
  border: 1px solid #BFBFBF;
}
.body_yellow #progressbar,
.body_yellow #steam_progressbar {
  min-width: 400px;
}
.body_yellow .ui-helper-hidden {
  display: none;
}
.body_yellow .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_yellow .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.body_yellow .ui-helper-clearfix:before,
.body_yellow .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.body_yellow .ui-helper-clearfix:after {
  clear: both;
}
.body_yellow .ui-helper-clearfix {
  min-height: 0;
}
.body_yellow .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.body_yellow .ui-front {
  z-index: 100;
}
.body_yellow .ui-state-disabled {
  cursor: default !important;
}
.body_yellow .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.body_yellow .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body_yellow .ui-resizable {
  position: relative;
}
.body_yellow .ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
}
.body_yellow .ui-resizable-disabled .ui-resizable-handle,
.body_yellow .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.body_yellow .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.body_yellow .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.body_yellow .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.body_yellow .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.body_yellow .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.body_yellow .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.body_yellow .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.body_yellow .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.body_yellow .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}
.body_yellow .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
}
.body_yellow .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.body_yellow .ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.body_yellow .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.body_yellow .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.body_yellow .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.body_yellow .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.body_yellow .ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.body_yellow .ui-button,
.body_yellow .ui-button:link,
.body_yellow .ui-button:visited,
.body_yellow .ui-button:hover,
.body_yellow .ui-button:active {
  text-decoration: none;
}
.body_yellow .ui-button-icon-only {
  width: 2.2em;
}
.body_yellow button.ui-button-icon-only {
  width: 2.4em;
}
.body_yellow .ui-button-icons-only {
  width: 3.4em;
}
.body_yellow button.ui-button-icons-only {
  width: 3.7em;
}
.body_yellow .ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.body_yellow .ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.body_yellow .ui-button-icon-only .ui-button-text,
.body_yellow .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.body_yellow .ui-button-text-icon-primary .ui-button-text,
.body_yellow .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.body_yellow .ui-button-text-icon-secondary .ui-button-text,
.body_yellow .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.body_yellow .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.body_yellow input.ui-button {
  padding: .4em 1em;
}
.body_yellow .ui-button-icon-only .ui-icon,
.body_yellow .ui-button-text-icon-primary .ui-icon,
.body_yellow .ui-button-text-icon-secondary .ui-icon,
.body_yellow .ui-button-text-icons .ui-icon,
.body_yellow .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.body_yellow .ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.body_yellow .ui-button-text-icon-primary .ui-button-icon-primary,
.body_yellow .ui-button-text-icons .ui-button-icon-primary,
.body_yellow .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.body_yellow .ui-button-text-icon-secondary .ui-button-icon-secondary,
.body_yellow .ui-button-text-icons .ui-button-icon-secondary,
.body_yellow .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.body_yellow .ui-buttonset {
  margin-right: 7px;
}
.body_yellow .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
.body_yellow input.ui-button::-moz-focus-inner,
.body_yellow button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_yellow .ui-datepicker {
  z-index: 5 !important;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.body_yellow .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.body_yellow .ui-datepicker .ui-datepicker-prev,
.body_yellow .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.body_yellow .ui-datepicker .ui-datepicker-prev-hover,
.body_yellow .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.body_yellow .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.body_yellow .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.body_yellow .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.body_yellow .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.body_yellow .ui-datepicker .ui-datepicker-prev span,
.body_yellow .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.body_yellow .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.body_yellow .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.body_yellow .ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.body_yellow .ui-datepicker select.ui-datepicker-month,
.body_yellow .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.body_yellow .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.body_yellow .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.body_yellow .ui-datepicker td {
  border: 0;
  padding: 1px;
}
.body_yellow .ui-datepicker td span,
.body_yellow .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.body_yellow .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.body_yellow .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}
.body_yellow .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.body_yellow .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.body_yellow .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.body_yellow .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.body_yellow .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.body_yellow .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.body_yellow .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.body_yellow .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.body_yellow .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.body_yellow .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.body_yellow .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.body_yellow .ui-datepicker-rtl {
  direction: rtl;
}
.body_yellow .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.body_yellow .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.body_yellow .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.body_yellow .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.body_yellow .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.body_yellow .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.body_yellow .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.body_yellow .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.body_yellow .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.body_yellow .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.body_yellow .ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.body_yellow .ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.body_yellow .ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body_yellow .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.body_yellow .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 14px 10px 0 10px;
  background: 0;
  overflow: auto;
  min-height: 0 !important;
}
.body_yellow .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.body_yellow .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.body_yellow .ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.body_yellow .ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.body_yellow .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.body_yellow .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}
.body_yellow .ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.body_yellow .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.body_yellow .ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}
.body_yellow .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
}
.body_yellow .ui-menu .ui-menu-item a.ui-state-focus,
.body_yellow .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px;
}
.body_yellow .ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.body_yellow .ui-menu .ui-state-disabled a {
  cursor: default;
}
.body_yellow .ui-menu-icons {
  position: relative;
}
.body_yellow .ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.body_yellow .ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
.body_yellow .ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.body_yellow .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.body_yellow .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.body_yellow .ui-progressbar .ui-progressbar-overlay {
  background: url(/_webblocks/images/jquery_ui/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: .25;
}
.body_yellow .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.body_yellow .ui-slider {
  position: relative;
  text-align: left;
}
.body_yellow .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.body_yellow .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.body_yellow .ui-slider.ui-state-disabled .ui-slider-handle,
.body_yellow .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.body_yellow .ui-slider-horizontal {
  height: .8em;
}
.body_yellow .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.body_yellow .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.body_yellow .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.body_yellow .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.body_yellow .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.body_yellow .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.body_yellow .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.body_yellow .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.body_yellow .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.body_yellow .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.body_yellow .ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.body_yellow .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;
}
.body_yellow .ui-spinner a.ui-spinner-button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.body_yellow .ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.body_yellow .ui-spinner-up {
  top: 0;
}
.body_yellow .ui-spinner-down {
  bottom: 0;
}
.body_yellow .ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.body_yellow .ui-tabs {
  position: relative;
  padding: .2em;
}
.body_yellow .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.body_yellow .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.body_yellow .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.body_yellow .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.body_yellow .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.body_yellow .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.body_yellow .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.body_yellow .ui-tabs .ui-tabs-nav li a,
.body_yellow .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.body_yellow .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0;
}
.body_yellow .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;
}
.body_yellow body .ui-tooltip {
  border-width: 2px;
}
.body_yellow .ui-widget {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.body_yellow .ui-widget .ui-widget {
  font-size: 1em;
}
.body_yellow .ui-widget input,
.body_yellow .ui-widget select,
.body_yellow .ui-widget textarea,
.body_yellow .ui-widget button {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.body_yellow .ui-widget-content {
  border: 1px solid #ddd;
  background: #FFF url(/_webblocks/images/jquery_ui/ui-bg_flat_100_FFFFFF_40x100.png) 50% 50% repeat-x;
  color: #333;
}
.body_yellow .ui-widget-content a {
  color: #333;
}
.body_yellow .ui-widget-header {
  border: 1px solid #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.body_yellow .ui-widget-header a {
  color: #fff;
}
.body_yellow .ui-state-default,
.body_yellow .ui-widget-content .ui-state-default,
.body_yellow .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #eaeaea url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_yellow .ui-state-default a,
.body_yellow .ui-state-default a:link,
.body_yellow .ui-state-default a:visited {
  color: #383838;
  text-decoration: none;
}
.body_yellow .ui-state-hover,
.body_yellow .ui-widget-content .ui-state-hover,
.body_yellow .ui-widget-header .ui-state-hover,
.body_yellow .ui-state-focus,
.body_yellow .ui-widget-content .ui-state-focus,
.body_yellow .ui-widget-header .ui-state-focus {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_yellow .ui-state-hover a,
.body_yellow .ui-state-hover a:hover,
.body_yellow .ui-state-hover a:link,
.body_yellow .ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.body_yellow .ui-state-active,
.body_yellow .ui-widget-content .ui-state-active,
.body_yellow .ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_yellow .ui-state-active a,
.body_yellow .ui-state-active a:link,
.body_yellow .ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.body_yellow .ui-state-highlight,
.body_yellow .ui-widget-content .ui-state-highlight,
.body_yellow .ui-widget-header .ui-state-highlight {
  border: 1px solid #f19b3f;
  background: #f19b3f url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.body_yellow .ui-state-highlight a,
.body_yellow .ui-widget-content .ui-state-highlight a,
.body_yellow .ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.body_yellow .ui-state-error,
.body_yellow .ui-widget-content .ui-state-error,
.body_yellow .ui-widget-header .ui-state-error {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_a64040_40x100.png) 50% 50% repeat-x;
  color: #fff;
}
.body_yellow .ui-state-error a,
.body_yellow .ui-widget-content .ui-state-error a,
.body_yellow .ui-widget-header .ui-state-error a {
  color: #fff;
}
.body_yellow .ui-state-error-text,
.body_yellow .ui-widget-content .ui-state-error-text,
.body_yellow .ui-widget-header .ui-state-error-text {
  color: #fff;
}
.body_yellow .ui-priority-primary,
.body_yellow .ui-widget-content .ui-priority-primary,
.body_yellow .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.body_yellow .ui-priority-secondary,
.body_yellow .ui-widget-content .ui-priority-secondary,
.body_yellow .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.body_yellow .ui-state-disabled,
.body_yellow .ui-widget-content .ui-state-disabled,
.body_yellow .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.body_yellow .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.body_yellow .ui-icon {
  width: 16px;
  height: 16px;
}
.body_yellow .ui-icon,
.body_yellow .ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.body_yellow .ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_yellow .ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_yellow .ui-state-hover .ui-icon,
.body_yellow .ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_yellow .ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_yellow .ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.body_yellow .ui-state-error .ui-icon,
.body_yellow .ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_yellow .ui-icon-blank {
  background-position: 16px 16px;
}
.body_yellow .ui-icon-carat-1-n {
  background-position: 0 0;
}
.body_yellow .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.body_yellow .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.body_yellow .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.body_yellow .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.body_yellow .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.body_yellow .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.body_yellow .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.body_yellow .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.body_yellow .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.body_yellow .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.body_yellow .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.body_yellow .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.body_yellow .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.body_yellow .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.body_yellow .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.body_yellow .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.body_yellow .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.body_yellow .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.body_yellow .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.body_yellow .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.body_yellow .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.body_yellow .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.body_yellow .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.body_yellow .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.body_yellow .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.body_yellow .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.body_yellow .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.body_yellow .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.body_yellow .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.body_yellow .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.body_yellow .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.body_yellow .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.body_yellow .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.body_yellow .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.body_yellow .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.body_yellow .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.body_yellow .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.body_yellow .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.body_yellow .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.body_yellow .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.body_yellow .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.body_yellow .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.body_yellow .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.body_yellow .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.body_yellow .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.body_yellow .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.body_yellow .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.body_yellow .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.body_yellow .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.body_yellow .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.body_yellow .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.body_yellow .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.body_yellow .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.body_yellow .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.body_yellow .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.body_yellow .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.body_yellow .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.body_yellow .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.body_yellow .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.body_yellow .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.body_yellow .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.body_yellow .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.body_yellow .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.body_yellow .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.body_yellow .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.body_yellow .ui-icon-extlink {
  background-position: -32px -80px;
}
.body_yellow .ui-icon-newwin {
  background-position: -48px -80px;
}
.body_yellow .ui-icon-refresh {
  background-position: -64px -80px;
}
.body_yellow .ui-icon-shuffle {
  background-position: -80px -80px;
}
.body_yellow .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.body_yellow .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.body_yellow .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.body_yellow .ui-icon-folder-open {
  background-position: -16px -96px;
}
.body_yellow .ui-icon-document {
  background-position: -32px -96px;
}
.body_yellow .ui-icon-document-b {
  background-position: -48px -96px;
}
.body_yellow .ui-icon-note {
  background-position: -64px -96px;
}
.body_yellow .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.body_yellow .ui-icon-mail-open {
  background-position: -96px -96px;
}
.body_yellow .ui-icon-suitcase {
  background-position: -112px -96px;
}
.body_yellow .ui-icon-comment {
  background-position: -128px -96px;
}
.body_yellow .ui-icon-person {
  background-position: -144px -96px;
}
.body_yellow .ui-icon-print {
  background-position: -160px -96px;
}
.body_yellow .ui-icon-trash {
  background-position: -176px -96px;
}
.body_yellow .ui-icon-locked {
  background-position: -192px -96px;
}
.body_yellow .ui-icon-unlocked {
  background-position: -208px -96px;
}
.body_yellow .ui-icon-bookmark {
  background-position: -224px -96px;
}
.body_yellow .ui-icon-tag {
  background-position: -240px -96px;
}
.body_yellow .ui-icon-home {
  background-position: 0 -112px;
}
.body_yellow .ui-icon-flag {
  background-position: -16px -112px;
}
.body_yellow .ui-icon-calendar {
  background-position: -32px -112px;
}
.body_yellow .ui-icon-cart {
  background-position: -48px -112px;
}
.body_yellow .ui-icon-pencil {
  background-position: -64px -112px;
}
.body_yellow .ui-icon-clock {
  background-position: -80px -112px;
}
.body_yellow .ui-icon-disk {
  background-position: -96px -112px;
}
.body_yellow .ui-icon-calculator {
  background-position: -112px -112px;
}
.body_yellow .ui-icon-zoomin {
  background-position: -128px -112px;
}
.body_yellow .ui-icon-zoomout {
  background-position: -144px -112px;
}
.body_yellow .ui-icon-search {
  background-position: -160px -112px;
}
.body_yellow .ui-icon-wrench {
  background-position: -176px -112px;
}
.body_yellow .ui-icon-gear {
  background-position: -192px -112px;
}
.body_yellow .ui-icon-heart {
  background-position: -208px -112px;
}
.body_yellow .ui-icon-star {
  background-position: -224px -112px;
}
.body_yellow .ui-icon-link {
  background-position: -240px -112px;
}
.body_yellow .ui-icon-cancel {
  background-position: 0 -128px;
}
.body_yellow .ui-icon-plus {
  background-position: -16px -128px;
}
.body_yellow .ui-icon-plusthick {
  background-position: -32px -128px;
}
.body_yellow .ui-icon-minus {
  background-position: -48px -128px;
}
.body_yellow .ui-icon-minusthick {
  background-position: -64px -128px;
}
.body_yellow .ui-icon-close {
  background-position: -80px -128px;
}
.body_yellow .ui-icon-closethick {
  background-position: -96px -128px;
}
.body_yellow .ui-icon-key {
  background-position: -112px -128px;
}
.body_yellow .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.body_yellow .ui-icon-scissors {
  background-position: -144px -128px;
}
.body_yellow .ui-icon-clipboard {
  background-position: -160px -128px;
}
.body_yellow .ui-icon-copy {
  background-position: -176px -128px;
}
.body_yellow .ui-icon-contact {
  background-position: -192px -128px;
}
.body_yellow .ui-icon-image {
  background-position: -208px -128px;
}
.body_yellow .ui-icon-video {
  background-position: -224px -128px;
}
.body_yellow .ui-icon-script {
  background-position: -240px -128px;
}
.body_yellow .ui-icon-alert {
  background-position: 0 -144px;
}
.body_yellow .ui-icon-info {
  background-position: -16px -144px;
}
.body_yellow .ui-icon-notice {
  background-position: -32px -144px;
}
.body_yellow .ui-icon-help {
  background-position: -48px -144px;
}
.body_yellow .ui-icon-check {
  background-position: -64px -144px;
}
.body_yellow .ui-icon-bullet {
  background-position: -80px -144px;
}
.body_yellow .ui-icon-radio-on {
  background-position: -96px -144px;
}
.body_yellow .ui-icon-radio-off {
  background-position: -112px -144px;
}
.body_yellow .ui-icon-pin-w {
  background-position: -128px -144px;
}
.body_yellow .ui-icon-pin-s {
  background-position: -144px -144px;
}
.body_yellow .ui-icon-play {
  background-position: 0 -160px;
}
.body_yellow .ui-icon-pause {
  background-position: -16px -160px;
}
.body_yellow .ui-icon-seek-next {
  background-position: -32px -160px;
}
.body_yellow .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.body_yellow .ui-icon-seek-end {
  background-position: -64px -160px;
}
.body_yellow .ui-icon-seek-start {
  background-position: -80px -160px;
}
.body_yellow .ui-icon-seek-first {
  background-position: -80px -160px;
}
.body_yellow .ui-icon-stop {
  background-position: -96px -160px;
}
.body_yellow .ui-icon-eject {
  background-position: -112px -160px;
}
.body_yellow .ui-icon-volume-off {
  background-position: -128px -160px;
}
.body_yellow .ui-icon-volume-on {
  background-position: -144px -160px;
}
.body_yellow .ui-icon-power {
  background-position: 0 -176px;
}
.body_yellow .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.body_yellow .ui-icon-signal {
  background-position: -32px -176px;
}
.body_yellow .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.body_yellow .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.body_yellow .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.body_yellow .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.body_yellow .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.body_yellow .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.body_yellow .ui-icon-circle-close {
  background-position: -32px -192px;
}
.body_yellow .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.body_yellow .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.body_yellow .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.body_yellow .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.body_yellow .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.body_yellow .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.body_yellow .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.body_yellow .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.body_yellow .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.body_yellow .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.body_yellow .ui-icon-circle-check {
  background-position: -208px -192px;
}
.body_yellow .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.body_yellow .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.body_yellow .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.body_yellow .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.body_yellow .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.body_yellow .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.body_yellow .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.body_yellow .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.body_yellow .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.body_yellow .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.body_yellow .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.body_yellow .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.body_yellow .ui-corner-all,
.body_yellow .ui-corner-top,
.body_yellow .ui-corner-left,
.body_yellow .ui-corner-tl {
  border-top-left-radius: 0;
}
.body_yellow .ui-corner-all,
.body_yellow .ui-corner-top,
.body_yellow .ui-corner-right,
.body_yellow .ui-corner-tr {
  border-top-right-radius: 0;
}
.body_yellow .ui-corner-all,
.body_yellow .ui-corner-bottom,
.body_yellow .ui-corner-left,
.body_yellow .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.body_yellow .ui-corner-all,
.body_yellow .ui-corner-bottom,
.body_yellow .ui-corner-right,
.body_yellow .ui-corner-br {
  border-bottom-right-radius: 0;
}
.body_yellow .ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.body_yellow .ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000 url(/_webblocks/images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 0;
}
.body_yellow div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  overflow-y: auto;
  max-width: 70%;
}
.body_yellow div.tagsinput span.tag {
  border: 1px solid #ec8211;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #f19b3f;
  color: #fff;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
.body_yellow div.tagsinput span.tag a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.body_yellow div.tagsinput input {
  width: 180px;
  border: 2px solid #ec8211;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #f19b3f;
  color: #fff !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.body_yellow .not_valid {
  border: 2px solid #ff3838 !important;
  background-color: #ff6b6b !important;
}
.body_yellow div.tagsinput div {
  display: block;
  float: left;
}
.body_yellow .tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.body_yellow *,
.body_yellow *:before,
.body_yellow *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body_yellow html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.body_yellow html,
.body_yellow body,
.body_yellow div,
.body_yellow span,
.body_yellow object,
.body_yellow iframe,
.body_yellow p,
.body_yellow blockquote,
.body_yellow pre,
.body_yellow a,
.body_yellow abbr,
.body_yellow acronym,
.body_yellow address,
.body_yellow big,
.body_yellow cite,
.body_yellow code,
.body_yellow del,
.body_yellow dfn,
.body_yellow em,
.body_yellow img,
.body_yellow ins,
.body_yellow kbd,
.body_yellow q,
.body_yellow s,
.body_yellow samp,
.body_yellow small,
.body_yellow strike,
.body_yellow strong,
.body_yellow sub,
.body_yellow sup,
.body_yellow tt,
.body_yellow var,
.body_yellow b,
.body_yellow u,
.body_yellow i,
.body_yellow center,
.body_yellow dl,
.body_yellow dt,
.body_yellow dd,
.body_yellow ol,
.body_yellow ul,
.body_yellow li,
.body_yellow fieldset,
.body_yellow form,
.body_yellow label,
.body_yellow legend,
.body_yellow table,
.body_yellow caption,
.body_yellow tbody,
.body_yellow tfoot,
.body_yellow thead,
.body_yellow tr,
.body_yellow th,
.body_yellow td,
.body_yellow article,
.body_yellow aside,
.body_yellow canvas,
.body_yellow details,
.body_yellow embed,
.body_yellow figure,
.body_yellow figcaption,
.body_yellow footer,
.body_yellow header,
.body_yellow hgroup,
.body_yellow menu,
.body_yellow nav,
.body_yellow output,
.body_yellow ruby,
.body_yellow section,
.body_yellow summary,
.body_yellow time,
.body_yellow mark,
.body_yellow audio,
.body_yellow video,
.body_yellow h1,
.body_yellow h2,
.body_yellow h3,
.body_yellow h4,
.body_yellow h5,
.body_yellow h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.body_yellow a:active,
.body_yellow a:hover {
  outline: 0;
}
.body_yellow article,
.body_yellow aside,
.body_yellow details,
.body_yellow figcaption,
.body_yellow figure,
.body_yellow footer,
.body_yellow header,
.body_yellow hgroup,
.body_yellow main,
.body_yellow nav,
.body_yellow section,
.body_yellow embed,
.body_yellow object,
.body_yellow iframe,
.body_yellow audio,
.body_yellow video,
.body_yellow canvas,
.body_yellow progress,
.body_yellow meter,
.body_yellow output,
.body_yellow textarea {
  display: block;
}
.body_yellow audio:not([controls]) {
  display: none;
  height: 0;
}
.body_yellow blockquote,
.body_yellow q {
  quotes: none;
}
.body_yellow blockquote p:before,
.body_yellow blockquote p:after,
.body_yellow q:before,
.body_yellow q:after {
  content: '';
  content: none;
}
.body_yellow table {
  border-collapse: collapse;
  border-spacing: 0;
}
.body_yellow caption,
.body_yellow th,
.body_yellow td {
  text-align: left;
  vertical-align: top;
}
.body_yellow thead th,
.body_yellow thead td {
  font-weight: bold;
  vertical-align: bottom;
}
.body_yellow a img,
.body_yellow th img,
.body_yellow td img {
  vertical-align: top;
}
.body_yellow button,
.body_yellow input,
.body_yellow select,
.body_yellow textarea {
  margin: 0;
}
.body_yellow textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
.body_yellow button {
  width: auto;
  overflow: visible;
}
.body_yellow input[type="reset"],
.body_yellow input[type="submit"],
.body_yellow input[type="file"],
.body_yellow input[type="radio"],
.body_yellow input[type="checkbox"],
.body_yellow select,
.body_yellow button {
  cursor: pointer;
}
.body_yellow input[type="radio"],
.body_yellow input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.body_yellow input[type="search"] {
  -webkit-appearance: textfield;
}
.body_yellow input[type="search"]::-webkit-search-decoration,
.body_yellow input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.body_yellow hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
.body_yellow img,
.body_yellow video,
.body_yellow audio,
.body_yellow embed,
.body_yellow object {
  max-width: 100%;
}
.body_yellow img,
.body_yellow video,
.body_yellow embed,
.body_yellow object {
  height: auto;
}
.body_yellow embed,
.body_yellow object {
  height: 100%;
}
.body_yellow img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.body_yellow body {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 0.9375em;
  line-height: 1.65em;
  background: #ffffff;
  color: #222222;
}
.body_yellow a {
  color: #134da5;
}
.body_yellow a:focus,
.body_yellow a:hover {
  color: #de2c3b;
}
.body_yellow h1,
.body_yellow h2,
.body_yellow h3,
.body_yellow h4,
.body_yellow h5,
.body_yellow h6,
.body_yellow .h1,
.body_yellow .h2,
.body_yellow .h3,
.body_yellow .h4,
.body_yellow .h5,
.body_yellow .h6 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.body_yellow h1,
.body_yellow .h1,
.body_yellow h2,
.body_yellow .h2 {
  line-height: 1.1;
}
.body_yellow h3,
.body_yellow .h3,
.body_yellow h4,
.body_yellow .h4 {
  line-height: 1.3;
}
.body_yellow h1,
.body_yellow .h1 {
  font-size: 2.25em;
}
.body_yellow h2,
.body_yellow .h2 {
  font-size: 1.5em;
  margin-bottom: .7em;
}
.body_yellow h3,
.body_yellow .h3 {
  font-size: 1.3125em;
}
.body_yellow h4,
.body_yellow .h4 {
  font-size: 1.125em;
}
.body_yellow h5,
.body_yellow .h5 {
  font-size: 1em;
}
.body_yellow h6,
.body_yellow .h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}
.body_yellow .lead {
  font-size: 1.3125em;
  line-height: 1.5;
  margin-bottom: 1.0999999999999999em;
}
.body_yellow p,
.body_yellow ul,
.body_yellow ol,
.body_yellow dl,
.body_yellow dd,
.body_yellow dt,
.body_yellow blockquote,
.body_yellow td,
.body_yellow th {
  line-height: 1.65em;
}
.body_yellow ul,
.body_yellow ol,
.body_yellow ul ul,
.body_yellow ol ol,
.body_yellow ul ol,
.body_yellow ol ul {
  margin: 0 0 0 3.3em;
}
.body_yellow ul li,
.body_yellow ol li {
  text-align: left;
}
.body_yellow ol ol li {
  list-style-type: lower-alpha;
}
.body_yellow ol ol ol li {
  list-style-type: lower-roman;
}
.body_yellow p,
.body_yellow ul,
.body_yellow ol,
.body_yellow dl,
.body_yellow blockquote,
.body_yellow hr,
.body_yellow pre,
.body_yellow table,
.body_yellow form,
.body_yellow fieldset,
.body_yellow figure,
.body_yellow address {
  margin-bottom: 1.65em;
}
.body_yellow blockquote {
  position: relative;
  font-style: italic;
  font-size: 1.125em;
  margin-left: 2.4749999999999996em;
  padding-left: 1.65em;
  border-left: 2px solid #dddddd;
}
.body_yellow blockquote p {
  margin-bottom: .5em;
}
.body_yellow blockquote small,
.body_yellow cite {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.body_yellow small,
.body_yellow blockquote cite {
  font-size: 12.75px;
  line-height: 1;
}
.body_yellow address {
  font-style: normal;
}
.body_yellow dl dt {
  font-weight: bold;
}
.body_yellow dd {
  margin-left: 1.65em;
}
.body_yellow s,
.body_yellow del {
  text-decoration: line-through;
}
.body_yellow abbr[title],
.body_yellow dfn[title] {
  border-bottom: 1px dotted #0f0f0f;
  cursor: help;
}
.body_yellow strong,
.body_yellow b {
  font-weight: bold;
}
.body_yellow em,
.body_yellow i {
  font-style: italic;
}
.body_yellow sub,
.body_yellow sup {
  font-size: 11.25px;
  line-height: 0;
  position: relative;
}
.body_yellow sup {
  top: -0.5em;
}
.body_yellow sub {
  bottom: -0.25em;
}
.body_yellow figcaption {
  margin: .3em 0;
  font-size: 12.75px;
  font-style: italic;
}
.body_yellow ins,
.body_yellow u {
  text-decoration: underline;
}
.body_yellow mark {
  background-color: #ffc800;
  color: #0f0f0f;
  text-decoration: none;
}
.body_yellow pre,
.body_yellow code,
.body_yellow kbd,
.body_yellow samp,
.body_yellow var,
.body_yellow output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.body_yellow pre {
  margin-top: 1.65em;
  font-size: 100%;
  line-height: 1.5;
  color: #222222;
  overflow: auto;
}
.body_yellow code,
.body_yellow samp,
.body_yellow kbd {
  padding: 3px 6px 2px 6px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}
.body_yellow code {
  background: #f4f4f4;
  border: 1px solid #d4d4d4;
}
.body_yellow pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 1.65em;
}
.body_yellow var {
  color: rgba(0,0,0,0.5);
}
.body_yellow samp {
  background: #d3e3fb;
  border: 1px solid #b2cef8;
}
.body_yellow kbd {
  background: #0f0f0f;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}
.body_yellow button:active,
.body_yellow button:focus {
  outline: none;
}
.body_yellow textarea,
.body_yellow select {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
}
.body_yellow textarea,
.body_yellow select[multiple],
.body_yellow select[multiple="multiple"] {
  padding: 0.3em 0.35em;
  line-height: 1.35em;
  width: 100%;
}
.body_yellow input[type="text"],
.body_yellow input[type="password"],
.body_yellow input[type="email"],
.body_yellow input[type="url"],
.body_yellow input[type="phone"],
.body_yellow input[type="tel"],
.body_yellow input[type="number"],
.body_yellow input[type="datetime"],
.body_yellow input[type="date"],
.body_yellow input[type="month"],
.body_yellow input[type="color"],
.body_yellow input[type="time"],
.body_yellow input[type="search"],
.body_yellow input[type="datetime-local"] {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
  padding: 0.3em 0.35em;
  line-height: 1.65em;
  border-radius: 0;
  outline: none;
}
.body_yellow select[multiple],
.body_yellow select[multiple="multiple"],
.body_yellow textarea,
.body_yellow input[type="text"],
.body_yellow input[type="password"],
.body_yellow input[type="email"],
.body_yellow input[type="url"],
.body_yellow input[type="phone"],
.body_yellow input[type="tel"],
.body_yellow input[type="number"],
.body_yellow input[type="datetime"],
.body_yellow input[type="date"],
.body_yellow input[type="month"],
.body_yellow input[type="color"],
.body_yellow input[type="time"],
.body_yellow input[type="search"],
.body_yellow input[type="datetime-local"] {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
}
.body_yellow textarea[disabled],
.body_yellow input[type="text"][disabled],
.body_yellow input[type="password"][disabled],
.body_yellow input[type="email"][disabled],
.body_yellow input[type="url"][disabled],
.body_yellow input[type="phone"][disabled],
.body_yellow input[type="tel"][disabled],
.body_yellow input[type="number"][disabled],
.body_yellow input[type="datetime"][disabled],
.body_yellow input[type="date"][disabled],
.body_yellow input[type="month"][disabled],
.body_yellow input[type="color"][disabled],
.body_yellow input[type="time"][disabled],
.body_yellow input[type="search"][disabled],
.body_yellow input[type="datetime-local"][disabled] {
  resize: none;
  color: rgba(0,0,0,0.5);
}
.body_yellow select[disabled],
.body_yellow input[type="checkbox"][disabled],
.body_yellow input[type="radio"][disabled] {
  cursor: default;
}
.body_yellow input::-moz-focus-inner,
.body_yellow button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_yellow input[type="range"] {
  position: relative;
  top: 3px;
}
.body_yellow select {
  margin-bottom: 0 !important;
}
.body_yellow fieldset {
  padding: 1.65em;
  margin-bottom: 1.65em;
  border: 1px solid #cccccc;
}
.body_yellow fieldset *:last-child {
  margin-bottom: 0 !important;
}
.body_yellow legend {
  font-weight: bold;
  padding: 0 1em;
  margin-left: -1em;
}
.body_yellow table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
.body_yellow table caption {
  text-transform: uppercase;
  padding: 0 1.0999999999999999em;
  color: rgba(0,0,0,0.4);
  font-size: 12.75px;
}
.body_yellow table th,
.body_yellow table td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.825em 1.0999999999999999em;
}
.body_yellow table tfoot th,
.body_yellow table tfoot td {
  color: rgba(0,0,0,0.4);
}
.body_yellow .units-container:after,
.body_yellow .units-row:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .units-container:after,
.body_yellow .units-row:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .units-container {
  padding-top: 1px;
  margin-top: -1px;
}
.body_yellow .units-row {
  margin-bottom: 1.65em;
}
.body_yellow .width-100,
.body_yellow .unit-100 {
  width: 100%;
}
.body_yellow .width-90,
.body_yellow .unit-90 {
  width: 90%;
}
.body_yellow .width-80,
.body_yellow .unit-80 {
  width: 80%;
}
.body_yellow .width-75,
.body_yellow .unit-75 {
  width: 75%;
}
.body_yellow .width-70,
.body_yellow .unit-70 {
  width: 70%;
}
.body_yellow .width-66,
.body_yellow .unit-66 {
  width: 66.6%;
}
.body_yellow .width-65,
.body_yellow .unit-65 {
  width: 65%;
}
.body_yellow .width-60,
.body_yellow .unit-60 {
  width: 60%;
}
.body_yellow .width-50,
.body_yellow .unit-50 {
  width: 50%;
}
.body_yellow .width-40,
.body_yellow .unit-40 {
  width: 40%;
}
.body_yellow .width-35,
.body_yellow .unit-35 {
  width: 35%;
}
.body_yellow .width-33,
.body_yellow .unit-33 {
  width: 33.3%;
}
.body_yellow .width-30,
.body_yellow .unit-30 {
  width: 30%;
}
.body_yellow .width-25,
.body_yellow .unit-25 {
  width: 25%;
}
.body_yellow .width-20,
.body_yellow .unit-20 {
  width: 20%;
}
.body_yellow .width-10,
.body_yellow .unit-10 {
  width: 10%;
}
.body_yellow .units-row .unit-90,
.body_yellow .units-row .unit-80,
.body_yellow .units-row .unit-75,
.body_yellow .units-row .unit-70,
.body_yellow .units-row .unit-66,
.body_yellow .units-row .unit-65,
.body_yellow .units-row .unit-60,
.body_yellow .units-row .unit-50,
.body_yellow .units-row .unit-40,
.body_yellow .units-row .unit-35,
.body_yellow .units-row .unit-33,
.body_yellow .units-row .unit-30,
.body_yellow .units-row .unit-25,
.body_yellow .units-row .unit-20,
.body_yellow .units-row .unit-10 {
  float: left;
  margin-left: 3%;
}
.body_yellow .units-row .unit-90:first-child,
.body_yellow .units-row .unit-80:first-child,
.body_yellow .units-row .unit-75:first-child,
.body_yellow .units-row .unit-70:first-child,
.body_yellow .units-row .unit-66:first-child,
.body_yellow .units-row .unit-65:first-child,
.body_yellow .units-row .unit-60:first-child,
.body_yellow .units-row .unit-50:first-child,
.body_yellow .units-row .unit-40:first-child,
.body_yellow .units-row .unit-35:first-child,
.body_yellow .units-row .unit-33:first-child,
.body_yellow .units-row .unit-30:first-child,
.body_yellow .units-row .unit-25:first-child,
.body_yellow .units-row .unit-20:first-child,
.body_yellow .units-row .unit-10:first-child {
  margin-left: 0;
}
.body_yellow .units-row .unit-90 {
  width: 89.7%;
}
.body_yellow .units-row .unit-80 {
  width: 79.4%;
}
.body_yellow .units-row .unit-75 {
  width: 74.25%;
}
.body_yellow .units-row .unit-70 {
  width: 69.1%;
}
.body_yellow .units-row .unit-66 {
  width: 65.66666666666666%;
}
.body_yellow .units-row .unit-65 {
  width: 65.66666666666666%;
}
.body_yellow .units-row .unit-60 {
  width: 58.800000000000004%;
}
.body_yellow .units-row .unit-50 {
  width: 48.5%;
}
.body_yellow .units-row .unit-40 {
  width: 38.2%;
}
.body_yellow .units-row .unit-35 {
  width: 31.333333333333332%;
}
.body_yellow .units-row .unit-33 {
  width: 31.333333333333332%;
}
.body_yellow .units-row .unit-30 {
  width: 27.9%;
}
.body_yellow .units-row .unit-25 {
  width: 22.75%;
}
.body_yellow .units-row .unit-20 {
  width: 17.6%;
}
.body_yellow .units-row .unit-10 {
  width: 7.3%;
}
.body_yellow .unit-push-90,
.body_yellow .unit-push-80,
.body_yellow .unit-push-75,
.body_yellow .unit-push-70,
.body_yellow .unit-push-66,
.body_yellow .unit-push-65,
.body_yellow .unit-push-60,
.body_yellow .unit-push-50,
.body_yellow .unit-push-40,
.body_yellow .unit-push-35,
.body_yellow .unit-push-33,
.body_yellow .unit-push-30,
.body_yellow .unit-push-25,
.body_yellow .unit-push-20,
.body_yellow .unit-push-10 {
  position: relative;
}
.body_yellow .unit-push-90 {
  left: 92.7%;
}
.body_yellow .unit-push-80 {
  left: 82.4%;
}
.body_yellow .unit-push-75 {
  left: 77.25%;
}
.body_yellow .unit-push-70 {
  left: 72.1%;
}
.body_yellow .unit-push-66 {
  left: 68.66666666666666%;
}
.body_yellow .unit-push-65 {
  left: 68.66666666666666%;
}
.body_yellow .unit-push-60 {
  left: 61.800000000000004%;
}
.body_yellow .unit-push-50 {
  left: 51.5%;
}
.body_yellow .unit-push-40 {
  left: 41.2%;
}
.body_yellow .unit-push-35 {
  left: 34.33333333333333%;
}
.body_yellow .unit-push-33 {
  left: 34.33333333333333%;
}
.body_yellow .unit-push-30 {
  left: 30.9%;
}
.body_yellow .unit-push-25 {
  left: 25.75%;
}
.body_yellow .unit-push-20 {
  left: 20.6%;
}
.body_yellow .unit-push-10 {
  left: 10.3%;
}
.body_yellow .units-row .unit-push-right {
  float: right;
}
.body_yellow .units-row .unit-role-right {
  margin-left: 3%;
  float: right;
}
.body_yellow .units-row .unit-role-left {
  margin-left: 0;
}
.body_yellow .centered,
.body_yellow .unit-centered {
  float: none !important;
  margin: 0 auto !important;
}
.body_yellow .unit-padding {
  padding: 1.65em;
}
.body_yellow .units-padding .unit-100,
.body_yellow .units-padding .unit-90,
.body_yellow .units-padding .unit-80,
.body_yellow .units-padding .unit-75,
.body_yellow .units-padding .unit-70,
.body_yellow .units-padding .unit-66,
.body_yellow .units-padding .unit-65,
.body_yellow .units-padding .unit-60,
.body_yellow .units-padding .unit-50,
.body_yellow .units-padding .unit-40,
.body_yellow .units-padding .unit-35,
.body_yellow .units-padding .unit-33,
.body_yellow .units-padding .unit-30,
.body_yellow .units-padding .unit-25,
.body_yellow .units-padding .unit-20,
.body_yellow .units-padding .unit-10 {
  padding: 1.65em;
}
.body_yellow .units-split .unit-90,
.body_yellow .units-split .unit-80,
.body_yellow .units-split .unit-75,
.body_yellow .units-split .unit-70,
.body_yellow .units-split .unit-66,
.body_yellow .units-split .unit-65,
.body_yellow .units-split .unit-60,
.body_yellow .units-split .unit-50,
.body_yellow .units-split .unit-40,
.body_yellow .units-split .unit-35,
.body_yellow .units-split .unit-33,
.body_yellow .units-split .unit-30,
.body_yellow .units-split .unit-25,
.body_yellow .units-split .unit-20,
.body_yellow .units-split .unit-10 {
  margin-left: 0;
}
.body_yellow .units-split .unit-90 {
  width: 90%;
}
.body_yellow .units-split .unit-80 {
  width: 80%;
}
.body_yellow .units-split .unit-75 {
  width: 75%;
}
.body_yellow .units-split .unit-70 {
  width: 70%;
}
.body_yellow .units-split .unit-66 {
  width: 66.6%;
}
.body_yellow .units-split .unit-65 {
  width: 65%;
}
.body_yellow .units-split .unit-60 {
  width: 60%;
}
.body_yellow .units-split .unit-50 {
  width: 50%;
}
.body_yellow .units-split .unit-40 {
  width: 40%;
}
.body_yellow .units-split .unit-35 {
  width: 35%;
}
.body_yellow .units-split .unit-33 {
  width: 33.3%;
}
.body_yellow .units-split .unit-30 {
  width: 30%;
}
.body_yellow .units-split .unit-25 {
  width: 25%;
}
.body_yellow .units-split .unit-20 {
  width: 20%;
}
.body_yellow .units-split .unit-10 {
  width: 10%;
}
.body_yellow .blocks-2,
.body_yellow .blocks-3,
.body_yellow .blocks-4,
.body_yellow .blocks-5,
.body_yellow .blocks-6 {
  padding-left: 0;
  list-style: none;
  margin-left: -3%;
}
.body_yellow .blocks-2:after,
.body_yellow .blocks-3:after,
.body_yellow .blocks-4:after,
.body_yellow .blocks-5:after,
.body_yellow .blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .blocks-2:after,
.body_yellow .blocks-3:after,
.body_yellow .blocks-4:after,
.body_yellow .blocks-5:after,
.body_yellow .blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .blocks-2 > li,
.body_yellow .blocks-3 > li,
.body_yellow .blocks-4 > li,
.body_yellow .blocks-5 > li,
.body_yellow .blocks-6 > li {
  height: auto;
  float: left;
  margin-bottom: 1.65em;
  margin-left: 3%;
}
.body_yellow .blocks-2 > li ul,
.body_yellow .blocks-3 > li ul,
.body_yellow .blocks-4 > li ul,
.body_yellow .blocks-5 > li ul,
.body_yellow .blocks-6 > li ul {
  list-style-type: disc;
}
.body_yellow .blocks-2 > li ul ul,
.body_yellow .blocks-3 > li ul ul,
.body_yellow .blocks-4 > li ul ul,
.body_yellow .blocks-5 > li ul ul,
.body_yellow .blocks-6 > li ul ul {
  list-style-type: circle;
}
.body_yellow .blocks-2 > li li,
.body_yellow .blocks-3 > li li,
.body_yellow .blocks-4 > li li,
.body_yellow .blocks-5 > li li,
.body_yellow .blocks-6 > li li {
  float: none;
  margin: 0;
}
.body_yellow .blocks-2 > li {
  width: 47%;
}
.body_yellow .blocks-3 > li {
  width: 30.333333333333332%;
}
.body_yellow .blocks-4 > li {
  width: 22%;
}
.body_yellow .blocks-5 > li {
  width: 17%;
}
.body_yellow .blocks-6 > li {
  width: 13.666666666666666%;
}
.body_yellow .block-first {
  clear: both;
}
.body_yellow table.table-bordered td,
.body_yellow table.table-bordered th {
  border: 1px solid #eeeeee;
}
.body_yellow table.table-simple td,
.body_yellow table.table-simple th,
.body_yellow table.table-simple caption {
  border: none;
  padding-left: 0;
}
.body_yellow table.table-flat td,
.body_yellow table.table-flat th,
.body_yellow table.table-flat caption {
  border: none;
  padding: 0;
}
.body_yellow table.table-stroked td,
.body_yellow table.table-stroked th {
  border-bottom: 1px solid #eeeeee;
}
.body_yellow table.table-stripped tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
.body_yellow table.table-hovered tbody tr:hover td {
  background-color: #f4f4f4;
}
.body_yellow .table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.65em;
}
.body_yellow .table-container table {
  margin-bottom: 0;
}
.body_yellow .table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.body_yellow .table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0,0,0,0.3);
}
.body_yellow .forms .btn,
.body_yellow .forms input[type="submit"].btn,
.body_yellow .forms button,
.body_yellow .forms input[type="submit"],
.body_yellow .forms input[type="reset"] {
  padding: 0.3625em 1.3em;
}
.body_yellow .forms .btn-outline {
  padding: 0.3em 1.3em;
}
.body_yellow .forms .btn-outline.bold {
  padding: 0.2375em 1.3em;
}
.body_yellow .forms label {
  display: block;
  margin-bottom: 1.0999999999999999em;
}
.body_yellow .forms input[type="text"],
.body_yellow .forms input[type="password"],
.body_yellow .forms input[type="email"],
.body_yellow .forms input[type="url"],
.body_yellow .forms input[type="phone"],
.body_yellow .forms input[type="tel"],
.body_yellow .forms input[type="number"],
.body_yellow .forms input[type="datetime"],
.body_yellow .forms input[type="date"],
.body_yellow .forms input[type="month"],
.body_yellow .forms input[type="color"],
.body_yellow .forms input[type="time"],
.body_yellow .forms input[type="search"],
.body_yellow .forms input[type="range"],
.body_yellow .forms input[type="file"],
.body_yellow .forms input[type="datetime-local"],
.body_yellow .forms textarea,
.body_yellow .forms select {
  display: block;
}
.body_yellow .forms-inline input[type="text"],
.body_yellow .forms-inline-list input[type="text"],
.body_yellow .forms-inline input[type="password"],
.body_yellow .forms-inline-list input[type="password"],
.body_yellow .forms-inline input[type="email"],
.body_yellow .forms-inline-list input[type="email"],
.body_yellow .forms-inline input[type="url"],
.body_yellow .forms-inline-list input[type="url"],
.body_yellow .forms-inline input[type="phone"],
.body_yellow .forms-inline-list input[type="phone"],
.body_yellow .forms-inline input[type="tel"],
.body_yellow .forms-inline-list input[type="tel"],
.body_yellow .forms-inline input[type="number"],
.body_yellow .forms-inline-list input[type="number"],
.body_yellow .forms-inline input[type="datetime"],
.body_yellow .forms-inline-list input[type="datetime"],
.body_yellow .forms-inline input[type="date"],
.body_yellow .forms-inline-list input[type="date"],
.body_yellow .forms-inline input[type="month"],
.body_yellow .forms-inline-list input[type="month"],
.body_yellow .forms-inline input[type="color"],
.body_yellow .forms-inline-list input[type="color"],
.body_yellow .forms-inline input[type="time"],
.body_yellow .forms-inline-list input[type="time"],
.body_yellow .forms-inline input[type="search"],
.body_yellow .forms-inline-list input[type="search"],
.body_yellow .forms-inline input[type="range"],
.body_yellow .forms-inline-list input[type="range"],
.body_yellow .forms-inline input[type="file"],
.body_yellow .forms-inline-list input[type="file"],
.body_yellow .forms-inline input[type="datetime-local"],
.body_yellow .forms-inline-list input[type="datetime-local"],
.body_yellow .forms-inline textarea,
.body_yellow .forms-inline-list textarea,
.body_yellow .forms-inline select,
.body_yellow .forms-inline-list select {
  display: inline-block;
}
.body_yellow .forms-list,
.body_yellow .forms-inline,
.body_yellow .forms-inline-list {
  margin: 0;
  padding: 0;
  margin-bottom: 1.0999999999999999em;
  list-style: none;
}
.body_yellow .forms-list label,
.body_yellow .forms-inline label,
.body_yellow .forms-inline-list li,
.body_yellow .forms-inline-list li label {
  display: inline-block;
  margin-bottom: 0;
}
.body_yellow .forms-inline-list li label {
  margin-right: 0.825em;
}
.body_yellow .forms-inline-list li {
  margin-bottom: 3px;
}
.body_yellow .forms-list li {
  margin-bottom: 6px;
}
.body_yellow .forms-desc {
  margin-top: 4px;
  color: rgba(0,0,0,0.4);
  font-size: 12.75px;
  line-height: 1.4em;
}
.body_yellow input[type="text"],
.body_yellow input[type="password"],
.body_yellow input[type="email"],
.body_yellow input[type="url"],
.body_yellow input[type="phone"],
.body_yellow input[type="tel"],
.body_yellow input[type="number"],
.body_yellow input[type="datetime"],
.body_yellow input[type="date"],
.body_yellow input[type="month"],
.body_yellow input[type="color"],
.body_yellow input[type="time"],
.body_yellow input[type="search"],
.body_yellow input[type="datetime-local"],
.body_yellow textarea {
  -moz-transition: border ease 0.5s;
  transition: border ease 0.5s;
}
.body_yellow .error,
.body_yellow .success {
  font-weight: normal;
  font-size: 12.75px;
}
.body_yellow input.input-error,
.body_yellow textarea.input-error,
.body_yellow select.input-error,
.body_yellow .input-error {
  border-color: #de2c3b;
  box-shadow: 0 0 0 2px rgba(222,44,59,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_yellow input.input-success,
.body_yellow textarea.input-success,
.body_yellow select.input-success,
.body_yellow .input-success {
  border-color: #2c9f42;
  box-shadow: 0 0 0 2px rgba(44,159,66,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_yellow input.input-gray,
.body_yellow textarea.input-gray,
.body_yellow select.input-gray,
.body_yellow .input-gray {
  border-color: #b3b6b7;
  box-shadow: 0 0 0 2px rgba(179,182,183,0.4), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_yellow input[type="text"]:focus,
.body_yellow input[type="password"]:focus,
.body_yellow input[type="email"]:focus,
.body_yellow input[type="url"]:focus,
.body_yellow input[type="phone"]:focus,
.body_yellow input[type="tel"]:focus,
.body_yellow input[type="number"]:focus,
.body_yellow input[type="datetime"]:focus,
.body_yellow input[type="date"]:focus,
.body_yellow input[type="month"]:focus,
.body_yellow input[type="color"]:focus,
.body_yellow input[type="time"]:focus,
.body_yellow input[type="search"]:focus,
.body_yellow input[type="datetime-local"]:focus,
.body_yellow textarea:focus {
  outline: none;
  border-color: #2575ed;
  box-shadow: 0 0 0 2px rgba(37,117,237,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_yellow input.input-search,
.body_yellow input[type="search"] {
  padding-right: .5em;
  padding-left: .5em;
  margin-bottom: 0;
  border-radius: 15px;
}
.body_yellow input.input-on-black {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.35);
}
.body_yellow input.input-on-black::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.body_yellow input.input-on-black::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
.body_yellow input.input-on-black:focus,
.body_yellow input.input-on-black.active {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
}
.body_yellow input.input-on-black:focus::-webkit-input-placeholder,
.body_yellow input.input-on-black.active::-webkit-input-placeholder {
  color: #aaa;
}
.body_yellow input.input-on-black:focus::-moz-placeholder,
.body_yellow input.input-on-black.active::-moz-placeholder {
  color: #aaa;
}
.body_yellow input.input-big {
  font-size: 18px;
}
.body_yellow input.input-small {
  font-size: 12.75px;
}
.body_yellow input.input-smaller {
  font-size: 11.25px;
}
.body_yellow .input-groups {
  display: table !important;
}
.body_yellow .input-groups input {
  width: 100%;
}
.body_yellow .input-groups input,
.body_yellow .input-groups .input-append,
.body_yellow .input-groups .input-prepend,
.body_yellow .input-groups .btn-append {
  display: table-cell !important;
}
.body_yellow .input-groups .btn-append,
.body_yellow .input-groups .input-append,
.body_yellow .input-groups .input-prepend {
  width: 1%;
  vertical-align: middle;
}
.body_yellow .input-groups .input-append,
.body_yellow .input-groups .input-prepend {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  margin: 0;
  padding: .45em .75em .15em .75em;
  color: rgba(0,0,0,0.6);
  line-height: 1.65em;
  font-size: 12.75px;
  white-space: nowrap;
}
.body_yellow .input-groups .input-prepend {
  border-right: none;
}
.body_yellow .input-groups .input-append {
  position: relative;
  z-index: 1;
  border-left: none;
}
.body_yellow .input-groups .btn-append .btn {
  display: block;
  height: auto;
  border-radius: 0 2px 2px 0;
}
.body_yellow .navbar {
  font-size: 105%;
  margin-bottom: 1.65em;
}
.body_yellow .navbar:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .navbar:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .navbar.navbar-left {
  float: left;
}
.body_yellow .navbar.navbar-right {
  float: right;
}
.body_yellow .navbar ul {
  list-style: none;
  margin: 0;
}
.body_yellow .navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .navbar li {
  float: left;
  margin-right: 1.65em;
}
.body_yellow .navbar.navbar-right li {
  margin-right: 0;
  margin-left: 1.65em;
}
.body_yellow .navbar a,
.body_yellow .navbar span {
  display: block;
  text-decoration: none;
}
.body_yellow .navbar a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.body_yellow .navbar li.active a,
.body_yellow .navbar span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_yellow .navigation-toggle {
  display: none;
  text-transform: uppercase;
  position: relative;
  color: #0f0f0f;
  background-color: #ffffff;
}
.body_yellow .navigation-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  content: "\2630";
  font-size: 24px;
  line-height: 1;
}
.body_yellow .navigation-toggle.navigation-toggle-black {
  background-color: #0f0f0f;
  color: #ffffff;
}
.body_yellow .navigation-toggle.navigation-toggle-show {
  margin-bottom: 1.65em;
}
.body_yellow .navigation-toggle span {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 40px;
}
.body_yellow .navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.body_yellow .navbar-pills a,
.body_yellow .navbar-pills span {
  padding: 0.825em 1.65em;
}
.body_yellow .navbar-pills a:hover {
  color: #0f0f0f;
  background: #eee;
}
.body_yellow .navbar-pills li.active a,
.body_yellow .navbar-pills span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
  background: #eee;
}
.body_yellow .navbar-pills li {
  margin-right: 1px;
}
.body_yellow .navbar-pills.navbar-right li {
  margin-left: 1px;
}
.body_yellow .fullwidth ul {
  width: 100%;
}
.body_yellow .fullwidth li {
  float: none !important;
  margin: 0;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.body_yellow .fullwidth li a,
.body_yellow .fullwidth li span {
  display: block;
}
.body_yellow .nav {
  margin-bottom: 1.65em;
}
.body_yellow .nav ul {
  list-style: none;
  margin: 0;
}
.body_yellow .nav ul li ul {
  margin-left: 2em;
  font-size: .95em;
}
.body_yellow .nav a,
.body_yellow .nav span {
  display: block;
  padding: .5em 0;
}
.body_yellow .nav a {
  color: #0f0f0f;
  text-decoration: none;
}
.body_yellow .nav a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.body_yellow .nav li.active a,
.body_yellow .nav span {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_yellow .nav i.fa {
  width: 1.65em;
}
.body_yellow .nav-stacked li {
  margin-bottom: 1px;
}
.body_yellow .nav-stacked a,
.body_yellow .nav-stacked span {
  padding: .6em .7em;
}
.body_yellow .nav-stacked a {
  background: #f6f6f6;
}
.body_yellow .nav-stacked a:hover {
  color: #000;
  background: #eee;
}
.body_yellow .nav-stacked li.active a,
.body_yellow .nav-stacked span {
  background: #ffffff;
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.3);
}
.body_yellow .nav-stats li {
  position: relative;
}
.body_yellow .nav-stats a,
.body_yellow .nav-stats span {
  padding-right: 50px;
}
.body_yellow .nav-stats sup,
.body_yellow .nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.body_yellow .nav-stats sup {
  color: rgba(0,0,0,0.4);
}
.body_yellow .nav-stats .badge {
  margin-top: -8px;
}
.body_yellow .nav-tabs {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.65em;
}
.body_yellow .nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .nav-tabs ul {
  list-style: none;
  margin: 0;
}
.body_yellow .nav-tabs li {
  float: left;
  margin-right: 2px;
}
.body_yellow .nav-tabs a,
.body_yellow .nav-tabs span {
  display: block;
  line-height: 1;
  padding: 0.825em 1.65em;
  border: 1px solid transparent;
}
.body_yellow .nav-tabs a {
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}
.body_yellow .nav-tabs a:focus,
.body_yellow .nav-tabs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
  background-color: #eee;
}
.body_yellow .nav-tabs li.active a,
.body_yellow .nav-tabs span {
  color: #0f0f0f;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  bottom: -1px;
  cursor: default;
  text-decoration: none;
}
.body_yellow .breadcrumbs {
  margin-bottom: 1.65em;
}
.body_yellow .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .breadcrumbs ul {
  font-size: .9em;
  color: rgba(0,0,0,0.4);
  list-style: none;
  margin: 0;
}
.body_yellow .breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.body_yellow .breadcrumbs li + li:before {
  content: " > ";
  color: #aaa;
  font-size: 12px;
  margin: 0 7px 0 5px;
  position: relative;
  top: -1px;
}
.body_yellow .breadcrumbs.breadcrumbs-path li + li:before {
  content: " / ";
  top: 0;
}
.body_yellow .breadcrumbs a {
  color: #0f0f0f;
  text-decoration: none;
}
.body_yellow .breadcrumbs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
}
.body_yellow .breadcrumbs li.active a,
.body_yellow .breadcrumbs span,
.body_yellow .breadcrumbs li.active a:hover {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.body_yellow .pagination {
  position: relative;
  left: -9px;
  margin-left: 0;
  list-style: none;
}
.body_yellow .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .pagination li {
  float: left;
  margin-right: 2px;
}
.body_yellow .pagination a,
.body_yellow .pagination span {
  display: block;
  padding: 7px 9px;
  line-height: 1;
  border-radius: 2px;
  color: #0f0f0f;
  text-decoration: none;
}
.body_yellow .pagination span,
.body_yellow .pagination li.active a,
.body_yellow .pagination li.active a:hover {
  color: #ffffff;
  background-color: #0f0f0f;
  cursor: text;
}
.body_yellow .pagination a:focus,
.body_yellow .pagination a:hover {
  text-decoration: none;
  background-color: #0f0f0f;
  color: #fff;
}
.body_yellow .btn,
.body_yellow input[type="submit"].btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  color: #222222;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  background: #e0e3e5;
  padding: 0.55em 2.5em;
}
.body_yellow .btn:hover,
.body_yellow input[type="submit"].btn:hover {
  color: rgba(0,0,0,0.5);
  background: #b3b6b7;
}
.body_yellow .btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_yellow .btn-big,
.body_yellow input[type="submit"].btn-big {
  font-size: 18px;
}
.body_yellow .btn-small,
.body_yellow input[type="submit"].btn-small {
  font-size: 12.75px;
}
.body_yellow .btn-smaller,
.body_yellow input[type="submit"].btn-smaller {
  font-size: 11.25px;
  vertical-align: baseline;
}
.body_yellow .btn-round {
  border-radius: 15px;
}
.body_yellow .btn-outline,
.body_yellow input[type="submit"].btn-outline {
  background: none;
  padding: 0.48750000000000004em 2.5em;
  border: 1px solid #0f0f0f;
}
.body_yellow .btn-outline:hover,
.body_yellow input[type="submit"].btn-outline:hover {
  border-color: #b3b6b7;
}
.body_yellow .btn-outline.btn-active {
  padding: 0.55em 2.5em;
}
.body_yellow .btn-outline.bold {
  border-width: 2px;
  padding: 0.42500000000000004em 2.5em;
}
.body_yellow .btn-active,
.body_yellow .btn[disabled],
.body_yellow .btn-disabled {
  background: none;
  background: #b3b6b7;
  color: rgba(0,0,0,0.5);
}
.body_yellow .btn-active:hover,
.body_yellow .btn[disabled]:hover,
.body_yellow .btn-disabled:hover {
  color: rgba(0,0,0,0.5);
  background: #b3b6b7;
}
.body_yellow .btn-active {
  box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset;
}
.body_yellow .btn-outline.btn[disabled],
.body_yellow .btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.1);
}
.body_yellow .btn-outline.btn-active {
  background: none;
  color: rgba(0,0,0,0.4);
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
}
.body_yellow .btn[disabled],
.body_yellow .btn-disabled {
  cursor: default;
  box-shadow: none;
}
.body_yellow .btn-blue,
.body_yellow input[type="submit"].btn-blue {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_yellow .btn-blue:hover,
.body_yellow input[type="submit"].btn-blue:hover {
  color: rgba(255,255,255,0.6);
  background: #1a52a5;
}
.body_yellow .btn-blue.btn-active,
.body_yellow input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_yellow .btn-blue.btn-active,
.body_yellow input[type="submit"].btn-blue.btn-active,
.body_yellow .btn-blue.btn-disabled,
.body_yellow input[type="submit"].btn-blue.btn-disabled,
.body_yellow .btn-blue.btn[disabled],
.body_yellow input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #1a52a5;
}
.body_yellow .btn-blue.btn-active:hover,
.body_yellow input[type="submit"].btn-blue.btn-active:hover,
.body_yellow .btn-blue.btn-disabled:hover,
.body_yellow input[type="submit"].btn-blue.btn-disabled:hover,
.body_yellow .btn-blue.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_yellow .btn-blue.btn-outline,
.body_yellow input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.body_yellow .btn-blue.btn-outline:hover,
.body_yellow input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_yellow .btn-blue.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-blue.btn-outline.btn[disabled],
.body_yellow .btn-blue.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37,117,237,0.4);
  border: 1px solid rgba(37,117,237,0.3);
}
.body_yellow .btn-blue.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37,117,237,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26,82,165,0.6) inset;
}
.body_yellow .btn-blue:hover,
.body_yellow input[type="submit"].btn-blue:hover {
  color: rgba(255,255,255,0.6);
  background: #1a52a5;
}
.body_yellow .btn-blue.btn-active,
.body_yellow input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_yellow .btn-blue.btn-active,
.body_yellow input[type="submit"].btn-blue.btn-active,
.body_yellow .btn-blue.btn-disabled,
.body_yellow input[type="submit"].btn-blue.btn-disabled,
.body_yellow .btn-blue.btn[disabled],
.body_yellow input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #1a52a5;
}
.body_yellow .btn-blue.btn-active:hover,
.body_yellow input[type="submit"].btn-blue.btn-active:hover,
.body_yellow .btn-blue.btn-disabled:hover,
.body_yellow input[type="submit"].btn-blue.btn-disabled:hover,
.body_yellow .btn-blue.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_yellow .btn-blue.btn-outline,
.body_yellow input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.body_yellow .btn-blue.btn-outline:hover,
.body_yellow input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2575ed;
}
.body_yellow .btn-blue.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-blue.btn-outline.btn[disabled],
.body_yellow .btn-blue.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37,117,237,0.4);
  border: 1px solid rgba(37,117,237,0.3);
}
.body_yellow .btn-blue.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37,117,237,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26,82,165,0.6) inset;
}
.body_yellow .btn-red,
.body_yellow input[type="submit"].btn-red {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_yellow .btn-red:hover,
.body_yellow input[type="submit"].btn-red:hover {
  color: rgba(255,255,255,0.6);
  background: #b2232f;
}
.body_yellow .btn-red.btn-active,
.body_yellow input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_yellow .btn-red.btn-active,
.body_yellow input[type="submit"].btn-red.btn-active,
.body_yellow .btn-red.btn-disabled,
.body_yellow input[type="submit"].btn-red.btn-disabled,
.body_yellow .btn-red.btn[disabled],
.body_yellow input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #b2232f;
}
.body_yellow .btn-red.btn-active:hover,
.body_yellow input[type="submit"].btn-red.btn-active:hover,
.body_yellow .btn-red.btn-disabled:hover,
.body_yellow input[type="submit"].btn-red.btn-disabled:hover,
.body_yellow .btn-red.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_yellow .btn-red.btn-outline,
.body_yellow input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_yellow .btn-red.btn-outline:hover,
.body_yellow input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_yellow .btn-red.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-red.btn-outline.btn[disabled],
.body_yellow .btn-red.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222,44,59,0.4);
  border: 1px solid rgba(222,44,59,0.3);
}
.body_yellow .btn-red.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222,44,59,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178,35,47,0.6) inset;
}
.body_yellow .btn-red:hover,
.body_yellow input[type="submit"].btn-red:hover {
  color: rgba(255,255,255,0.6);
  background: #b2232f;
}
.body_yellow .btn-red.btn-active,
.body_yellow input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_yellow .btn-red.btn-active,
.body_yellow input[type="submit"].btn-red.btn-active,
.body_yellow .btn-red.btn-disabled,
.body_yellow input[type="submit"].btn-red.btn-disabled,
.body_yellow .btn-red.btn[disabled],
.body_yellow input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #b2232f;
}
.body_yellow .btn-red.btn-active:hover,
.body_yellow input[type="submit"].btn-red.btn-active:hover,
.body_yellow .btn-red.btn-disabled:hover,
.body_yellow input[type="submit"].btn-red.btn-disabled:hover,
.body_yellow .btn-red.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_yellow .btn-red.btn-outline,
.body_yellow input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_yellow .btn-red.btn-outline:hover,
.body_yellow input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #de2c3b;
}
.body_yellow .btn-red.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-red.btn-outline.btn[disabled],
.body_yellow .btn-red.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222,44,59,0.4);
  border: 1px solid rgba(222,44,59,0.3);
}
.body_yellow .btn-red.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222,44,59,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178,35,47,0.6) inset;
}
.body_yellow .btn-green,
.body_yellow input[type="submit"].btn-green {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_yellow .btn-green:hover,
.body_yellow input[type="submit"].btn-green:hover {
  color: rgba(255,255,255,0.6);
  background: #237f35;
}
.body_yellow .btn-green.btn-active,
.body_yellow input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_yellow .btn-green.btn-active,
.body_yellow input[type="submit"].btn-green.btn-active,
.body_yellow .btn-green.btn-disabled,
.body_yellow input[type="submit"].btn-green.btn-disabled,
.body_yellow .btn-green.btn[disabled],
.body_yellow input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #237f35;
}
.body_yellow .btn-green.btn-active:hover,
.body_yellow input[type="submit"].btn-green.btn-active:hover,
.body_yellow .btn-green.btn-disabled:hover,
.body_yellow input[type="submit"].btn-green.btn-disabled:hover,
.body_yellow .btn-green.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_yellow .btn-green.btn-outline,
.body_yellow input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_yellow .btn-green.btn-outline:hover,
.body_yellow input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_yellow .btn-green.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-green.btn-outline.btn[disabled],
.body_yellow .btn-green.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44,159,66,0.4);
  border: 1px solid rgba(44,159,66,0.3);
}
.body_yellow .btn-green.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44,159,66,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35,127,53,0.6) inset;
}
.body_yellow .btn-green:hover,
.body_yellow input[type="submit"].btn-green:hover {
  color: rgba(255,255,255,0.6);
  background: #237f35;
}
.body_yellow .btn-green.btn-active,
.body_yellow input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_yellow .btn-green.btn-active,
.body_yellow input[type="submit"].btn-green.btn-active,
.body_yellow .btn-green.btn-disabled,
.body_yellow input[type="submit"].btn-green.btn-disabled,
.body_yellow .btn-green.btn[disabled],
.body_yellow input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #237f35;
}
.body_yellow .btn-green.btn-active:hover,
.body_yellow input[type="submit"].btn-green.btn-active:hover,
.body_yellow .btn-green.btn-disabled:hover,
.body_yellow input[type="submit"].btn-green.btn-disabled:hover,
.body_yellow .btn-green.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_yellow .btn-green.btn-outline,
.body_yellow input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_yellow .btn-green.btn-outline:hover,
.body_yellow input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #2c9f42;
}
.body_yellow .btn-green.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-green.btn-outline.btn[disabled],
.body_yellow .btn-green.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44,159,66,0.4);
  border: 1px solid rgba(44,159,66,0.3);
}
.body_yellow .btn-green.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44,159,66,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35,127,53,0.6) inset;
}
.body_yellow .btn-black,
.body_yellow input[type="submit"].btn-black {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_yellow .btn-black:hover,
.body_yellow input[type="submit"].btn-black:hover {
  color: rgba(255,255,255,0.6);
  background: #363738;
}
.body_yellow .btn-black.btn-active,
.body_yellow input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.7) inset;
}
.body_yellow .btn-black.btn-active,
.body_yellow input[type="submit"].btn-black.btn-active,
.body_yellow .btn-black.btn-disabled,
.body_yellow input[type="submit"].btn-black.btn-disabled,
.body_yellow .btn-black.btn[disabled],
.body_yellow input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #363738;
}
.body_yellow .btn-black.btn-active:hover,
.body_yellow input[type="submit"].btn-black.btn-active:hover,
.body_yellow .btn-black.btn-disabled:hover,
.body_yellow input[type="submit"].btn-black.btn-disabled:hover,
.body_yellow .btn-black.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_yellow .btn-black.btn-outline,
.body_yellow input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.body_yellow .btn-black.btn-outline:hover,
.body_yellow input[type="submit"].btn-black.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_yellow .btn-black.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-black.btn-outline.btn[disabled],
.body_yellow .btn-black.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15,15,15,0.4);
  border: 1px solid rgba(15,15,15,0.3);
}
.body_yellow .btn-black.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15,15,15,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54,55,56,0.6) inset;
}
.body_yellow .btn-black:hover,
.body_yellow input[type="submit"].btn-black:hover {
  color: rgba(255,255,255,0.6);
  background: #363738;
}
.body_yellow .btn-black.btn-active,
.body_yellow input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.7) inset;
}
.body_yellow .btn-black.btn-active,
.body_yellow input[type="submit"].btn-black.btn-active,
.body_yellow .btn-black.btn-disabled,
.body_yellow input[type="submit"].btn-black.btn-disabled,
.body_yellow .btn-black.btn[disabled],
.body_yellow input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255,255,255,0.5);
  background: #363738;
}
.body_yellow .btn-black.btn-active:hover,
.body_yellow input[type="submit"].btn-black.btn-active:hover,
.body_yellow .btn-black.btn-disabled:hover,
.body_yellow input[type="submit"].btn-black.btn-disabled:hover,
.body_yellow .btn-black.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255,255,255,0.5);
}
.body_yellow .btn-black.btn-outline,
.body_yellow input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.body_yellow .btn-black.btn-outline:hover,
.body_yellow input[type="submit"].btn-black.btn-outline:hover {
  color: rgba(255,255,255,0.9);
  background: #0f0f0f;
}
.body_yellow .btn-black.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-black.btn-outline.btn[disabled],
.body_yellow .btn-black.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15,15,15,0.4);
  border: 1px solid rgba(15,15,15,0.3);
}
.body_yellow .btn-black.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15,15,15,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54,55,56,0.6) inset;
}
.body_yellow .btn-yellow,
.body_yellow input[type="submit"].btn-yellow {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_yellow .btn-yellow:hover,
.body_yellow input[type="submit"].btn-yellow:hover {
  color: rgba(0,0,0,0.6);
  background: #cca000;
}
.body_yellow .btn-yellow.btn-active,
.body_yellow input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_yellow .btn-yellow.btn-active,
.body_yellow input[type="submit"].btn-yellow.btn-active,
.body_yellow .btn-yellow.btn-disabled,
.body_yellow input[type="submit"].btn-yellow.btn-disabled,
.body_yellow .btn-yellow.btn[disabled],
.body_yellow input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #cca000;
}
.body_yellow .btn-yellow.btn-active:hover,
.body_yellow input[type="submit"].btn-yellow.btn-active:hover,
.body_yellow .btn-yellow.btn-disabled:hover,
.body_yellow input[type="submit"].btn-yellow.btn-disabled:hover,
.body_yellow .btn-yellow.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_yellow .btn-yellow.btn-outline,
.body_yellow input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.body_yellow .btn-yellow.btn-outline:hover,
.body_yellow input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_yellow .btn-yellow.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.body_yellow .btn-yellow.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,200,0,0.4);
  border: 1px solid rgba(255,200,0,0.3);
}
.body_yellow .btn-yellow.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255,200,0,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204,160,0,0.6) inset;
}
.body_yellow .btn-yellow:hover,
.body_yellow input[type="submit"].btn-yellow:hover {
  color: rgba(0,0,0,0.6);
  background: #cca000;
}
.body_yellow .btn-yellow.btn-active,
.body_yellow input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
}
.body_yellow .btn-yellow.btn-active,
.body_yellow input[type="submit"].btn-yellow.btn-active,
.body_yellow .btn-yellow.btn-disabled,
.body_yellow input[type="submit"].btn-yellow.btn-disabled,
.body_yellow .btn-yellow.btn[disabled],
.body_yellow input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #cca000;
}
.body_yellow .btn-yellow.btn-active:hover,
.body_yellow input[type="submit"].btn-yellow.btn-active:hover,
.body_yellow .btn-yellow.btn-disabled:hover,
.body_yellow input[type="submit"].btn-yellow.btn-disabled:hover,
.body_yellow .btn-yellow.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_yellow .btn-yellow.btn-outline,
.body_yellow input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.body_yellow .btn-yellow.btn-outline:hover,
.body_yellow input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffc800;
}
.body_yellow .btn-yellow.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.body_yellow .btn-yellow.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,200,0,0.4);
  border: 1px solid rgba(255,200,0,0.3);
}
.body_yellow .btn-yellow.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255,200,0,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204,160,0,0.6) inset;
}
.body_yellow .btn-white,
.body_yellow input[type="submit"].btn-white {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_yellow .btn-white:hover,
.body_yellow input[type="submit"].btn-white:hover {
  color: rgba(0,0,0,0.6);
  background: #ededed;
}
.body_yellow .btn-white.btn-active,
.body_yellow input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.body_yellow .btn-white.btn-active,
.body_yellow input[type="submit"].btn-white.btn-active,
.body_yellow .btn-white.btn-disabled,
.body_yellow input[type="submit"].btn-white.btn-disabled,
.body_yellow .btn-white.btn[disabled],
.body_yellow input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #ededed;
}
.body_yellow .btn-white.btn-active:hover,
.body_yellow input[type="submit"].btn-white.btn-active:hover,
.body_yellow .btn-white.btn-disabled:hover,
.body_yellow input[type="submit"].btn-white.btn-disabled:hover,
.body_yellow .btn-white.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_yellow .btn-white.btn-outline,
.body_yellow input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.body_yellow .btn-white.btn-outline:hover,
.body_yellow input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_yellow .btn-white.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-white.btn-outline.btn[disabled],
.body_yellow .btn-white.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.body_yellow .btn-white.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255,255,255,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237,237,237,0.6) inset;
}
.body_yellow .btn-white:hover,
.body_yellow input[type="submit"].btn-white:hover {
  color: rgba(0,0,0,0.6);
  background: #ededed;
}
.body_yellow .btn-white.btn-active,
.body_yellow input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.body_yellow .btn-white.btn-active,
.body_yellow input[type="submit"].btn-white.btn-active,
.body_yellow .btn-white.btn-disabled,
.body_yellow input[type="submit"].btn-white.btn-disabled,
.body_yellow .btn-white.btn[disabled],
.body_yellow input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0,0,0,0.5);
  background: #ededed;
}
.body_yellow .btn-white.btn-active:hover,
.body_yellow input[type="submit"].btn-white.btn-active:hover,
.body_yellow .btn-white.btn-disabled:hover,
.body_yellow input[type="submit"].btn-white.btn-disabled:hover,
.body_yellow .btn-white.btn[disabled]:hover,
.body_yellow input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0,0,0,0.5);
}
.body_yellow .btn-white.btn-outline,
.body_yellow input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.body_yellow .btn-white.btn-outline:hover,
.body_yellow input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0,0,0,0.9);
  background: #ffffff;
}
.body_yellow .btn-white.btn-outline.btn[disabled],
.body_yellow input[type="submit"].btn-white.btn-outline.btn[disabled],
.body_yellow .btn-white.btn-outline.btn-disabled,
.body_yellow input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.body_yellow .btn-white.btn-outline.btn-active,
.body_yellow input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255,255,255,0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237,237,237,0.6) inset;
}
.body_yellow .btn-white.btn-outline.btn-active {
  box-shadow: none;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.48750000000000004em 2.5em;
}
.body_yellow .btn-single,
.body_yellow .btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.body_yellow .btn-single:after,
.body_yellow .btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .btn-single:after,
.body_yellow .btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .btn-single > .btn,
.body_yellow .btn-single > input,
.body_yellow .btn-group > .btn,
.body_yellow .btn-group > input {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}
.body_yellow .btn-single > .btn {
  border-radius: 2px;
}
.body_yellow .btn-group > .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.body_yellow .btn-group > .btn:last-child {
  border-radius: 0 2px 2px 0;
}
.body_yellow .btn-group > .btn.btn-round:first-child,
.body_yellow .btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px;
}
.body_yellow .btn-group > .btn.btn-round:last-child,
.body_yellow .btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0;
}
.body_yellow .tools-alert {
  padding: 12px 15px;
  background: #f7f8f8;
  color: #0f0f0f;
  margin-bottom: 1.65em;
}
.body_yellow .tools-message {
  display: none;
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
  max-width: 350px;
  line-height: 1.5;
  font-size: 95%;
  padding: 12px 15px;
  color: #0f0f0f;
  background: #e0e3e5;
}
.body_yellow .tools-message ul {
  margin: 0;
  list-style: none;
}
.body_yellow .tools-message-black,
.body_yellow .tools-message-blue,
.body_yellow .tools-message-red,
.body_yellow .tools-message-green {
  color: rgba(255,255,255,0.95);
}
.body_yellow .tools-message-black {
  background: #0f0f0f;
}
.body_yellow .tools-message-blue {
  background: #2575ed;
}
.body_yellow .tools-message-red {
  background: #de2c3b;
}
.body_yellow .tools-message-yellow {
  background: #ffc800;
}
.body_yellow .tools-message-green {
  background: #2c9f42;
}
.body_yellow .tools-alert-black {
  background: #dadada;
}
.body_yellow .tools-alert-blue {
  background: #d3e3fb;
}
.body_yellow .tools-alert-red {
  background: #f8d5d8;
}
.body_yellow .tools-alert-yellow {
  background: #fff4cc;
}
.body_yellow .tools-alert-green {
  background: #d5ecd9;
}
.body_yellow .label,
.body_yellow .badge {
  background: #e0e3e5;
  font-size: 12.75px;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px 3px 7px;
  color: #0f0f0f;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.body_yellow .label-outline {
  background: none;
  border: 1px solid #0f0f0f;
  padding: 3px 6px 2px 6px;
}
.body_yellow .badge {
  border-radius: 15px;
}
.body_yellow .badge-small {
  font-size: 11.25px;
  padding: 3px 5px;
}
.body_yellow .label-black,
.body_yellow .label-blue,
.body_yellow .label-red,
.body_yellow .label-green,
.body_yellow .badge-black,
.body_yellow .badge-blue,
.body_yellow .badge-red,
.body_yellow .badge-green {
  color: #ffffff;
}
.body_yellow .label-black,
.body_yellow .badge-black {
  background: #0f0f0f;
}
.body_yellow .label-blue,
.body_yellow .badge-blue {
  background: #2575ed;
}
.body_yellow .label-red,
.body_yellow .badge-red {
  background: #de2c3b;
}
.body_yellow .label-green,
.body_yellow .badge-green {
  background: #2c9f42;
}
.body_yellow .label-yellow,
.body_yellow .badge-yellow {
  background: #ffc800;
}
.body_yellow .label-white,
.body_yellow .badge-white {
  background: #ffffff;
}
.body_yellow .label-black.label-outline,
.body_yellow .label-blue.label-outline,
.body_yellow .label-red.label-outline,
.body_yellow .label-green.label-outline,
.body_yellow .label-yellow.label-outline,
.body_yellow .label-white.label-outline {
  background: none;
  color: #0f0f0f;
}
.body_yellow .label-blue.label-outline {
  border-color: #2575ed;
  color: #2575ed;
}
.body_yellow .label-red.label-outline {
  border-color: #de2c3b;
  color: #de2c3b;
}
.body_yellow .label-green.label-outline {
  border-color: #2c9f42;
  color: #2c9f42;
}
.body_yellow .label-yellow.label-outline {
  border-color: #ffc800;
  color: #ffc800;
}
.body_yellow .label-white.label-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.body_yellow #tools-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
.body_yellow #tools-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a52a5;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  .body_yellow from {
    background-position: 40px 0;
  }
  .body_yellow to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .body_yellow from {
    background-position: 40px 0;
  }
  .body_yellow to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  .body_yellow from {
    background-position: 40px 0;
  }
  .body_yellow to {
    background-position: 0 0;
  }
}
.body_yellow .accordion-title {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding: 12px 50px 12px 18px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1, 4em;
  background: #f7f8f8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body_yellow .accordion-title.accordion-title-opened {
  margin-bottom: 0;
  font-weight: bold;
  background: #f0f1f2;
}
.body_yellow .accordion-title a,
.body_yellow .accordion-title:hover {
  color: #000;
  text-decoration: none;
}
.body_yellow .accordion-panel {
  padding: 1.65em;
  margin-bottom: 10px;
}
.body_yellow .accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.body_yellow .accordion-toggle-closed {
  background: #000;
  width: 1px;
  height: 15px;
  margin-left: 1px;
}
.body_yellow .accordion-toggle-closed:before {
  position: absolute;
  top: 7px;
  left: -7px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.body_yellow .accordion-toggle-opened:before {
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.body_yellow .filterbox {
  position: relative;
}
.body_yellow .filterbox input {
  padding-right: 30px;
}
.body_yellow .filterbox span {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  width: 26px;
  height: 100%;
  cursor: pointer;
}
.body_yellow .filterbox span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  margin-left: 8px;
  margin-top: -21px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid rgba(0,0,0,0.6);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.body_yellow .filterbox-list {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  max-height: 250px;
  overflow: auto;
}
.body_yellow .filterbox-list li {
  padding: 4px 10px;
  color: #000;
  cursor: pointer;
}
.body_yellow .filterbox-list li:hover {
  background: #f0f1f2;
}
.body_yellow .filterbox-list li.active {
  background: #2575ed;
  color: #fff;
}
.body_yellow .tooltip {
  position: absolute;
  z-index: 10000;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  font-size: 12.75px;
  line-height: 1.5em;
  max-width: 250px;
  background: #0f0f0f;
}
.body_yellow .tooltip-theme-red {
  background: #de2c3b;
}
.body_yellow .tooltip-theme-blue {
  background: #2575ed;
}
.body_yellow .tooltip-theme-green {
  background: #2c9f42;
}
.body_yellow .tooltip-theme-yellow {
  background: #ffc800;
}
.body_yellow .tooltip-theme-white {
  background: #ffffff;
}
.body_yellow .tooltip-theme-yellow,
.body_yellow .tooltip-theme-white {
  color: #000;
}
.body_yellow .dropdown {
  display: none;
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  width: 250px;
  color: #0f0f0f;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  overflow: auto;
}
.body_yellow .dropdown section {
  max-height: 250px;
  overflow: auto;
  padding: 20px;
}
.body_yellow .dropdown footer {
  padding: 20px;
}
.body_yellow ul.dropdown {
  max-height: 300px;
  list-style: none;
  margin: 0;
  line-height: 1.5;
  font-size: 95%;
  padding: 0;
}
.body_yellow ul.dropdown a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  color: #0f0f0f;
}
.body_yellow ul.dropdown a:hover {
  background: #eee;
}
.body_yellow ul.dropdown li.divider {
  border-bottom: 1px solid #e2e2e2;
}
.body_yellow .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.body_yellow .caret.caret-up {
  border-top: 0;
  border-bottom: 4px solid;
}
.body_yellow .livesearch-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.body_yellow .livesearch-box input {
  padding-left: 30px;
}
.body_yellow .livesearch-box .close {
  position: absolute;
  top: .2em;
  right: 5px;
  z-index: 2;
  padding: 4px 6px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.body_yellow .livesearch-box .close:before {
  content: '\00D7';
}
.body_yellow .livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.body_yellow .livesearch-box .close:before {
  content: '\00D7';
}
.body_yellow .livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.body_yellow .livesearch-icon {
  position: absolute;
  top: 53%;
  left: 10px;
  z-index: 2;
}
.body_yellow .livesearch-icon:before,
.body_yellow .livesearch-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
  background: rgba(0,0,0,0.5);
}
.body_yellow .livesearch-icon:before {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0,0,0,0.5);
  background: transparent;
  border-radius: 12px;
}
.body_yellow .livesearch-icon:after {
  left: 10px;
  width: 2px;
  height: 7px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.body_yellow .tools-droparea {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  border: 3px dashed rgba(0,0,0,0.1);
}
.body_yellow .tools-droparea.drag-hover {
  background: rgba(200,222,250,0.75);
}
.body_yellow .tools-droparea.drag-drop {
  background: rgba(250,248,200,0.5);
}
.body_yellow .tools-droparea-placeholder {
  text-align: center;
  font-size: 11px;
  color: rgba(0,0,0,0.5);
}
.body_yellow .autocomplete {
  position: absolute;
  z-index: 1000;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  max-height: 250px;
  overflow: auto;
}
.body_yellow .autocomplete a {
  padding: 4px 10px;
  color: #000;
  display: block;
  text-decoration: none;
}
.body_yellow .autocomplete a:hover {
  background: #f0f1f2;
}
.body_yellow .autocomplete a.active {
  background: #2575ed;
  color: #fff;
}
.body_yellow #modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 100;
}
.body_yellow .modal-blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.body_yellow .modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 101;
}
.body_yellow .modal {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 70px rgba(0,0,0,0.5);
}
.body_yellow .modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
.body_yellow .modal section {
  padding: 30px 40px 50px 40px;
}
.body_yellow .modal footer button {
  width: 100%;
  border-radius: 0;
}
.body_yellow .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
.body_yellow .modal-close:hover {
  color: #000;
}
.body_yellow .group:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .group:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .hide {
  display: none;
}
.body_yellow .highlight {
  background-color: #f7f3e2;
}
.body_yellow .big {
  font-size: 18px;
}
.body_yellow .small {
  font-size: 12.75px;
}
.body_yellow .smaller {
  font-size: 11.25px;
}
.body_yellow .nowrap,
.body_yellow .nowrap td {
  white-space: nowrap;
}
.body_yellow .req,
.body_yellow .required {
  font-weight: normal;
  color: #de2c3b;
}
.body_yellow .error {
  color: #de2c3b;
}
.body_yellow .success {
  color: #2c9f42;
}
.body_yellow .text-centered {
  text-align: center;
}
.body_yellow .text-right {
  text-align: right;
}
.body_yellow .last {
  margin-right: 0 !important;
}
.body_yellow .pause {
  margin-bottom: 0.825em !important;
}
.body_yellow .end {
  margin-bottom: 0 !important;
}
.body_yellow .normal {
  font-weight: normal;
}
.body_yellow .light {
  font-weight: 300;
}
.body_yellow .bold {
  font-weight: bold;
}
.body_yellow .italic {
  font-style: italic;
}
.body_yellow .left {
  float: left;
}
.body_yellow .right {
  float: right;
}
.body_yellow .upper {
  text-transform: uppercase;
}
.body_yellow .list-flat {
  margin-left: 0;
  list-style: none;
}
.body_yellow .color-black {
  color: #0f0f0f;
}
.body_yellow .color-white {
  color: #ffffff;
}
.body_yellow .color-gray-10 {
  color: rgba(0,0,0,0.1);
}
.body_yellow .color-gray-20 {
  color: rgba(0,0,0,0.2);
}
.body_yellow .color-gray-30 {
  color: rgba(0,0,0,0.3);
}
.body_yellow .color-gray-40 {
  color: rgba(0,0,0,0.4);
}
.body_yellow .color-gray-50 {
  color: rgba(0,0,0,0.5);
}
.body_yellow .color-gray-60 {
  color: rgba(0,0,0,0.6);
}
.body_yellow .color-gray-70 {
  color: rgba(0,0,0,0.7);
}
.body_yellow .color-gray-80 {
  color: rgba(0,0,0,0.8);
}
.body_yellow .color-gray-90 {
  color: rgba(0,0,0,0.9);
}
.body_yellow .color-white-10 {
  color: rgba(255,255,255,0.1);
}
.body_yellow .color-white-20 {
  color: rgba(255,255,255,0.2);
}
.body_yellow .color-white-30 {
  color: rgba(255,255,255,0.3);
}
.body_yellow .color-white-40 {
  color: rgba(255,255,255,0.4);
}
.body_yellow .color-white-50 {
  color: rgba(255,255,255,0.5);
}
.body_yellow .color-white-60 {
  color: rgba(255,255,255,0.6);
}
.body_yellow .color-white-70 {
  color: rgba(255,255,255,0.7);
}
.body_yellow .color-white-80 {
  color: rgba(255,255,255,0.8);
}
.body_yellow .color-white-90 {
  color: rgba(255,255,255,0.9);
}
.body_yellow .video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1.65em;
}
.body_yellow .video-wrapper iframe,
.body_yellow .video-wrapper object,
.body_yellow .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .body_yellow .left,
  .body_yellow .right {
    float: none;
  }
  .body_yellow .hide-on-mobile {
    display: none;
  }
}
.body_yellow .str {
  color: #dd1144;
}
.body_yellow .kwd {
  color: #333333;
}
.body_yellow .com {
  color: #999988;
}
.body_yellow .typ {
  color: #445588;
}
.body_yellow .lit {
  color: #445588;
}
.body_yellow .pun {
  color: #888;
}
.body_yellow .opn {
  color: #333333;
}
.body_yellow .clo {
  color: #333333;
}
.body_yellow .tag {
  color: #367ac3;
}
.body_yellow .atn {
  color: #51a7c9;
}
.body_yellow .atv {
  color: #709c1a;
}
.body_yellow .dec {
  color: #666;
}
.body_yellow .var {
  color: teal;
}
.body_yellow .fun {
  color: #990000;
}
.body_yellow .linenums ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
.body_yellow .linenums ol li:after {
  content: counter(list);
  position: absolute;
  left: -3.3em;
  border-right: 1px solid #e5e5e5;
  padding-right: 9px;
  width: 2.45em;
  text-align: right;
  color: rgba(0,0,0,0.3);
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .body_yellow .mobile-width-100 {
    width: 100%;
  }
  .body_yellow .units-row .unit-90,
  .body_yellow .units-row .unit-80,
  .body_yellow .units-row .unit-75,
  .body_yellow .units-row .unit-70,
  .body_yellow .units-row .unit-66,
  .body_yellow .units-row .unit-65,
  .body_yellow .units-row .unit-60,
  .body_yellow .units-row .unit-50,
  .body_yellow .units-row .unit-40,
  .body_yellow .units-row .unit-35,
  .body_yellow .units-row .unit-33,
  .body_yellow .units-row .unit-30,
  .body_yellow .units-row .unit-25,
  .body_yellow .units-row .unit-20,
  .body_yellow .units-row .unit-10 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .body_yellow .unit-push-90,
  .body_yellow .unit-push-80,
  .body_yellow .unit-push-75,
  .body_yellow .unit-push-70,
  .body_yellow .unit-push-66,
  .body_yellow .unit-push-65,
  .body_yellow .unit-push-60,
  .body_yellow .unit-push-50,
  .body_yellow .unit-push-40,
  .body_yellow .unit-push-35,
  .body_yellow .unit-push-33,
  .body_yellow .unit-push-30,
  .body_yellow .unit-push-25,
  .body_yellow .unit-push-20,
  .body_yellow .unit-push-10 {
    left: 0;
  }
  .body_yellow .units-row .unit-push-right {
    float: none;
  }
  .body_yellow .units-mobile-50 .unit-90,
  .body_yellow .units-mobile-50 .unit-80,
  .body_yellow .units-mobile-50 .unit-75,
  .body_yellow .units-mobile-50 .unit-70,
  .body_yellow .units-mobile-50 .unit-66,
  .body_yellow .units-mobile-50 .unit-65,
  .body_yellow .units-mobile-50 .unit-60,
  .body_yellow .units-mobile-50 .unit-40,
  .body_yellow .units-mobile-50 .unit-30,
  .body_yellow .units-mobile-50 .unit-35,
  .body_yellow .units-mobile-50 .unit-33,
  .body_yellow .units-mobile-50 .unit-25,
  .body_yellow .units-mobile-50 .unit-20,
  .body_yellow .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }
  .body_yellow .units-mobile-50 .unit-90:first-child,
  .body_yellow .units-mobile-50 .unit-80:first-child,
  .body_yellow .units-mobile-50 .unit-75:first-child,
  .body_yellow .units-mobile-50 .unit-70:first-child,
  .body_yellow .units-mobile-50 .unit-66:first-child,
  .body_yellow .units-mobile-50 .unit-65:first-child,
  .body_yellow .units-mobile-50 .unit-60:first-child,
  .body_yellow .units-mobile-50 .unit-40:first-child,
  .body_yellow .units-mobile-50 .unit-35:first-child,
  .body_yellow .units-mobile-50 .unit-30:first-child,
  .body_yellow .units-mobile-50 .unit-33:first-child,
  .body_yellow .units-mobile-50 .unit-25:first-child,
  .body_yellow .units-mobile-50 .unit-20:first-child,
  .body_yellow .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .body_yellow .blocks-2,
  .body_yellow .blocks-3,
  .body_yellow .blocks-4,
  .body_yellow .blocks-5,
  .body_yellow .blocks-6 {
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .body_yellow .blocks-2 > li,
  .body_yellow .blocks-3 > li,
  .body_yellow .blocks-4 > li,
  .body_yellow .blocks-5 > li,
  .body_yellow .blocks-6 > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .body_yellow .blocks-mobile-50 > li,
  .body_yellow .blocks-mobile-33 > li {
    float: left;
    margin-left: 3%;
  }
  .body_yellow .blocks-mobile-33,
  .body_yellow .blocks-mobile-50 {
    margin-left: -3%;
  }
  .body_yellow .blocks-mobile-50 > li {
    width: 47%;
  }
  .body_yellow .blocks-mobile-33 > li {
    width: 30.333333333333332%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .body_yellow h1 {
    font-size: 2.25em;
    line-height: 1.125;
  }
  .body_yellow h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  .body_yellow h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  .body_yellow h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
  .body_yellow h5 {
    font-size: 1em;
  }
  .body_yellow h6 {
    font-size: 0.75em;
  }
}
@media (max-width: 767px) {
  .body_yellow h1 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  .body_yellow h2 {
    font-size: 1.5em;
    line-height: 1.15384615;
  }
  .body_yellow h3 {
    font-size: 1.3125em;
    line-height: 1.13636364;
  }
  .body_yellow h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
  .body_yellow h5 {
    font-size: 1em;
  }
  .body_yellow h6 {
    font-size: 0.75em;
  }
  .body_yellow .lead {
    font-size: 1.2em;
  }
  .body_yellow ul,
  .body_yellow ol,
  .body_yellow ul ul,
  .body_yellow ol ol,
  .body_yellow ul ol,
  .body_yellow ol ul {
    margin-left: 1.65em;
  }
  .body_yellow blockquote {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .body_yellow .navbar.navbar-left,
  .body_yellow .navbar.navbar-right,
  .body_yellow .navbar li,
  .body_yellow .navbar.navbar-left li,
  .body_yellow .navbar.navbar-right li {
    float: none;
    text-align: left;
    width: auto;
  }
  .body_yellow .navbar li,
  .body_yellow .navbar.navbar-right li {
    margin-left: 0;
    margin-right: 0;
  }
  .body_yellow .fullwidth ul,
  .body_yellow .fullwidth li {
    width: auto;
  }
  .body_yellow .fullwidth li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .body_yellow .forms-list label {
    display: inline-block;
  }
}
@media print {
  .body_yellow * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12pt;
  }
  .body_yellow .h1,
  .body_yellow h1 {
    font-size: 36pt;
  }
  .body_yellow .h2,
  .body_yellow h2 {
    font-size: 24pt;
  }
  .body_yellow .h3,
  .body_yellow h3 {
    font-size: 18pt;
  }
  .body_yellow .h4,
  .body_yellow h4 {
    font-size: 14pt;
  }
  .body_yellow .h5,
  .body_yellow h5 {
    font-size: 12pt;
  }
  .body_yellow .h6,
  .body_yellow h6 {
    font-size: 12pt;
  }
  .body_yellow a,
  .body_yellow a:visited {
    text-decoration: underline;
  }
  .body_yellow a[href]:after {
    content: " (" attr(href) ")";
  }
  .body_yellow abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .body_yellow a[href^="javascript:"]:after,
  .body_yellow a[href^="#"]:after {
    content: "";
  }
  .body_yellow pre,
  .body_yellow blockquote {
    page-break-inside: avoid;
  }
  .body_yellow blockquote {
    border: none;
    font-style: italic;
  }
  .body_yellow img {
    max-width: 100% !important;
  }
  .body_yellow select {
    background: #fff !important;
  }
}
.body_yellow ::-moz-selection {
  background: #f19b3f;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_yellow ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_yellow ::selection {
  background: #f19b3f;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_yellow html {
  height: 100%;
}
.body_yellow body {
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
  margin: 0px auto;
  height: 100%;
}
.body_yellow blockquote {
  color: #e1e1e1;
  font-size: 25px;
  line-height: 33px;
  margin-left: 0;
  text-align: center;
}
.body_yellow blockquote:before {
  content: open-quote;
}
.body_yellow blockquote:after {
  content: close-quote;
}
.body_yellow .container {
  height: 100%;
}
.body_yellow a,
.body_yellow .link {
  color: #f19b3f;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow a:hover,
.body_yellow .link:hover {
  color: #bc680e;
  cursor: pointer;
}
.body_yellow a:active,
.body_yellow .link:active {
  color: #ec8211;
}
.body_yellow .blue {
  color: #215377;
}
.body_yellow .blue:hover {
  color: #16374f;
}
.body_yellow .red {
  color: #ff6b6b;
}
.body_yellow .red:hover {
  color: #ff3838;
}
.body_yellow .yellow {
  color: #f19b3f;
}
.body_yellow .yellow:hover {
  color: #ec8211;
}
.body_yellow .green {
  color: #419c59;
}
.body_yellow .green:hover {
  color: #327844;
}
.body_yellow .gray {
  color: #e1e1e1;
}
.body_yellow .gray:hover {
  color: #c8c8c8;
}
.body_yellow .maincolor {
  color: #f19b3f;
}
.body_yellow .maincolor:hover {
  color: #ec8211;
}
.body_yellow i {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .centerer {
  width: 100%;
  text-align: center;
}
.body_yellow .overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.body_yellow #loadbar {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  color: #fff;
  height: 100%;
  width: 100%;
}
.body_yellow #loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 101;
}
.body_yellow #loadbar .spinner {
  position: absolute;
  z-index: 102;
  width: 40px;
  height: 40px;
  font-size: 35px;
  top: 50%;
  left: 50%;
}
.body_yellow .forgot {
  color: #8a8a8a;
  background: #e1e1e1;
  padding: 20px;
}
.body_yellow .forgot a {
  color: #8a8a8a;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .forgot a:hover {
  color: #8a8a8a;
  text-decoration: underline;
}
.body_yellow .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #ff6b6b;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #ff6b6b;
  margin-bottom: 10px;
}
.body_yellow .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
.body_yellow .ww300 {
  word-wrap: break-word;
  max-width: 300px;
}
.body_yellow .place_holder {
  height: 0px;
}
.body_yellow .full-width {
  margin: 0 0 0 30px;
}
.body_yellow .semi-width {
  margin: 0 0 0 320px;
}
.body_yellow .content .row {
  margin-bottom: 40px;
}
.body_yellow .content .row .box .inner .tabs_included {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
}
.body_yellow .content .row .box .inner .boxcontent {
  background: ;
  padding: 20px;
}
.body_yellow .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_yellow .content .breadcrumbs {
  padding: 0 0 10px 0;
  color: #000000;
}
.body_yellow .content .breadcrumbs a {
  color: #000000;
}
.body_yellow .content .breadcrumbs ul {
  list-style-type: none;
  padding: 0;
}
.body_yellow .content .breadcrumbs ul li {
  font-size: 13px;
  font-weight: bold;
}
.body_yellow .content .breadcrumbs ul .arrow {
  padding: 0 10px;
}
.body_yellow .greytext {
  color: #999;
}
.body_yellow .btn {
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #f19b3f;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color ;
  -moz-transition: background-color ;
  -webkit-transition: background-color ;
  -o-transition: background-color ;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.body_yellow .btn:hover {
  background: #ec8211;
  color: #FFFFFF;
}
.body_yellow .btn:active {
  background: #ec8211;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #bc680e;
  -webkit-box-shadow: inset 1px 1px 2px 0px #bc680e;
  -moz-box-shadow: inset 1px 1px 2px 0px #bc680e;
  border-top: inset 1px 1px 2px 0px #bc680e;
}
.body_yellow .btn.back {
  background-color: #BFBFBF;
  color: #383838;
  text-align: center;
}
.body_yellow .btn.back:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.body_yellow .btn.white {
  background-color: #383838;
  color: #FFFFFF;
  text-align: center;
}
.body_yellow .btn.white:hover {
  background: #C0C0C0;
  color: #383838;
}
.body_yellow .btn2 {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #419c59;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color ;
  -moz-transition: background-color ;
  -webkit-transition: background-color ;
  -o-transition: background-color ;
}
.body_yellow .btn2:hover {
  background: #327844;
  color: #FFFFFF;
}
.body_yellow .btn2:active {
  background: #ec8211;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #bc680e;
  -webkit-box-shadow: inset 1px 1px 2px 0px #bc680e;
  -moz-box-shadow: inset 1px 1px 2px 0px #bc680e;
  border-top: inset 1px 1px 2px 0px #bc680e;
}
.body_yellow .btn_fa_icon {
  margin-right: 6px;
  font-size: 12px !important;
}
.body_yellow .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.body_yellow .message {
  margin-bottom: 10px;
  padding: 8px 10px 8px 10px;
  background-color: #F2D4CE;
  border: 1px solid #AE432E;
  border-radius: 4px;
  color: #AE432E;
}
.body_yellow #search_preloader {
  display: none;
  margin-left: 10px;
}
.body_yellow #search_results {
  display: none;
  min-height: 100px;
  width: 550px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
}
.body_yellow .stat1 {
  background: #007BC4 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_yellow .stat1:hover {
  background: #007BC4 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_yellow .stat2 {
  background: #A64040 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_yellow .stat3 {
  background: #F19B3F !important;
  border: 0px !important;
  color: #ffffff;
}
.body_yellow .stat4 {
  background: #419C59 !important;
  border: 0px !important;
  color: #ffffff;
}
.body_yellow .col {
  padding: 8px 20px 8px 20px;
}
.body_yellow .col_grey {
  width: 200px;
  padding: 8px 20px 8px 20px;
  background-color: #EFEFEF;
}
.body_yellow .bt {
  border-top: 1px solid #DFDFDF;
}
.body_yellow .bl {
  border-left: 1px solid #DFDFDF;
}
.body_yellow .br {
  border-right: 1px solid #DFDFDF;
}
.body_yellow .bb {
  border-bottom: 1px solid #DFDFDF;
}
.body_yellow .line {
  margin-bottom: 10px;
  min-width: 40%;
}
.body_yellow .line .smallRow {
  width: 150px;
}
.body_yellow .mutationCounter {
  background: #E11F1F;
  border: 1px solid #B71918;
  width: 25px;
  height: 25px;
  float: right;
  color: #fff;
  padding-left: 6px;
  padding-top: 2px;
  font-weight: bold;
  margin-bottom: -20px;
}
.body_yellow .newBtn {
  float: left;
  margin-right: 20px;
  padding: 10px;
  min-width: 150px;
  text-align: center;
  background: #f19b3f;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.body_yellow .newBtn:hover {
  background: #f4b46f;
  cursor: pointer;
  color: #FFF;
}
.body_yellow .widget {
  min-width: 200px;
  min-height: 150px;
  margin: 0 20px 20px 0;
  padding: 50px 5px 10px 5px;
  background-color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease 0s;
}
.body_yellow .widget:hover {
  background-color: #c93a23;
  color: #ffffff;
  font-weight: bold;
}
.body_yellow .cms_table_export {
  margin-left: 10px !important;
}
.body_yellow .mt20 {
  margin-top: 20px !important;
}
.body_yellow .mr0 {
  margin-right: 0px !important;
}
.body_yellow .status_progress {
  float: left;
  border: none;
  width: 70%;
}
.body_yellow .status_progress td {
  border-bottom: 1px solid #eeeeee;
  background-clip: padding-box;
}
.body_yellow .status_progress .status_bar td {
  padding: 0.5em 1.0999999999999999em;
}
.body_yellow .status_progress .status_bar .status {
  position: relative;
  cursor: pointer;
}
.body_yellow .status_progress .status_bar .status div {
  width: 100%;
  min-width: 85px;
  height: 100%;
  text-align: center;
  color: #000;
}
.body_yellow .status_progress .status_bar .status .status_input {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  line-height: 45px;
}
.body_yellow .status_progress .status_bar .status .status_input input {
  width: 100%;
}
.body_yellow .status_progress .status_bar .status .status_input.checkbox_input {
  top: 100%;
  z-index: 10;
}
.body_yellow .status_progress .status_bar .status .status_input.active {
  display: block;
}
.body_yellow .status_progress .status_bar .status.gray {
  background-color: #808080;
}
.body_yellow .status_progress .status_bar .status.orange {
  background-color: #ff9900;
}
.body_yellow .status_progress .status_bar .status.green {
  background-color: #A0C55F;
  cursor: auto;
}
.body_yellow .status_legenda {
  float: left;
  border: none;
  margin-left: 10px;
  width: calc(30% - 10px);
}
.body_yellow .status_legenda td {
  padding: 0.5em;
}
.body_yellow .status_legenda td.green {
  padding: 0;
  background-color: #A0C55F;
  width: 30px;
}
.body_yellow .status_legenda td.orange {
  padding: 0;
  background-color: #ff9900;
  width: 30px;
}
.body_yellow .status_legenda td.gray {
  padding: 0;
  background-color: #808080;
  width: 30px;
}
.body_yellow .progress_container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .body_yellow .progress_container {
    height: 100% !important;
  }
}
.body_yellow .progress_container .progress {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.body_yellow .progress_container .progress div {
  color: #000;
  display: inline-block;
  width: 30px;
  height: 100%;
  border-left: 1px solid #f19b3f;
  border-bottom: 1px solid #f19b3f;
}
.body_yellow .progress_container .progress div:first-child.clear {
  border-left: none !important;
}
.body_yellow .progress_container .progress div:last-child {
  border-right: 1px solid #f19b3f;
}
.body_yellow .progress_container .progress div.clear {
  border-bottom: none !important;
}
.body_yellow .progress_container .progress div.green {
  background-color: #A0C55F;
}
.body_yellow .progress_container .progress div.orange {
  background-color: #ff9900;
}
.body_yellow .progress_container .progress div.gray,
.body_yellow .progress_container .progress div.grey {
  background-color: #808080;
}
.body_yellow .progress_title {
  padding: 0;
  margin: 0;
  display: table;
}
.body_yellow .progress_title .rotate {
  display: table-cell;
  width: 30px;
  max-width: 30px;
  height: 100px;
  white-space: nowrap;
  vertical-align: bottom;
  text-align: center;
  pointer-events: none;
  background: none !important;
}
.body_yellow .progress_title .rotate div {
  transform: translate(25px,51px) rotate(315deg);
  -ms-transform: translate(25px,51px) rotate(315deg);
  -webkit-transform: translate(25px,51px) rotate(315deg);
  padding: 0 0 65px 5px;
}
.body_yellow .progress_title .rotate div span {
  border-bottom: 1px solid #f4b46f;
  pointer-events: auto;
}
.body_yellow .status_check {
  background-color: #419c59;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .status_check i {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  cursor: pointer;
}
.body_yellow .status_check:hover {
  background-color: #327844;
}
.body_yellow .status_check.final {
  background-color: #808080;
  cursor: default;
}
.body_yellow .status_check.final:hover {
  background-color: #676767;
}
.body_yellow .status_cancel {
  background-color: #ff6b6b;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .status_cancel i {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  width: 22px;
  text-align: center;
  cursor: pointer;
}
.body_yellow .status_cancel:hover {
  background-color: #ff3838;
}
.body_yellow .status_cancel.final {
  background-color: #808080;
  cursor: default;
}
.body_yellow .status_cancel.final:hover {
  background-color: #676767;
}
.body_yellow div.pagination {
  margin: 0 0 10px 0;
  padding: 0;
}
.body_yellow div.pagination a {
  min-width: 50px;
  height: 22px;
  margin: 0 5px 5px 0;
  padding: 5px 8px 5px 8px;
  background-color: #EBEBEB;
  color: #17526E;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.15s ease 0s;
}
.body_yellow div.pagination a.active {
  background-color: #215377;
  color: #FFFFFF;
}
.body_yellow div.pagination a:hover {
  background-color: #7D7D7D;
  color: #FFFFFF;
  text-decoration: none;
}
.body_yellow div.pagination {
  font-size: 14px;
}
.body_yellow .redactor_box {
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 3px;
  border: solid 2px #acacac;
  font-size: 14px;
}
.body_yellow .redactor_box:hover {
  border-color: #e1e1e1;
}
.body_yellow .redactor_box:focus {
  border-color: #f19b3f;
}
.body_yellow .redactor_box .redactor_editor,
.body_yellow .redactor_box textarea {
  padding: 0 10px;
  min-height: 400px;
}
.body_yellow .redactor_box textarea {
  border: none;
}
.body_yellow body .redactor_air {
  position: absolute;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 2;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_save {
  background: url(/_webblocks/images/redactor/save.png) no-repeat;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_close {
  background: url(/_webblocks/images/redactor/close.png) no-repeat;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_fileselect {
  background-position: -250px;
}
.body_yellow .loadingbar {
  height: 2px;
  background-color: #79c535;
  width: 0px;
}
.body_yellow #redactor_modal_inner {
  padding: 40px 15px 15px 15px !important;
}
.body_yellow #redactor_modal_inner section {
  padding: 0px !important;
}
.body_yellow #redactorInsertImageForm {
  padding: 0px !important;
}
.body_yellow .redactor_editor {
  overflow-y: auto;
}
.body_yellow body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow: hidden;
  width: 100%;
}
.body_yellow .redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0;
}
.body_yellow .redactor_toolbar {
  height: auto !important;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
  background: #E2E2E2;
  list-style: none !important;
  font-size: 0;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  line-height: 0 !important;
}
.body_yellow .redactor_toolbar:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.body_yellow .redactor_box .redactor_toolbar {
  border: none;
}
.body_yellow .redactor_toolbar.toolbar_fixed_box {
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
}
.body_yellow body .redactor_air .redactor_toolbar {
  padding-right: 2px !important;
}
.body_yellow .redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 1px 0 3px 1px;
  outline: none;
  list-style: none !important;
}
.body_yellow .redactor_toolbar li.redactor_separator {
  float: left;
  margin: 0 2px 0 3px !important;
  padding: 0;
  height: 29px;
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #d8d8d8;
}
.body_yellow .redactor_toolbar li a {
  display: block;
  width: 25px;
  height: 25px;
  outline: none;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  zoom: 1;
  *border: 1px solid #eee;
}
.body_yellow .redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important;
}
.body_yellow .redactor_toolbar li a {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
  background-size: auto 25px;
  background-position: 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .body_yellow .redactor_toolbar li a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
    background-size: auto 25px;
  }
}
.body_yellow .redactor_toolbar li a:hover {
  outline: none;
  border-color: #e1e1e1;
  background-color: #eaeaea;
}
.body_yellow .redactor_toolbar li a:active,
.body_yellow .redactor_toolbar li a.redactor_act {
  outline: none;
  border-color: #eaeaea;
  background-color: #e1e1e1;
  background-image: url("/_webblocks/images/icons/redactor_icons.png");
  background-size: auto 25px;
}
.body_yellow .redactor_button_disabled {
  opacity: .3;
}
.body_yellow .redactor_button_disabled:hover {
  outline: none;
  border-color: transparent !important;
  background-color: transparent !important;
  cursor: default;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -150px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -175px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -475px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_fontfamily {
  background-position: -650px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_fontsize {
  background-position: -675px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_direction {
  background-position: -700px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_lists {
  background-position: -725px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_font {
  background-position: -750px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_h1 {
  background-position: -775px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_h2 {
  background-position: -800px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_h3 {
  background-position: -825px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_quote {
  background-position: -850px;
}
.body_yellow body .redactor_toolbar li a.redactor_btn_pre {
  background-position: -875px;
}
.body_yellow .redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic;
}
.body_yellow .redactor_format_pre {
  font-family: monospace, sans-serif;
}
.body_yellow .redactor_format_h1,
.body_yellow .redactor_format_h2,
.body_yellow .redactor_format_h3,
.body_yellow .redactor_format_h4 {
  font-weight: bold;
}
.body_yellow .redactor_format_h1 {
  font-size: 30px;
  line-height: 36px;
}
.body_yellow .redactor_format_h2 {
  font-size: 24px;
  line-height: 36px;
}
.body_yellow .redactor_format_h3 {
  font-size: 20px;
  line-height: 30px;
}
.body_yellow .redactor_format_h4 {
  font-size: 16px;
  line-height: 26px;
}
.body_yellow .redactor_dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2004;
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 4px #ccc;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 21px;
}
.body_yellow .redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
}
.body_yellow .redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #000;
  text-decoration: none;
}
.body_yellow .redactor_dropdown a:hover {
  background-color: #eaeaea;
  color: #444 !important;
  text-decoration: none;
}
.body_yellow .redactor_color_link {
  float: left !important;
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset !important;
  font-size: 0;
}
.body_yellow .redactor_color_none {
  display: block;
  clear: both;
  padding: 4px 0 !important;
  font-size: 11px;
  line-height: 1;
}
.body_yellow #redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #333 !important;
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.body_yellow #redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50001;
  padding: 0;
  border-radius: 3px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#e2e2e2));
  background: -webkit-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -o-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: -ms-linear-gradient(top,#f7f7f7 0%,#e2e2e2 100%);
  background: linear-gradient(to bottom,#f7f7f7 0%,#e2e2e2 100%);
  box-shadow: 0px 5px 60px #000;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px !important;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#e2e2e2',GradientType=0);
}
.body_yellow #redactor_modal header {
  padding: 11px 30px 0 15px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 12px;
}
.body_yellow #redactor_modal section {
  padding: 20px 30px;
}
.body_yellow #redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  color: #777;
  font-size: 20px;
  cursor: pointer;
}
.body_yellow #redactor_modal_close:hover {
  color: #000;
}
.body_yellow #redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}
.body_yellow #redactor_modal textarea {
  display: block;
  margin-top: 4px;
}
.body_yellow .redactor_input {
  width: 99%;
  font-size: 14px;
}
.body_yellow .redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
}
.body_yellow #redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
  background: #fff;
  border: solid 1px #cbcbcb;
  padding: 15px;
}
.body_yellow #redactor_image_box img {
  margin: 5px 5px 0px 0px;
  max-width: 100px;
  cursor: pointer;
  padding: 5px;
  border: dashed 1px #cbcbcb;
}
.body_yellow #redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px;
}
.body_yellow #redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer;
}
.body_yellow #redactor_tabs {
  padding: 0px;
  padding-bottom: 15px;
}
.body_yellow #redactor_tabs a {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
.body_yellow #redactor_tabs a:hover,
.body_yellow #redactor_tabs a.redactor_tabs_act {
  padding: 5px 15px;
  border: none;
  background-color: #ddd;
  box-shadow: 0 1px 2px rgba(0,0,0,0.4) inset;
  color: #777 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 #eee;
}
.body_yellow #redactor_modal footer {
  padding-top: 15px;
  border-radius: 0 0 3px 3px;
  text-align: right;
}
.body_yellow #redactor_modal input[type="radio"],
.body_yellow #redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
.body_yellow #redactor_modal input[type="text"],
.body_yellow #redactor_modal input[type="password"],
.body_yellow #redactor_modal input[type="email"],
.body_yellow #redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1px 2px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
  color: #333;
  font-size: 13px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  line-height: 1;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
.body_yellow #redactor_modal textarea {
  line-height: 1.4em;
}
.body_yellow #redactor_modal input:focus,
.body_yellow #redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70,161,231,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
.body_yellow .redactor_modal_btn {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding: 6px 16px 5px 16px;
  outline: none;
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -ms-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e1e1e1));
  background-image: -webkit-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: -o-linear-gradient(top,#ffffff,#e1e1e1);
  background-image: linear-gradient(top,#ffffff,#e1e1e1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  color: #000;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0px #ffffff;
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e1e1e1',GradientType=0);
  cursor: pointer;
}
.body_yellow .redactor_modal_btn:hover {
  color: #555;
}
.body_yellow .redactor_modal_btn:hover {
  background: none;
  background: #f3f3f3;
  text-decoration: none;
  text-shadow: 0 1px 0px rgba(255,255,255,0.8);
  filter: none;
}
.body_yellow .redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}
.body_yellow .redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 100%;
  border: 2px dashed #bbb;
  background-color: #fff;
  text-align: center;
}
.body_yellow .redactor_droparea .redactor_dropareabox,
.body_yellow .redactor_dropalternative {
  color: #555;
  font-size: 12px;
}
.body_yellow .redactor_dropalternative {
  margin: 4px 0 2px 0;
}
.body_yellow .redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8;
}
.body_yellow .redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5;
}
.body_yellow .redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee;
}
.body_yellow .redactor-progress {
  height: 12px;
  overflow: hidden;
  background-color: #f4f4f4;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  margin-bottom: 1.5em;
}
.body_yellow .redactor-progress .redactor-progress-bar {
  top: 1px;
  left: 1px;
  position: relative;
  background-color: #55aaff;
  width: 0;
  height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.body_yellow .redactor-progress-striped .redactor-progress-bar {
  background-image: url('data:image/gif;base64,R0lGODlhIAAQAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODE3QTgyOEM0MzAwRkUyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NEY2MUMyQTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NEY2MUMyOTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQoAAQAsAAAAACAAEAAAAiwMjqkQ7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYwNqctwD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsHsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIx/oMsNCKNxdMk7K8VXbx55DhiKDAmZJ5qoFhu4LysrcFzf9QPvet4D0igFACH5BAkKAAEALAAAAAAgABAAAAIsjI8Hy+2QYnyUyWtqxVdvnngUGIoOiZgnmqkWG7gvKy9wXN81BO963gPSGAUAIfkECQoAAQAsAAAAACAAEAAAAixEjqkB7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYQdqctxD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsDsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIR/ocsdCKNxdMk7K8VXbx55DhiKDAmZJ5qoFgu4LysrcFzf9QPvet4D0igFACH5BAUKAAEALAAAAAAgABAAAAIshI8Xy+2RYnyUyWtqxVdvnngUGIoOiZgnmqkWC7gvKy9wXN81BO963gPSGAUAOw==');
}
.body_yellow .redactor-progress-striped .redactor-progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCQTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkRFQUIzNjlDMkUxMUUwOUFFQ0M4MEYwM0YzNUE2RCI+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z3JhZGllbnQ8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCODlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRTE5QjlCOTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq477Q0AAAD2SURBVHjaxFIxDsIwDLRF/1AmRp7AM9iYWHkD76AP6h9Qi1SGfqAMqGJg6XA4jts0RUwZiKLEsZ3L+Rwmoi0lDC6Ky4rAMuGO5DY5iuWH93oDegMuK8QA7JIYCMDpvwDDMBzNHCGtONYq2enjHKYLMObCp7dtu/+FDppDgyJpTemsrm/9l7L2ku4aUy4BTEmKR1hmVXV9OjfsqlqC7irAhBKxDnmOQdPc+ynKMXdenEELAFmzrnu8RoK6jpRhHkGJmFgdXmsByNf5Wx+fJPbigEI3OKrB77Bfy2VZzppqC0IfAtlIAusC9CNtUn/iIRXgnALwEWAA/+5+ZNOapmcAAAAASUVORK5CYII=');
}
.body_yellow .redactor_module_item {
  background-color: #E2E2E2;
  margin: 10px 0px;
  padding: 0px 10px;
}
.body_yellow .redactor_module_item p {
  font-weight: bold;
  padding: 10px 0px;
  margin: 0px;
}
.body_yellow .schedule-wrapper {
  overflow-x: scroll !important;
  min-width: 1200px;
}
.body_yellow table.schedule th,
.body_yellow table.schedule td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.1em 0.3em;
}
.body_yellow table.schedule tr:hover td.open {
  background-color: #FFB;
}
.body_yellow table.schedule td {
  border: 1px solid #DFDFDF;
}
.body_yellow table.schedule td.open {
  background-color: #EFEFEF;
  color: #BFBFBF;
}
.body_yellow table.schedule td.locked {
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_yellow table.schedule td.selected {
  background-color: #D9E6C3;
  color: #77AB13;
}
.body_yellow table.schedule td.first {
  margin-left: 300px;
}
.body_yellow .slicknav_menu {
  padding: 0 !important;
  background: #f19b3f !important;
}
.body_yellow .slicknav_menu a.slicknav_btn {
  display: none;
}
.body_yellow .slicknav_menu nav.slicknav_nav ul {
  margin: 0 !important;
}
.body_yellow .slicknav_menu nav.slicknav_nav ul li.slicknav_txtnode {
  padding: 15px 20px;
  margin-left: 0;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .slicknav_menu nav.slicknav_nav ul li.slicknav_txtnode:hover {
  background: #f4f4f4 !important;
  color: #f19b3f !important;
}
.body_yellow .slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.body_yellow .slicknav_menu  .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.body_yellow .slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.body_yellow .slicknav_menu .slicknav_no-text {
  margin: 0;
}
.body_yellow .slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.body_yellow .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.body_yellow .slicknav_nav {
  clear: both;
}
.body_yellow .slicknav_nav ul,
.body_yellow .slicknav_nav li {
  display: block;
}
.body_yellow .slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.body_yellow .slicknav_nav .slicknav_item {
  cursor: pointer;
}
.body_yellow .slicknav_nav .slicknav_row {
  display: block;
}
.body_yellow .slicknav_nav a {
  display: block;
}
.body_yellow .slicknav_nav .slicknav_item a,
.body_yellow .slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.body_yellow .slicknav_menu:before,
.body_yellow .slicknav_menu:after {
  content: " ";
  display: table;
}
.body_yellow .slicknav_menu:after {
  clear: both;
}
.body_yellow .slicknav_menu {
  *zoom: 1;
}
.body_yellow .slicknav_menu {
  font-size: 16px;
}
.body_yellow .slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222222;
}
.body_yellow .slicknav_menu  .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.body_yellow .slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.body_yellow .slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}
.body_yellow .slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.body_yellow .slicknav_nav,
.body_yellow .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.body_yellow .slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.body_yellow .slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.body_yellow .slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.body_yellow .slicknav_nav .slicknav_item a,
.body_yellow .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.body_yellow .slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.body_yellow .slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.body_yellow .slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.body_yellow .table-topbar {
  margin-bottom: 20px;
}
.body_yellow .table-topbar .cms_table_page_nav {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  margin: 10px 5px 5px 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #8A8A8A;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .table-topbar .cms_table_page_nav:hover {
  background: #fbfbfb;
}
.body_yellow .table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #f19b3f;
  color: #fff;
  text-shadow: ;
}
.body_yellow .table-topbar .cms_table_page_nav_selected:hover {
  background: #f19b3f;
}
.body_yellow .table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 200px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .table-topbar .cms_table_search_box:focus {
  width: 300px;
}
.body_yellow .table-topbar .btn {
  margin: 0px;
}
.body_yellow .cms_table_add {
  margin: 0 0 20px 20px;
  background: #FC913A;
}
.body_yellow .domain_special_table {
  width: 100%;
}
.body_yellow .domain_special_table tr {
  border: solid 2px #cbcbcb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.body_yellow .domain_special_table tr td {
  padding: 10px;
  color: #f19b3f;
  border-left: solid 1px #cbcbcb;
}
.body_yellow .domain_special_table tr td:first-child {
  border: none;
}
.body_yellow .domain_special_table tr:nth-child(2n) {
  background-color: #eaeaea;
}
.body_yellow .domain_special_table_toppbar {
  padding: 10px;
  background-color: #8A8A8A;
}
.body_yellow .domain_special_table_toppbar input[type="text"] {
  background-color: #fff;
  width: 100%;
}
.body_yellow .domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
.body_yellow #tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.body_yellow #tiptip_holder.tip_top {
  padding-bottom: 5px;
}
.body_yellow #tiptip_holder.tip_bottom {
  padding-top: 5px;
}
.body_yellow #tiptip_holder.tip_right {
  padding-left: 5px;
}
.body_yellow #tiptip_holder.tip_left {
  padding-right: 5px;
}
.body_yellow #tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
.body_yellow #tiptip_arrow,
.body_yellow #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
.body_yellow #tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
.body_yellow #tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
.body_yellow #tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
.body_yellow #tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
.body_yellow #tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
.body_yellow #tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
.body_yellow #tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
.body_yellow #tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .body_yellow #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  .body_yellow #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  .body_yellow #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
.body_yellow #users_systypes_rights_list ul {
  list-style-type: none;
}
.body_yellow #users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_yellow #users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_yellow #users_systypes_rights_list ul li .padding {
  border: solid 1px #cbcbcb;
  padding: 8px;
  background-color: #f9f9f9;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow #users_systypes_rights_list ul li ul li {
  margin-bottom: 0px;
}
.body_yellow #users_systypes_rights_list ul li ul li .padding {
  background-color: #f2f2f2;
  border-top: none;
}
.body_yellow #users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #eaeaea;
}
.body_yellow #users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #e2e2e2;
}
.body_yellow #users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #dbdbdb;
}
.body_yellow #users_systypes_rights_list ul .users_rights_has_more_data {
  cursor: pointer;
}
.body_yellow #users_systypes_rights_list ul .users_rights_has_no_more_data {
  cursor: default;
}
.body_yellow header {
  width: 100%;
  height: 75px;
  display: block;
  background-color: #f19b3f;
  z-index: 1000001;
  position: relative;
}
.body_yellow header .logo {
  line-height: 75px;
}
.body_yellow header .logo a {
  display: inline-block;
}
.body_yellow header .logo a img {
  vertical-align: middle;
}
.body_yellow header .logo a.menu_toggler {
  margin-right: 25px;
}
.body_yellow header .logo a.menu_toggler i {
  color: #fff;
  font-size: 30px;
  padding: 0 25px;
  vertical-align: middle;
}
.body_yellow header .logo a.menu_toggler:focus {
  outline: 0;
}
.body_yellow header .logo a.menu_toggler:hover {
  background: #fff;
}
.body_yellow header .logo a.menu_toggler:hover i {
  color: #f19b3f;
}
.body_yellow header ul {
  list-style: none;
  height: 75px;
  margin: 0;
}
.body_yellow header ul li {
  float: left;
  height: inherit;
  padding: 0 20px;
  display: block;
  line-height: 75px;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  border-right: 2px solid #f8cd9e;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow header ul li i {
  font-size: 20px !important;
}
.body_yellow header ul li:hover {
  background-color: #f8cd9e;
  cursor: pointer;
}
.body_yellow header ul li .notification_badge_wrap {
  position: absolute;
  z-index: 6;
  margin-top: -57px;
  margin-left: 10px;
}
.body_yellow header ul li .notification_badge_wrap .notification_badge {
  position: relative;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  background-color: #ff6b6b;
  text-align: center;
  -webkit-font-smoothing: initial;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.body_yellow header ul li .notification_badge_wrap .notification_badge span {
  position: absolute;
  line-height: 20px;
  width: 18px;
  margin-left: -9px;
  margin-top: 1px;
}
.body_yellow h1,
.body_yellow .h1,
.body_yellow h2,
.body_yellow .h2,
.body_yellow h3,
.body_yellow .h3,
.body_yellow h4,
.body_yellow .h4 {
  -webkit-font-smoothing: antialiased;
}
.body_yellow h1,
.body_yellow .h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: ;
  text-transform: uppercase;
  font-weight: normal;
}
.body_yellow h2,
.body_yellow .h2 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
  line-height: 1.1;
  font-size: 2.25em;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: ;
  text-transform: uppercase;
  font-weight: normal;
  color: #5E6B7B;
}
.body_yellow h3,
.body_yellow .h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #5E6B7B;
  font-weight: bold;
  text-transform: uppercase;
}
.body_yellow a {
  color: #5E6B7B;
}
.body_yellow .mb0 {
  margin-bottom: 0 !important;
}
.body_yellow i.fa-small {
  font-size: 18px !important;
}
.body_yellow .btn1 {
  padding: 0 15px;
  line-height: 45px;
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .btn1.orange {
  background-color: #ff9900;
  color: #fff;
}
.body_yellow .btn1.orange:hover {
  background-color: #cc7a00;
}
.body_yellow .theme {
  width: 100%;
  min-height: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.body_yellow #tools-progress,
.body_yellow .tools-progress {
  position: static;
  height: 50px;
  width: 100%;
  background: #869C5E;
}
.body_yellow #tools-progress.small,
.body_yellow .tools-progress.small {
  height: 23px;
}
.body_yellow #tools-progress.intable,
.body_yellow .tools-progress.intable {
  width: 75% !important;
  float: right;
}
.body_yellow #tools-progress span,
.body_yellow .tools-progress span {
  background: #A0C55F;
  width: 0px;
  -webkit-transition: 3s all ease;
  -moz-transition: 3s all ease;
  -ms-transition: 3s all ease;
  -o-transition: 3s all ease;
  height: 100%;
  display: block;
  padding-top: 2px;
  padding-left: 5px;
  color: #ffffff;
  font-weight: bold;
}
.body_yellow #tools-progress div.tools-progress-values,
.body_yellow .tools-progress div.tools-progress-values {
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  margin-top: -23px;
}
.body_yellow #tools-progress div.tools-progress-values div,
.body_yellow .tools-progress div.tools-progress-values div {
  height: 23px;
  line-height: 23px;
  display: inline-block;
}
.body_yellow .slicknav_menu {
  display: none;
}
.body_yellow nav.main-menu ul {
  margin-left: 0;
  margin-bottom: 40px;
}
.body_yellow nav.main-menu ul li {
  background-color: #f4f4f4;
  line-height: 50px;
  width: 12.5%;
  border-right: 2px solid #fff;
  padding: 0 10px 0 25px;
  color: #bebebe;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow nav.main-menu ul li:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/_webblocks/images/icon/custom_chevron_right.png');
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -10px;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow nav.main-menu ul li.active {
  background-color: #f19b3f;
  color: #fff;
}
.body_yellow nav.main-menu ul li.active:after {
  background: url('/_webblocks/images/icon/custom_chevron_right_hover.png');
}
.body_yellow nav.main-menu ul li.selected,
.body_yellow nav.main-menu ul li:hover {
  background-color: #f19b3f;
  color: #fff;
}
.body_yellow nav.main-menu ul li.selected:after,
.body_yellow nav.main-menu ul li:hover:after {
  background: url('/_webblocks/images/icon/custom_chevron_right_hover.png');
}
.body_yellow nav.main-menu ul li:last-child {
  border-right: 0;
}
.body_yellow nav.main-menu ul li:last-child:after {
  display: none;
}
.body_yellow .tabs {
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 50px;
}
.body_yellow .tabs ul {
  margin: 0;
  list-style: none;
  float: right;
}
.body_yellow .tabs ul li {
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}
.body_yellow .tabs ul li:last-child {
  margin-right: 0;
}
.body_yellow .tabs ul li div {
  min-width: 200px;
  padding: 0 20px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  background: #f4f4f4;
  color: #f19b3f;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .tabs ul li div.selected,
.body_yellow .tabs ul li div:hover {
  background: #5E6B7B;
  color: #fff;
}
.body_yellow #framework_tabcontent .row {
  background-color: transparent;
}
.body_yellow #framework_tabcontent .row .box .inner {
  border: 0;
}
.body_yellow #framework_tabcontent .row .box .inner .title {
  height: 75px;
  line-height: 75px;
  background-color: #5E6B7B;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
.body_yellow #framework_tabcontent .row .box .inner .title i.fa {
  margin-right: 10px;
}
.body_yellow #framework_tabcontent .row .box .inner .table_container {
  max-width: 100%;
  overflow-x: scroll;
}
.body_yellow #framework_tabcontent .row .box .inner form input[type="text"] {
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.body_yellow #framework_tabcontent .row .box .inner form button {
  height: 40px;
  vertical-align: bottom;
  width: 40px;
  text-align: center;
  background: #ff9900;
  border: 0;
  display: inline-block;
  margin-left: -4px;
}
.body_yellow #framework_tabcontent .row .box .inner form button i {
  color: #fff;
  margin-right: 0;
  font-size: 16px;
  float: none;
}
.body_yellow #framework_tabcontent .row .box .inner form select {
  margin-left: 20px;
}
.body_yellow #framework_tabcontent .row .box .inner form label {
  line-height: 40px;
  float: left;
}
.body_yellow .content .row .box .inner .title {
  height: 75px;
  line-height: 75px;
  background-color: #5E6B7B;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
.body_yellow .content .row .box .inner .title i.fa {
  margin-right: 10px;
}
.body_yellow .content .row .box .inner .boxcontent {
  background-color: #f4f4f4;
  padding: 40px;
}
.body_yellow .content .row .box .inner .boxcontent i.fa:not(.green):not(.yellow):not(.red):not(.orange):not(.gray) {
  float: left;
  margin-right: 20px;
  font-size: 22px;
  color: #5E6B7B;
}
.body_yellow .content .row .box .inner .boxcontent ul.list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.body_yellow .content .row .box .inner .boxcontent ul.list.blocks-2 li:nth-of-type(2n-1) {
  font-weight: bold;
}
.body_yellow .content .row .box .inner .boxcontent ul.list li {
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 23px;
}
.body_yellow .content .row .box .inner .boxcontent ul.list li:first-child,
.body_yellow .content .row .box .inner .boxcontent ul.list li:nth-of-type(2) {
  margin-top: 0;
}
.body_yellow .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3n) {
  font-weight: bold;
  padding-left: 25px;
}
.body_yellow .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3) {
  margin-top: 0;
}
.body_yellow .content .row .box .inner .boxcontent .tools-progress {
  background: #bebebe;
}
.body_yellow .content .progression {
  margin-bottom: 50px;
}
.body_yellow .content .progression .inner {
  padding: 0 20px;
}
.body_yellow .content .progression .inner .title h2 {
  line-height: 75px;
}
.body_yellow .content .progression .inner .title i.fa {
  float: left;
  font-size: 22px;
  margin-right: 20px;
  color: #5E6B7B;
  line-height: 75px;
}
.body_yellow .loginbg {
  background-size: cover;
  background-position: center;
  background-image: url('/_webblocks/images/bg2.jpg');
}
.body_yellow .logincontent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}
.body_yellow .logincontent .row {
  width: 100%;
}
.body_yellow .logincontent .row .box {
  max-width: 500px;
  margin: 0 auto;
}
.body_yellow .logincontent .row .box .inner {
  background: #f4f4f4;
}
.body_yellow .logincontent .row .box .inner .title {
  padding: 15px 20px;
  background: #f19b3f;
  line-height: 40px;
  color: #fff;
}
.body_yellow .logincontent .row .box .inner .title img {
  max-height: 40px;
}
.body_yellow .logincontent .row .box .inner .boxcontent {
  padding: 20px;
}
.body_yellow .logincontent .row .box .inner > form {
  padding: 0 20px;
}
.body_yellow .logincontent .row .box .inner > form input[type="text"],
.body_yellow .logincontent .row .box .inner > form input[type="password"] {
  padding: 0 10px;
}
.body_yellow .logincontent .row .box .inner > form input[type="submit"] {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .notification_center {
  max-width: 400px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 1000000;
  background: rgba(241,155,63,0.95);
  overflow-y: scroll;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.body_yellow .notification_center.active {
  right: 0;
}
.body_yellow .notification_center h2 {
  margin-top: 75px;
  color: #fff;
  padding: 25px;
  display: block;
  margin-bottom: 0;
}
.body_yellow .notification_center section .notification_category {
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 0 25px;
  background: #404a54;
}
.body_yellow .notification_center section .notification_category i {
  margin-right: 20px;
}
.body_yellow .notification_center section .notification_item {
  border-bottom: 1px solid #5f5f5f;
  padding: 20px 25px;
}
.body_yellow .notification_center section .notification_item span {
  color: #fff;
}
.body_yellow .notification_center section .notification_item span.n_time {
  margin-left: 10px;
  font-size: 12px;
}
.body_yellow .notification_center section .notification_item span.n_step {
  color: #bebebe;
}
.body_yellow .notification_center section .notification_item span.n_description {
  -webkit-font-smoothing: antialiased;
}
.body_yellow .show_500 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .body_yellow nav.main-menu ul li {
    font-size: 12px;
    padding: 0 10 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .body_yellow .slicknav_menu {
    display: block;
  }
  .body_yellow header .unit-50 {
    width: 80% !important;
    float: left !important;
  }
  .body_yellow header .unit-50.logo {
    width: 20% !important;
    float: left !important;
  }
  .body_yellow header .unit-50.logo .logo_image {
    display: none;
  }
  .body_yellow header .unit-50 ul {
    float: right !important;
  }
  .body_yellow nav.main-menu ul li {
    width: 100%;
  }
  .body_yellow nav.main-menu ul li:after {
    display: none;
  }
  .body_yellow .tabs ul li {
    float: left !important;
  }
  .body_yellow .tabs ul li div {
    min-width: 0px !important;
  }
  .body_yellow .content .row {
    background-color: #f4f4f4;
  }
  .body_yellow .content .row .box .inner .boxcontent {
    padding: 30px;
  }
  .body_yellow .content .row .box .inner .boxcontent .unit-50 {
    margin-bottom: 0 !important;
  }
  .body_yellow .content .row .box .inner .boxcontent .unit-50:last-child ul {
    margin-top: 0;
  }
  .body_yellow .content .row .box .inner .boxcontent ul.list.blocks-2 li {
    float: left !important;
    width: 47% !important;
  }
  .body_yellow .content .row .box .inner .boxcontent ul.list.blocks-3 {
    margin-bottom: 0 !important;
  }
  .body_yellow .content .row .box .inner .boxcontent ul.list.blocks-3 li {
    margin-top: 0 !important;
  }
  .body_yellow .content .row .box .inner .boxcontent ul.list.blocks-3 li:nth-of-type(3n) {
    margin-top: 0 !important;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .body_yellow #framework_tabcontent .row .box .inner .boxcontent .unit-50 {
    text-align: center;
  }
  .body_yellow #framework_tabcontent .row .box .inner .boxcontent .unit-50 label {
    float: none;
    margin-top: 20px;
  }
  .body_yellow #framework_tabcontent .row .box .inner .boxcontent .unit-50:first-child {
    margin-bottom: 20px;
  }
  .body_yellow .logincontent .row {
    background: none;
  }
  .body_yellow .logincontent .row .box .inner .title img {
    float: right !important;
  }
}
@media only screen and (max-width: 500px) {
  .body_yellow .show_500 {
    display: block;
  }
  .body_yellow .hide_500 {
    display: none;
  }
  .body_yellow .logincontent .row .box .inner .title {
    line-height: 30px;
  }
  .body_yellow .logincontent .row .box .inner .title img {
    max-height: 30px;
  }
}
.body_yellow .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.body_yellow .cms_table td {
  margin: 0;
  height: 40px;
  font-size: 13px;
}
.body_yellow .cms_table td:first-child {
  padding-left: 20px;
}
.body_yellow .cms_table td:last-child {
  padding-right: 20px;
}
.body_yellow .cms_table thead tr td {
  border: 0;
  background: #f19b3f;
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_yellow .cms_table thead tr td.orderdby {
  background-color: #bebebe;
}
.body_yellow .cms_table thead tr td.sortable {
  cursor: pointer;
}
.body_yellow .cms_table thead tr td.sortable:hover {
  background-color: #bebebe;
}
.body_yellow .cms_table thead tr td.orderasc {
  background: #bebebe url('/_webblocks/images/orderdown.png') center right no-repeat;
}
.body_yellow .cms_table thead tr td.orderdesc {
  background: #bebebe url('/_webblocks/images/orderup.png') center right no-repeat;
}
.body_yellow .cms_table tbody tr {
  background-color: #fff;
}
.body_yellow .cms_table tbody tr:nth-of-type(even) {
  background-color: #f4f4f4;
}
.body_yellow .cms_table tbody tr:hover {
  background-color: #E6E9EC !important;
}
.body_yellow .cms_table tbody tr td {
  border: 0;
  color: #f19b3f;
}
.body_yellow .cms_table tbody tr td a {
  text-decoration: none;
}
.body_yellow .cms_table tbody tr td i {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.body_yellow .cms_table tbody tr .cont-move {
  cursor: s-resize;
}
.action_points_list_button {
  padding: 0;
}
.action_points_list_button a {
  display: block;
  padding: 0 20px;
  height: 100%;
}
