.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;
  }
}
@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;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul>li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
  background-image: none;
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.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;
}
.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: #0B427B;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0B427B;
}
.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: #0B427B;
  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: #cbcbcb;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #0B427B;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  background-color: #0B427B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 23px;
  cursor: default;
  border: solid 1px #07294c;
}
.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 #0B427B;
  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 #0B427B;
  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 #636363;
  color: #fff;
  border: solid 2px;
}
.col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.col_mess_error {
  border-color: #FF0000;
  background: #ff6666;
}
.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;
}
.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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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: #0B427B;
  transition: color .2s;
}
.filemanager .filemanager_icon:hover {
  color: #1374d9;
}
#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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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 {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
  color: #0B427B;
}
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 {
  border-color: #636363;
}
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 {
  border-color: #0B427B;
}
.cms_table_search_box_container {
  padding-right: 20px;
}
.cms_table_search_box_container input[type="text"] {
  float: right;
}
.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: #cbcbcb;
}
:-moz-placeholder {
  color: #cbcbcb;
}
::-moz-placeholder {
  color: #cbcbcb;
}
:-ms-input-placeholder {
  color: #cbcbcb;
}
label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
}
.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 #800000;
}
.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: #FF0000;
}
.message {
  color: #FF0000;
  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;
}
.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 #0B427B;
  background: #0B427B 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: #0B427B;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0B427B;
  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 #0B427B;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0B427B;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #0B427B;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #0B427B;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0B427B;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #0B427B;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #0B427B;
  background: #0B427B 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: #0B427B 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;
}
﻿



.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard a,
.tabcontrol a {
  outline: 0;
}
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard > .steps .number {
  font-size: 1.429em;
}
.wizard > .steps > ul > li {
  width: 25%;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard > .content > .body ul > li {
  display: list-item;
}
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}
.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}
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 #07294c;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #0B427B;
  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 #07294c;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #0B427B;
  color: #fff !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.not_valid {
  border: 2px solid #cc0000 !important;
  background-color: #FF0000 !important;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
::-moz-selection {
  background: #0B427B;
  -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: #0B427B;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
html {
  height: 100%;
}
body {
  background: #F9F9FC;
  color: #0B427B;
  font-family: Poppins;
  font-size: 13px;
}
blockquote {
  color: #636363;
  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%;
}
.container .holder {
  margin: 0 30px 0 0;
}
.table_container {
  overflow-x: auto;
}
a,
.link {
  color: #0B427B;
  text-decoration: none;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
a:hover,
.link:hover {
  color: #03101d;
  cursor: pointer;
}
a:active,
.link:active {
  color: #07294c;
}
.blue {
  color: #0B427B;
}
.blue:hover {
  color: #07294c;
}
.red {
  color: #FF0000;
}
.red:hover {
  color: #cc0000;
}
.yellow {
  color: #f19b3f;
}
.yellow:hover {
  color: #ec8211;
}
.stats {
  padding: 10px;
}
.stats h1 {
  font-size: 45px;
  color: #62A126;
  margin: 0;
  padding: 0;
}
.stats span {
  font-size: 17px;
  padding: 0;
  margin: 0;
}
.gray {
  color: #636363;
}
.gray:hover {
  color: #4a4a4a;
}
.maincolor {
  color: #0B427B;
}
.maincolor:hover {
  color: #07294c;
}
i {
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.centerer {
  width: 100%;
  text-align: center;
}
.text-centerer {
  text-align: center;
}
.mt20 {
  margin-top: 20px !important;
}
.overlay {
  position: fixed;
  z-index: 2;
  background-color: #0B427B;
  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: #0B427B;
  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: #fff;
  background: #636363;
  padding: 20px;
}
.forgot a {
  color: #fff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.forgot a:hover {
  color: #eaeaea;
  text-decoration: underline;
}
.mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #FF0000;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #FF0000;
  margin-bottom: 10px;
}
.gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #62A126;
  background-color: #e3f4d2;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #62A126;
  margin-bottom: 10px;
}
.ww300 {
  word-wrap: break-word;
  max-width: 300px;
}
header {
  position: fixed;
  width: 100%;
  margin: 0 0 30px 0;
  z-index: 4;
}
header .inner {
  height: 85px;
}
header .inner h1 {
  float: right;
  color: #0B3D80;
  font-size: 25px;
  margin-top: 10px;
  margin-left: 10px;
}
header .inner .quick_nav {
  color: #0A4274;
  padding: 15px;
  padding-right: 30px;
  font-size: 15px;
  margin-top: 2px;
}
header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .inner .quick_nav ul li {
  border: 1px solid #cbcbcb;
  height: 100%;
  background: #fff;
  cursor: pointer;
  min-width: 150px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
header .inner .quick_nav ul li .padding {
  padding: 12px 12px 12px 10px;
}
header .inner .quick_nav ul li .padding .account_image {
  margin: -3px 8px -2px 0;
  box-shadow: 1px 1px 1px 0px #252525;
  -webkit-box-shadow: 1px 1px 1px 0px #252525;
  -moz-box-shadow: 1px 1px 1px 0px #252525;
  border-top: 1px 1px 1px 0px #252525;
}
header .inner .quick_nav ul li .padding i {
  margin-left: 3px;
}
header .inner .quick_nav ul .headersub {
  display: none;
  z-index: 10;
}
header .inner .quick_nav ul:hover li {
  color: #FFF;
  background: #0B427B;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
header .inner .quick_nav ul:hover .headersub {
  padding: 0;
  height: auto;
  width: 100%;
}
header .inner .quick_nav ul:hover .headersub li {
  background: #fff;
  text-shadow: none;
  color: #0B427B;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #cbcbcb;
}
header .inner .quick_nav ul:hover .headersub li:first-child {
  border-top: none;
}
header .inner .quick_nav ul:hover .headersub li:hover {
  color: #0B427B;
  background-color: #eaeaea;
}
header .inner .quick_nav ul:hover .headersub:hover {
  background: #0B427B;
}
header .inner .open_notification {
  height: 80px;
  width: 80px;
  display: block;
  background: #252525 url('/_webblocks/images/open_notification_bg.png') 28px 30px no-repeat;
  cursor: pointer;
}
header .inner .open_notification .label {
  display: none;
  color: #fff;
  padding: 0 0 0 15px;
  line-height: 78px;
}
header .inner .open_notification .number {
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  padding: 0 0 0 6px;
  background: #0B427B;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.filter_company {
  padding: 10px;
  border: 0px;
  margin-top: -20px;
}
@media only screen and (max-width: 1585px) {
  .docks ul li {
    padding: 10px !important;
  }
}
.docks {
  border-bottom: 1px solid #cbcbcb;
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  position: fixed;
  z-index: 3;
  background-color: #0B427B;
  width: 100%;
  height: 65px;
  padding-left: 30px;
}
.docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.docks ul li {
  padding: 10px;
  margin: 10px;
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-transform: initial;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.docks ul li:hover {
  background-color: #F1901F;
  color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .docks ul li {
    padding: 5px;
    font-size: 10px !important;
  }
}
.docks ul .selected {
  background-color: #F1901F;
  color: #fff;
  border-radius: 4px;
}
.docks ul .selected:hover {
  background-color: #0B427B;
}
.docks ul .selected .icon-light {
  color: #0B427B;
}
.docks ul .selected .icon-circle {
  color: #fff;
}
.docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #0B427B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 2;
  display: none;
}
nav {
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  position: fixed;
  top: 25px;
  margin: 0 0 0 30px;
  width: 260px;
  z-index: 2;
  background-color: #F5F5F5;
}
nav ul {
  background: #fff;
  margin: 0;
  padding: 0;
}
nav ul li {
  border-top: solid 1px #cbcbcb;
  cursor: pointer;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
nav ul li .padding {
  padding: 15px;
}
nav ul li:hover {
  background: #eaeaea;
  text-decoration: none;
  color: #0B427B;
}
nav ul li:hover a {
  text-decoration: none;
  color: #0B427B;
}
nav ul li .left {
  line-height: 25px;
  font-size: 15px;
}
nav ul li .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
nav ul ul {
  border: none;
  display: none;
}
nav ul ul li {
  background: #cbcbcb;
  color: #0B427B;
  border-color: #a5a5a5;
}
nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  -webkit-box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  -moz-box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  border-top: inset 0px 1px 1px 0px #a5a5a5;
}
nav ul ul li:hover {
  background: #636363;
  color: #eaeaea;
}
nav ul ul li .padding {
  padding: 10px 15px;
}
nav ul ul .selected {
  background: #636363;
  color: #eaeaea;
}
nav ul .selected {
  background: #eaeaea;
  text-decoration: none;
  color: #0B427B;
}
nav ul .selected a {
  text-decoration: none;
  color: #0B427B;
}
nav ul .selected ul {
  display: block;
}
nav ul .modules {
  background-color: #cbcbcb;
  font-weight: bold;
  border: 2px;
}
nav ul .modules:hover {
  background-color: #cbcbcb;
  font-weight: bold;
  color: #0B427B;
}
nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0B427B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 2;
  display: none;
}
.place_holder {
  height: 85px;
}
#domain_switch_holder {
  position: absolute;
  width: 260px;
  top: 0px;
  z-index: 1;
}
#domain_switch_holder:hover .current_domain {
  border-color: #0B427B;
}
#domain_switch_holder .dhm {
  display: inline-block;
}
#domain_switch_holder .current_domain,
#domain_switch_holder .only_domain {
  width: 100%;
  padding: 15px;
  background: #f7f7f7;
  border: solid 2px #cbcbcb;
  margin-bottom: 30px;
  cursor: pointer;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
#domain_switch_holder .current_domain .left:first-child,
#domain_switch_holder .only_domain .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
#domain_switch_holder .only_domain {
  cursor: default;
}
#domain_switch_holder .domain_searchbox {
  display: none;
  position: absolute;
  width: 100%;
  background: #cbcbcb;
  border: solid 1px #cbcbcb;
  margin: -30px 0 0 0;
  padding: 15px;
}
#domain_switch_holder .domain_searchbox #domain_searchbox {
  width: 100%;
  margin-bottom: 15px;
}
#domain_switch_holder .domain_searchbox ul {
  background: none;
}
#domain_switch_holder .domain_searchbox ul li {
  color: #0B427B;
  background: none;
  padding: 0;
  line-height: 30px;
}
#domain_switch_holder .domain_searchbox ul li:hover {
  background: none;
  color: #0f5baa;
}
#domain_switch_holder .domain_searchbox ul li:hover a {
  color: #0d4f92;
}
.full-width {
  margin: 0 0 0 30px;
}
.semi-width {
  margin: 0 0 0 320px;
}
.content {
  padding: 80px 0 30px 0;
}
.content .row {
  margin-bottom: 40px;
}
.content .row .box .inner {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
  flex-grow: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
}
.content .row .box .inner .title {
  line-height: 60px;
  color: #48465b;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: poppins;
  padding: 0 20px;
}
.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: #fff;
  padding: 0 20px 20px 20px;
}
.content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.content .tabs {
  height: 34px;
  margin-left: 6px;
}
.content .tabs ul {
  height: 34px;
  list-style-type: none;
  padding: 0;
}
.content .tabs ul li {
  height: 34px;
}
.content .tabs ul li div {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  color: #0B427B;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 1px #DFE1E6;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.content .tabs ul li div:hover {
  text-decoration: none;
  border-bottom: 1px solid #004B9A;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.content .tabs ul li div:active {
  padding: 0 15px;
  border-bottom: 1px solid #004B9A;
}
.content .tabs ul li .selected {
  padding: 0 15px;
  border-bottom: 1px solid #004B9A;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.content .breadcrumbs {
  padding: 0 0 10px 0;
}
.content .breadcrumbs a {
  color: ;
}
.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;
}
.btn4 {
  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: #C0C0C0;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  transition: background-color #888888;
  -moz-transition: background-color #888888;
  -webkit-transition: background-color #888888;
  -o-transition: background-color #888888;
  border-radius: 4px;
}
.btn4:hover {
  background: #6f6f6f;
  color: #FFFFFF;
}
.btn4:active {
  background: #07294c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #03101d;
  -webkit-box-shadow: inset 1px 1px 2px 0px #03101d;
  -moz-box-shadow: inset 1px 1px 2px 0px #03101d;
  border-top: inset 1px 1px 2px 0px #03101d;
}
.btn3 {
  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: #F1901F;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.btn3:hover {
  background: #d0760d;
  color: #FFFFFF;
}
.btn3:active {
  background: #07294c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #03101d;
  -webkit-box-shadow: inset 1px 1px 2px 0px #03101d;
  -moz-box-shadow: inset 1px 1px 2px 0px #03101d;
  border-top: inset 1px 1px 2px 0px #03101d;
}
.btn2 {
  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: #62A126;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.btn2:hover {
  background: #07294c;
  color: #FFFFFF;
}
.btn2:active {
  background: #07294c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #03101d;
  -webkit-box-shadow: inset 1px 1px 2px 0px #03101d;
  -moz-box-shadow: inset 1px 1px 2px 0px #03101d;
  border-top: inset 1px 1px 2px 0px #03101d;
}
.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: #0B427B;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.btn:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
.btn:active {
  background: #07294c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #03101d;
  -webkit-box-shadow: inset 1px 1px 2px 0px #03101d;
  -moz-box-shadow: inset 1px 1px 2px 0px #03101d;
  border-top: inset 1px 1px 2px 0px #03101d;
}
.btn.back {
  background-color: #BFBFBF;
  color: #383838;
  text-align: center;
}
.btn.back:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.btn.blue {
  background-color: #004B9A;
  color: #ffffff;
  text-align: center;
}
.btn.gray {
  background-color: #595D6E;
  color: #ffffff;
  text-align: center;
}
.btn.white {
  background-color: #FFFFFF;
  color: #383838;
  text-align: center;
}
.btn.white:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.btn.disabled {
  background-color: #C0C0C0;
  color: #888888;
  text-align: center;
}
.btn.disabled:hover {
  cursor: not-allowed;
  background-color: #F2D4CE;
  color: #AE432E;
}
.notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #0B427B;
  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_results {
  display: none;
  min-height: 100px;
  width: 400px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  font-size: 12px;
}
#search_results #flexworkers {
  padding: 5px 10px 5px 10px;
}
#search_results .search_category {
  padding: 5px 10px 5px 10px;
  background-color: #EFEFEF;
  border-bottom: 1px solid #C0C0C0;
  font-size: 14px;
}
#search_preloader {
  display: none;
  margin-left: 10px;
}
.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: 230px;
  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;
}
.taskCounter {
  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: #0B427B;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.newBtn:hover {
  background: #0f5baa;
  cursor: pointer;
  color: #FFF;
}
.send_mail_holder .btn {
  background-color: #c0c0c0;
}
.documents {
  margin: 0;
  padding: 0;
  margin-top: -10px;
  margin-left: -10px;
  list-style-type: none;
}
.documents li {
  padding: 15px;
  cursor: pointer;
}
.documents li:nth-child(even) {
  background: #F5F5F5;
}
.documents li:nth-child(odd) {
  background: #EBEBEB;
}
.documents li:hover {
  opacity: 0.7;
}
.documents li:selected {
  background: #0A4274;
  color: #ffffff;
}
.documents .document_num {
  font-weight: bold;
  padding-right: 15px;
}
.flexBox {
  padding-left: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #CBCBCB;
  background: #0A4274;
  color: #ffffff;
}
.documentBox {
  padding: 10px;
  min-height: 400px;
}
.alertMSG {
  margin-top: -20px;
  margin-bottom: 15px;
  background: #FFC1C1;
  padding: 10px;
}
#popup_mail {
  display: none;
  background: #FFF;
  width: 800px;
  height: 900px;
  overflow: auto;
  padding: 5px;
}
#taSteps {
  width: 100%;
  overflow: auto;
}
#taSteps .steps {
  display: block;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 300px;
  padding: 1em 1em;
  text-decoration: none;
  background: #EEEEEE;
  color: #AAAAAA;
  cursor: pointer;
  float: left;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
#taSteps .steps.active {
  color: #ffffff;
  background: #2184BE !important;
  font-weight: bold;
}
#taSteps .steps.previous {
  color: #ffffff;
  background: #9DC8E2 !important;
}
.validation_error {
  background-color: #F2D4CE;
  color: #AE432E;
}
.cms_table_export {
  margin-left: 15px !important;
}
.loginbg {
  background-size: cover;
  background-image: url('/_webblocks/images/loginbg.jpg');
}
.logincontent {
  padding: 0px !important;
  margin: 0px !important;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.logincontent .row {
  width: 100%;
}
.mt10 {
  margin-top: 10px;
}
.green {
  color: #62A126 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
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;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
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: 1em 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;
}
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 {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html 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;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px,-4px);
  -ms-transform: rotate(3deg) translate(0px,-4px);
  transform: rotate(3deg) translate(0px,-4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.pagination {
  margin-top: 15px;
}
div.pagination a {
  background-color: #FFFFFF;
  color: #17526E;
  text-decoration: none;
  border: 1px solid #DFDFDF;
  padding: 4px 8px 4px 8px;
}
div.pagination a.active {
  background-color: #B71918;
  color: #FFFFFF;
}
div.pagination a:hover {
  background-color: #0061A8;
  color: #FFFFFF;
  text-decoration: none;
}
div.pagination {
  font-size: 14px;
}
.popup-box {
  position: fixed;
  width: 500px;
  margin: auto;
  left: 50%;
  margin-left: -250px;
  top: 250px;
  z-index: 5;
  display: none;
}
.popup-box .popup-header {
  background-color: #636363;
  padding: 15px;
  color: #fff;
}
.popup-box .popup-header .right:hover {
  color: #0B427B;
  cursor: pointer;
}
.popup-box .popup-header .tab_header {
  background-color: #eaeaea;
  padding: 10px 15px;
  margin-bottom: -15px;
  margin-left: 5px;
  color: #0B427B;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.popup-box .popup-header .tab_header:first-child {
  margin-left: 0px;
}
.popup-box .popup-header .tab_header:hover {
  background-color: #cbcbcb;
  cursor: pointer;
}
.popup-box .popup-header .tab_header.active {
  background-color: #fff;
  color: #0B427B;
}
.popup-box .popup-header .tab_header.active:hover {
  background-color: #fff;
  color: #0B427B;
}
.popup-box .popup-body {
  background-color: #fff;
  padding: 15px;
}
.popup-box .popup-body .tabcontent {
  display: none;
  overflow: auto;
  max-height: 350px;
}
.popup-box .popup-body .tabcontent img {
  margin: 0px 5px 5px 0px;
  padding: 5px;
  border: 1px dashed #cbcbcb;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.popup-box .popup-body .tabcontent img:hover {
  border-color: #b2b2b2;
}
.popup {
  display: none;
  background: #FFF;
}
#popup_upload {
  display: none;
  background: #FFF;
  width: 500px;
  height: 120px;
  text-align: center;
}
#popup_upload .upload_progress {
  position: relative;
  margin: 0 auto;
  width: 400px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}
#popup_upload .upload_progress .upload_progress_bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
#popup_upload .upload_progress .upload_progress_percentage {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
#popup_archive {
  display: none;
  background: #FFF;
  width: 800px;
  height: 900px;
  overflow: auto;
  padding: 5px;
}
#popup_archive h2 {
  text-align: center;
  margin: 0;
}
#popup_archive .archive_table {
  margin: 0 auto;
  width: 100%;
}
#popup_archive .archive_table thead {
  font-weight: bold;
  background: #EEE;
}
#popup_archive .archive_table thead th {
  text-align: left;
}
#popup_archive .archive_table td {
  padding: 3px;
}
.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: #636363;
}
.redactor_box:focus {
  border-color: #0B427B;
}
.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: #F5F5F5;
  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: #636363;
  background-color: #eaeaea;
}
.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
  outline: none;
  border-color: #eaeaea;
  background-color: #636363;
  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;
}
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 50%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to top,#eee 0%,#fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 90%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to bottom,#eee 0%,#fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/_webblocks/images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
  background-image: -webkit-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -moz-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
  background-image: linear-gradient(to top,#ccc 0%,#eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('/_webblocks/images/select2.png') no-repeat 100% -22px;
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url('/_webblocks/images/select2.png') no-repeat -37px -22px;
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.select2-search input.select2-active {
  background: #fff url('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center bottom,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center bottom,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to top,#fff 0%,#eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center top,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center top,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255,50,50,0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
  background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: linear-gradient(to bottom,#eee 1%,#fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/_webblocks/images/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
@media only screen and (max-width: 1300px) {
  body {
    font-size: 12px;
  }
  .docks ul li {
    font-size: 14px;
    padding: 12px 30px;
  }
  nav {
    width: 200px;
    top: 160px;
  }
  nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  .table-topbar {
    margin-bottom: 20px;
  }
  .table-topbar .cms_table_page_nav {
    margin: 10px 0 10px 6px !important;
  }
  #domain_switch_holder {
    width: 200px;
  }
  #domain_switch_holder .current_domain {
    font-size: 13px;
  }
  #domain_switch_holder .current_domain .left:first-child {
    display: none;
  }
  .semi-width {
    margin: 0 0 0 260px;
  }
  .content {
    padding: 160px 0 40px 0;
  }
  .content .row .box .inner .title {
    font-size: 14px;
    line-height: 50px;
  }
  .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1530px) {
  .content {
    padding: 220px 0px 30px 0;
  }
}
@media only screen and (max-width: 1430px) {
  .content .row .box .inner .title {
    font-size: 14px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 829px) and (max-width: 1024px) {
  .docks {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1024px) {
  .box.third {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .container .holder {
    margin: 0 30px !important;
  }
  .content.full-width {
    margin: 0 0 0 0 !important;
  }
  header h1 {
    display: none;
  }
}
@media only screen and (max-width: 828px) {
  header {
    position: static;
  }
  .holder .docks {
    position: static;
  }
  .content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 669px) {
  header .inner {
    height: auto;
    padding-bottom: 5px;
  }
  header .inner > .left > a > div {
    position: static !important;
  }
  header .inner > .quick_nav.right {
    display: none;
  }
}
@media only screen and (max-width: 509px) {
  .content {
    padding: 30px 0px 30px 0;
  }
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.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;
}
@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;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: poppins;
}
.cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.cms_table td:first-child {
  padding-left: 20px;
}
.cms_table td:last-child {
  padding-right: 20px;
}
.cms_table thead tr td {
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  color: #456D86;
}
.cms_table thead tr td:first-child {
  border-left: 0px;
}
.cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.cms_table thead tr .orderdby {
  background: #9ec9f6;
}
.cms_table thead tr .sortable {
  cursor: pointer;
}
.cms_table thead tr .sortable:hover {
  background: #9ec9f6;
}
.cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #6faff2;
}
.cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #6faff2;
}
.cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #6faff2;
}
.cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #6faff2;
}
.cms_table tbody tr.warning {
  background-color: #F2D4CE !important;
}
.cms_table tbody tr td {
  color: #0B427B;
}
.cms_table tbody tr td a {
  text-decoration: none;
}
.cms_table tbody tr td a:hover {
  font-weight: bold !important;
}
.cms_table tbody tr td i {
  font-size: 24px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  cursor: pointer;
}
.cms_table tbody tr td i:hover {
  font-weight: bold;
}
.cms_table tbody tr td:first-child {
  border-left: none;
}
.cms_table tbody tr:hover {
  background: #EFEFEF;
}
.cms_table tbody .even {
  background: #EBEBEB;
}
.cms_table tbody .cont-move {
  cursor: s-resize;
}
.cms_table tfoot td {
  background: #cbcbcb;
  color: #252525;
}
.table-topbar {
  margin: 10px 0;
}
.lh35 {
  line-height: 35px;
}
.table_container {
  padding-bottom: 15px;
}
.table_container td {
  color: #4e6271;
  border-bottom: solid 1px #e0e0e0;
}
.table_container .table_bottom {
  padding: 0 20px;
}
.table_container .cms_table_page_nav_container {
  display: inline-block;
  overflow: hidden;
}
.table_container .cms_table_page_nav {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  background: #fff;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  font-weight: 500;
}
.table_container .cms_table_page_nav:hover {
  background: #eaeaea;
}
.table_container .cms_table_page_nav_selected {
  cursor: default;
  background: #0B427B;
  color: #fff;
  text-shadow: ;
  border-radius: 4px;
}
.table_container .cms_table_page_nav_selected:hover {
  background: #0B427B;
}
.table_container .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 200px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.table_container .cms_table_search_box:focus {
  width: 300px;
}
.table_container .btn {
  margin: 0px;
}
.cms_table_add {
  margin: 0 0 0 0;
  float: middle;
  margin-left: 20px;
}
.cms_table_export .fa,
.cms_table_add .fa {
  margin-right: 5px;
}
.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: #0B427B;
  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: #cbcbcb;
}
.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: #0B427B;
}
#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);
  }
}
.type_text_expand {
  position: relative;
}
.type_text_expand .expand_summary {
  float: left;
}
.type_text_expand .expand_btn {
  position: absolute;
  top: 1px;
  right: 0px;
  cursor: pointer;
  width: 90%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.type_text_expand .expand_btn i {
  font-size: 0.9em;
  cursor: pointer;
}
.type_text_expand .expand_content {
  position: absolute;
  right: -1px;
  top: 40px;
  padding: 5px;
  background: rgba(0,0,0,0.7);
  color: #FFF;
}
#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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
#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;
}
.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: #0B427B;
}
.body_blue .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0B427B;
}
.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: #0B427B;
  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: #cbcbcb;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.body_blue .chosen-container-multi .chosen-choices li.search-field .default {
  color: #0B427B;
}
.body_blue .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  background-color: #0B427B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 23px;
  cursor: default;
  border: solid 1px #07294c;
}
.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 #0B427B;
  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 #0B427B;
  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 #636363;
  color: #fff;
  border: solid 2px;
}
.body_blue .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_blue .col_mess_error {
  border-color: #FF0000;
  background: #ff6666;
}
.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 .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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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: #0B427B;
  transition: color .2s;
}
.body_blue .filemanager .filemanager_icon:hover {
  color: #1374d9;
}
.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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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 {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
  color: #0B427B;
}
.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 {
  border-color: #636363;
}
.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 {
  border-color: #0B427B;
}
.body_blue .cms_table_search_box_container {
  padding-right: 20px;
}
.body_blue .cms_table_search_box_container input[type="text"] {
  float: right;
}
.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: #cbcbcb;
}
.body_blue :-moz-placeholder {
  color: #cbcbcb;
}
.body_blue ::-moz-placeholder {
  color: #cbcbcb;
}
.body_blue :-ms-input-placeholder {
  color: #cbcbcb;
}
.body_blue label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
}
.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 #800000;
}
.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: #FF0000;
}
.body_blue .message {
  color: #FF0000;
  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 .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 #0B427B;
  background: #0B427B 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: #0B427B;
}
.body_blue .ui-state-default a,
.body_blue .ui-state-default a:link,
.body_blue .ui-state-default a:visited {
  color: #0B427B;
  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 #0B427B;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0B427B;
}
.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: #0B427B;
  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 #0B427B;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0B427B;
}
.body_blue .ui-state-active a,
.body_blue .ui-state-active a:link,
.body_blue .ui-state-active a:visited {
  color: #0B427B;
  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 #0B427B;
  background: #0B427B 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: #0B427B 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 ﻿



.wizard,
.body_blue .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.body_blue .wizard a,
.body_blue .tabcontrol a {
  outline: 0;
}
.body_blue .wizard ul,
.body_blue .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.body_blue .wizard ul > li,
.body_blue .tabcontrol ul > li {
  display: block;
  padding: 0;
}
.body_blue .wizard > .steps .current-info,
.body_blue .tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.body_blue .wizard > .content > .title,
.body_blue .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.body_blue .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.body_blue .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.body_blue .wizard > .steps .number {
  font-size: 1.429em;
}
.body_blue .wizard > .steps > ul > li {
  width: 25%;
}
.body_blue .wizard > .steps > ul > li,
.body_blue .wizard > .actions > ul > li {
  float: left;
}
.body_blue .wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.body_blue .wizard > .steps a,
.body_blue .wizard > .steps a:hover,
.body_blue .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_blue .wizard > .steps .disabled a,
.body_blue .wizard > .steps .disabled a:hover,
.body_blue .wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.body_blue .wizard > .steps .current a,
.body_blue .wizard > .steps .current a:hover,
.body_blue .wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}
.body_blue .wizard > .steps .done a,
.body_blue .wizard > .steps .done a:hover,
.body_blue .wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.body_blue .wizard > .steps .error a,
.body_blue .wizard > .steps .error a:hover,
.body_blue .wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.body_blue .wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_blue .wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.body_blue .wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.body_blue .wizard > .content > .body ul {
  list-style: disc !important;
}
.body_blue .wizard > .content > .body ul > li {
  display: list-item;
}
.body_blue .wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.body_blue .wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}
.body_blue .wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}
.body_blue .wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.body_blue .wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.body_blue .wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.body_blue .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.body_blue .wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.body_blue .wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.body_blue .wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.body_blue .wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.body_blue .wizard > .actions a,
.body_blue .wizard > .actions a:hover,
.body_blue .wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_blue .wizard > .actions .disabled a,
.body_blue .wizard > .actions .disabled a:hover,
.body_blue .wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.body_blue .tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.body_blue .tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.body_blue .tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.body_blue .tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.body_blue .tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.body_blue .tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.body_blue .tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.body_blue .tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.body_blue .tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.body_blue .tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.body_blue .tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.body_blue .tabcontrol > .content > .body ul > li {
  display: list-item;
}
.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 #07294c;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #0B427B;
  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 #07294c;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #0B427B;
  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 #cc0000 !important;
  background-color: #FF0000 !important;
}
.body_blue div.tagsinput div {
  display: block;
  float: left;
}
.body_blue .tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.body_blue ::-moz-selection {
  background: #0B427B;
  -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: #0B427B;
  -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 {
  background: #F9F9FC;
  color: #0B427B;
  font-family: Poppins;
  font-size: 13px;
}
.body_blue blockquote {
  color: #636363;
  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 .container .holder {
  margin: 0 30px 0 0;
}
.body_blue .table_container {
  overflow-x: auto;
}
.body_blue a,
.body_blue .link {
  color: #0B427B;
  text-decoration: none;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue a:hover,
.body_blue .link:hover {
  color: #03101d;
  cursor: pointer;
}
.body_blue a:active,
.body_blue .link:active {
  color: #07294c;
}
.body_blue .blue {
  color: #0B427B;
}
.body_blue .blue:hover {
  color: #07294c;
}
.body_blue .red {
  color: #FF0000;
}
.body_blue .red:hover {
  color: #cc0000;
}
.body_blue .yellow {
  color: #f19b3f;
}
.body_blue .yellow:hover {
  color: #ec8211;
}
.body_blue .stats {
  padding: 10px;
}
.body_blue .stats h1 {
  font-size: 45px;
  color: #62A126;
  margin: 0;
  padding: 0;
}
.body_blue .stats span {
  font-size: 17px;
  padding: 0;
  margin: 0;
}
.body_blue .gray {
  color: #636363;
}
.body_blue .gray:hover {
  color: #4a4a4a;
}
.body_blue .maincolor {
  color: #0B427B;
}
.body_blue .maincolor:hover {
  color: #07294c;
}
.body_blue i {
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .centerer {
  width: 100%;
  text-align: center;
}
.body_blue .text-centerer {
  text-align: center;
}
.body_blue .mt20 {
  margin-top: 20px !important;
}
.body_blue .overlay {
  position: fixed;
  z-index: 2;
  background-color: #0B427B;
  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: #0B427B;
  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: #fff;
  background: #636363;
  padding: 20px;
}
.body_blue .forgot a {
  color: #fff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .forgot a:hover {
  color: #eaeaea;
  text-decoration: underline;
}
.body_blue .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #FF0000;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #FF0000;
  margin-bottom: 10px;
}
.body_blue .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #62A126;
  background-color: #e3f4d2;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #62A126;
  margin-bottom: 10px;
}
.body_blue .ww300 {
  word-wrap: break-word;
  max-width: 300px;
}
.body_blue header {
  position: fixed;
  width: 100%;
  margin: 0 0 30px 0;
  z-index: 4;
}
.body_blue header .inner {
  height: 85px;
}
.body_blue header .inner h1 {
  float: right;
  color: #0B3D80;
  font-size: 25px;
  margin-top: 10px;
  margin-left: 10px;
}
.body_blue header .inner .quick_nav {
  color: #0A4274;
  padding: 15px;
  padding-right: 30px;
  font-size: 15px;
  margin-top: 2px;
}
.body_blue header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body_blue header .inner .quick_nav ul li {
  border: 1px solid #cbcbcb;
  height: 100%;
  background: #fff;
  cursor: pointer;
  min-width: 150px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue header .inner .quick_nav ul li .padding {
  padding: 12px 12px 12px 10px;
}
.body_blue header .inner .quick_nav ul li .padding .account_image {
  margin: -3px 8px -2px 0;
  box-shadow: 1px 1px 1px 0px #252525;
  -webkit-box-shadow: 1px 1px 1px 0px #252525;
  -moz-box-shadow: 1px 1px 1px 0px #252525;
  border-top: 1px 1px 1px 0px #252525;
}
.body_blue header .inner .quick_nav ul li .padding i {
  margin-left: 3px;
}
.body_blue header .inner .quick_nav ul .headersub {
  display: none;
  z-index: 10;
}
.body_blue header .inner .quick_nav ul:hover li {
  color: #FFF;
  background: #0B427B;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_blue header .inner .quick_nav ul:hover .headersub {
  padding: 0;
  height: auto;
  width: 100%;
}
.body_blue header .inner .quick_nav ul:hover .headersub li {
  background: #fff;
  text-shadow: none;
  color: #0B427B;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #cbcbcb;
}
.body_blue header .inner .quick_nav ul:hover .headersub li:first-child {
  border-top: none;
}
.body_blue header .inner .quick_nav ul:hover .headersub li:hover {
  color: #0B427B;
  background-color: #eaeaea;
}
.body_blue header .inner .quick_nav ul:hover .headersub:hover {
  background: #0B427B;
}
.body_blue header .inner .open_notification {
  height: 80px;
  width: 80px;
  display: block;
  background: #252525 url('/_webblocks/images/open_notification_bg.png') 28px 30px no-repeat;
  cursor: pointer;
}
.body_blue header .inner .open_notification .label {
  display: none;
  color: #fff;
  padding: 0 0 0 15px;
  line-height: 78px;
}
.body_blue header .inner .open_notification .number {
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  padding: 0 0 0 6px;
  background: #0B427B;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.body_blue .filter_company {
  padding: 10px;
  border: 0px;
  margin-top: -20px;
}
@media only screen and (max-width: 1585px) {
  .body_blue .docks ul li {
    padding: 10px !important;
  }
}
.body_blue .docks {
  border-bottom: 1px solid #cbcbcb;
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  position: fixed;
  z-index: 3;
  background-color: #0B427B;
  width: 100%;
  height: 65px;
  padding-left: 30px;
}
.body_blue .docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.body_blue .docks ul li {
  padding: 10px;
  margin: 10px;
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-transform: initial;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .docks ul li:hover {
  background-color: #F1901F;
  color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .body_blue .docks ul li {
    padding: 5px;
    font-size: 10px !important;
  }
}
.body_blue .docks ul .selected {
  background-color: #F1901F;
  color: #fff;
  border-radius: 4px;
}
.body_blue .docks ul .selected:hover {
  background-color: #0B427B;
}
.body_blue .docks ul .selected .icon-light {
  color: #0B427B;
}
.body_blue .docks ul .selected .icon-circle {
  color: #fff;
}
.body_blue .docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #0B427B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 2;
  display: none;
}
.body_blue nav {
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  position: fixed;
  top: 25px;
  margin: 0 0 0 30px;
  width: 260px;
  z-index: 2;
  background-color: #F5F5F5;
}
.body_blue nav ul {
  background: #fff;
  margin: 0;
  padding: 0;
}
.body_blue nav ul li {
  border-top: solid 1px #cbcbcb;
  cursor: pointer;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue nav ul li .padding {
  padding: 15px;
}
.body_blue nav ul li:hover {
  background: #eaeaea;
  text-decoration: none;
  color: #0B427B;
}
.body_blue nav ul li:hover a {
  text-decoration: none;
  color: #0B427B;
}
.body_blue nav ul li .left {
  line-height: 25px;
  font-size: 15px;
}
.body_blue nav ul li .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
.body_blue nav ul ul {
  border: none;
  display: none;
}
.body_blue nav ul ul li {
  background: #cbcbcb;
  color: #0B427B;
  border-color: #a5a5a5;
}
.body_blue nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  -webkit-box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  -moz-box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  border-top: inset 0px 1px 1px 0px #a5a5a5;
}
.body_blue nav ul ul li:hover {
  background: #636363;
  color: #eaeaea;
}
.body_blue nav ul ul li .padding {
  padding: 10px 15px;
}
.body_blue nav ul ul .selected {
  background: #636363;
  color: #eaeaea;
}
.body_blue nav ul .selected {
  background: #eaeaea;
  text-decoration: none;
  color: #0B427B;
}
.body_blue nav ul .selected a {
  text-decoration: none;
  color: #0B427B;
}
.body_blue nav ul .selected ul {
  display: block;
}
.body_blue nav ul .modules {
  background-color: #cbcbcb;
  font-weight: bold;
  border: 2px;
}
.body_blue nav ul .modules:hover {
  background-color: #cbcbcb;
  font-weight: bold;
  color: #0B427B;
}
.body_blue nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0B427B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 2;
  display: none;
}
.body_blue .place_holder {
  height: 85px;
}
.body_blue #domain_switch_holder {
  position: absolute;
  width: 260px;
  top: 0px;
  z-index: 1;
}
.body_blue #domain_switch_holder:hover .current_domain {
  border-color: #0B427B;
}
.body_blue #domain_switch_holder .dhm {
  display: inline-block;
}
.body_blue #domain_switch_holder .current_domain,
.body_blue #domain_switch_holder .only_domain {
  width: 100%;
  padding: 15px;
  background: #f7f7f7;
  border: solid 2px #cbcbcb;
  margin-bottom: 30px;
  cursor: pointer;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue #domain_switch_holder .current_domain .left:first-child,
.body_blue #domain_switch_holder .only_domain .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
.body_blue #domain_switch_holder .only_domain {
  cursor: default;
}
.body_blue #domain_switch_holder .domain_searchbox {
  display: none;
  position: absolute;
  width: 100%;
  background: #cbcbcb;
  border: solid 1px #cbcbcb;
  margin: -30px 0 0 0;
  padding: 15px;
}
.body_blue #domain_switch_holder .domain_searchbox #domain_searchbox {
  width: 100%;
  margin-bottom: 15px;
}
.body_blue #domain_switch_holder .domain_searchbox ul {
  background: none;
}
.body_blue #domain_switch_holder .domain_searchbox ul li {
  color: #0B427B;
  background: none;
  padding: 0;
  line-height: 30px;
}
.body_blue #domain_switch_holder .domain_searchbox ul li:hover {
  background: none;
  color: #0f5baa;
}
.body_blue #domain_switch_holder .domain_searchbox ul li:hover a {
  color: #0d4f92;
}
.body_blue .full-width {
  margin: 0 0 0 30px;
}
.body_blue .semi-width {
  margin: 0 0 0 320px;
}
.body_blue .content {
  padding: 80px 0 30px 0;
}
.body_blue .content .row {
  margin-bottom: 40px;
}
.body_blue .content .row .box .inner {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
  flex-grow: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
}
.body_blue .content .row .box .inner .title {
  line-height: 60px;
  color: #48465b;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: poppins;
  padding: 0 20px;
}
.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: #fff;
  padding: 0 20px 20px 20px;
}
.body_blue .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_blue .content .tabs {
  height: 34px;
  margin-left: 6px;
}
.body_blue .content .tabs ul {
  height: 34px;
  list-style-type: none;
  padding: 0;
}
.body_blue .content .tabs ul li {
  height: 34px;
}
.body_blue .content .tabs ul li div {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  color: #0B427B;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 1px #DFE1E6;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .content .tabs ul li div:hover {
  text-decoration: none;
  border-bottom: 1px solid #004B9A;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_blue .content .tabs ul li div:active {
  padding: 0 15px;
  border-bottom: 1px solid #004B9A;
}
.body_blue .content .tabs ul li .selected {
  padding: 0 15px;
  border-bottom: 1px solid #004B9A;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_blue .content .breadcrumbs {
  padding: 0 0 10px 0;
}
.body_blue .content .breadcrumbs a {
  color: ;
}
.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 .btn4 {
  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: #C0C0C0;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  transition: background-color #888888;
  -moz-transition: background-color #888888;
  -webkit-transition: background-color #888888;
  -o-transition: background-color #888888;
  border-radius: 4px;
}
.body_blue .btn4:hover {
  background: #6f6f6f;
  color: #FFFFFF;
}
.body_blue .btn4:active {
  background: #07294c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #03101d;
  -webkit-box-shadow: inset 1px 1px 2px 0px #03101d;
  -moz-box-shadow: inset 1px 1px 2px 0px #03101d;
  border-top: inset 1px 1px 2px 0px #03101d;
}
.body_blue .btn3 {
  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: #F1901F;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_blue .btn3:hover {
  background: #d0760d;
  color: #FFFFFF;
}
.body_blue .btn3:active {
  background: #07294c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #03101d;
  -webkit-box-shadow: inset 1px 1px 2px 0px #03101d;
  -moz-box-shadow: inset 1px 1px 2px 0px #03101d;
  border-top: inset 1px 1px 2px 0px #03101d;
}
.body_blue .btn2 {
  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: #62A126;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_blue .btn2:hover {
  background: #07294c;
  color: #FFFFFF;
}
.body_blue .btn2:active {
  background: #07294c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #03101d;
  -webkit-box-shadow: inset 1px 1px 2px 0px #03101d;
  -moz-box-shadow: inset 1px 1px 2px 0px #03101d;
  border-top: inset 1px 1px 2px 0px #03101d;
}
.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: #0B427B;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_blue .btn:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
.body_blue .btn:active {
  background: #07294c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #03101d;
  -webkit-box-shadow: inset 1px 1px 2px 0px #03101d;
  -moz-box-shadow: inset 1px 1px 2px 0px #03101d;
  border-top: inset 1px 1px 2px 0px #03101d;
}
.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.blue {
  background-color: #004B9A;
  color: #ffffff;
  text-align: center;
}
.body_blue .btn.gray {
  background-color: #595D6E;
  color: #ffffff;
  text-align: center;
}
.body_blue .btn.white {
  background-color: #FFFFFF;
  color: #383838;
  text-align: center;
}
.body_blue .btn.white:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.body_blue .btn.disabled {
  background-color: #C0C0C0;
  color: #888888;
  text-align: center;
}
.body_blue .btn.disabled:hover {
  cursor: not-allowed;
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_blue .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #0B427B;
  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_results {
  display: none;
  min-height: 100px;
  width: 400px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  font-size: 12px;
}
.body_blue #search_results #flexworkers {
  padding: 5px 10px 5px 10px;
}
.body_blue #search_results .search_category {
  padding: 5px 10px 5px 10px;
  background-color: #EFEFEF;
  border-bottom: 1px solid #C0C0C0;
  font-size: 14px;
}
.body_blue #search_preloader {
  display: none;
  margin-left: 10px;
}
.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: 230px;
  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 .taskCounter {
  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: #0B427B;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.body_blue .newBtn:hover {
  background: #0f5baa;
  cursor: pointer;
  color: #FFF;
}
.body_blue .send_mail_holder .btn {
  background-color: #c0c0c0;
}
.body_blue .documents {
  margin: 0;
  padding: 0;
  margin-top: -10px;
  margin-left: -10px;
  list-style-type: none;
}
.body_blue .documents li {
  padding: 15px;
  cursor: pointer;
}
.body_blue .documents li:nth-child(even) {
  background: #F5F5F5;
}
.body_blue .documents li:nth-child(odd) {
  background: #EBEBEB;
}
.body_blue .documents li:hover {
  opacity: 0.7;
}
.body_blue .documents li:selected {
  background: #0A4274;
  color: #ffffff;
}
.body_blue .documents .document_num {
  font-weight: bold;
  padding-right: 15px;
}
.body_blue .flexBox {
  padding-left: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #CBCBCB;
  background: #0A4274;
  color: #ffffff;
}
.body_blue .documentBox {
  padding: 10px;
  min-height: 400px;
}
.body_blue .alertMSG {
  margin-top: -20px;
  margin-bottom: 15px;
  background: #FFC1C1;
  padding: 10px;
}
.body_blue #popup_mail {
  display: none;
  background: #FFF;
  width: 800px;
  height: 900px;
  overflow: auto;
  padding: 5px;
}
.body_blue #taSteps {
  width: 100%;
  overflow: auto;
}
.body_blue #taSteps .steps {
  display: block;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 300px;
  padding: 1em 1em;
  text-decoration: none;
  background: #EEEEEE;
  color: #AAAAAA;
  cursor: pointer;
  float: left;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue #taSteps .steps.active {
  color: #ffffff;
  background: #2184BE !important;
  font-weight: bold;
}
.body_blue #taSteps .steps.previous {
  color: #ffffff;
  background: #9DC8E2 !important;
}
.body_blue .validation_error {
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_blue .cms_table_export {
  margin-left: 15px !important;
}
.body_blue .loginbg {
  background-size: cover;
  background-image: url('/_webblocks/images/loginbg.jpg');
}
.body_blue .logincontent {
  padding: 0px !important;
  margin: 0px !important;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.body_blue .logincontent .row {
  width: 100%;
}
.body_blue .mt10 {
  margin-top: 10px;
}
.body_blue .green {
  color: #62A126 !important;
}
.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 summary {
  display: block;
}
.body_blue audio,
.body_blue canvas,
.body_blue video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.body_blue audio:not([controls]) {
  display: none;
  height: 0;
}
.body_blue [hidden] {
  display: none;
}
.body_blue html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.body_blue html,
.body_blue button,
.body_blue input,
.body_blue select,
.body_blue textarea {
  font-family: sans-serif;
}
.body_blue body {
  margin: 0;
}
.body_blue a:focus {
  outline: thin dotted;
}
.body_blue a:active,
.body_blue a:hover {
  outline: 0;
}
.body_blue h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.body_blue h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.body_blue h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.body_blue h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.body_blue h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.body_blue h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
.body_blue abbr[title] {
  border-bottom: 1px dotted;
}
.body_blue b,
.body_blue strong {
  font-weight: bold;
}
.body_blue blockquote {
  margin: 1em 40px;
}
.body_blue dfn {
  font-style: italic;
}
.body_blue hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.body_blue mark {
  background: #ff0;
  color: #000;
}
.body_blue p,
.body_blue pre {
  margin: 1em 0;
}
.body_blue code,
.body_blue kbd,
.body_blue pre,
.body_blue samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
.body_blue pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.body_blue q {
  quotes: none;
}
.body_blue q:before,
.body_blue q:after {
  content: '';
  content: none;
}
.body_blue small {
  font-size: 80%;
}
.body_blue sub,
.body_blue sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.body_blue sup {
  top: -0.5em;
}
.body_blue sub {
  bottom: -0.25em;
}
.body_blue dl,
.body_blue menu,
.body_blue ol,
.body_blue ul {
  margin: 1em 0;
}
.body_blue dd {
  margin: 0 0 0 40px;
}
.body_blue menu,
.body_blue ol,
.body_blue ul {
  padding: 0 0 0 40px;
}
.body_blue nav ul,
.body_blue nav ol {
  list-style: none;
  list-style-image: none;
}
.body_blue img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.body_blue svg:not(:root) {
  overflow: hidden;
}
.body_blue figure {
  margin: 0;
}
.body_blue form {
  margin: 0;
}
.body_blue fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.body_blue legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
.body_blue button,
.body_blue input,
.body_blue select,
.body_blue textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.body_blue button,
.body_blue input {
  line-height: normal;
}
.body_blue button,
.body_blue select {
  text-transform: none;
}
.body_blue button,
.body_blue html input[type="button"],
.body_blue input[type="reset"],
.body_blue input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
.body_blue button[disabled],
.body_blue html input[disabled] {
  cursor: default;
}
.body_blue input[type="checkbox"],
.body_blue input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.body_blue input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.body_blue input[type="search"]::-webkit-search-cancel-button,
.body_blue input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.body_blue button::-moz-focus-inner,
.body_blue input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_blue textarea {
  overflow: auto;
  vertical-align: top;
}
.body_blue table {
  border-collapse: collapse;
  border-spacing: 0;
}
.body_blue #nprogress {
  pointer-events: none;
}
.body_blue #nprogress .bar {
  background: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.body_blue #nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px,-4px);
  -ms-transform: rotate(3deg) translate(0px,-4px);
  transform: rotate(3deg) translate(0px,-4px);
}
.body_blue #nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
.body_blue #nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.body_blue .nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.body_blue .nprogress-custom-parent #nprogress .spinner,
.body_blue .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  .body_blue 0% {
    -webkit-transform: rotate(0deg);
  }
  .body_blue 100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  .body_blue 0% {
    transform: rotate(0deg);
  }
  .body_blue 100% {
    transform: rotate(360deg);
  }
}
.body_blue div.pagination {
  margin-top: 15px;
}
.body_blue div.pagination a {
  background-color: #FFFFFF;
  color: #17526E;
  text-decoration: none;
  border: 1px solid #DFDFDF;
  padding: 4px 8px 4px 8px;
}
.body_blue div.pagination a.active {
  background-color: #B71918;
  color: #FFFFFF;
}
.body_blue div.pagination a:hover {
  background-color: #0061A8;
  color: #FFFFFF;
  text-decoration: none;
}
.body_blue div.pagination {
  font-size: 14px;
}
.body_blue .popup-box {
  position: fixed;
  width: 500px;
  margin: auto;
  left: 50%;
  margin-left: -250px;
  top: 250px;
  z-index: 5;
  display: none;
}
.body_blue .popup-box .popup-header {
  background-color: #636363;
  padding: 15px;
  color: #fff;
}
.body_blue .popup-box .popup-header .right:hover {
  color: #0B427B;
  cursor: pointer;
}
.body_blue .popup-box .popup-header .tab_header {
  background-color: #eaeaea;
  padding: 10px 15px;
  margin-bottom: -15px;
  margin-left: 5px;
  color: #0B427B;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .popup-box .popup-header .tab_header:first-child {
  margin-left: 0px;
}
.body_blue .popup-box .popup-header .tab_header:hover {
  background-color: #cbcbcb;
  cursor: pointer;
}
.body_blue .popup-box .popup-header .tab_header.active {
  background-color: #fff;
  color: #0B427B;
}
.body_blue .popup-box .popup-header .tab_header.active:hover {
  background-color: #fff;
  color: #0B427B;
}
.body_blue .popup-box .popup-body {
  background-color: #fff;
  padding: 15px;
}
.body_blue .popup-box .popup-body .tabcontent {
  display: none;
  overflow: auto;
  max-height: 350px;
}
.body_blue .popup-box .popup-body .tabcontent img {
  margin: 0px 5px 5px 0px;
  padding: 5px;
  border: 1px dashed #cbcbcb;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .popup-box .popup-body .tabcontent img:hover {
  border-color: #b2b2b2;
}
.body_blue .popup {
  display: none;
  background: #FFF;
}
.body_blue #popup_upload {
  display: none;
  background: #FFF;
  width: 500px;
  height: 120px;
  text-align: center;
}
.body_blue #popup_upload .upload_progress {
  position: relative;
  margin: 0 auto;
  width: 400px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}
.body_blue #popup_upload .upload_progress .upload_progress_bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
.body_blue #popup_upload .upload_progress .upload_progress_percentage {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.body_blue #popup_archive {
  display: none;
  background: #FFF;
  width: 800px;
  height: 900px;
  overflow: auto;
  padding: 5px;
}
.body_blue #popup_archive h2 {
  text-align: center;
  margin: 0;
}
.body_blue #popup_archive .archive_table {
  margin: 0 auto;
  width: 100%;
}
.body_blue #popup_archive .archive_table thead {
  font-weight: bold;
  background: #EEE;
}
.body_blue #popup_archive .archive_table thead th {
  text-align: left;
}
.body_blue #popup_archive .archive_table td {
  padding: 3px;
}
.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: #636363;
}
.body_blue .redactor_box:focus {
  border-color: #0B427B;
}
.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: #F5F5F5;
  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+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_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: #636363;
  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: #636363;
  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 .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.body_blue .select2-container,
.body_blue .select2-drop,
.body_blue .select2-search,
.body_blue .select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body_blue .select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 50%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to top,#eee 0%,#fff 50%);
}
.body_blue html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.body_blue .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 90%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to bottom,#eee 0%,#fff 90%);
}
.body_blue .select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.body_blue .select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
.body_blue html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.body_blue .select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/_webblocks/images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.body_blue .select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.body_blue .select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.body_blue .select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.body_blue .select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.body_blue .select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
}
.body_blue .select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.body_blue .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.body_blue .select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.body_blue .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
  background-image: -webkit-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -moz-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
  background-image: linear-gradient(to top,#ccc 0%,#eee 60%);
}
.body_blue html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.body_blue .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/select2.png') no-repeat 0 1px;
}
.body_blue html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.body_blue .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.body_blue .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('/_webblocks/images/select2.png') no-repeat 100% -22px;
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_blue html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url('/_webblocks/images/select2.png') no-repeat -37px -22px;
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_blue .select2-search input.select2-active {
  background: #fff url('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_blue .select2-container-active .select2-choice,
.body_blue .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_blue .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center bottom,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center bottom,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to top,#fff 0%,#eee 50%);
}
.body_blue .select2-dropdown-open.select2-drop-above .select2-choice,
.body_blue .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center top,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center top,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
}
.body_blue .select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.body_blue html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.body_blue .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
.body_blue html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.body_blue .select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_blue .select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.body_blue html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.body_blue .select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.body_blue .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.body_blue .select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.body_blue .select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body_blue .select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.body_blue .select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.body_blue .select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.body_blue .select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.body_blue .select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.body_blue .select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.body_blue .select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.body_blue .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.body_blue .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.body_blue .select2-results .select2-highlighted em {
  background: transparent;
}
.body_blue .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.body_blue .select2-results .select2-no-results,
.body_blue .select2-results .select2-searching,
.body_blue .select2-results .select2-ajax-error,
.body_blue .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
.body_blue .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.body_blue .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.body_blue .select2-results .select2-selected {
  display: none;
}
.body_blue .select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.body_blue .select2-results .select2-ajax-error {
  background: rgba(255,50,50,0.2);
}
.body_blue .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.body_blue .select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.body_blue .select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.body_blue .select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.body_blue .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
  background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: linear-gradient(to bottom,#eee 1%,#fff 15%);
}
.body_blue html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.body_blue .select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.body_blue .select2-container-multi .select2-choices {
  min-height: 26px;
}
.body_blue .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_blue .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.body_blue html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.body_blue .select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.body_blue .select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.body_blue .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.body_blue .select2-default {
  color: #999 !important;
}
.body_blue .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
.body_blue html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.body_blue .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.body_blue .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.body_blue .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/_webblocks/images/select2.png') right top no-repeat;
}
.body_blue html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.body_blue .select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.body_blue html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.body_blue .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.body_blue .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.body_blue .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.body_blue .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.body_blue .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.body_blue .select2-result-selectable .select2-match,
.body_blue .select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.body_blue .select2-offscreen,
.body_blue .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.body_blue .select2-display-none {
  display: none;
}
.body_blue .select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 2dppx) {
  .body_blue .select2-search input,
  .body_blue .select2-search-choice-close,
  .body_blue .select2-container .select2-choice abbr,
  .body_blue .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .body_blue .select2-search input {
    background-position: 100% -21px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .body_blue body {
    font-size: 12px;
  }
  .body_blue .docks ul li {
    font-size: 14px;
    padding: 12px 30px;
  }
  .body_blue nav {
    width: 200px;
    top: 160px;
  }
  .body_blue nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  .body_blue .table-topbar {
    margin-bottom: 20px;
  }
  .body_blue .table-topbar .cms_table_page_nav {
    margin: 10px 0 10px 6px !important;
  }
  .body_blue #domain_switch_holder {
    width: 200px;
  }
  .body_blue #domain_switch_holder .current_domain {
    font-size: 13px;
  }
  .body_blue #domain_switch_holder .current_domain .left:first-child {
    display: none;
  }
  .body_blue .semi-width {
    margin: 0 0 0 260px;
  }
  .body_blue .content {
    padding: 160px 0 40px 0;
  }
  .body_blue .content .row .box .inner .title {
    font-size: 14px;
    line-height: 50px;
  }
  .body_blue .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1530px) {
  .body_blue .content {
    padding: 220px 0px 30px 0;
  }
}
@media only screen and (max-width: 1430px) {
  .body_blue .content .row .box .inner .title {
    font-size: 14px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 829px) and (max-width: 1024px) {
  .body_blue .docks {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1024px) {
  .body_blue .box.third {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .body_blue .container .holder {
    margin: 0 30px !important;
  }
  .body_blue .content.full-width {
    margin: 0 0 0 0 !important;
  }
  .body_blue header h1 {
    display: none;
  }
}
@media only screen and (max-width: 828px) {
  .body_blue header {
    position: static;
  }
  .body_blue .holder .docks {
    position: static;
  }
  .body_blue .content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 669px) {
  .body_blue header .inner {
    height: auto;
    padding-bottom: 5px;
  }
  .body_blue header .inner > .left > a > div {
    position: static !important;
  }
  .body_blue header .inner > .quick_nav.right {
    display: none;
  }
}
@media only screen and (max-width: 509px) {
  .body_blue .content {
    padding: 30px 0px 30px 0;
  }
}
.body_blue ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
.body_blue ::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.body_blue hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.body_blue .chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.body_blue .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.body_blue .ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.body_blue .hidden {
  display: none !important;
  visibility: hidden;
}
.body_blue .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_blue .visuallyhidden.focusable:active,
.body_blue .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.body_blue .invisible {
  visibility: hidden;
}
.body_blue .clearfix:before,
.body_blue .clearfix:after {
  content: " ";
  display: table;
}
.body_blue .clearfix:after {
  clear: both;
}
.body_blue .clearfix {
  *zoom: 1;
}
@media print {
  .body_blue * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .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 .ir a:after,
  .body_blue a[href^="javascript:"]:after,
  .body_blue a[href^="#"]:after {
    content: "";
  }
  .body_blue pre,
  .body_blue blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .body_blue thead {
    display: table-header-group;
  }
  .body_blue tr,
  .body_blue img {
    page-break-inside: avoid;
  }
  .body_blue img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .body_blue p,
  .body_blue h2,
  .body_blue h3 {
    orphans: 3;
    widows: 3;
  }
  .body_blue h2,
  .body_blue h3 {
    page-break-after: avoid;
  }
}
.body_blue .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: poppins;
}
.body_blue .cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.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 {
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  color: #456D86;
}
.body_blue .cms_table thead tr td:first-child {
  border-left: 0px;
}
.body_blue .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_blue .cms_table thead tr .orderdby {
  background: #9ec9f6;
}
.body_blue .cms_table thead tr .sortable {
  cursor: pointer;
}
.body_blue .cms_table thead tr .sortable:hover {
  background: #9ec9f6;
}
.body_blue .cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #6faff2;
}
.body_blue .cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #6faff2;
}
.body_blue .cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #6faff2;
}
.body_blue .cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #6faff2;
}
.body_blue .cms_table tbody tr.warning {
  background-color: #F2D4CE !important;
}
.body_blue .cms_table tbody tr td {
  color: #0B427B;
}
.body_blue .cms_table tbody tr td a {
  text-decoration: none;
}
.body_blue .cms_table tbody tr td a:hover {
  font-weight: bold !important;
}
.body_blue .cms_table tbody tr td i {
  font-size: 24px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  cursor: pointer;
}
.body_blue .cms_table tbody tr td i:hover {
  font-weight: bold;
}
.body_blue .cms_table tbody tr td:first-child {
  border-left: none;
}
.body_blue .cms_table tbody tr:hover {
  background: #EFEFEF;
}
.body_blue .cms_table tbody .even {
  background: #EBEBEB;
}
.body_blue .cms_table tbody .cont-move {
  cursor: s-resize;
}
.body_blue .cms_table tfoot td {
  background: #cbcbcb;
  color: #252525;
}
.body_blue .table-topbar {
  margin: 10px 0;
}
.body_blue .lh35 {
  line-height: 35px;
}
.body_blue .table_container {
  padding-bottom: 15px;
}
.body_blue .table_container td {
  color: #4e6271;
  border-bottom: solid 1px #e0e0e0;
}
.body_blue .table_container .table_bottom {
  padding: 0 20px;
}
.body_blue .table_container .cms_table_page_nav_container {
  display: inline-block;
  overflow: hidden;
}
.body_blue .table_container .cms_table_page_nav {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  background: #fff;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  font-weight: 500;
}
.body_blue .table_container .cms_table_page_nav:hover {
  background: #eaeaea;
}
.body_blue .table_container .cms_table_page_nav_selected {
  cursor: default;
  background: #0B427B;
  color: #fff;
  text-shadow: ;
  border-radius: 4px;
}
.body_blue .table_container .cms_table_page_nav_selected:hover {
  background: #0B427B;
}
.body_blue .table_container .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 200px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .table_container .cms_table_search_box:focus {
  width: 300px;
}
.body_blue .table_container .btn {
  margin: 0px;
}
.body_blue .cms_table_add {
  margin: 0 0 0 0;
  float: middle;
  margin-left: 20px;
}
.body_blue .cms_table_export .fa,
.body_blue .cms_table_add .fa {
  margin-right: 5px;
}
.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: #0B427B;
  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: #cbcbcb;
}
.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: #0B427B;
}
.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 .type_text_expand {
  position: relative;
}
.body_blue .type_text_expand .expand_summary {
  float: left;
}
.body_blue .type_text_expand .expand_btn {
  position: absolute;
  top: 1px;
  right: 0px;
  cursor: pointer;
  width: 90%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.body_blue .type_text_expand .expand_btn i {
  font-size: 0.9em;
  cursor: pointer;
}
.body_blue .type_text_expand .expand_content {
  position: absolute;
  right: -1px;
  top: 40px;
  padding: 5px;
  background: rgba(0,0,0,0.7);
  color: #FFF;
}
.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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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_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: #0B427B;
}
.body_red .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0B427B;
}
.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: #FF0000;
  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: #cbcbcb;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.body_red .chosen-container-multi .chosen-choices li.search-field .default {
  color: #0B427B;
}
.body_red .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  background-color: #FF0000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 23px;
  cursor: default;
  border: solid 1px #cc0000;
}
.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 #FF0000;
  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 #FF0000;
  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 #636363;
  color: #fff;
  border: solid 2px;
}
.body_red .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_red .col_mess_error {
  border-color: #FF0000;
  background: #ff6666;
}
.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 .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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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: #0B427B;
  transition: color .2s;
}
.body_red .filemanager .filemanager_icon:hover {
  color: #1374d9;
}
.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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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 {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
  color: #0B427B;
}
.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 {
  border-color: #636363;
}
.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 {
  border-color: #FF0000;
}
.body_red .cms_table_search_box_container {
  padding-right: 20px;
}
.body_red .cms_table_search_box_container input[type="text"] {
  float: right;
}
.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: #cbcbcb;
}
.body_red :-moz-placeholder {
  color: #cbcbcb;
}
.body_red ::-moz-placeholder {
  color: #cbcbcb;
}
.body_red :-ms-input-placeholder {
  color: #cbcbcb;
}
.body_red label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
}
.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 #800000;
}
.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: #FF0000;
}
.body_red .message {
  color: #FF0000;
  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 .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 #0B427B;
  background: #0B427B 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: #0B427B;
}
.body_red .ui-state-default a,
.body_red .ui-state-default a:link,
.body_red .ui-state-default a:visited {
  color: #0B427B;
  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 #0B427B;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0B427B;
}
.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: #0B427B;
  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 #0B427B;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0B427B;
}
.body_red .ui-state-active a,
.body_red .ui-state-active a:link,
.body_red .ui-state-active a:visited {
  color: #0B427B;
  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 #FF0000;
  background: #FF0000 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: #0B427B 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 ﻿



.wizard,
.body_red .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.body_red .wizard a,
.body_red .tabcontrol a {
  outline: 0;
}
.body_red .wizard ul,
.body_red .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.body_red .wizard ul > li,
.body_red .tabcontrol ul > li {
  display: block;
  padding: 0;
}
.body_red .wizard > .steps .current-info,
.body_red .tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.body_red .wizard > .content > .title,
.body_red .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.body_red .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.body_red .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.body_red .wizard > .steps .number {
  font-size: 1.429em;
}
.body_red .wizard > .steps > ul > li {
  width: 25%;
}
.body_red .wizard > .steps > ul > li,
.body_red .wizard > .actions > ul > li {
  float: left;
}
.body_red .wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.body_red .wizard > .steps a,
.body_red .wizard > .steps a:hover,
.body_red .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_red .wizard > .steps .disabled a,
.body_red .wizard > .steps .disabled a:hover,
.body_red .wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.body_red .wizard > .steps .current a,
.body_red .wizard > .steps .current a:hover,
.body_red .wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}
.body_red .wizard > .steps .done a,
.body_red .wizard > .steps .done a:hover,
.body_red .wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.body_red .wizard > .steps .error a,
.body_red .wizard > .steps .error a:hover,
.body_red .wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.body_red .wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_red .wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.body_red .wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.body_red .wizard > .content > .body ul {
  list-style: disc !important;
}
.body_red .wizard > .content > .body ul > li {
  display: list-item;
}
.body_red .wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.body_red .wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}
.body_red .wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}
.body_red .wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.body_red .wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.body_red .wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.body_red .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.body_red .wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.body_red .wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.body_red .wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.body_red .wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.body_red .wizard > .actions a,
.body_red .wizard > .actions a:hover,
.body_red .wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_red .wizard > .actions .disabled a,
.body_red .wizard > .actions .disabled a:hover,
.body_red .wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.body_red .tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.body_red .tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.body_red .tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.body_red .tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.body_red .tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.body_red .tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.body_red .tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.body_red .tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.body_red .tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.body_red .tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.body_red .tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.body_red .tabcontrol > .content > .body ul > li {
  display: list-item;
}
.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 #cc0000;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #FF0000;
  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 #cc0000;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #FF0000;
  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 #cc0000 !important;
  background-color: #FF0000 !important;
}
.body_red div.tagsinput div {
  display: block;
  float: left;
}
.body_red .tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.body_red ::-moz-selection {
  background: #FF0000;
  -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: #FF0000;
  -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 {
  background: #F9F9FC;
  color: #0B427B;
  font-family: Poppins;
  font-size: 13px;
}
.body_red blockquote {
  color: #636363;
  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 .container .holder {
  margin: 0 30px 0 0;
}
.body_red .table_container {
  overflow-x: auto;
}
.body_red a,
.body_red .link {
  color: #FF0000;
  text-decoration: none;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red a:hover,
.body_red .link:hover {
  color: #990000;
  cursor: pointer;
}
.body_red a:active,
.body_red .link:active {
  color: #cc0000;
}
.body_red .blue {
  color: #0B427B;
}
.body_red .blue:hover {
  color: #07294c;
}
.body_red .red {
  color: #FF0000;
}
.body_red .red:hover {
  color: #cc0000;
}
.body_red .yellow {
  color: #f19b3f;
}
.body_red .yellow:hover {
  color: #ec8211;
}
.body_red .stats {
  padding: 10px;
}
.body_red .stats h1 {
  font-size: 45px;
  color: #62A126;
  margin: 0;
  padding: 0;
}
.body_red .stats span {
  font-size: 17px;
  padding: 0;
  margin: 0;
}
.body_red .gray {
  color: #636363;
}
.body_red .gray:hover {
  color: #4a4a4a;
}
.body_red .maincolor {
  color: #FF0000;
}
.body_red .maincolor:hover {
  color: #cc0000;
}
.body_red i {
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .centerer {
  width: 100%;
  text-align: center;
}
.body_red .text-centerer {
  text-align: center;
}
.body_red .mt20 {
  margin-top: 20px !important;
}
.body_red .overlay {
  position: fixed;
  z-index: 2;
  background-color: #0B427B;
  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: #0B427B;
  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: #fff;
  background: #636363;
  padding: 20px;
}
.body_red .forgot a {
  color: #fff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .forgot a:hover {
  color: #eaeaea;
  text-decoration: underline;
}
.body_red .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #FF0000;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #FF0000;
  margin-bottom: 10px;
}
.body_red .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #62A126;
  background-color: #e3f4d2;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #62A126;
  margin-bottom: 10px;
}
.body_red .ww300 {
  word-wrap: break-word;
  max-width: 300px;
}
.body_red header {
  position: fixed;
  width: 100%;
  margin: 0 0 30px 0;
  z-index: 4;
}
.body_red header .inner {
  height: 85px;
}
.body_red header .inner h1 {
  float: right;
  color: #0B3D80;
  font-size: 25px;
  margin-top: 10px;
  margin-left: 10px;
}
.body_red header .inner .quick_nav {
  color: #0A4274;
  padding: 15px;
  padding-right: 30px;
  font-size: 15px;
  margin-top: 2px;
}
.body_red header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body_red header .inner .quick_nav ul li {
  border: 1px solid #cbcbcb;
  height: 100%;
  background: #fff;
  cursor: pointer;
  min-width: 150px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red header .inner .quick_nav ul li .padding {
  padding: 12px 12px 12px 10px;
}
.body_red header .inner .quick_nav ul li .padding .account_image {
  margin: -3px 8px -2px 0;
  box-shadow: 1px 1px 1px 0px #252525;
  -webkit-box-shadow: 1px 1px 1px 0px #252525;
  -moz-box-shadow: 1px 1px 1px 0px #252525;
  border-top: 1px 1px 1px 0px #252525;
}
.body_red header .inner .quick_nav ul li .padding i {
  margin-left: 3px;
}
.body_red header .inner .quick_nav ul .headersub {
  display: none;
  z-index: 10;
}
.body_red header .inner .quick_nav ul:hover li {
  color: #FFF;
  background: #FF0000;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_red header .inner .quick_nav ul:hover .headersub {
  padding: 0;
  height: auto;
  width: 100%;
}
.body_red header .inner .quick_nav ul:hover .headersub li {
  background: #fff;
  text-shadow: none;
  color: #FF0000;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #cbcbcb;
}
.body_red header .inner .quick_nav ul:hover .headersub li:first-child {
  border-top: none;
}
.body_red header .inner .quick_nav ul:hover .headersub li:hover {
  color: #FF0000;
  background-color: #eaeaea;
}
.body_red header .inner .quick_nav ul:hover .headersub:hover {
  background: #FF0000;
}
.body_red header .inner .open_notification {
  height: 80px;
  width: 80px;
  display: block;
  background: #252525 url('/_webblocks/images/open_notification_bg.png') 28px 30px no-repeat;
  cursor: pointer;
}
.body_red header .inner .open_notification .label {
  display: none;
  color: #fff;
  padding: 0 0 0 15px;
  line-height: 78px;
}
.body_red header .inner .open_notification .number {
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  padding: 0 0 0 6px;
  background: #FF0000;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.body_red .filter_company {
  padding: 10px;
  border: 0px;
  margin-top: -20px;
}
@media only screen and (max-width: 1585px) {
  .body_red .docks ul li {
    padding: 10px !important;
  }
}
.body_red .docks {
  border-bottom: 1px solid #cbcbcb;
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  position: fixed;
  z-index: 3;
  background-color: #0B427B;
  width: 100%;
  height: 65px;
  padding-left: 30px;
}
.body_red .docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.body_red .docks ul li {
  padding: 10px;
  margin: 10px;
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-transform: initial;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .docks ul li:hover {
  background-color: #F1901F;
  color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .body_red .docks ul li {
    padding: 5px;
    font-size: 10px !important;
  }
}
.body_red .docks ul .selected {
  background-color: #F1901F;
  color: #fff;
  border-radius: 4px;
}
.body_red .docks ul .selected:hover {
  background-color: #FF0000;
}
.body_red .docks ul .selected .icon-light {
  color: #0B427B;
}
.body_red .docks ul .selected .icon-circle {
  color: #fff;
}
.body_red .docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #0B427B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 2;
  display: none;
}
.body_red nav {
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  position: fixed;
  top: 25px;
  margin: 0 0 0 30px;
  width: 260px;
  z-index: 2;
  background-color: #F5F5F5;
}
.body_red nav ul {
  background: #fff;
  margin: 0;
  padding: 0;
}
.body_red nav ul li {
  border-top: solid 1px #cbcbcb;
  cursor: pointer;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red nav ul li .padding {
  padding: 15px;
}
.body_red nav ul li:hover {
  background: #eaeaea;
  text-decoration: none;
  color: #FF0000;
}
.body_red nav ul li:hover a {
  text-decoration: none;
  color: #FF0000;
}
.body_red nav ul li .left {
  line-height: 25px;
  font-size: 15px;
}
.body_red nav ul li .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
.body_red nav ul ul {
  border: none;
  display: none;
}
.body_red nav ul ul li {
  background: #cbcbcb;
  color: #0B427B;
  border-color: #a5a5a5;
}
.body_red nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  -webkit-box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  -moz-box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  border-top: inset 0px 1px 1px 0px #a5a5a5;
}
.body_red nav ul ul li:hover {
  background: #636363;
  color: #eaeaea;
}
.body_red nav ul ul li .padding {
  padding: 10px 15px;
}
.body_red nav ul ul .selected {
  background: #636363;
  color: #eaeaea;
}
.body_red nav ul .selected {
  background: #eaeaea;
  text-decoration: none;
  color: #FF0000;
}
.body_red nav ul .selected a {
  text-decoration: none;
  color: #FF0000;
}
.body_red nav ul .selected ul {
  display: block;
}
.body_red nav ul .modules {
  background-color: #cbcbcb;
  font-weight: bold;
  border: 2px;
}
.body_red nav ul .modules:hover {
  background-color: #cbcbcb;
  font-weight: bold;
  color: #0B427B;
}
.body_red nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0B427B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 2;
  display: none;
}
.body_red .place_holder {
  height: 85px;
}
.body_red #domain_switch_holder {
  position: absolute;
  width: 260px;
  top: 0px;
  z-index: 1;
}
.body_red #domain_switch_holder:hover .current_domain {
  border-color: #FF0000;
}
.body_red #domain_switch_holder .dhm {
  display: inline-block;
}
.body_red #domain_switch_holder .current_domain,
.body_red #domain_switch_holder .only_domain {
  width: 100%;
  padding: 15px;
  background: #f7f7f7;
  border: solid 2px #cbcbcb;
  margin-bottom: 30px;
  cursor: pointer;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red #domain_switch_holder .current_domain .left:first-child,
.body_red #domain_switch_holder .only_domain .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
.body_red #domain_switch_holder .only_domain {
  cursor: default;
}
.body_red #domain_switch_holder .domain_searchbox {
  display: none;
  position: absolute;
  width: 100%;
  background: #cbcbcb;
  border: solid 1px #cbcbcb;
  margin: -30px 0 0 0;
  padding: 15px;
}
.body_red #domain_switch_holder .domain_searchbox #domain_searchbox {
  width: 100%;
  margin-bottom: 15px;
}
.body_red #domain_switch_holder .domain_searchbox ul {
  background: none;
}
.body_red #domain_switch_holder .domain_searchbox ul li {
  color: #FF0000;
  background: none;
  padding: 0;
  line-height: 30px;
}
.body_red #domain_switch_holder .domain_searchbox ul li:hover {
  background: none;
  color: #ff3333;
}
.body_red #domain_switch_holder .domain_searchbox ul li:hover a {
  color: #ff1a1a;
}
.body_red .full-width {
  margin: 0 0 0 30px;
}
.body_red .semi-width {
  margin: 0 0 0 320px;
}
.body_red .content {
  padding: 80px 0 30px 0;
}
.body_red .content .row {
  margin-bottom: 40px;
}
.body_red .content .row .box .inner {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
  flex-grow: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
}
.body_red .content .row .box .inner .title {
  line-height: 60px;
  color: #48465b;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: poppins;
  padding: 0 20px;
}
.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: #fff;
  padding: 0 20px 20px 20px;
}
.body_red .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_red .content .tabs {
  height: 34px;
  margin-left: 6px;
}
.body_red .content .tabs ul {
  height: 34px;
  list-style-type: none;
  padding: 0;
}
.body_red .content .tabs ul li {
  height: 34px;
}
.body_red .content .tabs ul li div {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  color: #0B427B;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 1px #DFE1E6;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .content .tabs ul li div:hover {
  text-decoration: none;
  border-bottom: 1px solid #004B9A;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_red .content .tabs ul li div:active {
  padding: 0 15px;
  border-bottom: 1px solid #004B9A;
}
.body_red .content .tabs ul li .selected {
  padding: 0 15px;
  border-bottom: 1px solid #004B9A;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_red .content .breadcrumbs {
  padding: 0 0 10px 0;
}
.body_red .content .breadcrumbs a {
  color: ;
}
.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 .btn4 {
  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: #C0C0C0;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  transition: background-color #888888;
  -moz-transition: background-color #888888;
  -webkit-transition: background-color #888888;
  -o-transition: background-color #888888;
  border-radius: 4px;
}
.body_red .btn4:hover {
  background: #6f6f6f;
  color: #FFFFFF;
}
.body_red .btn4:active {
  background: #cc0000;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #990000;
  -webkit-box-shadow: inset 1px 1px 2px 0px #990000;
  -moz-box-shadow: inset 1px 1px 2px 0px #990000;
  border-top: inset 1px 1px 2px 0px #990000;
}
.body_red .btn3 {
  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: #F1901F;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_red .btn3:hover {
  background: #d0760d;
  color: #FFFFFF;
}
.body_red .btn3:active {
  background: #cc0000;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #990000;
  -webkit-box-shadow: inset 1px 1px 2px 0px #990000;
  -moz-box-shadow: inset 1px 1px 2px 0px #990000;
  border-top: inset 1px 1px 2px 0px #990000;
}
.body_red .btn2 {
  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: #62A126;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_red .btn2:hover {
  background: #cc0000;
  color: #FFFFFF;
}
.body_red .btn2:active {
  background: #cc0000;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #990000;
  -webkit-box-shadow: inset 1px 1px 2px 0px #990000;
  -moz-box-shadow: inset 1px 1px 2px 0px #990000;
  border-top: inset 1px 1px 2px 0px #990000;
}
.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: #0B427B;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_red .btn:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
.body_red .btn:active {
  background: #cc0000;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #990000;
  -webkit-box-shadow: inset 1px 1px 2px 0px #990000;
  -moz-box-shadow: inset 1px 1px 2px 0px #990000;
  border-top: inset 1px 1px 2px 0px #990000;
}
.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.blue {
  background-color: #004B9A;
  color: #ffffff;
  text-align: center;
}
.body_red .btn.gray {
  background-color: #595D6E;
  color: #ffffff;
  text-align: center;
}
.body_red .btn.white {
  background-color: #FFFFFF;
  color: #383838;
  text-align: center;
}
.body_red .btn.white:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.body_red .btn.disabled {
  background-color: #C0C0C0;
  color: #888888;
  text-align: center;
}
.body_red .btn.disabled:hover {
  cursor: not-allowed;
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_red .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #0B427B;
  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_results {
  display: none;
  min-height: 100px;
  width: 400px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  font-size: 12px;
}
.body_red #search_results #flexworkers {
  padding: 5px 10px 5px 10px;
}
.body_red #search_results .search_category {
  padding: 5px 10px 5px 10px;
  background-color: #EFEFEF;
  border-bottom: 1px solid #C0C0C0;
  font-size: 14px;
}
.body_red #search_preloader {
  display: none;
  margin-left: 10px;
}
.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: 230px;
  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 .taskCounter {
  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: #FF0000;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.body_red .newBtn:hover {
  background: #ff3333;
  cursor: pointer;
  color: #FFF;
}
.body_red .send_mail_holder .btn {
  background-color: #c0c0c0;
}
.body_red .documents {
  margin: 0;
  padding: 0;
  margin-top: -10px;
  margin-left: -10px;
  list-style-type: none;
}
.body_red .documents li {
  padding: 15px;
  cursor: pointer;
}
.body_red .documents li:nth-child(even) {
  background: #F5F5F5;
}
.body_red .documents li:nth-child(odd) {
  background: #EBEBEB;
}
.body_red .documents li:hover {
  opacity: 0.7;
}
.body_red .documents li:selected {
  background: #0A4274;
  color: #ffffff;
}
.body_red .documents .document_num {
  font-weight: bold;
  padding-right: 15px;
}
.body_red .flexBox {
  padding-left: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #CBCBCB;
  background: #0A4274;
  color: #ffffff;
}
.body_red .documentBox {
  padding: 10px;
  min-height: 400px;
}
.body_red .alertMSG {
  margin-top: -20px;
  margin-bottom: 15px;
  background: #FFC1C1;
  padding: 10px;
}
.body_red #popup_mail {
  display: none;
  background: #FFF;
  width: 800px;
  height: 900px;
  overflow: auto;
  padding: 5px;
}
.body_red #taSteps {
  width: 100%;
  overflow: auto;
}
.body_red #taSteps .steps {
  display: block;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 300px;
  padding: 1em 1em;
  text-decoration: none;
  background: #EEEEEE;
  color: #AAAAAA;
  cursor: pointer;
  float: left;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red #taSteps .steps.active {
  color: #ffffff;
  background: #2184BE !important;
  font-weight: bold;
}
.body_red #taSteps .steps.previous {
  color: #ffffff;
  background: #9DC8E2 !important;
}
.body_red .validation_error {
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_red .cms_table_export {
  margin-left: 15px !important;
}
.body_red .loginbg {
  background-size: cover;
  background-image: url('/_webblocks/images/loginbg.jpg');
}
.body_red .logincontent {
  padding: 0px !important;
  margin: 0px !important;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.body_red .logincontent .row {
  width: 100%;
}
.body_red .mt10 {
  margin-top: 10px;
}
.body_red .green {
  color: #62A126 !important;
}
.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 summary {
  display: block;
}
.body_red audio,
.body_red canvas,
.body_red video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.body_red audio:not([controls]) {
  display: none;
  height: 0;
}
.body_red [hidden] {
  display: none;
}
.body_red html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.body_red html,
.body_red button,
.body_red input,
.body_red select,
.body_red textarea {
  font-family: sans-serif;
}
.body_red body {
  margin: 0;
}
.body_red a:focus {
  outline: thin dotted;
}
.body_red a:active,
.body_red a:hover {
  outline: 0;
}
.body_red h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.body_red h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.body_red h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.body_red h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.body_red h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.body_red h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
.body_red abbr[title] {
  border-bottom: 1px dotted;
}
.body_red b,
.body_red strong {
  font-weight: bold;
}
.body_red blockquote {
  margin: 1em 40px;
}
.body_red dfn {
  font-style: italic;
}
.body_red hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.body_red mark {
  background: #ff0;
  color: #000;
}
.body_red p,
.body_red pre {
  margin: 1em 0;
}
.body_red code,
.body_red kbd,
.body_red pre,
.body_red samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
.body_red pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.body_red q {
  quotes: none;
}
.body_red q:before,
.body_red q:after {
  content: '';
  content: none;
}
.body_red small {
  font-size: 80%;
}
.body_red sub,
.body_red sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.body_red sup {
  top: -0.5em;
}
.body_red sub {
  bottom: -0.25em;
}
.body_red dl,
.body_red menu,
.body_red ol,
.body_red ul {
  margin: 1em 0;
}
.body_red dd {
  margin: 0 0 0 40px;
}
.body_red menu,
.body_red ol,
.body_red ul {
  padding: 0 0 0 40px;
}
.body_red nav ul,
.body_red nav ol {
  list-style: none;
  list-style-image: none;
}
.body_red img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.body_red svg:not(:root) {
  overflow: hidden;
}
.body_red figure {
  margin: 0;
}
.body_red form {
  margin: 0;
}
.body_red fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.body_red legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
.body_red button,
.body_red input,
.body_red select,
.body_red textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.body_red button,
.body_red input {
  line-height: normal;
}
.body_red button,
.body_red select {
  text-transform: none;
}
.body_red button,
.body_red html input[type="button"],
.body_red input[type="reset"],
.body_red input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
.body_red button[disabled],
.body_red html input[disabled] {
  cursor: default;
}
.body_red input[type="checkbox"],
.body_red input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.body_red input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.body_red input[type="search"]::-webkit-search-cancel-button,
.body_red input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.body_red button::-moz-focus-inner,
.body_red input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_red textarea {
  overflow: auto;
  vertical-align: top;
}
.body_red table {
  border-collapse: collapse;
  border-spacing: 0;
}
.body_red #nprogress {
  pointer-events: none;
}
.body_red #nprogress .bar {
  background: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.body_red #nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px,-4px);
  -ms-transform: rotate(3deg) translate(0px,-4px);
  transform: rotate(3deg) translate(0px,-4px);
}
.body_red #nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
.body_red #nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.body_red .nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.body_red .nprogress-custom-parent #nprogress .spinner,
.body_red .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  .body_red 0% {
    -webkit-transform: rotate(0deg);
  }
  .body_red 100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  .body_red 0% {
    transform: rotate(0deg);
  }
  .body_red 100% {
    transform: rotate(360deg);
  }
}
.body_red div.pagination {
  margin-top: 15px;
}
.body_red div.pagination a {
  background-color: #FFFFFF;
  color: #17526E;
  text-decoration: none;
  border: 1px solid #DFDFDF;
  padding: 4px 8px 4px 8px;
}
.body_red div.pagination a.active {
  background-color: #B71918;
  color: #FFFFFF;
}
.body_red div.pagination a:hover {
  background-color: #0061A8;
  color: #FFFFFF;
  text-decoration: none;
}
.body_red div.pagination {
  font-size: 14px;
}
.body_red .popup-box {
  position: fixed;
  width: 500px;
  margin: auto;
  left: 50%;
  margin-left: -250px;
  top: 250px;
  z-index: 5;
  display: none;
}
.body_red .popup-box .popup-header {
  background-color: #636363;
  padding: 15px;
  color: #fff;
}
.body_red .popup-box .popup-header .right:hover {
  color: #0B427B;
  cursor: pointer;
}
.body_red .popup-box .popup-header .tab_header {
  background-color: #eaeaea;
  padding: 10px 15px;
  margin-bottom: -15px;
  margin-left: 5px;
  color: #0B427B;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .popup-box .popup-header .tab_header:first-child {
  margin-left: 0px;
}
.body_red .popup-box .popup-header .tab_header:hover {
  background-color: #cbcbcb;
  cursor: pointer;
}
.body_red .popup-box .popup-header .tab_header.active {
  background-color: #fff;
  color: #FF0000;
}
.body_red .popup-box .popup-header .tab_header.active:hover {
  background-color: #fff;
  color: #FF0000;
}
.body_red .popup-box .popup-body {
  background-color: #fff;
  padding: 15px;
}
.body_red .popup-box .popup-body .tabcontent {
  display: none;
  overflow: auto;
  max-height: 350px;
}
.body_red .popup-box .popup-body .tabcontent img {
  margin: 0px 5px 5px 0px;
  padding: 5px;
  border: 1px dashed #cbcbcb;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .popup-box .popup-body .tabcontent img:hover {
  border-color: #b2b2b2;
}
.body_red .popup {
  display: none;
  background: #FFF;
}
.body_red #popup_upload {
  display: none;
  background: #FFF;
  width: 500px;
  height: 120px;
  text-align: center;
}
.body_red #popup_upload .upload_progress {
  position: relative;
  margin: 0 auto;
  width: 400px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}
.body_red #popup_upload .upload_progress .upload_progress_bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
.body_red #popup_upload .upload_progress .upload_progress_percentage {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.body_red #popup_archive {
  display: none;
  background: #FFF;
  width: 800px;
  height: 900px;
  overflow: auto;
  padding: 5px;
}
.body_red #popup_archive h2 {
  text-align: center;
  margin: 0;
}
.body_red #popup_archive .archive_table {
  margin: 0 auto;
  width: 100%;
}
.body_red #popup_archive .archive_table thead {
  font-weight: bold;
  background: #EEE;
}
.body_red #popup_archive .archive_table thead th {
  text-align: left;
}
.body_red #popup_archive .archive_table td {
  padding: 3px;
}
.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: #636363;
}
.body_red .redactor_box:focus {
  border-color: #FF0000;
}
.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: #F5F5F5;
  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: #636363;
  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: #636363;
  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 .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.body_red .select2-container,
.body_red .select2-drop,
.body_red .select2-search,
.body_red .select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body_red .select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 50%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to top,#eee 0%,#fff 50%);
}
.body_red html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.body_red .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 90%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to bottom,#eee 0%,#fff 90%);
}
.body_red .select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.body_red .select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
.body_red html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.body_red .select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/_webblocks/images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.body_red .select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.body_red .select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.body_red .select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.body_red .select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.body_red .select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
}
.body_red .select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.body_red .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.body_red .select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.body_red .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
  background-image: -webkit-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -moz-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
  background-image: linear-gradient(to top,#ccc 0%,#eee 60%);
}
.body_red html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.body_red .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/select2.png') no-repeat 0 1px;
}
.body_red html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.body_red .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.body_red .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('/_webblocks/images/select2.png') no-repeat 100% -22px;
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_red html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url('/_webblocks/images/select2.png') no-repeat -37px -22px;
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_red .select2-search input.select2-active {
  background: #fff url('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_red .select2-container-active .select2-choice,
.body_red .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_red .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center bottom,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center bottom,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to top,#fff 0%,#eee 50%);
}
.body_red .select2-dropdown-open.select2-drop-above .select2-choice,
.body_red .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center top,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center top,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
}
.body_red .select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.body_red html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.body_red .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
.body_red html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.body_red .select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_red .select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.body_red html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.body_red .select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.body_red .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.body_red .select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.body_red .select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body_red .select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.body_red .select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.body_red .select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.body_red .select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.body_red .select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.body_red .select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.body_red .select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.body_red .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.body_red .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.body_red .select2-results .select2-highlighted em {
  background: transparent;
}
.body_red .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.body_red .select2-results .select2-no-results,
.body_red .select2-results .select2-searching,
.body_red .select2-results .select2-ajax-error,
.body_red .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
.body_red .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.body_red .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.body_red .select2-results .select2-selected {
  display: none;
}
.body_red .select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.body_red .select2-results .select2-ajax-error {
  background: rgba(255,50,50,0.2);
}
.body_red .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.body_red .select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.body_red .select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.body_red .select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.body_red .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
  background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: linear-gradient(to bottom,#eee 1%,#fff 15%);
}
.body_red html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.body_red .select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.body_red .select2-container-multi .select2-choices {
  min-height: 26px;
}
.body_red .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_red .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.body_red html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.body_red .select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.body_red .select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.body_red .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.body_red .select2-default {
  color: #999 !important;
}
.body_red .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
.body_red html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.body_red .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.body_red .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.body_red .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/_webblocks/images/select2.png') right top no-repeat;
}
.body_red html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.body_red .select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.body_red html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.body_red .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.body_red .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.body_red .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.body_red .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.body_red .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.body_red .select2-result-selectable .select2-match,
.body_red .select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.body_red .select2-offscreen,
.body_red .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.body_red .select2-display-none {
  display: none;
}
.body_red .select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 2dppx) {
  .body_red .select2-search input,
  .body_red .select2-search-choice-close,
  .body_red .select2-container .select2-choice abbr,
  .body_red .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .body_red .select2-search input {
    background-position: 100% -21px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .body_red body {
    font-size: 12px;
  }
  .body_red .docks ul li {
    font-size: 14px;
    padding: 12px 30px;
  }
  .body_red nav {
    width: 200px;
    top: 160px;
  }
  .body_red nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  .body_red .table-topbar {
    margin-bottom: 20px;
  }
  .body_red .table-topbar .cms_table_page_nav {
    margin: 10px 0 10px 6px !important;
  }
  .body_red #domain_switch_holder {
    width: 200px;
  }
  .body_red #domain_switch_holder .current_domain {
    font-size: 13px;
  }
  .body_red #domain_switch_holder .current_domain .left:first-child {
    display: none;
  }
  .body_red .semi-width {
    margin: 0 0 0 260px;
  }
  .body_red .content {
    padding: 160px 0 40px 0;
  }
  .body_red .content .row .box .inner .title {
    font-size: 14px;
    line-height: 50px;
  }
  .body_red .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1530px) {
  .body_red .content {
    padding: 220px 0px 30px 0;
  }
}
@media only screen and (max-width: 1430px) {
  .body_red .content .row .box .inner .title {
    font-size: 14px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 829px) and (max-width: 1024px) {
  .body_red .docks {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1024px) {
  .body_red .box.third {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .body_red .container .holder {
    margin: 0 30px !important;
  }
  .body_red .content.full-width {
    margin: 0 0 0 0 !important;
  }
  .body_red header h1 {
    display: none;
  }
}
@media only screen and (max-width: 828px) {
  .body_red header {
    position: static;
  }
  .body_red .holder .docks {
    position: static;
  }
  .body_red .content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 669px) {
  .body_red header .inner {
    height: auto;
    padding-bottom: 5px;
  }
  .body_red header .inner > .left > a > div {
    position: static !important;
  }
  .body_red header .inner > .quick_nav.right {
    display: none;
  }
}
@media only screen and (max-width: 509px) {
  .body_red .content {
    padding: 30px 0px 30px 0;
  }
}
.body_red ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
.body_red ::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.body_red hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.body_red .chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.body_red .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.body_red .ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.body_red .hidden {
  display: none !important;
  visibility: hidden;
}
.body_red .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_red .visuallyhidden.focusable:active,
.body_red .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.body_red .invisible {
  visibility: hidden;
}
.body_red .clearfix:before,
.body_red .clearfix:after {
  content: " ";
  display: table;
}
.body_red .clearfix:after {
  clear: both;
}
.body_red .clearfix {
  *zoom: 1;
}
@media print {
  .body_red * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .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 .ir a:after,
  .body_red a[href^="javascript:"]:after,
  .body_red a[href^="#"]:after {
    content: "";
  }
  .body_red pre,
  .body_red blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .body_red thead {
    display: table-header-group;
  }
  .body_red tr,
  .body_red img {
    page-break-inside: avoid;
  }
  .body_red img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .body_red p,
  .body_red h2,
  .body_red h3 {
    orphans: 3;
    widows: 3;
  }
  .body_red h2,
  .body_red h3 {
    page-break-after: avoid;
  }
}
.body_red .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: poppins;
}
.body_red .cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.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 {
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  color: #456D86;
}
.body_red .cms_table thead tr td:first-child {
  border-left: 0px;
}
.body_red .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_red .cms_table thead tr .orderdby {
  background: #9ec9f6;
}
.body_red .cms_table thead tr .sortable {
  cursor: pointer;
}
.body_red .cms_table thead tr .sortable:hover {
  background: #9ec9f6;
}
.body_red .cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #6faff2;
}
.body_red .cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #6faff2;
}
.body_red .cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #6faff2;
}
.body_red .cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #6faff2;
}
.body_red .cms_table tbody tr.warning {
  background-color: #F2D4CE !important;
}
.body_red .cms_table tbody tr td {
  color: #0B427B;
}
.body_red .cms_table tbody tr td a {
  text-decoration: none;
}
.body_red .cms_table tbody tr td a:hover {
  font-weight: bold !important;
}
.body_red .cms_table tbody tr td i {
  font-size: 24px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  cursor: pointer;
}
.body_red .cms_table tbody tr td i:hover {
  font-weight: bold;
}
.body_red .cms_table tbody tr td:first-child {
  border-left: none;
}
.body_red .cms_table tbody tr:hover {
  background: #EFEFEF;
}
.body_red .cms_table tbody .even {
  background: #EBEBEB;
}
.body_red .cms_table tbody .cont-move {
  cursor: s-resize;
}
.body_red .cms_table tfoot td {
  background: #cbcbcb;
  color: #252525;
}
.body_red .table-topbar {
  margin: 10px 0;
}
.body_red .lh35 {
  line-height: 35px;
}
.body_red .table_container {
  padding-bottom: 15px;
}
.body_red .table_container td {
  color: #4e6271;
  border-bottom: solid 1px #e0e0e0;
}
.body_red .table_container .table_bottom {
  padding: 0 20px;
}
.body_red .table_container .cms_table_page_nav_container {
  display: inline-block;
  overflow: hidden;
}
.body_red .table_container .cms_table_page_nav {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  background: #fff;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  font-weight: 500;
}
.body_red .table_container .cms_table_page_nav:hover {
  background: #eaeaea;
}
.body_red .table_container .cms_table_page_nav_selected {
  cursor: default;
  background: #FF0000;
  color: #fff;
  text-shadow: ;
  border-radius: 4px;
}
.body_red .table_container .cms_table_page_nav_selected:hover {
  background: #FF0000;
}
.body_red .table_container .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 200px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .table_container .cms_table_search_box:focus {
  width: 300px;
}
.body_red .table_container .btn {
  margin: 0px;
}
.body_red .cms_table_add {
  margin: 0 0 0 0;
  float: middle;
  margin-left: 20px;
}
.body_red .cms_table_export .fa,
.body_red .cms_table_add .fa {
  margin-right: 5px;
}
.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: #FF0000;
  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: #cbcbcb;
}
.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: #0B427B;
}
.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 .type_text_expand {
  position: relative;
}
.body_red .type_text_expand .expand_summary {
  float: left;
}
.body_red .type_text_expand .expand_btn {
  position: absolute;
  top: 1px;
  right: 0px;
  cursor: pointer;
  width: 90%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.body_red .type_text_expand .expand_btn i {
  font-size: 0.9em;
  cursor: pointer;
}
.body_red .type_text_expand .expand_content {
  position: absolute;
  right: -1px;
  top: 40px;
  padding: 5px;
  background: rgba(0,0,0,0.7);
  color: #FFF;
}
.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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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_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: #0B427B;
}
.body_green .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0B427B;
}
.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: #62A126;
  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: #cbcbcb;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.body_green .chosen-container-multi .chosen-choices li.search-field .default {
  color: #0B427B;
}
.body_green .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  background-color: #62A126;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 23px;
  cursor: default;
  border: solid 1px #49781c;
}
.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 #62A126;
  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 #62A126;
  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 #636363;
  color: #fff;
  border: solid 2px;
}
.body_green .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_green .col_mess_error {
  border-color: #FF0000;
  background: #ff6666;
}
.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 .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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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: #0B427B;
  transition: color .2s;
}
.body_green .filemanager .filemanager_icon:hover {
  color: #1374d9;
}
.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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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 {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
  color: #0B427B;
}
.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 {
  border-color: #636363;
}
.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 {
  border-color: #62A126;
}
.body_green .cms_table_search_box_container {
  padding-right: 20px;
}
.body_green .cms_table_search_box_container input[type="text"] {
  float: right;
}
.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: #cbcbcb;
}
.body_green :-moz-placeholder {
  color: #cbcbcb;
}
.body_green ::-moz-placeholder {
  color: #cbcbcb;
}
.body_green :-ms-input-placeholder {
  color: #cbcbcb;
}
.body_green label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
}
.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 #800000;
}
.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: #FF0000;
}
.body_green .message {
  color: #FF0000;
  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 .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 #0B427B;
  background: #0B427B 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: #0B427B;
}
.body_green .ui-state-default a,
.body_green .ui-state-default a:link,
.body_green .ui-state-default a:visited {
  color: #0B427B;
  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 #0B427B;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0B427B;
}
.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: #0B427B;
  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 #0B427B;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0B427B;
}
.body_green .ui-state-active a,
.body_green .ui-state-active a:link,
.body_green .ui-state-active a:visited {
  color: #0B427B;
  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 #62A126;
  background: #62A126 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: #0B427B 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 ﻿



.wizard,
.body_green .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.body_green .wizard a,
.body_green .tabcontrol a {
  outline: 0;
}
.body_green .wizard ul,
.body_green .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.body_green .wizard ul > li,
.body_green .tabcontrol ul > li {
  display: block;
  padding: 0;
}
.body_green .wizard > .steps .current-info,
.body_green .tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.body_green .wizard > .content > .title,
.body_green .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.body_green .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.body_green .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.body_green .wizard > .steps .number {
  font-size: 1.429em;
}
.body_green .wizard > .steps > ul > li {
  width: 25%;
}
.body_green .wizard > .steps > ul > li,
.body_green .wizard > .actions > ul > li {
  float: left;
}
.body_green .wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.body_green .wizard > .steps a,
.body_green .wizard > .steps a:hover,
.body_green .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_green .wizard > .steps .disabled a,
.body_green .wizard > .steps .disabled a:hover,
.body_green .wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.body_green .wizard > .steps .current a,
.body_green .wizard > .steps .current a:hover,
.body_green .wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}
.body_green .wizard > .steps .done a,
.body_green .wizard > .steps .done a:hover,
.body_green .wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.body_green .wizard > .steps .error a,
.body_green .wizard > .steps .error a:hover,
.body_green .wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.body_green .wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_green .wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.body_green .wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.body_green .wizard > .content > .body ul {
  list-style: disc !important;
}
.body_green .wizard > .content > .body ul > li {
  display: list-item;
}
.body_green .wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.body_green .wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}
.body_green .wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}
.body_green .wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.body_green .wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.body_green .wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.body_green .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.body_green .wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.body_green .wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.body_green .wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.body_green .wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.body_green .wizard > .actions a,
.body_green .wizard > .actions a:hover,
.body_green .wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_green .wizard > .actions .disabled a,
.body_green .wizard > .actions .disabled a:hover,
.body_green .wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.body_green .tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.body_green .tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.body_green .tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.body_green .tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.body_green .tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.body_green .tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.body_green .tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.body_green .tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.body_green .tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.body_green .tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.body_green .tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.body_green .tabcontrol > .content > .body ul > li {
  display: list-item;
}
.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 #49781c;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #62A126;
  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 #49781c;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #62A126;
  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 #cc0000 !important;
  background-color: #FF0000 !important;
}
.body_green div.tagsinput div {
  display: block;
  float: left;
}
.body_green .tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.body_green ::-moz-selection {
  background: #62A126;
  -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: #62A126;
  -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 {
  background: #F9F9FC;
  color: #0B427B;
  font-family: Poppins;
  font-size: 13px;
}
.body_green blockquote {
  color: #636363;
  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 .container .holder {
  margin: 0 30px 0 0;
}
.body_green .table_container {
  overflow-x: auto;
}
.body_green a,
.body_green .link {
  color: #62A126;
  text-decoration: none;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green a:hover,
.body_green .link:hover {
  color: #304e13;
  cursor: pointer;
}
.body_green a:active,
.body_green .link:active {
  color: #49781c;
}
.body_green .blue {
  color: #0B427B;
}
.body_green .blue:hover {
  color: #07294c;
}
.body_green .red {
  color: #FF0000;
}
.body_green .red:hover {
  color: #cc0000;
}
.body_green .yellow {
  color: #f19b3f;
}
.body_green .yellow:hover {
  color: #ec8211;
}
.body_green .stats {
  padding: 10px;
}
.body_green .stats h1 {
  font-size: 45px;
  color: #62A126;
  margin: 0;
  padding: 0;
}
.body_green .stats span {
  font-size: 17px;
  padding: 0;
  margin: 0;
}
.body_green .gray {
  color: #636363;
}
.body_green .gray:hover {
  color: #4a4a4a;
}
.body_green .maincolor {
  color: #62A126;
}
.body_green .maincolor:hover {
  color: #49781c;
}
.body_green i {
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .centerer {
  width: 100%;
  text-align: center;
}
.body_green .text-centerer {
  text-align: center;
}
.body_green .mt20 {
  margin-top: 20px !important;
}
.body_green .overlay {
  position: fixed;
  z-index: 2;
  background-color: #0B427B;
  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: #0B427B;
  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: #fff;
  background: #636363;
  padding: 20px;
}
.body_green .forgot a {
  color: #fff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .forgot a:hover {
  color: #eaeaea;
  text-decoration: underline;
}
.body_green .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #FF0000;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #FF0000;
  margin-bottom: 10px;
}
.body_green .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #62A126;
  background-color: #e3f4d2;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #62A126;
  margin-bottom: 10px;
}
.body_green .ww300 {
  word-wrap: break-word;
  max-width: 300px;
}
.body_green header {
  position: fixed;
  width: 100%;
  margin: 0 0 30px 0;
  z-index: 4;
}
.body_green header .inner {
  height: 85px;
}
.body_green header .inner h1 {
  float: right;
  color: #0B3D80;
  font-size: 25px;
  margin-top: 10px;
  margin-left: 10px;
}
.body_green header .inner .quick_nav {
  color: #0A4274;
  padding: 15px;
  padding-right: 30px;
  font-size: 15px;
  margin-top: 2px;
}
.body_green header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body_green header .inner .quick_nav ul li {
  border: 1px solid #cbcbcb;
  height: 100%;
  background: #fff;
  cursor: pointer;
  min-width: 150px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green header .inner .quick_nav ul li .padding {
  padding: 12px 12px 12px 10px;
}
.body_green header .inner .quick_nav ul li .padding .account_image {
  margin: -3px 8px -2px 0;
  box-shadow: 1px 1px 1px 0px #252525;
  -webkit-box-shadow: 1px 1px 1px 0px #252525;
  -moz-box-shadow: 1px 1px 1px 0px #252525;
  border-top: 1px 1px 1px 0px #252525;
}
.body_green header .inner .quick_nav ul li .padding i {
  margin-left: 3px;
}
.body_green header .inner .quick_nav ul .headersub {
  display: none;
  z-index: 10;
}
.body_green header .inner .quick_nav ul:hover li {
  color: #FFF;
  background: #62A126;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_green header .inner .quick_nav ul:hover .headersub {
  padding: 0;
  height: auto;
  width: 100%;
}
.body_green header .inner .quick_nav ul:hover .headersub li {
  background: #fff;
  text-shadow: none;
  color: #62A126;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #cbcbcb;
}
.body_green header .inner .quick_nav ul:hover .headersub li:first-child {
  border-top: none;
}
.body_green header .inner .quick_nav ul:hover .headersub li:hover {
  color: #62A126;
  background-color: #eaeaea;
}
.body_green header .inner .quick_nav ul:hover .headersub:hover {
  background: #62A126;
}
.body_green header .inner .open_notification {
  height: 80px;
  width: 80px;
  display: block;
  background: #252525 url('/_webblocks/images/open_notification_bg.png') 28px 30px no-repeat;
  cursor: pointer;
}
.body_green header .inner .open_notification .label {
  display: none;
  color: #fff;
  padding: 0 0 0 15px;
  line-height: 78px;
}
.body_green header .inner .open_notification .number {
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  padding: 0 0 0 6px;
  background: #62A126;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.body_green .filter_company {
  padding: 10px;
  border: 0px;
  margin-top: -20px;
}
@media only screen and (max-width: 1585px) {
  .body_green .docks ul li {
    padding: 10px !important;
  }
}
.body_green .docks {
  border-bottom: 1px solid #cbcbcb;
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  position: fixed;
  z-index: 3;
  background-color: #0B427B;
  width: 100%;
  height: 65px;
  padding-left: 30px;
}
.body_green .docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.body_green .docks ul li {
  padding: 10px;
  margin: 10px;
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-transform: initial;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .docks ul li:hover {
  background-color: #F1901F;
  color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .body_green .docks ul li {
    padding: 5px;
    font-size: 10px !important;
  }
}
.body_green .docks ul .selected {
  background-color: #F1901F;
  color: #fff;
  border-radius: 4px;
}
.body_green .docks ul .selected:hover {
  background-color: #62A126;
}
.body_green .docks ul .selected .icon-light {
  color: #0B427B;
}
.body_green .docks ul .selected .icon-circle {
  color: #fff;
}
.body_green .docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #0B427B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 2;
  display: none;
}
.body_green nav {
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  position: fixed;
  top: 25px;
  margin: 0 0 0 30px;
  width: 260px;
  z-index: 2;
  background-color: #F5F5F5;
}
.body_green nav ul {
  background: #fff;
  margin: 0;
  padding: 0;
}
.body_green nav ul li {
  border-top: solid 1px #cbcbcb;
  cursor: pointer;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green nav ul li .padding {
  padding: 15px;
}
.body_green nav ul li:hover {
  background: #eaeaea;
  text-decoration: none;
  color: #62A126;
}
.body_green nav ul li:hover a {
  text-decoration: none;
  color: #62A126;
}
.body_green nav ul li .left {
  line-height: 25px;
  font-size: 15px;
}
.body_green nav ul li .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
.body_green nav ul ul {
  border: none;
  display: none;
}
.body_green nav ul ul li {
  background: #cbcbcb;
  color: #0B427B;
  border-color: #a5a5a5;
}
.body_green nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  -webkit-box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  -moz-box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  border-top: inset 0px 1px 1px 0px #a5a5a5;
}
.body_green nav ul ul li:hover {
  background: #636363;
  color: #eaeaea;
}
.body_green nav ul ul li .padding {
  padding: 10px 15px;
}
.body_green nav ul ul .selected {
  background: #636363;
  color: #eaeaea;
}
.body_green nav ul .selected {
  background: #eaeaea;
  text-decoration: none;
  color: #62A126;
}
.body_green nav ul .selected a {
  text-decoration: none;
  color: #62A126;
}
.body_green nav ul .selected ul {
  display: block;
}
.body_green nav ul .modules {
  background-color: #cbcbcb;
  font-weight: bold;
  border: 2px;
}
.body_green nav ul .modules:hover {
  background-color: #cbcbcb;
  font-weight: bold;
  color: #0B427B;
}
.body_green nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0B427B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 2;
  display: none;
}
.body_green .place_holder {
  height: 85px;
}
.body_green #domain_switch_holder {
  position: absolute;
  width: 260px;
  top: 0px;
  z-index: 1;
}
.body_green #domain_switch_holder:hover .current_domain {
  border-color: #62A126;
}
.body_green #domain_switch_holder .dhm {
  display: inline-block;
}
.body_green #domain_switch_holder .current_domain,
.body_green #domain_switch_holder .only_domain {
  width: 100%;
  padding: 15px;
  background: #f7f7f7;
  border: solid 2px #cbcbcb;
  margin-bottom: 30px;
  cursor: pointer;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green #domain_switch_holder .current_domain .left:first-child,
.body_green #domain_switch_holder .only_domain .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
.body_green #domain_switch_holder .only_domain {
  cursor: default;
}
.body_green #domain_switch_holder .domain_searchbox {
  display: none;
  position: absolute;
  width: 100%;
  background: #cbcbcb;
  border: solid 1px #cbcbcb;
  margin: -30px 0 0 0;
  padding: 15px;
}
.body_green #domain_switch_holder .domain_searchbox #domain_searchbox {
  width: 100%;
  margin-bottom: 15px;
}
.body_green #domain_switch_holder .domain_searchbox ul {
  background: none;
}
.body_green #domain_switch_holder .domain_searchbox ul li {
  color: #62A126;
  background: none;
  padding: 0;
  line-height: 30px;
}
.body_green #domain_switch_holder .domain_searchbox ul li:hover {
  background: none;
  color: #7bca30;
}
.body_green #domain_switch_holder .domain_searchbox ul li:hover a {
  color: #6fb62b;
}
.body_green .full-width {
  margin: 0 0 0 30px;
}
.body_green .semi-width {
  margin: 0 0 0 320px;
}
.body_green .content {
  padding: 80px 0 30px 0;
}
.body_green .content .row {
  margin-bottom: 40px;
}
.body_green .content .row .box .inner {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
  flex-grow: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
}
.body_green .content .row .box .inner .title {
  line-height: 60px;
  color: #48465b;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: poppins;
  padding: 0 20px;
}
.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: #fff;
  padding: 0 20px 20px 20px;
}
.body_green .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_green .content .tabs {
  height: 34px;
  margin-left: 6px;
}
.body_green .content .tabs ul {
  height: 34px;
  list-style-type: none;
  padding: 0;
}
.body_green .content .tabs ul li {
  height: 34px;
}
.body_green .content .tabs ul li div {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  color: #0B427B;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 1px #DFE1E6;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .content .tabs ul li div:hover {
  text-decoration: none;
  border-bottom: 1px solid #004B9A;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_green .content .tabs ul li div:active {
  padding: 0 15px;
  border-bottom: 1px solid #004B9A;
}
.body_green .content .tabs ul li .selected {
  padding: 0 15px;
  border-bottom: 1px solid #004B9A;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_green .content .breadcrumbs {
  padding: 0 0 10px 0;
}
.body_green .content .breadcrumbs a {
  color: ;
}
.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 .btn4 {
  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: #C0C0C0;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  transition: background-color #888888;
  -moz-transition: background-color #888888;
  -webkit-transition: background-color #888888;
  -o-transition: background-color #888888;
  border-radius: 4px;
}
.body_green .btn4:hover {
  background: #6f6f6f;
  color: #FFFFFF;
}
.body_green .btn4:active {
  background: #49781c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #304e13;
  -webkit-box-shadow: inset 1px 1px 2px 0px #304e13;
  -moz-box-shadow: inset 1px 1px 2px 0px #304e13;
  border-top: inset 1px 1px 2px 0px #304e13;
}
.body_green .btn3 {
  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: #F1901F;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_green .btn3:hover {
  background: #d0760d;
  color: #FFFFFF;
}
.body_green .btn3:active {
  background: #49781c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #304e13;
  -webkit-box-shadow: inset 1px 1px 2px 0px #304e13;
  -moz-box-shadow: inset 1px 1px 2px 0px #304e13;
  border-top: inset 1px 1px 2px 0px #304e13;
}
.body_green .btn2 {
  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: #62A126;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_green .btn2:hover {
  background: #49781c;
  color: #FFFFFF;
}
.body_green .btn2:active {
  background: #49781c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #304e13;
  -webkit-box-shadow: inset 1px 1px 2px 0px #304e13;
  -moz-box-shadow: inset 1px 1px 2px 0px #304e13;
  border-top: inset 1px 1px 2px 0px #304e13;
}
.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: #0B427B;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_green .btn:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
.body_green .btn:active {
  background: #49781c;
  padding: 0px 14px 0px 16px;
  line-height: 52px;
  box-shadow: inset 1px 1px 2px 0px #304e13;
  -webkit-box-shadow: inset 1px 1px 2px 0px #304e13;
  -moz-box-shadow: inset 1px 1px 2px 0px #304e13;
  border-top: inset 1px 1px 2px 0px #304e13;
}
.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.blue {
  background-color: #004B9A;
  color: #ffffff;
  text-align: center;
}
.body_green .btn.gray {
  background-color: #595D6E;
  color: #ffffff;
  text-align: center;
}
.body_green .btn.white {
  background-color: #FFFFFF;
  color: #383838;
  text-align: center;
}
.body_green .btn.white:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.body_green .btn.disabled {
  background-color: #C0C0C0;
  color: #888888;
  text-align: center;
}
.body_green .btn.disabled:hover {
  cursor: not-allowed;
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_green .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #0B427B;
  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_results {
  display: none;
  min-height: 100px;
  width: 400px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  font-size: 12px;
}
.body_green #search_results #flexworkers {
  padding: 5px 10px 5px 10px;
}
.body_green #search_results .search_category {
  padding: 5px 10px 5px 10px;
  background-color: #EFEFEF;
  border-bottom: 1px solid #C0C0C0;
  font-size: 14px;
}
.body_green #search_preloader {
  display: none;
  margin-left: 10px;
}
.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: 230px;
  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 .taskCounter {
  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: #62A126;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.body_green .newBtn:hover {
  background: #7bca30;
  cursor: pointer;
  color: #FFF;
}
.body_green .send_mail_holder .btn {
  background-color: #c0c0c0;
}
.body_green .documents {
  margin: 0;
  padding: 0;
  margin-top: -10px;
  margin-left: -10px;
  list-style-type: none;
}
.body_green .documents li {
  padding: 15px;
  cursor: pointer;
}
.body_green .documents li:nth-child(even) {
  background: #F5F5F5;
}
.body_green .documents li:nth-child(odd) {
  background: #EBEBEB;
}
.body_green .documents li:hover {
  opacity: 0.7;
}
.body_green .documents li:selected {
  background: #0A4274;
  color: #ffffff;
}
.body_green .documents .document_num {
  font-weight: bold;
  padding-right: 15px;
}
.body_green .flexBox {
  padding-left: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #CBCBCB;
  background: #0A4274;
  color: #ffffff;
}
.body_green .documentBox {
  padding: 10px;
  min-height: 400px;
}
.body_green .alertMSG {
  margin-top: -20px;
  margin-bottom: 15px;
  background: #FFC1C1;
  padding: 10px;
}
.body_green #popup_mail {
  display: none;
  background: #FFF;
  width: 800px;
  height: 900px;
  overflow: auto;
  padding: 5px;
}
.body_green #taSteps {
  width: 100%;
  overflow: auto;
}
.body_green #taSteps .steps {
  display: block;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 300px;
  padding: 1em 1em;
  text-decoration: none;
  background: #EEEEEE;
  color: #AAAAAA;
  cursor: pointer;
  float: left;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green #taSteps .steps.active {
  color: #ffffff;
  background: #2184BE !important;
  font-weight: bold;
}
.body_green #taSteps .steps.previous {
  color: #ffffff;
  background: #9DC8E2 !important;
}
.body_green .validation_error {
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_green .cms_table_export {
  margin-left: 15px !important;
}
.body_green .loginbg {
  background-size: cover;
  background-image: url('/_webblocks/images/loginbg.jpg');
}
.body_green .logincontent {
  padding: 0px !important;
  margin: 0px !important;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.body_green .logincontent .row {
  width: 100%;
}
.body_green .mt10 {
  margin-top: 10px;
}
.body_green .green {
  color: #62A126 !important;
}
.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 summary {
  display: block;
}
.body_green audio,
.body_green canvas,
.body_green video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.body_green audio:not([controls]) {
  display: none;
  height: 0;
}
.body_green [hidden] {
  display: none;
}
.body_green html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.body_green html,
.body_green button,
.body_green input,
.body_green select,
.body_green textarea {
  font-family: sans-serif;
}
.body_green body {
  margin: 0;
}
.body_green a:focus {
  outline: thin dotted;
}
.body_green a:active,
.body_green a:hover {
  outline: 0;
}
.body_green h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.body_green h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.body_green h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.body_green h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.body_green h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.body_green h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
.body_green abbr[title] {
  border-bottom: 1px dotted;
}
.body_green b,
.body_green strong {
  font-weight: bold;
}
.body_green blockquote {
  margin: 1em 40px;
}
.body_green dfn {
  font-style: italic;
}
.body_green hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.body_green mark {
  background: #ff0;
  color: #000;
}
.body_green p,
.body_green pre {
  margin: 1em 0;
}
.body_green code,
.body_green kbd,
.body_green pre,
.body_green samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
.body_green pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.body_green q {
  quotes: none;
}
.body_green q:before,
.body_green q:after {
  content: '';
  content: none;
}
.body_green small {
  font-size: 80%;
}
.body_green sub,
.body_green sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.body_green sup {
  top: -0.5em;
}
.body_green sub {
  bottom: -0.25em;
}
.body_green dl,
.body_green menu,
.body_green ol,
.body_green ul {
  margin: 1em 0;
}
.body_green dd {
  margin: 0 0 0 40px;
}
.body_green menu,
.body_green ol,
.body_green ul {
  padding: 0 0 0 40px;
}
.body_green nav ul,
.body_green nav ol {
  list-style: none;
  list-style-image: none;
}
.body_green img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.body_green svg:not(:root) {
  overflow: hidden;
}
.body_green figure {
  margin: 0;
}
.body_green form {
  margin: 0;
}
.body_green fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.body_green legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
.body_green button,
.body_green input,
.body_green select,
.body_green textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.body_green button,
.body_green input {
  line-height: normal;
}
.body_green button,
.body_green select {
  text-transform: none;
}
.body_green button,
.body_green html input[type="button"],
.body_green input[type="reset"],
.body_green input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
.body_green button[disabled],
.body_green html input[disabled] {
  cursor: default;
}
.body_green input[type="checkbox"],
.body_green input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.body_green input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.body_green input[type="search"]::-webkit-search-cancel-button,
.body_green input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.body_green button::-moz-focus-inner,
.body_green input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_green textarea {
  overflow: auto;
  vertical-align: top;
}
.body_green table {
  border-collapse: collapse;
  border-spacing: 0;
}
.body_green #nprogress {
  pointer-events: none;
}
.body_green #nprogress .bar {
  background: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.body_green #nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px,-4px);
  -ms-transform: rotate(3deg) translate(0px,-4px);
  transform: rotate(3deg) translate(0px,-4px);
}
.body_green #nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
.body_green #nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.body_green .nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.body_green .nprogress-custom-parent #nprogress .spinner,
.body_green .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  .body_green 0% {
    -webkit-transform: rotate(0deg);
  }
  .body_green 100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  .body_green 0% {
    transform: rotate(0deg);
  }
  .body_green 100% {
    transform: rotate(360deg);
  }
}
.body_green div.pagination {
  margin-top: 15px;
}
.body_green div.pagination a {
  background-color: #FFFFFF;
  color: #17526E;
  text-decoration: none;
  border: 1px solid #DFDFDF;
  padding: 4px 8px 4px 8px;
}
.body_green div.pagination a.active {
  background-color: #B71918;
  color: #FFFFFF;
}
.body_green div.pagination a:hover {
  background-color: #0061A8;
  color: #FFFFFF;
  text-decoration: none;
}
.body_green div.pagination {
  font-size: 14px;
}
.body_green .popup-box {
  position: fixed;
  width: 500px;
  margin: auto;
  left: 50%;
  margin-left: -250px;
  top: 250px;
  z-index: 5;
  display: none;
}
.body_green .popup-box .popup-header {
  background-color: #636363;
  padding: 15px;
  color: #fff;
}
.body_green .popup-box .popup-header .right:hover {
  color: #0B427B;
  cursor: pointer;
}
.body_green .popup-box .popup-header .tab_header {
  background-color: #eaeaea;
  padding: 10px 15px;
  margin-bottom: -15px;
  margin-left: 5px;
  color: #0B427B;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .popup-box .popup-header .tab_header:first-child {
  margin-left: 0px;
}
.body_green .popup-box .popup-header .tab_header:hover {
  background-color: #cbcbcb;
  cursor: pointer;
}
.body_green .popup-box .popup-header .tab_header.active {
  background-color: #fff;
  color: #62A126;
}
.body_green .popup-box .popup-header .tab_header.active:hover {
  background-color: #fff;
  color: #62A126;
}
.body_green .popup-box .popup-body {
  background-color: #fff;
  padding: 15px;
}
.body_green .popup-box .popup-body .tabcontent {
  display: none;
  overflow: auto;
  max-height: 350px;
}
.body_green .popup-box .popup-body .tabcontent img {
  margin: 0px 5px 5px 0px;
  padding: 5px;
  border: 1px dashed #cbcbcb;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .popup-box .popup-body .tabcontent img:hover {
  border-color: #b2b2b2;
}
.body_green .popup {
  display: none;
  background: #FFF;
}
.body_green #popup_upload {
  display: none;
  background: #FFF;
  width: 500px;
  height: 120px;
  text-align: center;
}
.body_green #popup_upload .upload_progress {
  position: relative;
  margin: 0 auto;
  width: 400px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}
.body_green #popup_upload .upload_progress .upload_progress_bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
.body_green #popup_upload .upload_progress .upload_progress_percentage {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.body_green #popup_archive {
  display: none;
  background: #FFF;
  width: 800px;
  height: 900px;
  overflow: auto;
  padding: 5px;
}
.body_green #popup_archive h2 {
  text-align: center;
  margin: 0;
}
.body_green #popup_archive .archive_table {
  margin: 0 auto;
  width: 100%;
}
.body_green #popup_archive .archive_table thead {
  font-weight: bold;
  background: #EEE;
}
.body_green #popup_archive .archive_table thead th {
  text-align: left;
}
.body_green #popup_archive .archive_table td {
  padding: 3px;
}
.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: #636363;
}
.body_green .redactor_box:focus {
  border-color: #62A126;
}
.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: #F5F5F5;
  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: #636363;
  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: #636363;
  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 .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.body_green .select2-container,
.body_green .select2-drop,
.body_green .select2-search,
.body_green .select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body_green .select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 50%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to top,#eee 0%,#fff 50%);
}
.body_green html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.body_green .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 90%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to bottom,#eee 0%,#fff 90%);
}
.body_green .select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.body_green .select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
.body_green html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.body_green .select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/_webblocks/images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.body_green .select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.body_green .select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.body_green .select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.body_green .select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.body_green .select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
}
.body_green .select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.body_green .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.body_green .select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.body_green .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
  background-image: -webkit-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -moz-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
  background-image: linear-gradient(to top,#ccc 0%,#eee 60%);
}
.body_green html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.body_green .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/select2.png') no-repeat 0 1px;
}
.body_green html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.body_green .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.body_green .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('/_webblocks/images/select2.png') no-repeat 100% -22px;
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_green html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url('/_webblocks/images/select2.png') no-repeat -37px -22px;
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_green .select2-search input.select2-active {
  background: #fff url('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_green .select2-container-active .select2-choice,
.body_green .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_green .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center bottom,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center bottom,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to top,#fff 0%,#eee 50%);
}
.body_green .select2-dropdown-open.select2-drop-above .select2-choice,
.body_green .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center top,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center top,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
}
.body_green .select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.body_green html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.body_green .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
.body_green html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.body_green .select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_green .select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.body_green html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.body_green .select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.body_green .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.body_green .select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.body_green .select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body_green .select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.body_green .select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.body_green .select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.body_green .select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.body_green .select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.body_green .select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.body_green .select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.body_green .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.body_green .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.body_green .select2-results .select2-highlighted em {
  background: transparent;
}
.body_green .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.body_green .select2-results .select2-no-results,
.body_green .select2-results .select2-searching,
.body_green .select2-results .select2-ajax-error,
.body_green .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
.body_green .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.body_green .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.body_green .select2-results .select2-selected {
  display: none;
}
.body_green .select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.body_green .select2-results .select2-ajax-error {
  background: rgba(255,50,50,0.2);
}
.body_green .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.body_green .select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.body_green .select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.body_green .select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.body_green .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
  background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: linear-gradient(to bottom,#eee 1%,#fff 15%);
}
.body_green html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.body_green .select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.body_green .select2-container-multi .select2-choices {
  min-height: 26px;
}
.body_green .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_green .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.body_green html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.body_green .select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.body_green .select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.body_green .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.body_green .select2-default {
  color: #999 !important;
}
.body_green .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
.body_green html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.body_green .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.body_green .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.body_green .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/_webblocks/images/select2.png') right top no-repeat;
}
.body_green html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.body_green .select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.body_green html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.body_green .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.body_green .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.body_green .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.body_green .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.body_green .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.body_green .select2-result-selectable .select2-match,
.body_green .select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.body_green .select2-offscreen,
.body_green .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.body_green .select2-display-none {
  display: none;
}
.body_green .select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 2dppx) {
  .body_green .select2-search input,
  .body_green .select2-search-choice-close,
  .body_green .select2-container .select2-choice abbr,
  .body_green .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .body_green .select2-search input {
    background-position: 100% -21px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .body_green body {
    font-size: 12px;
  }
  .body_green .docks ul li {
    font-size: 14px;
    padding: 12px 30px;
  }
  .body_green nav {
    width: 200px;
    top: 160px;
  }
  .body_green nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  .body_green .table-topbar {
    margin-bottom: 20px;
  }
  .body_green .table-topbar .cms_table_page_nav {
    margin: 10px 0 10px 6px !important;
  }
  .body_green #domain_switch_holder {
    width: 200px;
  }
  .body_green #domain_switch_holder .current_domain {
    font-size: 13px;
  }
  .body_green #domain_switch_holder .current_domain .left:first-child {
    display: none;
  }
  .body_green .semi-width {
    margin: 0 0 0 260px;
  }
  .body_green .content {
    padding: 160px 0 40px 0;
  }
  .body_green .content .row .box .inner .title {
    font-size: 14px;
    line-height: 50px;
  }
  .body_green .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1530px) {
  .body_green .content {
    padding: 220px 0px 30px 0;
  }
}
@media only screen and (max-width: 1430px) {
  .body_green .content .row .box .inner .title {
    font-size: 14px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 829px) and (max-width: 1024px) {
  .body_green .docks {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1024px) {
  .body_green .box.third {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .body_green .container .holder {
    margin: 0 30px !important;
  }
  .body_green .content.full-width {
    margin: 0 0 0 0 !important;
  }
  .body_green header h1 {
    display: none;
  }
}
@media only screen and (max-width: 828px) {
  .body_green header {
    position: static;
  }
  .body_green .holder .docks {
    position: static;
  }
  .body_green .content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 669px) {
  .body_green header .inner {
    height: auto;
    padding-bottom: 5px;
  }
  .body_green header .inner > .left > a > div {
    position: static !important;
  }
  .body_green header .inner > .quick_nav.right {
    display: none;
  }
}
@media only screen and (max-width: 509px) {
  .body_green .content {
    padding: 30px 0px 30px 0;
  }
}
.body_green ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
.body_green ::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.body_green hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.body_green .chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.body_green .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.body_green .ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.body_green .hidden {
  display: none !important;
  visibility: hidden;
}
.body_green .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_green .visuallyhidden.focusable:active,
.body_green .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.body_green .invisible {
  visibility: hidden;
}
.body_green .clearfix:before,
.body_green .clearfix:after {
  content: " ";
  display: table;
}
.body_green .clearfix:after {
  clear: both;
}
.body_green .clearfix {
  *zoom: 1;
}
@media print {
  .body_green * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .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 .ir a:after,
  .body_green a[href^="javascript:"]:after,
  .body_green a[href^="#"]:after {
    content: "";
  }
  .body_green pre,
  .body_green blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .body_green thead {
    display: table-header-group;
  }
  .body_green tr,
  .body_green img {
    page-break-inside: avoid;
  }
  .body_green img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .body_green p,
  .body_green h2,
  .body_green h3 {
    orphans: 3;
    widows: 3;
  }
  .body_green h2,
  .body_green h3 {
    page-break-after: avoid;
  }
}
.body_green .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: poppins;
}
.body_green .cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.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 {
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  color: #456D86;
}
.body_green .cms_table thead tr td:first-child {
  border-left: 0px;
}
.body_green .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_green .cms_table thead tr .orderdby {
  background: #9ec9f6;
}
.body_green .cms_table thead tr .sortable {
  cursor: pointer;
}
.body_green .cms_table thead tr .sortable:hover {
  background: #9ec9f6;
}
.body_green .cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #6faff2;
}
.body_green .cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #6faff2;
}
.body_green .cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #6faff2;
}
.body_green .cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #6faff2;
}
.body_green .cms_table tbody tr.warning {
  background-color: #F2D4CE !important;
}
.body_green .cms_table tbody tr td {
  color: #0B427B;
}
.body_green .cms_table tbody tr td a {
  text-decoration: none;
}
.body_green .cms_table tbody tr td a:hover {
  font-weight: bold !important;
}
.body_green .cms_table tbody tr td i {
  font-size: 24px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  cursor: pointer;
}
.body_green .cms_table tbody tr td i:hover {
  font-weight: bold;
}
.body_green .cms_table tbody tr td:first-child {
  border-left: none;
}
.body_green .cms_table tbody tr:hover {
  background: #EFEFEF;
}
.body_green .cms_table tbody .even {
  background: #EBEBEB;
}
.body_green .cms_table tbody .cont-move {
  cursor: s-resize;
}
.body_green .cms_table tfoot td {
  background: #cbcbcb;
  color: #252525;
}
.body_green .table-topbar {
  margin: 10px 0;
}
.body_green .lh35 {
  line-height: 35px;
}
.body_green .table_container {
  padding-bottom: 15px;
}
.body_green .table_container td {
  color: #4e6271;
  border-bottom: solid 1px #e0e0e0;
}
.body_green .table_container .table_bottom {
  padding: 0 20px;
}
.body_green .table_container .cms_table_page_nav_container {
  display: inline-block;
  overflow: hidden;
}
.body_green .table_container .cms_table_page_nav {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  background: #fff;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  font-weight: 500;
}
.body_green .table_container .cms_table_page_nav:hover {
  background: #eaeaea;
}
.body_green .table_container .cms_table_page_nav_selected {
  cursor: default;
  background: #62A126;
  color: #fff;
  text-shadow: ;
  border-radius: 4px;
}
.body_green .table_container .cms_table_page_nav_selected:hover {
  background: #62A126;
}
.body_green .table_container .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 200px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .table_container .cms_table_search_box:focus {
  width: 300px;
}
.body_green .table_container .btn {
  margin: 0px;
}
.body_green .cms_table_add {
  margin: 0 0 0 0;
  float: middle;
  margin-left: 20px;
}
.body_green .cms_table_export .fa,
.body_green .cms_table_add .fa {
  margin-right: 5px;
}
.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: #62A126;
  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: #cbcbcb;
}
.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: #0B427B;
}
.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 .type_text_expand {
  position: relative;
}
.body_green .type_text_expand .expand_summary {
  float: left;
}
.body_green .type_text_expand .expand_btn {
  position: absolute;
  top: 1px;
  right: 0px;
  cursor: pointer;
  width: 90%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.body_green .type_text_expand .expand_btn i {
  font-size: 0.9em;
  cursor: pointer;
}
.body_green .type_text_expand .expand_content {
  position: absolute;
  right: -1px;
  top: 40px;
  padding: 5px;
  background: rgba(0,0,0,0.7);
  color: #FFF;
}
.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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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_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: #0B427B;
}
.body_yellow .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0B427B;
}
.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: #cbcbcb;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.body_yellow .chosen-container-multi .chosen-choices li.search-field .default {
  color: #0B427B;
}
.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 #636363;
  color: #fff;
  border: solid 2px;
}
.body_yellow .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_yellow .col_mess_error {
  border-color: #FF0000;
  background: #ff6666;
}
.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 .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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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: #0B427B;
  transition: color .2s;
}
.body_yellow .filemanager .filemanager_icon:hover {
  color: #1374d9;
}
.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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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 {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
  color: #0B427B;
}
.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 {
  border-color: #636363;
}
.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 {
  border-color: #f19b3f;
}
.body_yellow .cms_table_search_box_container {
  padding-right: 20px;
}
.body_yellow .cms_table_search_box_container input[type="text"] {
  float: right;
}
.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: #cbcbcb;
}
.body_yellow :-moz-placeholder {
  color: #cbcbcb;
}
.body_yellow ::-moz-placeholder {
  color: #cbcbcb;
}
.body_yellow :-ms-input-placeholder {
  color: #cbcbcb;
}
.body_yellow label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
}
.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 #800000;
}
.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: #FF0000;
}
.body_yellow .message {
  color: #FF0000;
  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 .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 #0B427B;
  background: #0B427B 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: #0B427B;
}
.body_yellow .ui-state-default a,
.body_yellow .ui-state-default a:link,
.body_yellow .ui-state-default a:visited {
  color: #0B427B;
  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 #0B427B;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0B427B;
}
.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: #0B427B;
  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 #0B427B;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0B427B;
}
.body_yellow .ui-state-active a,
.body_yellow .ui-state-active a:link,
.body_yellow .ui-state-active a:visited {
  color: #0B427B;
  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: #0B427B 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 ﻿



.wizard,
.body_yellow .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.body_yellow .wizard a,
.body_yellow .tabcontrol a {
  outline: 0;
}
.body_yellow .wizard ul,
.body_yellow .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.body_yellow .wizard ul > li,
.body_yellow .tabcontrol ul > li {
  display: block;
  padding: 0;
}
.body_yellow .wizard > .steps .current-info,
.body_yellow .tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.body_yellow .wizard > .content > .title,
.body_yellow .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.body_yellow .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.body_yellow .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.body_yellow .wizard > .steps .number {
  font-size: 1.429em;
}
.body_yellow .wizard > .steps > ul > li {
  width: 25%;
}
.body_yellow .wizard > .steps > ul > li,
.body_yellow .wizard > .actions > ul > li {
  float: left;
}
.body_yellow .wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.body_yellow .wizard > .steps a,
.body_yellow .wizard > .steps a:hover,
.body_yellow .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_yellow .wizard > .steps .disabled a,
.body_yellow .wizard > .steps .disabled a:hover,
.body_yellow .wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.body_yellow .wizard > .steps .current a,
.body_yellow .wizard > .steps .current a:hover,
.body_yellow .wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}
.body_yellow .wizard > .steps .done a,
.body_yellow .wizard > .steps .done a:hover,
.body_yellow .wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.body_yellow .wizard > .steps .error a,
.body_yellow .wizard > .steps .error a:hover,
.body_yellow .wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.body_yellow .wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_yellow .wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.body_yellow .wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.body_yellow .wizard > .content > .body ul {
  list-style: disc !important;
}
.body_yellow .wizard > .content > .body ul > li {
  display: list-item;
}
.body_yellow .wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.body_yellow .wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}
.body_yellow .wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}
.body_yellow .wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.body_yellow .wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.body_yellow .wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.body_yellow .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.body_yellow .wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.body_yellow .wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.body_yellow .wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.body_yellow .wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.body_yellow .wizard > .actions a,
.body_yellow .wizard > .actions a:hover,
.body_yellow .wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.body_yellow .wizard > .actions .disabled a,
.body_yellow .wizard > .actions .disabled a:hover,
.body_yellow .wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.body_yellow .tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.body_yellow .tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.body_yellow .tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.body_yellow .tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.body_yellow .tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.body_yellow .tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.body_yellow .tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.body_yellow .tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.body_yellow .tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.body_yellow .tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.body_yellow .tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.body_yellow .tabcontrol > .content > .body ul > li {
  display: list-item;
}
.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 #cc0000 !important;
  background-color: #FF0000 !important;
}
.body_yellow div.tagsinput div {
  display: block;
  float: left;
}
.body_yellow .tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.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 {
  background: #F9F9FC;
  color: #0B427B;
  font-family: Poppins;
  font-size: 13px;
}
.body_yellow blockquote {
  color: #636363;
  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 .container .holder {
  margin: 0 30px 0 0;
}
.body_yellow .table_container {
  overflow-x: auto;
}
.body_yellow a,
.body_yellow .link {
  color: #f19b3f;
  text-decoration: none;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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: #0B427B;
}
.body_yellow .blue:hover {
  color: #07294c;
}
.body_yellow .red {
  color: #FF0000;
}
.body_yellow .red:hover {
  color: #cc0000;
}
.body_yellow .yellow {
  color: #f19b3f;
}
.body_yellow .yellow:hover {
  color: #ec8211;
}
.body_yellow .stats {
  padding: 10px;
}
.body_yellow .stats h1 {
  font-size: 45px;
  color: #62A126;
  margin: 0;
  padding: 0;
}
.body_yellow .stats span {
  font-size: 17px;
  padding: 0;
  margin: 0;
}
.body_yellow .gray {
  color: #636363;
}
.body_yellow .gray:hover {
  color: #4a4a4a;
}
.body_yellow .maincolor {
  color: #f19b3f;
}
.body_yellow .maincolor:hover {
  color: #ec8211;
}
.body_yellow i {
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .centerer {
  width: 100%;
  text-align: center;
}
.body_yellow .text-centerer {
  text-align: center;
}
.body_yellow .mt20 {
  margin-top: 20px !important;
}
.body_yellow .overlay {
  position: fixed;
  z-index: 2;
  background-color: #0B427B;
  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: #0B427B;
  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: #fff;
  background: #636363;
  padding: 20px;
}
.body_yellow .forgot a {
  color: #fff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .forgot a:hover {
  color: #eaeaea;
  text-decoration: underline;
}
.body_yellow .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #FF0000;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #FF0000;
  margin-bottom: 10px;
}
.body_yellow .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #62A126;
  background-color: #e3f4d2;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #62A126;
  margin-bottom: 10px;
}
.body_yellow .ww300 {
  word-wrap: break-word;
  max-width: 300px;
}
.body_yellow header {
  position: fixed;
  width: 100%;
  margin: 0 0 30px 0;
  z-index: 4;
}
.body_yellow header .inner {
  height: 85px;
}
.body_yellow header .inner h1 {
  float: right;
  color: #0B3D80;
  font-size: 25px;
  margin-top: 10px;
  margin-left: 10px;
}
.body_yellow header .inner .quick_nav {
  color: #0A4274;
  padding: 15px;
  padding-right: 30px;
  font-size: 15px;
  margin-top: 2px;
}
.body_yellow header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body_yellow header .inner .quick_nav ul li {
  border: 1px solid #cbcbcb;
  height: 100%;
  background: #fff;
  cursor: pointer;
  min-width: 150px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow header .inner .quick_nav ul li .padding {
  padding: 12px 12px 12px 10px;
}
.body_yellow header .inner .quick_nav ul li .padding .account_image {
  margin: -3px 8px -2px 0;
  box-shadow: 1px 1px 1px 0px #252525;
  -webkit-box-shadow: 1px 1px 1px 0px #252525;
  -moz-box-shadow: 1px 1px 1px 0px #252525;
  border-top: 1px 1px 1px 0px #252525;
}
.body_yellow header .inner .quick_nav ul li .padding i {
  margin-left: 3px;
}
.body_yellow header .inner .quick_nav ul .headersub {
  display: none;
  z-index: 10;
}
.body_yellow header .inner .quick_nav ul:hover li {
  color: #FFF;
  background: #f19b3f;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_yellow header .inner .quick_nav ul:hover .headersub {
  padding: 0;
  height: auto;
  width: 100%;
}
.body_yellow header .inner .quick_nav ul:hover .headersub li {
  background: #fff;
  text-shadow: none;
  color: #f19b3f;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #cbcbcb;
}
.body_yellow header .inner .quick_nav ul:hover .headersub li:first-child {
  border-top: none;
}
.body_yellow header .inner .quick_nav ul:hover .headersub li:hover {
  color: #f19b3f;
  background-color: #eaeaea;
}
.body_yellow header .inner .quick_nav ul:hover .headersub:hover {
  background: #f19b3f;
}
.body_yellow header .inner .open_notification {
  height: 80px;
  width: 80px;
  display: block;
  background: #252525 url('/_webblocks/images/open_notification_bg.png') 28px 30px no-repeat;
  cursor: pointer;
}
.body_yellow header .inner .open_notification .label {
  display: none;
  color: #fff;
  padding: 0 0 0 15px;
  line-height: 78px;
}
.body_yellow header .inner .open_notification .number {
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  padding: 0 0 0 6px;
  background: #f19b3f;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.body_yellow .filter_company {
  padding: 10px;
  border: 0px;
  margin-top: -20px;
}
@media only screen and (max-width: 1585px) {
  .body_yellow .docks ul li {
    padding: 10px !important;
  }
}
.body_yellow .docks {
  border-bottom: 1px solid #cbcbcb;
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  position: fixed;
  z-index: 3;
  background-color: #0B427B;
  width: 100%;
  height: 65px;
  padding-left: 30px;
}
.body_yellow .docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.body_yellow .docks ul li {
  padding: 10px;
  margin: 10px;
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-transform: initial;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .docks ul li:hover {
  background-color: #F1901F;
  color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .body_yellow .docks ul li {
    padding: 5px;
    font-size: 10px !important;
  }
}
.body_yellow .docks ul .selected {
  background-color: #F1901F;
  color: #fff;
  border-radius: 4px;
}
.body_yellow .docks ul .selected:hover {
  background-color: #f19b3f;
}
.body_yellow .docks ul .selected .icon-light {
  color: #0B427B;
}
.body_yellow .docks ul .selected .icon-circle {
  color: #fff;
}
.body_yellow .docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #0B427B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 2;
  display: none;
}
.body_yellow nav {
  font-family: "Open Sans", "Roboto Slab", Arial, Helvetica, Tahoma, sans-serif false 1px 1px #252525;
  position: fixed;
  top: 25px;
  margin: 0 0 0 30px;
  width: 260px;
  z-index: 2;
  background-color: #F5F5F5;
}
.body_yellow nav ul {
  background: #fff;
  margin: 0;
  padding: 0;
}
.body_yellow nav ul li {
  border-top: solid 1px #cbcbcb;
  cursor: pointer;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow nav ul li .padding {
  padding: 15px;
}
.body_yellow nav ul li:hover {
  background: #eaeaea;
  text-decoration: none;
  color: #f19b3f;
}
.body_yellow nav ul li:hover a {
  text-decoration: none;
  color: #f19b3f;
}
.body_yellow nav ul li .left {
  line-height: 25px;
  font-size: 15px;
}
.body_yellow nav ul li .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
.body_yellow nav ul ul {
  border: none;
  display: none;
}
.body_yellow nav ul ul li {
  background: #cbcbcb;
  color: #0B427B;
  border-color: #a5a5a5;
}
.body_yellow nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  -webkit-box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  -moz-box-shadow: inset 0px 1px 1px 0px #a5a5a5;
  border-top: inset 0px 1px 1px 0px #a5a5a5;
}
.body_yellow nav ul ul li:hover {
  background: #636363;
  color: #eaeaea;
}
.body_yellow nav ul ul li .padding {
  padding: 10px 15px;
}
.body_yellow nav ul ul .selected {
  background: #636363;
  color: #eaeaea;
}
.body_yellow nav ul .selected {
  background: #eaeaea;
  text-decoration: none;
  color: #f19b3f;
}
.body_yellow nav ul .selected a {
  text-decoration: none;
  color: #f19b3f;
}
.body_yellow nav ul .selected ul {
  display: block;
}
.body_yellow nav ul .modules {
  background-color: #cbcbcb;
  font-weight: bold;
  border: 2px;
}
.body_yellow nav ul .modules:hover {
  background-color: #cbcbcb;
  font-weight: bold;
  color: #0B427B;
}
.body_yellow nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0B427B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 2;
  display: none;
}
.body_yellow .place_holder {
  height: 85px;
}
.body_yellow #domain_switch_holder {
  position: absolute;
  width: 260px;
  top: 0px;
  z-index: 1;
}
.body_yellow #domain_switch_holder:hover .current_domain {
  border-color: #f19b3f;
}
.body_yellow #domain_switch_holder .dhm {
  display: inline-block;
}
.body_yellow #domain_switch_holder .current_domain,
.body_yellow #domain_switch_holder .only_domain {
  width: 100%;
  padding: 15px;
  background: #f7f7f7;
  border: solid 2px #cbcbcb;
  margin-bottom: 30px;
  cursor: pointer;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow #domain_switch_holder .current_domain .left:first-child,
.body_yellow #domain_switch_holder .only_domain .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
.body_yellow #domain_switch_holder .only_domain {
  cursor: default;
}
.body_yellow #domain_switch_holder .domain_searchbox {
  display: none;
  position: absolute;
  width: 100%;
  background: #cbcbcb;
  border: solid 1px #cbcbcb;
  margin: -30px 0 0 0;
  padding: 15px;
}
.body_yellow #domain_switch_holder .domain_searchbox #domain_searchbox {
  width: 100%;
  margin-bottom: 15px;
}
.body_yellow #domain_switch_holder .domain_searchbox ul {
  background: none;
}
.body_yellow #domain_switch_holder .domain_searchbox ul li {
  color: #f19b3f;
  background: none;
  padding: 0;
  line-height: 30px;
}
.body_yellow #domain_switch_holder .domain_searchbox ul li:hover {
  background: none;
  color: #f4b46f;
}
.body_yellow #domain_switch_holder .domain_searchbox ul li:hover a {
  color: #f3a757;
}
.body_yellow .full-width {
  margin: 0 0 0 30px;
}
.body_yellow .semi-width {
  margin: 0 0 0 320px;
}
.body_yellow .content {
  padding: 80px 0 30px 0;
}
.body_yellow .content .row {
  margin-bottom: 40px;
}
.body_yellow .content .row .box .inner {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
  flex-grow: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
}
.body_yellow .content .row .box .inner .title {
  line-height: 60px;
  color: #48465b;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: poppins;
  padding: 0 20px;
}
.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: #fff;
  padding: 0 20px 20px 20px;
}
.body_yellow .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_yellow .content .tabs {
  height: 34px;
  margin-left: 6px;
}
.body_yellow .content .tabs ul {
  height: 34px;
  list-style-type: none;
  padding: 0;
}
.body_yellow .content .tabs ul li {
  height: 34px;
}
.body_yellow .content .tabs ul li div {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  color: #0B427B;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 1px #DFE1E6;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .content .tabs ul li div:hover {
  text-decoration: none;
  border-bottom: 1px solid #004B9A;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_yellow .content .tabs ul li div:active {
  padding: 0 15px;
  border-bottom: 1px solid #004B9A;
}
.body_yellow .content .tabs ul li .selected {
  padding: 0 15px;
  border-bottom: 1px solid #004B9A;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_yellow .content .breadcrumbs {
  padding: 0 0 10px 0;
}
.body_yellow .content .breadcrumbs a {
  color: ;
}
.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 .btn4 {
  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: #C0C0C0;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  transition: background-color #888888;
  -moz-transition: background-color #888888;
  -webkit-transition: background-color #888888;
  -o-transition: background-color #888888;
  border-radius: 4px;
}
.body_yellow .btn4:hover {
  background: #6f6f6f;
  color: #FFFFFF;
}
.body_yellow .btn4: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 .btn3 {
  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: #F1901F;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_yellow .btn3:hover {
  background: #d0760d;
  color: #FFFFFF;
}
.body_yellow .btn3: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 .btn2 {
  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: #62A126;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_yellow .btn2:hover {
  background: #ec8211;
  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 {
  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: #0B427B;
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  border-radius: 4px;
}
.body_yellow .btn:hover {
  opacity: 0.8;
  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.blue {
  background-color: #004B9A;
  color: #ffffff;
  text-align: center;
}
.body_yellow .btn.gray {
  background-color: #595D6E;
  color: #ffffff;
  text-align: center;
}
.body_yellow .btn.white {
  background-color: #FFFFFF;
  color: #383838;
  text-align: center;
}
.body_yellow .btn.white:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.body_yellow .btn.disabled {
  background-color: #C0C0C0;
  color: #888888;
  text-align: center;
}
.body_yellow .btn.disabled:hover {
  cursor: not-allowed;
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_yellow .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #0B427B;
  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_results {
  display: none;
  min-height: 100px;
  width: 400px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  font-size: 12px;
}
.body_yellow #search_results #flexworkers {
  padding: 5px 10px 5px 10px;
}
.body_yellow #search_results .search_category {
  padding: 5px 10px 5px 10px;
  background-color: #EFEFEF;
  border-bottom: 1px solid #C0C0C0;
  font-size: 14px;
}
.body_yellow #search_preloader {
  display: none;
  margin-left: 10px;
}
.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: 230px;
  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 .taskCounter {
  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;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.body_yellow .newBtn:hover {
  background: #f4b46f;
  cursor: pointer;
  color: #FFF;
}
.body_yellow .send_mail_holder .btn {
  background-color: #c0c0c0;
}
.body_yellow .documents {
  margin: 0;
  padding: 0;
  margin-top: -10px;
  margin-left: -10px;
  list-style-type: none;
}
.body_yellow .documents li {
  padding: 15px;
  cursor: pointer;
}
.body_yellow .documents li:nth-child(even) {
  background: #F5F5F5;
}
.body_yellow .documents li:nth-child(odd) {
  background: #EBEBEB;
}
.body_yellow .documents li:hover {
  opacity: 0.7;
}
.body_yellow .documents li:selected {
  background: #0A4274;
  color: #ffffff;
}
.body_yellow .documents .document_num {
  font-weight: bold;
  padding-right: 15px;
}
.body_yellow .flexBox {
  padding-left: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #CBCBCB;
  background: #0A4274;
  color: #ffffff;
}
.body_yellow .documentBox {
  padding: 10px;
  min-height: 400px;
}
.body_yellow .alertMSG {
  margin-top: -20px;
  margin-bottom: 15px;
  background: #FFC1C1;
  padding: 10px;
}
.body_yellow #popup_mail {
  display: none;
  background: #FFF;
  width: 800px;
  height: 900px;
  overflow: auto;
  padding: 5px;
}
.body_yellow #taSteps {
  width: 100%;
  overflow: auto;
}
.body_yellow #taSteps .steps {
  display: block;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 300px;
  padding: 1em 1em;
  text-decoration: none;
  background: #EEEEEE;
  color: #AAAAAA;
  cursor: pointer;
  float: left;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow #taSteps .steps.active {
  color: #ffffff;
  background: #2184BE !important;
  font-weight: bold;
}
.body_yellow #taSteps .steps.previous {
  color: #ffffff;
  background: #9DC8E2 !important;
}
.body_yellow .validation_error {
  background-color: #F2D4CE;
  color: #AE432E;
}
.body_yellow .cms_table_export {
  margin-left: 15px !important;
}
.body_yellow .loginbg {
  background-size: cover;
  background-image: url('/_webblocks/images/loginbg.jpg');
}
.body_yellow .logincontent {
  padding: 0px !important;
  margin: 0px !important;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.body_yellow .logincontent .row {
  width: 100%;
}
.body_yellow .mt10 {
  margin-top: 10px;
}
.body_yellow .green {
  color: #62A126 !important;
}
.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 summary {
  display: block;
}
.body_yellow audio,
.body_yellow canvas,
.body_yellow video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.body_yellow audio:not([controls]) {
  display: none;
  height: 0;
}
.body_yellow [hidden] {
  display: none;
}
.body_yellow html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.body_yellow html,
.body_yellow button,
.body_yellow input,
.body_yellow select,
.body_yellow textarea {
  font-family: sans-serif;
}
.body_yellow body {
  margin: 0;
}
.body_yellow a:focus {
  outline: thin dotted;
}
.body_yellow a:active,
.body_yellow a:hover {
  outline: 0;
}
.body_yellow h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.body_yellow h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.body_yellow h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.body_yellow h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.body_yellow h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.body_yellow h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
.body_yellow abbr[title] {
  border-bottom: 1px dotted;
}
.body_yellow b,
.body_yellow strong {
  font-weight: bold;
}
.body_yellow blockquote {
  margin: 1em 40px;
}
.body_yellow dfn {
  font-style: italic;
}
.body_yellow hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.body_yellow mark {
  background: #ff0;
  color: #000;
}
.body_yellow p,
.body_yellow pre {
  margin: 1em 0;
}
.body_yellow code,
.body_yellow kbd,
.body_yellow pre,
.body_yellow samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
.body_yellow pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.body_yellow q {
  quotes: none;
}
.body_yellow q:before,
.body_yellow q:after {
  content: '';
  content: none;
}
.body_yellow small {
  font-size: 80%;
}
.body_yellow sub,
.body_yellow sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.body_yellow sup {
  top: -0.5em;
}
.body_yellow sub {
  bottom: -0.25em;
}
.body_yellow dl,
.body_yellow menu,
.body_yellow ol,
.body_yellow ul {
  margin: 1em 0;
}
.body_yellow dd {
  margin: 0 0 0 40px;
}
.body_yellow menu,
.body_yellow ol,
.body_yellow ul {
  padding: 0 0 0 40px;
}
.body_yellow nav ul,
.body_yellow nav ol {
  list-style: none;
  list-style-image: none;
}
.body_yellow img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.body_yellow svg:not(:root) {
  overflow: hidden;
}
.body_yellow figure {
  margin: 0;
}
.body_yellow form {
  margin: 0;
}
.body_yellow fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.body_yellow legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
.body_yellow button,
.body_yellow input,
.body_yellow select,
.body_yellow textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.body_yellow button,
.body_yellow input {
  line-height: normal;
}
.body_yellow button,
.body_yellow select {
  text-transform: none;
}
.body_yellow button,
.body_yellow html input[type="button"],
.body_yellow input[type="reset"],
.body_yellow input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
.body_yellow button[disabled],
.body_yellow html input[disabled] {
  cursor: default;
}
.body_yellow input[type="checkbox"],
.body_yellow input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.body_yellow input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.body_yellow input[type="search"]::-webkit-search-cancel-button,
.body_yellow input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.body_yellow button::-moz-focus-inner,
.body_yellow input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_yellow textarea {
  overflow: auto;
  vertical-align: top;
}
.body_yellow table {
  border-collapse: collapse;
  border-spacing: 0;
}
.body_yellow #nprogress {
  pointer-events: none;
}
.body_yellow #nprogress .bar {
  background: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.body_yellow #nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px,-4px);
  -ms-transform: rotate(3deg) translate(0px,-4px);
  transform: rotate(3deg) translate(0px,-4px);
}
.body_yellow #nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
.body_yellow #nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.body_yellow .nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.body_yellow .nprogress-custom-parent #nprogress .spinner,
.body_yellow .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  .body_yellow 0% {
    -webkit-transform: rotate(0deg);
  }
  .body_yellow 100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  .body_yellow 0% {
    transform: rotate(0deg);
  }
  .body_yellow 100% {
    transform: rotate(360deg);
  }
}
.body_yellow div.pagination {
  margin-top: 15px;
}
.body_yellow div.pagination a {
  background-color: #FFFFFF;
  color: #17526E;
  text-decoration: none;
  border: 1px solid #DFDFDF;
  padding: 4px 8px 4px 8px;
}
.body_yellow div.pagination a.active {
  background-color: #B71918;
  color: #FFFFFF;
}
.body_yellow div.pagination a:hover {
  background-color: #0061A8;
  color: #FFFFFF;
  text-decoration: none;
}
.body_yellow div.pagination {
  font-size: 14px;
}
.body_yellow .popup-box {
  position: fixed;
  width: 500px;
  margin: auto;
  left: 50%;
  margin-left: -250px;
  top: 250px;
  z-index: 5;
  display: none;
}
.body_yellow .popup-box .popup-header {
  background-color: #636363;
  padding: 15px;
  color: #fff;
}
.body_yellow .popup-box .popup-header .right:hover {
  color: #0B427B;
  cursor: pointer;
}
.body_yellow .popup-box .popup-header .tab_header {
  background-color: #eaeaea;
  padding: 10px 15px;
  margin-bottom: -15px;
  margin-left: 5px;
  color: #0B427B;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .popup-box .popup-header .tab_header:first-child {
  margin-left: 0px;
}
.body_yellow .popup-box .popup-header .tab_header:hover {
  background-color: #cbcbcb;
  cursor: pointer;
}
.body_yellow .popup-box .popup-header .tab_header.active {
  background-color: #fff;
  color: #f19b3f;
}
.body_yellow .popup-box .popup-header .tab_header.active:hover {
  background-color: #fff;
  color: #f19b3f;
}
.body_yellow .popup-box .popup-body {
  background-color: #fff;
  padding: 15px;
}
.body_yellow .popup-box .popup-body .tabcontent {
  display: none;
  overflow: auto;
  max-height: 350px;
}
.body_yellow .popup-box .popup-body .tabcontent img {
  margin: 0px 5px 5px 0px;
  padding: 5px;
  border: 1px dashed #cbcbcb;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .popup-box .popup-body .tabcontent img:hover {
  border-color: #b2b2b2;
}
.body_yellow .popup {
  display: none;
  background: #FFF;
}
.body_yellow #popup_upload {
  display: none;
  background: #FFF;
  width: 500px;
  height: 120px;
  text-align: center;
}
.body_yellow #popup_upload .upload_progress {
  position: relative;
  margin: 0 auto;
  width: 400px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}
.body_yellow #popup_upload .upload_progress .upload_progress_bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
.body_yellow #popup_upload .upload_progress .upload_progress_percentage {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.body_yellow #popup_archive {
  display: none;
  background: #FFF;
  width: 800px;
  height: 900px;
  overflow: auto;
  padding: 5px;
}
.body_yellow #popup_archive h2 {
  text-align: center;
  margin: 0;
}
.body_yellow #popup_archive .archive_table {
  margin: 0 auto;
  width: 100%;
}
.body_yellow #popup_archive .archive_table thead {
  font-weight: bold;
  background: #EEE;
}
.body_yellow #popup_archive .archive_table thead th {
  text-align: left;
}
.body_yellow #popup_archive .archive_table td {
  padding: 3px;
}
.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: #636363;
}
.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: #F5F5F5;
  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: #636363;
  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: #636363;
  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 .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.body_yellow .select2-container,
.body_yellow .select2-drop,
.body_yellow .select2-search,
.body_yellow .select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body_yellow .select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 50%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to top,#eee 0%,#fff 50%);
}
.body_yellow html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.body_yellow .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 90%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to bottom,#eee 0%,#fff 90%);
}
.body_yellow .select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.body_yellow .select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
.body_yellow html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.body_yellow .select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/_webblocks/images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.body_yellow .select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.body_yellow .select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.body_yellow .select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.body_yellow .select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.body_yellow .select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
}
.body_yellow .select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.body_yellow .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.body_yellow .select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.body_yellow .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
  background-image: -webkit-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -moz-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
  background-image: linear-gradient(to top,#ccc 0%,#eee 60%);
}
.body_yellow html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.body_yellow .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/select2.png') no-repeat 0 1px;
}
.body_yellow html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.body_yellow .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.body_yellow .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('/_webblocks/images/select2.png') no-repeat 100% -22px;
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_yellow html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url('/_webblocks/images/select2.png') no-repeat -37px -22px;
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_yellow .select2-search input.select2-active {
  background: #fff url('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
  background: url('/_webblocks/images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}
.body_yellow .select2-container-active .select2-choice,
.body_yellow .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_yellow .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center bottom,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center bottom,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to top,#fff 0%,#eee 50%);
}
.body_yellow .select2-dropdown-open.select2-drop-above .select2-choice,
.body_yellow .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center top,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center top,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
}
.body_yellow .select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.body_yellow html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.body_yellow .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
.body_yellow html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.body_yellow .select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_yellow .select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.body_yellow html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.body_yellow .select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.body_yellow .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.body_yellow .select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.body_yellow .select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body_yellow .select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.body_yellow .select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.body_yellow .select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.body_yellow .select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.body_yellow .select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.body_yellow .select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.body_yellow .select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.body_yellow .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.body_yellow .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.body_yellow .select2-results .select2-highlighted em {
  background: transparent;
}
.body_yellow .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.body_yellow .select2-results .select2-no-results,
.body_yellow .select2-results .select2-searching,
.body_yellow .select2-results .select2-ajax-error,
.body_yellow .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
.body_yellow .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.body_yellow .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.body_yellow .select2-results .select2-selected {
  display: none;
}
.body_yellow .select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.body_yellow .select2-results .select2-ajax-error {
  background: rgba(255,50,50,0.2);
}
.body_yellow .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.body_yellow .select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.body_yellow .select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.body_yellow .select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.body_yellow .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
  background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: linear-gradient(to bottom,#eee 1%,#fff 15%);
}
.body_yellow html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.body_yellow .select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.body_yellow .select2-container-multi .select2-choices {
  min-height: 26px;
}
.body_yellow .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body_yellow .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.body_yellow html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.body_yellow .select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.body_yellow .select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.body_yellow .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.body_yellow .select2-default {
  color: #999 !important;
}
.body_yellow .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
.body_yellow html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.body_yellow .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.body_yellow .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.body_yellow .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/_webblocks/images/select2.png') right top no-repeat;
}
.body_yellow html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.body_yellow .select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.body_yellow html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.body_yellow .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.body_yellow .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.body_yellow .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.body_yellow .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.body_yellow .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.body_yellow .select2-result-selectable .select2-match,
.body_yellow .select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.body_yellow .select2-offscreen,
.body_yellow .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.body_yellow .select2-display-none {
  display: none;
}
.body_yellow .select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 2dppx) {
  .body_yellow .select2-search input,
  .body_yellow .select2-search-choice-close,
  .body_yellow .select2-container .select2-choice abbr,
  .body_yellow .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .body_yellow .select2-search input {
    background-position: 100% -21px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .body_yellow body {
    font-size: 12px;
  }
  .body_yellow .docks ul li {
    font-size: 14px;
    padding: 12px 30px;
  }
  .body_yellow nav {
    width: 200px;
    top: 160px;
  }
  .body_yellow nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  .body_yellow .table-topbar {
    margin-bottom: 20px;
  }
  .body_yellow .table-topbar .cms_table_page_nav {
    margin: 10px 0 10px 6px !important;
  }
  .body_yellow #domain_switch_holder {
    width: 200px;
  }
  .body_yellow #domain_switch_holder .current_domain {
    font-size: 13px;
  }
  .body_yellow #domain_switch_holder .current_domain .left:first-child {
    display: none;
  }
  .body_yellow .semi-width {
    margin: 0 0 0 260px;
  }
  .body_yellow .content {
    padding: 160px 0 40px 0;
  }
  .body_yellow .content .row .box .inner .title {
    font-size: 14px;
    line-height: 50px;
  }
  .body_yellow .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1530px) {
  .body_yellow .content {
    padding: 220px 0px 30px 0;
  }
}
@media only screen and (max-width: 1430px) {
  .body_yellow .content .row .box .inner .title {
    font-size: 14px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 829px) and (max-width: 1024px) {
  .body_yellow .docks {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1024px) {
  .body_yellow .box.third {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .body_yellow .container .holder {
    margin: 0 30px !important;
  }
  .body_yellow .content.full-width {
    margin: 0 0 0 0 !important;
  }
  .body_yellow header h1 {
    display: none;
  }
}
@media only screen and (max-width: 828px) {
  .body_yellow header {
    position: static;
  }
  .body_yellow .holder .docks {
    position: static;
  }
  .body_yellow .content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 669px) {
  .body_yellow header .inner {
    height: auto;
    padding-bottom: 5px;
  }
  .body_yellow header .inner > .left > a > div {
    position: static !important;
  }
  .body_yellow header .inner > .quick_nav.right {
    display: none;
  }
}
@media only screen and (max-width: 509px) {
  .body_yellow .content {
    padding: 30px 0px 30px 0;
  }
}
.body_yellow ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
.body_yellow ::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.body_yellow hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.body_yellow .chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.body_yellow .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.body_yellow .ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.body_yellow .hidden {
  display: none !important;
  visibility: hidden;
}
.body_yellow .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_yellow .visuallyhidden.focusable:active,
.body_yellow .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.body_yellow .invisible {
  visibility: hidden;
}
.body_yellow .clearfix:before,
.body_yellow .clearfix:after {
  content: " ";
  display: table;
}
.body_yellow .clearfix:after {
  clear: both;
}
.body_yellow .clearfix {
  *zoom: 1;
}
@media print {
  .body_yellow * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .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 .ir a:after,
  .body_yellow a[href^="javascript:"]:after,
  .body_yellow a[href^="#"]:after {
    content: "";
  }
  .body_yellow pre,
  .body_yellow blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .body_yellow thead {
    display: table-header-group;
  }
  .body_yellow tr,
  .body_yellow img {
    page-break-inside: avoid;
  }
  .body_yellow img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .body_yellow p,
  .body_yellow h2,
  .body_yellow h3 {
    orphans: 3;
    widows: 3;
  }
  .body_yellow h2,
  .body_yellow h3 {
    page-break-after: avoid;
  }
}
.body_yellow .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: poppins;
}
.body_yellow .cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.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 {
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  color: #456D86;
}
.body_yellow .cms_table thead tr td:first-child {
  border-left: 0px;
}
.body_yellow .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_yellow .cms_table thead tr .orderdby {
  background: #9ec9f6;
}
.body_yellow .cms_table thead tr .sortable {
  cursor: pointer;
}
.body_yellow .cms_table thead tr .sortable:hover {
  background: #9ec9f6;
}
.body_yellow .cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #6faff2;
}
.body_yellow .cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #6faff2;
}
.body_yellow .cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #6faff2;
}
.body_yellow .cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #6faff2;
}
.body_yellow .cms_table tbody tr.warning {
  background-color: #F2D4CE !important;
}
.body_yellow .cms_table tbody tr td {
  color: #0B427B;
}
.body_yellow .cms_table tbody tr td a {
  text-decoration: none;
}
.body_yellow .cms_table tbody tr td a:hover {
  font-weight: bold !important;
}
.body_yellow .cms_table tbody tr td i {
  font-size: 24px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  cursor: pointer;
}
.body_yellow .cms_table tbody tr td i:hover {
  font-weight: bold;
}
.body_yellow .cms_table tbody tr td:first-child {
  border-left: none;
}
.body_yellow .cms_table tbody tr:hover {
  background: #EFEFEF;
}
.body_yellow .cms_table tbody .even {
  background: #EBEBEB;
}
.body_yellow .cms_table tbody .cont-move {
  cursor: s-resize;
}
.body_yellow .cms_table tfoot td {
  background: #cbcbcb;
  color: #252525;
}
.body_yellow .table-topbar {
  margin: 10px 0;
}
.body_yellow .lh35 {
  line-height: 35px;
}
.body_yellow .table_container {
  padding-bottom: 15px;
}
.body_yellow .table_container td {
  color: #4e6271;
  border-bottom: solid 1px #e0e0e0;
}
.body_yellow .table_container .table_bottom {
  padding: 0 20px;
}
.body_yellow .table_container .cms_table_page_nav_container {
  display: inline-block;
  overflow: hidden;
}
.body_yellow .table_container .cms_table_page_nav {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  background: #fff;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  font-weight: 500;
}
.body_yellow .table_container .cms_table_page_nav:hover {
  background: #eaeaea;
}
.body_yellow .table_container .cms_table_page_nav_selected {
  cursor: default;
  background: #f19b3f;
  color: #fff;
  text-shadow: ;
  border-radius: 4px;
}
.body_yellow .table_container .cms_table_page_nav_selected:hover {
  background: #f19b3f;
}
.body_yellow .table_container .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 200px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .table_container .cms_table_search_box:focus {
  width: 300px;
}
.body_yellow .table_container .btn {
  margin: 0px;
}
.body_yellow .cms_table_add {
  margin: 0 0 0 0;
  float: middle;
  margin-left: 20px;
}
.body_yellow .cms_table_export .fa,
.body_yellow .cms_table_add .fa {
  margin-right: 5px;
}
.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: #cbcbcb;
}
.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: #0B427B;
}
.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 .type_text_expand {
  position: relative;
}
.body_yellow .type_text_expand .expand_summary {
  float: left;
}
.body_yellow .type_text_expand .expand_btn {
  position: absolute;
  top: 1px;
  right: 0px;
  cursor: pointer;
  width: 90%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.body_yellow .type_text_expand .expand_btn i {
  font-size: 0.9em;
  cursor: pointer;
}
.body_yellow .type_text_expand .expand_content {
  position: absolute;
  right: -1px;
  top: 40px;
  padding: 5px;
  background: rgba(0,0,0,0.7);
  color: #FFF;
}
.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;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.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;
}
