.left {
  float: left;
}
.right {
  float: right;
}
.clickable {
  cursor: pointer;
}
.draggable {
  cursor: move;
}
.clear {
  font-size: 1px;
  line-height: normal;
  padding: 0px;
  margin: 0px;
  clear: both;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body {
  margin: 0;
  height: 100%;
  width: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}
a img {
  border: none;
}
img:-moz-broken {
  -moz-force-broken-image-icon: 1;
  width: 24px;
  height: 24px;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/_webblocks/images/jquery_fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/_webblocks/images/jquery_fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/_webblocks/images/jquery_fancybox/blank.gif');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/_webblocks/images/jquery_fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/_webblocks/images/jquery_fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url('/_webblocks/images/jquery_fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
}
.minicolors {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.minicolors-focus {
  z-index: 2;
}
.minicolors.minicolors-theme-default .minicolors-input {
  width: 300px;
  margin-left: 10px !important;
  margin-top: 0px !important;
}
.minicolors.minicolors-theme-default .minicolors-input:focus {
  border-color: #17526e;
}
.minicolors-theme-default.minicolors .minicolors-input {
  vertical-align: middle;
  outline: none;
}
.minicolors-theme-default.minicolors-swatch-left .minicolors-input {
  margin-left: -1px;
  margin-right: auto;
}
.minicolors-theme-default.minicolors-focus .minicolors-input,
.minicolors-theme-default.minicolors-focus .minicolors-swatch {
  border-color: #999;
}
.minicolors-hidden {
  position: absolute;
  left: -9999em;
}
.minicolors-swatch {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: left;
  background: url(/_webblocks/images/minicolors.png) -80px 0;
  border: solid 1px #CCC;
  vertical-align: middle;
  display: inline-block;
}
.minicolors-swatch SPAN {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  box-shadow: inset 0 9px 0 rgba(255,255,255,0.1);
  display: inline-block;
}
.minicolors-panel {
  position: absolute;
  top: 42px;
  left: 0;
  width: 173px;
  height: 152px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  display: none;
}
.minicolors-position-top .minicolors-panel {
  top: -156px;
}
.minicolors-position-left .minicolors-panel {
  left: -83px;
}
.minicolors-position-left.minicolors-with-opacity .minicolors-panel {
  left: -104px;
}
.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}
.minicolors .minicolors-grid {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background: url(/_webblocks/images/minicolors.png) -120px 0;
  cursor: crosshair;
}
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: none;
}
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}
.minicolors-slider-saturation .minicolors-grid-inner {
  background: url(jquery.minicolors.png) -270px 0;
}
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
  background: black;
}
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}
.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background: white url(/_webblocks/images/minicolors.png) 0 0;
  cursor: crosshair;
}
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 10px;
  height: 10px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}
.minicolors-grid .minicolors-picker SPAN {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: solid 2px white;
}
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
}
.minicolors-inline .minicolors-input,
.minicolors-inline .minicolors-swatch {
  display: none;
}
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
}
.minicolors-theme-bootstrap .minicolors-input {
  padding: 4px 6px;
  padding-left: 30px;
  background-color: white;
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #555;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  height: 19px;
  margin: 0px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.minicolors-theme-bootstrap.minicolors-focus .minicolors-input {
  border-color: #6fb8f1;
  box-shadow: 0 0 10px #6fb8f1;
  outline: none;
}
.minicolors-theme-bootstrap .minicolors-swatch {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 2;
}
.minicolors-theme-bootstrap.minicolors-swatch-position-right .minicolors-input {
  padding-left: 6px;
  padding-right: 30px;
}
.minicolors-theme-bootstrap.minicolors-swatch-position-right .minicolors-swatch {
  left: auto;
  right: 4px;
}
.minicolors-theme-bootstrap .minicolors-panel {
  top: 28px;
  z-index: 3;
}
.minicolors-theme-bootstrap.minicolors-position-top .minicolors-panel {
  top: -154px;
}
.minicolors-theme-bootstrap.minicolors-position-left .minicolors-panel {
  left: -63px;
}
.minicolors-theme-bootstrap.minicolors-position-left.minicolors-with-opacity .minicolors-panel {
  left: -84px;
}
.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 #B5D5E4;
  background-color: #E0E0E0;
  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_editor {
  width: 100%;
}
.dropdown-menu {
  display: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px;
  border-radius: 4px;
}
.pagination li {
  display: inline;
}
.pagination li a,
pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination li a:hover,
pagination li span:hover {
  z-index: 2;
  color: #2b679b;
  background-color: #eee;
  border-color: #ddd;
}
.pagination .active a,
.pagination .active span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2b679b;
  border-color: #2b679b;
}
.pagination-detail {
  margin: 0px 15px 0 15px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0,0,0,0.075);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0,0,0,0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0,0,0,0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0,0,0,0.075);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}
i.icon-formatter {
  font-size: 24px;
}
th.searchable {
  background-image: linear-gradient(to bottom,#E8E8E8 0px,#F8F8F8 100%);
  background-repeat: repeat-x;
}
.fixed-table-pagination {
  float: left;
}
.search-input {
  float: right;
  width: 25% !important;
  margin: 10px 15px 20px 0;
}
.bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}
.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .columns,
.bootstrap-table .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
  display: inline-block;
  margin-left: -1px !important;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn {
  border-radius: 0;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}
.bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
}
.bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}
.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}
.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}
.bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}
.bootstrap-table .fixed-table-container .table td,
.bootstrap-table .fixed-table-container .table th {
  vertical-align: middle;
  box-sizing: border-box;
}
.bootstrap-table .fixed-table-container .table thead th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent;
}
.bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: .75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}
.bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
}
.bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0,0,0,0.075);
}
.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
  margin: 0 auto !important;
}
.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: .3rem;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}
.bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: LOADING;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: .3s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: .6s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}
.bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}
.bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.bootstrap-table .fixed-table-pagination>.pagination,
.bootstrap-table .fixed-table-pagination>.pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}
.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
  display: inline-block;
}
.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
  margin: 0;
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
  padding: 6px 12px;
  line-height: 1.428571429;
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
  content: '\2B05';
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
  content: '\27A1';
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}
.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll;
}
div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}
div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
@keyframes LOADING {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #636363;
  color: #FFFFFF;
  border: solid 2px;
}
.col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.col_mess_error {
  border-color: #a64040;
  background: #cd7f7f;
}
.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;
}
#fileupload_dropzone {
  background: #EFEFEF;
  width: 370px;
  height: 100px;
  line-height: 50px;
  text-align: center;
}
#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;
}
.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;
}
#file_manager_controls {
  padding: 0px 20px;
}
form {
  padding: 10px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
  height: 40px;
  line-height: normal;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
textarea:hover,
select:hover {
  border-color: #636363;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #007bc4;
}
.boolean_holder {
  width: 70%;
}
.boolean_holder input {
  float: left;
  height: 20px;
}
.boolean_holder label {
  float: left;
  padding-left: 5px;
  line-height: 20px;
}
select {
  margin: 0 0 0 0 !important;
  cursor: pointer;
}
textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
  min-height: 100px;
}
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;
}
label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  float: left;
}
.line {
  margin-bottom: 10px;
  min-width: 40%;
}
.line .smallRow {
  width: 150px;
}
.third input[type="text"],
.third input[type="password"],
.third input[type="file"],
.third input[type="number"],
.third textarea,
.third select,
.quarter input[type="text"],
.quarter input[type="password"],
.quarter input[type="file"],
.quarter input[type="number"],
.quarter textarea,
.quarter select {
  width: 100%;
  margin-top: 10px;
}
.third label,
.third .boolean_holder,
.quarter label,
.quarter .boolean_holder {
  width: 100%;
  margin-bottom: 5px;
}
.third .cms_table_toppbar input[type="text"],
.quarter .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 {
  width: 220px;
}
.third .domain_image_upload,
.quarter .domain_image_upload {
  width: 100%;
}
.third .domain_image_upload img,
.quarter .domain_image_upload img {
  margin-top: 10px;
}
.third .domain_image_upload i,
.quarter .domain_image_upload i {
  margin-top: 15px;
}
fieldset {
  margin-bottom: 15px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  background: #F5F5F5;
}
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 #4a1d1d;
}
.domain_image_upload img {
  margin-bottom: 10px;
}
.redactor_editor {
  width: 70%;
}
.small {
  width: 100px;
}
input.error,
select.error {
  background-color: #F2D4CE !important;
  border: 1px solid #AE432E !important;
}
.styledForms {
  width: 70% !important;
  float: right;
}
.styledViews label {
  width: 30% !important;
  font-weight: bold;
}
.even {
  background-color: #FFFFFF;
}
.odd {
  background-color: #EFEFEF;
}
.static {
  display: inline-block;
  float: left;
  width: 70%;
}
.static input {
  width: 100%;
}
.half,
.third,
.quarter,
.twothird,
.threequarter {
  margin-right: 20px;
  min-height: 1px;
}
.half:last-child,
.third:last-child,
.quarter:last-child,
.twothird:last-child,
.threequarter:last-child {
  margin-right: 0;
}
.quarter {
  width: calc(25% - 10px);
}
.third {
  width: calc(33% - 10px);
}
.half {
  width: calc(50% - 10px);
}
.half.right {
  margin-right: 0 !important;
}
.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;
  }
}
.col-1 {
  width: 8.33% !important;
}
.col-2 {
  width: 16.66% !important;
}
.col-3 {
  width: 25% !important;
}
.col-4 {
  width: 33.33% !important;
}
.col-5 {
  width: 41.66% !important;
}
.col-6 {
  width: 50% !important;
}
.col-7 {
  width: 58.33% !important;
}
.col-8 {
  width: 66.66% !important;
}
.col-9 {
  width: 75% !important;
}
.col-10 {
  width: 83.33% !important;
}
.col-11 {
  width: 91.66% !important;
}
.col-12 {
  width: 100% !important;
}
.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 #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #E0E0E0 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #383838;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #007bc4;
  background: #007bc4 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_a64040_40x100.png) 50% 50% repeat-x;
  color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
.ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000 url(/_webblocks/images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 0;
}
div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  margin: 25px 0 10px 0;
  overflow-y: auto;
}
div.tagsinput span.tag {
  border: 1px solid #005b91;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #007bc4;
  color: #FFFFFF;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
div.tagsinput span.tag a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
div.tagsinput input {
  border: 2px solid #005b91;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #007bc4;
  color: #FFFFFF !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.not_valid {
  border: 2px solid #813232 !important;
  background-color: #a64040 !important;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
::-moz-selection {
  background: #007bc4;
  -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: #007bc4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
html {
  height: 100%;
}
body {
  background: #ffffff;
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
}
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 18px 0 0;
}
a,
.link {
  color: #007bc4;
  text-decoration: none;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
a:hover,
.link:hover {
  color: #003b5e;
  cursor: pointer;
}
a:active,
.link:active {
  color: #005b91;
}
.blue {
  color: #3c4d8a;
}
.blue:hover {
  color: #2d3966;
}
.red {
  color: #a64040;
}
.red:hover {
  color: #813232;
}
.teal {
  color: #008080;
}
.teal:hover {
  color: #004d4d;
}
.yellow {
  color: #f19b3f;
}
.yellow:hover {
  color: #ec8211;
}
.green {
  color: #419c59;
}
.green:hover {
  color: #327844;
}
.purple {
  color: #800080;
}
.purple:hover {
  color: #4d004d;
}
.lila {
  color: #8080FF;
}
.lila:hover {
  color: #4d4dff;
}
.brown {
  color: #804000;
}
.brown:hover {
  color: #4d2700;
}
.gray {
  color: #636363;
}
.gray:hover {
  color: #4a4a4a;
}
.lightslategray {
  color: #778899;
}
.lightslategray:hover {
  color: #5f6f7e;
}
.maincolor {
  color: #007bc4;
}
.maincolor:hover {
  color: #005b91;
}
i {
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.centerer {
  width: 100%;
  text-align: center;
}
.overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #FFFFFF;
  height: 100%;
  width: 100%;
}
#loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #000;
  background: #E5E5E5;
  padding: 20px;
}
.forgot a {
  color: #000;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.forgot a:hover {
  color: #2E2E2E;
  text-decoration: underline;
}
.errors {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  color: #a64040;
}
.mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #a64040;
  margin-bottom: 10px;
}
.gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
header {
  position: fixed;
  width: 100%;
  margin: 0 0 18px 0;
  z-index: 4;
}
header .balk {
  background: #F39200;
  height: 40px;
}
header .inner {
  height: 96px;
  background-image: url('/_webblocks/images/header.png');
}
header .inner .logo {
  width: 157px;
  height: 22px;
  margin: 0 0 0 18px;
  margin-top: 10px;
}
header .inner .logo a {
  display: block;
}
header .inner h1 {
  font-size: 50px;
  color: #ffffff;
  margin: 0;
  padding-left: 30px;
}
header .inner .quick_nav {
  color: #FFFFFF;
  padding: 15px;
  font-size: 15px;
}
header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .inner .quick_nav ul li {
  height: 100%;
  background: #8EB8CD;
  cursor: pointer;
  text-shadow: 1px 1px 1px #252525;
  min-width: 175px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
header .inner .quick_nav ul li .padding {
  padding: 13px;
}
header .inner .quick_nav ul li .padding .account_image {
  border: solid 1px #E0E0E0;
  margin: -4px 10px 0 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 .headersub {
  display: none;
  z-index: 10;
}
header .inner .quick_nav ul:hover li {
  background: #007bc4;
  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: #FFFFFF;
  text-shadow: none;
  color: #007bc4;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #B5D5E4;
}
header .inner .quick_nav ul:hover .headersub li:first-child {
  border-top: none;
}
header .inner .quick_nav ul:hover .headersub li:hover {
  background-color: #E0E0E0;
}
header .inner .quick_nav ul:hover .headersub:hover {
  background: #007bc4;
}
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: #FFFFFF;
  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: #007bc4;
  color: #FFFFFF;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.docks {
  margin-top: 11px;
  position: fixed;
  z-index: 3;
  background-color: #F39201;
  width: 100%;
  top: 85px;
}
.docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.docks ul li {
  padding: 10px 18px;
  border-right: solid 1px #B5D5E4;
  height: 100%;
  font-size: 15px;
  color: #ffffff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.docks ul li:hover {
  background-color: #C47600;
}
.docks ul .selected {
  border-right: solid 1px #007bc4;
}
.docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 2;
  display: none;
}
nav {
  position: fixed;
  top: 180px;
  margin: 0 0 0 18px;
  width: 260px;
  z-index: 2;
  background-color: #ffffff;
}
nav ul {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  border: solid 1px #B5D5E4;
}
nav ul li {
  border-top: solid 1px #B5D5E4;
  cursor: pointer;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
nav ul li:first-child {
  border-top: none;
}
nav ul li .padding {
  padding: 15px;
}
nav ul li:hover {
  background: #E0E0E0;
  text-decoration: none;
  color: #007bc4;
}
nav ul li:hover a {
  text-decoration: none;
  color: #007bc4;
}
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: #383838;
  border-color: #7db5d0;
}
nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -webkit-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -moz-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  border-top: inset 0px 1px 1px 0px #7db5d0;
}
nav ul ul li:hover {
  background: #636363;
  color: #E0E0E0;
}
nav ul ul li .padding {
  padding: 10px 15px;
}
nav ul ul .selected {
  background: #636363;
  color: #E0E0E0;
}
nav ul .selected {
  background: #E0E0E0;
  text-decoration: none;
  color: #007bc4;
}
nav ul .selected a {
  text-decoration: none;
  color: #007bc4;
}
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: #383838;
}
nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #007bc4;
}
#domain_switch_holder .dhm {
  display: inline-block;
}
#domain_switch_holder .current_domain,
#domain_switch_holder .only_domain {
  width: 100%;
  padding: 15px;
  background: #ededed;
  border: solid 2px #B5D5E4;
  margin-bottom: 18px;
  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 #B5D5E4;
  margin: -18px 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: #007bc4;
  background: none;
  padding: 0;
  line-height: 30px;
}
#domain_switch_holder .domain_searchbox ul li:hover {
  background: none;
  color: #009bf7;
}
#domain_switch_holder .domain_searchbox ul li:hover a {
  color: #008bde;
}
.full-width {
  margin: 0 0 0 30px;
}
.semi-width {
  margin: 0 0 0 320px;
}
.content {
  padding: 175px 0 40px 0;
}
.content .row {
  margin-bottom: 40px;
}
.content .row .box {
  border: solid 2px #B5D5E4;
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
}
.content .row .box .inner {
  background-color: #FFFFFF;
}
.content .row .box .inner .title {
  line-height: 40px;
  font-size: 22px;
  padding: 0 10px;
  border-bottom: solid 2px #B5D5E4;
}
.content .row .box .inner .tabs_included {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
}
.content .row .box .inner .boxcontent {
  background: ;
  padding: 15px 0px 0px 20px;
}
.content .row .box .inner .boxcontent-help {
  padding-bottom: 15px;
}
.content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.content .tabs {
  display: block;
}
.content .tabs ul {
  list-style-type: none;
  padding: 0;
  display: block;
}
.content .tabs ul li {
  height: 34px;
}
.content .tabs ul li div {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 15px;
  margin: 0 5px 0 0;
  background: #E0E0E0;
  color: #383838;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  border: solid 1px #B5D5E4;
  border-bottom: 0px;
  box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -webkit-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -moz-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  border-top: inset 0px -1px 3px 0px #d8d8d8;
}
.content .tabs ul li div:hover {
  text-decoration: none;
  background: #bfbfbf;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.content .tabs ul li div:active {
  padding: 0 15px;
  background: #636363;
  color: #383838;
}
.content .tabs ul li .selected {
  padding: 0 15px;
  background: #cbcbcb;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.content .breadcrumbs {
  margin-top: 10px;
  padding: 0 0 10px 0;
}
.content .breadcrumbs a {
  color: #383838;
}
.content .breadcrumbs ul {
  list-style-type: none;
  padding: 0;
}
.content .breadcrumbs ul li {
  font-size: 13px;
  font-weight: bold;
}
.content .breadcrumbs ul .arrow {
  color: #383838;
  padding: 0 10px;
}
.greytext {
  color: #999;
}
.btn {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 12px;
  padding: 0px 10px;
  height: 25px;
  line-height: 25px;
  background-color: #007bc4;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  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;
}
.btn:hover {
  background: #005b91;
  color: #FFF;
}
.btn:active {
  background: #005b91;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  box-shadow: inset 1px 1px 2px 0px #003b5e;
  -webkit-box-shadow: inset 1px 1px 2px 0px #003b5e;
  -moz-box-shadow: inset 1px 1px 2px 0px #003b5e;
  border-top: inset 1px 1px 2px 0px #003b5e;
}
.btn.small {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}
.btn.big {
  font-size: 14px;
  padding: 0px 10px;
  height: 40px;
}
.btn.disabled {
  background-color: gray;
}
.btn.disabled:hover {
  background-color: #676767;
}
.notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.module_dev_switcher {
  position: fixed;
  right: 0px;
  background: #383838;
  color: #FFFFFF;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.module_dev_switcher a {
  color: #FFFFFF;
}
.message {
  margin-bottom: 10px;
  padding: 8px 10px 8px 10px;
  background-color: #F2D4CE;
  border: 1px solid #AE432E;
  border-radius: 4px;
  color: #AE432E;
}
.mail_popup_seller {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.mail_popup_shipment_planned,
.mail_popup_shipment_requested,
.mail_popup_shipment_delivery {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 800px;
  height: 746px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.mail_popup_shipment_planned form,
.mail_popup_shipment_requested form,
.mail_popup_shipment_delivery form {
  padding: 0px;
}
.mail_popup_shipment_planned form textarea,
.mail_popup_shipment_requested form textarea,
.mail_popup_shipment_delivery form textarea {
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
.mail_popup_buyer {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.mail_popup_invoice {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.m_btn {
  background-color: #a64040;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  width: 30px;
  text-align: center;
  border-radius: 3px;
  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;
}
.m_btn i {
  color: #FFFFFF;
  font-size: 16px;
}
.m_btn:hover {
  background: #005b91;
}
.m_btn:active {
  background: #005b91;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  box-shadow: inset 1px 1px 2px 0px #003b5e;
  -webkit-box-shadow: inset 1px 1px 2px 0px #003b5e;
  -moz-box-shadow: inset 1px 1px 2px 0px #003b5e;
  border-top: inset 1px 1px 2px 0px #003b5e;
}
.m_btn.disabled {
  background-color: gray !important;
}
.date_popup {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.date_popup .btn {
  margin: 0 2px;
}
.date_popup h2 {
  text-transform: capitalize;
}
.product_select_container {
  width: calc(100% - 200px);
  height: 40px;
  display: block;
  float: right;
  margin: 0 0 20px 0;
}
.product_select {
  float: right;
  margin: 0 20px !important;
}
.small_popup {
  width: 300px !important;
  height: 125px;
  margin-left: -150px;
}
.companies_select {
  width: 50% !important;
  float: right !important;
}
.mail_holder {
  display: block;
  float: left;
  width: 33%;
}
.uneditable {
  cursor: default !important;
}
.uneditable.green:hover {
  color: #419c59;
}
.uneditable.gray:hover {
  color: #636363;
}
#products-table {
  display: block;
  float: left;
  width: 100% !important;
}
#products-table #export-table {
  width: 70% !important;
}
#products-table td {
  padding: 0 10px;
}
#products-table input[type=number],
#products-table input[type=text] {
  width: 100% !important;
}
#products-table .select2.product {
  width: 250px !important;
}
#products-table .select2.currency,
#products-table .select2.unit {
  width: 100px !important;
}
.product-details .box .inner .boxcontent.half {
  float: left;
  width: 50%;
  margin: 0;
}
.attachment_add:hover {
  color: #fff;
}
#products-table table tbody tr,
#products-table table tfoot tr {
  height: 50px;
}
.delete-product.fa-times.red {
  line-height: 25px;
  font-size: 24px;
}
.complaint_solution_item label,
.complaint_types label {
  margin-left: 10px;
  width: auto;
  float: none;
}
.nowrap {
  white-space: nowrap;
}
.page-link {
  z-index: 0 !important;
}
.toggle_mail {
  cursor: pointer;
}
.module_webshop.order_header,
.module_webshop.order_overview_header {
  font-weight: bold;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.redactor-animate-hide {
  display: none !important;
}
.redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out;
}
.redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out;
}
@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^="re-icon-"],
[class*=" re-icon-"] {
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.re-icon-aligncenter:before {
  content: "\e900";
}
.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901";
}
.re-icon-alignright:before {
  content: "\e902";
}
.re-icon-bold:before {
  content: "\e903";
}
.re-icon-bookmark:before {
  content: "\e904";
}
.re-icon-clips:before {
  content: "\e905";
}
.re-icon-codesnippets:before {
  content: "\e906";
}
.re-icon-deleted:before {
  content: "\e907";
}
.re-icon-expand:before {
  content: "\e908";
}
.re-icon-file:before {
  content: "\e909";
}
.re-icon-fontcolor:before {
  content: "\e90a";
}
.re-icon-fontfamily:before {
  content: "\e90b";
}
.re-icon-fontsize:before {
  content: "\e90c";
}
.re-icon-format:before {
  content: "\e90d";
}
.re-icon-html:before {
  content: "\e90e";
}
.re-icon-imagecenter:before {
  content: "\e90f";
}
.re-icon-imageleft:before {
  content: "\e910";
}
.re-icon-imageright:before {
  content: "\e911";
}
.re-icon-image:before {
  content: "\e912";
}
.re-icon-indent:before {
  content: "\e913";
}
.re-icon-inline:before {
  content: "\e914";
}
.re-icon-italic:before {
  content: "\e915";
}
.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\e916";
}
.re-icon-link:before {
  content: "\e917";
}
.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918";
}
.re-icon-outdent:before {
  content: "\e919";
}
.re-icon-properties:before {
  content: "\e91a";
}
.re-icon-readmore:before {
  content: "\e91b";
}
.re-icon-redo:before {
  content: "\e91c";
}
.re-icon-retract:before {
  content: "\e91d";
}
.re-icon-specialcharacters:before {
  content: "\e91e";
}
.re-icon-sub:before {
  content: "\e91f";
}
.re-icon-sup:before {
  content: "\e920";
}
.re-icon-table:before {
  content: "\e921";
}
.re-icon-textdirection:before {
  content: "\e922";
}
.re-icon-toggle:before {
  content: "\e923";
}
.re-icon-underline:before {
  content: "\e924";
}
.re-icon-undo:before {
  content: "\e925";
}
.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926";
}
.re-icon-variable:before {
  content: "\e927";
}
.re-icon-video:before {
  content: "\e928";
}
.re-icon-widget:before {
  content: "\e929";
}
.redactor-box,
.redactor-box textarea {
  z-index: auto;
}
.redactor-box {
  position: relative;
  box-sizing: border-box;
}
.redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.075);
  border-radius: 3px;
  box-shadow: none;
}
.redactor-box.redactor-inline {
  position: static;
}
.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important;
}
.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important;
}
.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important;
}
.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box;
}
.redactor-in:focus {
  outline: none;
}
.redactor-inline .redactor-in {
  overflow: hidden;
}
.redactor-in *,
.redactor-read-only * {
  outline: none !important;
}
.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty,
.redactor-in div[data-redactor-tag=br]:empty,
.redactor-in div[data-redactor-tag=tbr]:empty {
  min-height: 1.5em;
}
.redactor-in div[data-redactor-tag=br],
.redactor-in div[data-redactor-tag=tbr] {
  margin-top: 0;
  margin-bottom: 0;
}
.redactor-in strong:empty,
.redactor-in b:empty,
.redactor-in em:empty,
.redactor-in i:empty,
.redactor-in span:empty,
.redactor-in sup:empty,
.redactor-in sub:empty,
.redactor-in u:empty,
.redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}
.redactor-in table {
  empty-cells: show;
}
.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none;
}
.redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline;
}
.redactor-in figure[data-redactor-type=line] hr {
  margin: 0;
  height: 3px;
  border: none;
  background: rgba(0,0,0,0.1);
}
.redactor-script-tag {
  display: none !important;
}
.redactor-component {
  position: relative;
}
.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both;
}
.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0,125,255,0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}
.redactor-component-active {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a;
}
.redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid #ddd !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid #ddd !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ddd;
}
.redactor-component-caret {
  position: absolute;
  left: -9999px;
}
.redactor-textnodes-wrapper {
  display: inline-block;
}
#redactor-image-resizer {
  position: absolute;
  z-index: 1051;
  background-color: rgba(0,125,255,0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}
.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.2);
}
.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5;
}
.redactor-file-remover:hover {
  opacity: 1;
}
.redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16,16,18,0.3);
}
.redactor-overlay > .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical;
}
.redactor-box[dir="rtl"] .redactor-source {
  direction: ltr;
}
.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
  cursor: text;
}
.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
}
.redactor-in figcaption[placeholder]:empty:focus:before {
  content: "";
}
.redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none;
}
.redactor-statusbar li {
  float: left;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.redactor-statusbar li:last-child {
  border-right-color: transparent;
}
.redactor-statusbar a {
  color: rgba(0,0,0,0.5);
  text-decoration: underline;
}
.redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline;
}
.redactor-statusbar:empty {
  display: none;
}
.redactor-toolbar-wrapper {
  position: relative;
}
.redactor-toolbar,
.redactor-air {
  z-index: 0;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box;
}
.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px;
}
.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0,0,0,0.85);
  border-radius: 2px;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 1px 2px rgba(0,0,0,0.22);
  margin-right: 5px;
  margin-bottom: 4px;
}
.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px;
}
.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}
.redactor-toolbar a.redactor-button-active {
  background: rgba(245,245,245,0.95);
  color: rgba(0,0,0,0.4);
}
.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}
.redactor-toolbar a.redactor-button-disabled:hover,
.redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.redactor-source-view .redactor-toolbar {
  background: #252525;
}
.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff;
}
.redactor-source-view .redactor-toolbar a:hover {
  background: #449aef;
}
.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0,0,0,0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0,0,0,0.9);
  border-width: 4px;
  margin-left: -4px;
}
.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100;
}
.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0,0,0,0.97);
}
.redactor-air a {
  background: rgba(37,37,37,0.95);
  box-shadow: none;
  color: rgba(255,255,255,0.9);
}
.redactor-air a:hover {
  background: #3d79f2;
}
.redactor-air a.redactor-button-active {
  background-color: rgba(255,255,255,0.15);
  color: #fff;
}
.redactor-air a.redactor-button-disabled:hover {
  color: #fff;
}
.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255,255,255,0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer;
}
.redactor-air-helper:hover {
  background: #fff;
}
.redactor-voice-label {
  display: none;
}
.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0,0,0,0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px;
}
.redactor-context-toolbar a:first-child {
  padding-left: 0;
}
.redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.redactor-context-toolbar a:before {
  content: '';
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,0.3);
}
.redactor-context-toolbar a:hover {
  color: #fff;
}
.redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none;
}
.redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0;
}
.redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0;
}
.redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-left: none;
}
.redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none;
}
.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  border-radius: 2px;
  width: 264px;
  min-height: 40px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}
.redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}
.redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}
.redactor-dropdown a {
  color: #000;
}
.redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}
.redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0,0,0,0.4);
  background: #fff;
}
.redactor-dropdown-cells {
  margin: 10px auto;
}
.redactor-dropdown-cells a,
.redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.redactor-dropdown-selector {
  display: flex;
  text-align: center;
}
.redactor-dropdown-selector span {
  flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}
.redactor-dropdown-selector span:hover {
  background: #eee;
}
.redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0,0,0,0.3);
  background: #eee;
}
.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}
.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}
.redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px;
}
.redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 2px 15px rgba(80,80,80,0.25);
  border-radius: 3px;
  color: #000;
}
.redactor-modal form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.redactor-modal input,
.redactor-modal select,
.redactor-modal textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  box-shadow: none;
  padding: 0 .5em;
}
.redactor-modal textarea {
  padding: .5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}
.redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right .65em center;
  padding-right: 28px;
}
.redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: .5em .75em;
}
.redactor-modal input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}
.redactor-modal input[type="radio"],
.redactor-modal input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}
.redactor-modal .form-item {
  margin-bottom: 20px;
}
.redactor-modal .form-item:last-child {
  margin-bottom: 0;
}
.redactor-modal fieldset {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.redactor-modal fieldset .form-item {
  margin-bottom: 12px;
}
.redactor-modal label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
  font-size: 14px;
}
.redactor-modal label .desc,
.redactor-modal label .success,
.redactor-modal label .error {
  text-transform: none;
  font-weight: normal;
}
.redactor-modal label.checkbox {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}
.redactor-modal .form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 1em;
}
.redactor-modal input:hover,
.redactor-modal textarea:hover,
.redactor-modal select:hover {
  outline: none;
  background-color: #fff;
  border-color: #969fa9;
  box-shadow: none;
}
.redactor-modal input:focus,
.redactor-modal textarea:focus,
.redactor-modal select:focus {
  transition: all linear .2s;
  outline: none;
  background-color: #fff;
  border-color: rgba(0,125,255,0.5);
  box-shadow: 0 0 3px rgba(0,125,255,0.5);
}
.redactor-modal input.error,
.redactor-modal textarea.error,
.redactor-modal select.error {
  background-color: rgba(255,50,101,0.1);
  border: 1px solid #ff7f9e;
}
.redactor-modal input.error:focus,
.redactor-modal textarea.error:focus,
.redactor-modal select.error:focus {
  border-color: #ff3265;
  box-shadow: 0 0 1px #ff3265;
}
.redactor-modal input.success,
.redactor-modal textarea.success,
.redactor-modal select.success {
  background-color: rgba(47,196,182,0.1);
  border: 1px solid #65dacf;
}
.redactor-modal input.success:focus,
.redactor-modal textarea.success:focus,
.redactor-modal select.success:focus {
  border-color: #2fc4b6;
  box-shadow: 0 0 1px #2fc4b6;
}
.redactor-modal input:disabled,
.redactor-modal input:disabled:hover,
.redactor-modal input.disabled,
.redactor-modal input.disabled:hover,
.redactor-modal textarea:disabled,
.redactor-modal textarea:disabled:hover,
.redactor-modal textarea.disabled,
.redactor-modal textarea.disabled:hover,
.redactor-modal select:disabled,
.redactor-modal select:disabled:hover,
.redactor-modal select.disabled,
.redactor-modal select.disabled:hover {
  resize: none;
  opacity: .6;
  cursor: default;
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: 1px solid #cacfd4;
  box-shadow: none;
  background-color: #fff;
}
.redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
  font-size: 110%;
}
.redactor-modal .desc {
  color: rgba(51,51,51,0.5);
  font-size: 12px;
}
.redactor-modal span.desc {
  margin-left: 0.25em;
}
.redactor-modal div.desc {
  margin-top: 0.25em;
}
.redactor-modal span.success,
.redactor-modal span.error {
  font-size: 12px;
  margin-left: 0.25em;
}
.redactor-modal div.desc {
  margin-bottom: -0.5em;
}
.redactor-modal .redactor-close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px;
  color: #000;
  opacity: .3;
  cursor: pointer;
}
.redactor-modal .redactor-close:hover {
  opacity: 1;
}
.redactor-modal .redactor-close:before {
  content: '\00d7';
}
.redactor-modal button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #007dff;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #007dff;
  min-height: 40px;
  outline: none;
  padding: 0.5em 1.25em;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: none;
}
.redactor-modal button:hover {
  outline: none;
  text-decoration: none;
  background: none;
  color: rgba(0,125,255,0.6);
  border-color: rgba(0,125,255,0.5);
}
.redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34;
}
.redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42,46,52,0.6);
  border-color: rgba(42,46,52,0.5);
}
.redactor-modal button.redactor-button-danger,
.redactor-modal button.redactor-button-unstyled {
  background: none;
  border-color: transparent;
  color: rgba(42,46,52,0.6);
}
.redactor-modal button.redactor-button-danger:hover,
.redactor-modal button.redactor-button-unstyled:hover {
  background: none;
  border-color: transparent;
  color: #ff3265;
  text-decoration: underline;
}
.redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block;
}
.redactor-modal .redactor-modal-area {
  float: left;
  width: 66%;
}
.redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto;
}
.redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left;
}
.redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0;
}
.redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.redactor-modal-header:empty {
  display: none;
}
.redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px;
}
.redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}
.redactor-modal-footer button {
  margin-right: 4px;
}
.redactor-modal-footer button.redactor-button-unstyled {
  margin-right: 0;
  float: right;
}
.redactor-modal-footer:empty {
  display: none;
}
.redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0,0,0,0.05);
  margin-bottom: 1em;
}
.redactor-modal-tabs a {
  font-size: 15px;
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0,0,0,0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px;
}
.redactor-modal-tabs a:hover {
  transition: all linear .2s;
}
.redactor-modal-tabs a:hover,
.redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff;
}
.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}
.redactor-styles *,
.redactor-styles *:before,
.redactor-styles *:after {
  box-sizing: inherit;
}
.redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.redactor-styles[dir="rtl"] ul li,
.redactor-styles[dir="rtl"] ol li {
  text-align: right;
}
.redactor-styles[dir="rtl"] ul,
.redactor-styles[dir="rtl"] ol,
.redactor-styles[dir="rtl"] ul ul,
.redactor-styles[dir="rtl"] ol ol,
.redactor-styles[dir="rtl"] ul ol,
.redactor-styles[dir="rtl"] ol ul {
  margin-left: 1.5em;
}
.redactor-styles[dir="rtl"] figcaption {
  text-align: right;
}
.redactor-styles ul[dir="rtl"],
.redactor-styles ul[dir="rtl"] ul,
.redactor-styles ul[dir="rtl"] ol,
.redactor-styles ol[dir="rtl"],
.redactor-styles ol[dir="rtl"] ul,
.redactor-styles ol[dir="rtl"] ol {
  margin-right: 1.5em;
}
.redactor-styles ul[dir="rtl"] li,
.redactor-styles ol[dir="rtl"] li {
  text-align: right;
}
.redactor-styles a,
.redactor-styles a:hover {
  color: #3397ff;
}
.redactor-styles p,
.redactor-styles dl,
.redactor-styles blockquote,
.redactor-styles hr,
.redactor-styles pre,
.redactor-styles table,
.redactor-styles figure,
.redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.redactor-styles ul,
.redactor-styles ol {
  padding: 0;
}
.redactor-styles ul,
.redactor-styles ul ul,
.redactor-styles ul ol,
.redactor-styles ol,
.redactor-styles ol ul,
.redactor-styles ol ol {
  margin: 0 0 0 1.5em;
}
.redactor-styles ul li,
.redactor-styles ol li {
  text-align: left;
}
.redactor-styles ol ol li {
  list-style-type: lower-alpha;
}
.redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}
.redactor-styles ul,
.redactor-styles ol {
  margin-bottom: 1em;
}
.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3,
.redactor-styles h4,
.redactor-styles h5,
.redactor-styles h6 {
  font-weight: bold;
  color: #111;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.redactor-styles h1 {
  font-size: 2.0736em;
}
.redactor-styles h2 {
  font-size: 1.728em;
}
.redactor-styles h3 {
  font-size: 1.44em;
}
.redactor-styles h4 {
  font-size: 1.2em;
}
.redactor-styles h5 {
  font-size: 1em;
}
.redactor-styles h6 {
  font-size: 0.83333em;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.redactor-styles blockquote {
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: none;
}
.redactor-styles table {
  width: 100%;
}
.redactor-styles time,
.redactor-styles small,
.redactor-styles var,
.redactor-styles code,
.redactor-styles kbd,
.redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51,51,51,0.9);
}
.redactor-styles var,
.redactor-styles cite {
  opacity: .6;
}
.redactor-styles var {
  font-style: normal;
}
.redactor-styles dfn,
.redactor-styles abbr {
  text-transform: uppercase;
}
.redactor-styles dfn[title],
.redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,0,0,0.5);
  cursor: help;
}
.redactor-styles code,
.redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}
.redactor-styles code {
  background-color: #eff1f2;
}
.redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}
.redactor-styles kbd {
  border: 1px solid #e5e7e9;
}
.redactor-styles sub,
.redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.redactor-styles sub {
  bottom: -0.25em;
}
.redactor-styles sup {
  top: -0.5em;
}
.redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
}
.redactor-styles pre,
.redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51,51,51,0.85);
  overflow: none;
  white-space: pre-wrap;
}
.redactor-styles pre {
  padding: 1rem;
}
.redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
.redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0,0,0,0.5);
  font-size: 11px;
}
.redactor-styles table th,
.redactor-styles table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}
.redactor-styles table tfoot th,
.redactor-styles table tfoot td {
  color: rgba(0,0,0,0.5);
}
.redactor-styles img,
.redactor-styles video,
.redactor-styles audio,
.redactor-styles embed,
.redactor-styles object {
  max-width: 100%;
}
.redactor-styles img,
.redactor-styles video,
.redactor-styles embed,
.redactor-styles object {
  height: auto !important;
}
.redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.redactor-styles figcaption {
  display: block;
  opacity: .6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0,125,255,0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,0.3);
  font-style: italic;
}
.upload-redactor-hover {
  background-color: rgba(0,125,255,0.075);
}
.upload-redactor-error {
  background-color: rgba(255,50,101,0.075);
}
.upload-redactor-box-hover {
  outline: 5px dashed rgba(0,125,255,0.3);
}
.upload-redactor-box-error {
  outline: 5px dashed rgba(255,50,101,0.3);
}
.redactor-structure h1,
.redactor-structure h2,
.redactor-structure h3,
.redactor-structure h4,
.redactor-structure h5,
.redactor-structure h6,
.redactor-structure div {
  position: relative;
}
.redactor-structure h1:before,
.redactor-structure h2:before,
.redactor-structure h3:before,
.redactor-structure h4:before,
.redactor-structure h5:before,
.redactor-structure h6:before,
.redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: .5;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right;
}
.redactor-structure h1:before {
  content: "h1";
}
.redactor-structure h2:before {
  content: "h2";
}
.redactor-structure h3:before {
  content: "h3";
}
.redactor-structure h4:before {
  content: "h4";
}
.redactor-structure h5:before {
  content: "h5";
}
.redactor-structure h6:before {
  content: "h6";
}
.redactor-structure div:before {
  content: "div";
}
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.redactor-box-fullscreen-target {
  position: absolute !important;
}
.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052;
}
.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098;
}
.redactor-body-fullscreen #redactor-modal {
  z-index: 1099;
}
@media only screen and (max-width: 1366px) {
  header .inner {
    height: 70px;
  }
  header .inner .logo img {
    padding-top: 5px !important;
  }
  header .inner .quick_nav {
    padding: 10px;
  }
  header .inner .quick_nav ul li .padding {
    font-size: 10px;
    padding: 8px;
  }
  header .inner .quick_nav ul li img {
    width: 20px;
    height: 20px;
  }
  .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .holder .content .row {
    margin-top: 0px;
  }
  .holder .content .row .box {
    margin-right: 10px;
  }
  .holder .content .row .box .inner .title {
    font-size: 19px;
  }
  .holder .content .row .box .inner .styledViews .line label {
    width: 40% !important;
  }
  .holder .content .row .box .inner .styledViews .line .static {
    float: none;
    display: block;
  }
  .holder .docks {
    margin-top: 0px;
    top: 70px;
  }
  .holder .docks ul li {
    padding: 6px 10px;
    font-size: 13px;
  }
  .holder .content .breadcrumbs {
    margin-top: 0px;
  }
  .holder .content form .row .box .inner #contract_lines table {
    overflow: hidden;
  }
  .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .holder .content form .row .box .inner .boxcontent .line textarea {
    width: 70%;
  }
  .holder .content form .row .box .inner .boxcontent .line #s2id_seller {
    width: 70% !important;
  }
  .holder .content form .row .box .inner .boxcontent .line #seller_reference_name {
    width: 70%;
  }
  .holder .content form .row .box .inner .boxcontent .line #select2-chosen-2 {
    width: 70% !important;
  }
  .holder .content form .row .box .inner .boxcontent .line #s2id_buyer {
    width: 70% !important;
  }
  .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .select2-search-choice-close {
    height: 13px !important;
  }
  .cms_table_page_nav {
    width: 35px !important;
    height: 35px !important;
  }
  .cms_table_add {
    margin: 20px 0 20px 0px;
  }
  #contract_lines {
    overflow-x: auto;
    display: block;
  }
  .select2-chosen {
    line-height: 40px !important;
  }
  #s2id_autogen1 .select2-chosen {
    margin-top: 0px !important;
  }
  select#contact + input.btn {
    margin-top: 20px;
  }
  select,
  #contact {
    margin-top: 10px;
  }
  .select2 a {
    height: 40px !important;
    line-height: 40px;
  }
  .select2-container a {
    height: 40px !important;
  }
  .select2-container .select2-search-choice-close {
    height: 13px !important;
  }
  .logo img {
    width: 50%;
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    position: relative;
    margin-bottom: 0px;
  }
  .holder {
    margin-right: 0px !important;
  }
  .holder .content {
    margin: 0 30px 0 30px;
    padding-top: 0px;
  }
  .holder .content .row .box {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .holder .content .row .box .inner .boxcontent .line input {
    display: inline-grid;
    padding-top: 6px;
  }
  .holder .content .row .box .inner .boxcontent .line #s2id_seller,
  .holder .content .row .box .inner .boxcontent .line #s2id_fk_product_subcategories,
  .holder .content .row .box .inner .boxcontent .line #city_from,
  .holder .content .row .box .inner .boxcontent .line #city_to,
  .holder .content .row .box .inner .boxcontent .line #brand,
  .holder .content .row .box .inner .boxcontent .line #crop,
  .holder .content .row .box .inner .boxcontent .line #quality,
  .holder .content .row .box .inner .boxcontent .line .select2-container,
  .holder .content .row .box .inner .boxcontent .line #buyer_reference_name,
  .holder .content .row .box .inner .boxcontent .line #seller_reference_name,
  .holder .content .row .box .inner .boxcontent .line .static,
  .holder .content .row .box .inner .boxcontent .line select,
  .holder .content .row .box .inner .boxcontent .line #seller_reference_file,
  .holder .content .row .box .inner .boxcontent .line #buyer_reference_file,
  .holder .content .row .box .inner .boxcontent .line #seller,
  .holder .content .row .box .inner .boxcontent .line #buyer,
  .holder .content .row .box .inner .boxcontent .line #credit_note {
    width: 70% !important;
  }
  .holder .content .row .box .inner .boxcontent .line #complaints_ref,
  .holder .content .row .box .inner .boxcontent .line #amount,
  .holder .content .row .box .inner .boxcontent .line #commission,
  .holder .content .row .box .inner .boxcontent .line #date {
    width: 70%;
  }
  .holder .content .row .box .inner .boxcontent .line .btn {
    width: 10% !important;
    text-align: center;
  }
  .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .holder .docks {
    top: 0px;
    position: relative;
  }
  .holder .docks ul li {
    padding: 6px 10px;
    font-size: 12px;
  }
  .holder .content form .row .box .inner #contract_lines table {
    font-size: 10px;
  }
  .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td label {
    width: 100%;
  }
  .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td .select2 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1883px) {
  .docks ul li {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 1523px) {
  .docks ul li {
    padding: 12px 2px;
  }
}
@media only screen and (max-width: 768px) {
  .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .holder .docks ul li {
    padding: 12px 3px;
  }
}
@media (max-width: 600px) {
  .title .btn.right.small {
    float: none !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 7px 0 0 0 !important;
    text-align: center;
  }
  .title .btn.right.small + .btn.right.small {
    margin-bottom: 10px !important;
  }
}
.search-holder input {
  width: 100% !important;
  margin: 8px 5px 8px 0px !important;
  padding-left: 34px;
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
}
.select2 {
  width: 398px !important;
}
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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%);
}
.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;
}
.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-drop-auto-width .select2-search {
  padding-top: 4px;
}
.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%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-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;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.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;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 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);
}
.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-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('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
}
.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;
  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%);
}
.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('/_webblocks/images/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 top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 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;
}
.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('/_webblocks/images/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 18px;
  }
  nav {
    width: 200px;
    top: 160px;
  }
  nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  #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: 17px;
    line-height: 50px;
  }
  .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
.pagination-info,
.pagination-detail {
  display: none;
}
.bootstrap-table,
.cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Ariel, sans-serif;
}
.bootstrap-table td,
.cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.bootstrap-table td:first-child,
.cms_table td:first-child {
  padding-left: 20px;
}
.bootstrap-table td:last-child,
.cms_table td:last-child {
  padding-right: 20px;
}
.bootstrap-table thead tr th,
.cms_table thead tr th {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
  text-align: left;
}
.bootstrap-table thead tr th:first-child,
.cms_table thead tr th:first-child {
  border-left: 0px;
}
.bootstrap-table thead tr th a,
.cms_table thead tr th a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.bootstrap-table thead tr th .th-inner,
.cms_table thead tr th .th-inner {
  padding: 10px 0px 10px 10px !important;
}
.bootstrap-table thead tr td,
.cms_table thead tr td {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
}
.bootstrap-table thead tr td:first-child,
.cms_table thead tr td:first-child {
  border-left: 0px;
}
.bootstrap-table thead tr td a,
.cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.bootstrap-table thead tr .orderdby,
.cms_table thead tr .orderdby {
  background: #bfbfbf;
}
.bootstrap-table thead tr .sortable,
.cms_table thead tr .sortable {
  cursor: pointer;
}
.bootstrap-table thead tr .sortable:hover,
.cms_table thead tr .sortable:hover {
  background: #bfbfbf;
}
.bootstrap-table thead tr .orderasc,
.cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.bootstrap-table thead tr .orderasc:hover,
.cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.bootstrap-table thead tr .orderdesc,
.cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.bootstrap-table thead tr .orderdesc:hover,
.cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.bootstrap-table tbody tr,
.cms_table tbody tr {
  background: #ffffff;
}
.bootstrap-table tbody tr td,
.cms_table tbody tr td {
  color: #383838;
  border-left: solid 1px #B5D5E4;
}
.bootstrap-table tbody tr td a,
.cms_table tbody tr td a {
  text-decoration: none;
}
.bootstrap-table tbody tr td i,
.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;
}
.bootstrap-table tbody tr td:first-child,
.cms_table tbody tr td:first-child {
  border-left: none;
}
.bootstrap-table tbody tr:nth-child(2n),
.cms_table tbody tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.bootstrap-table tbody .even,
.cms_table tbody .even {
  background: #ffffff;
}
.bootstrap-table tbody .cont-move,
.cms_table tbody .cont-move {
  cursor: s-resize;
}
.table-topbar {
  padding: 0px 15px 15px 15px;
}
.table-topbar .cms_table_page_nav {
  display: inline-block;
  text-align: center;
  padding: 6px 12px;
  cursor: pointer;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #2b679b;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.table-topbar .cms_table_page_nav:last-child {
  border-right: 1px solid #ddd;
}
.table-topbar .cms_table_page_nav:hover {
  background: #eee;
}
.table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #2B679B;
  border-color: #2B679B;
  color: #FFFFFF;
}
.table-topbar .cms_table_page_nav_selected:hover {
  cursor: not-allowed;
  background: #eee;
  border-color: #eee;
  color: #2b679b;
}
.table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 25%;
}
.table-topbar .btn {
  margin: 0px;
}
.cms_table_add {
  margin: 0px 0px 15px 15px;
}
.domain_special_table {
  width: 100%;
}
.domain_special_table tr {
  border: solid 2px #B5D5E4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.domain_special_table tr td {
  padding: 10px;
  color: #007bc4;
  border-left: solid 1px #B5D5E4;
}
.domain_special_table tr td:first-child {
  border: none;
}
.domain_special_table tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.domain_special_table_toppbar {
  padding: 10px;
  background-color: #cbcbcb;
}
.domain_special_table_toppbar input[type="text"] {
  background-color: #FFFFFF;
  width: 100%;
}
.domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
.action-edit {
  font-size: 14px;
}
.action-delete {
  font-size: 14px;
}
.loading-template {
  width: 100%;
  padding: 15px;
  text-align: center;
}
.loading-template i {
  font-size: 18px !important;
  color: #999eac;
}
.loading-text {
  font-size: 14px !important;
  color: #999eac !important;
}
.page-item.active :hover {
  cursor: not-allowed;
}
.search-input {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px !important;
}
.table-buttons {
  margin: 15px 10px 0px 15px;
}
.table-filters {
  margin: 18px 10px 0px 18px;
}
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
#users_systypes_rights_list ul {
  list-style-type: none;
}
#users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
#users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
#users_systypes_rights_list ul li .padding {
  border: solid 1px #B5D5E4;
  padding: 8px;
  background-color: #efefef;
  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: #e8e8e8;
  border-top: none;
}
#users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #E0E0E0;
}
#users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #d8d8d8;
}
#users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #d1d1d1;
}
#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;
}
.page_overview_table_header {
  background-color: #cbcbcb;
}
.page_overview_table_header table tr td {
  text-align: left;
  font-weight: bold;
  padding: 10px 5px;
}
.page_overview_table ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page_overview_table ul li {
  width: 100%;
}
.page_overview_table ul table tr {
  border-top: solid 1px #B5D5E4;
}
.page_overview_table ul table tr td {
  padding: 10px;
  border-right: solid 1px #B5D5E4;
}
.page_overview_table ul table tr td:last-child {
  border: none;
}
.page_overview_table ul table tr td:first-child {
  padding: 0px;
}
.page_overview_table ul table tr td i {
  cursor: pointer;
  font-size: 24px;
}
.page_overview_table ul ul {
  padding-left: 40px;
}
.page_overview_table ul ul li {
  background: #e8e8e8;
  border-left: solid 1px #B5D5E4;
}
.page_overview_table ul ul li table tr {
  background: #e8e8e8;
}
.page_overview_table ul ul li ul li {
  background: #E0E0E0;
}
.page_overview_table ul ul li ul li table tr {
  background: #E0E0E0;
}
.page_overview_table ul ul li ul li ul li table {
  background: #d3d3d3;
}
.page_overview_table ul ul li ul li ul li table tr {
  background: #d3d3d3;
}
.page_overview_table ul .page_handle {
  cursor: move;
  width: 40px;
  height: 58px;
  line-height: 58px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.page_overview_table ul .page_handle i {
  font-size: 16px;
  color: #636363;
  cursor: move;
}
.page_overview_table ul .page_handle:hover {
  background-color: #007bc4;
}
.page_overview_table ul .page_handle:hover i {
  color: #FFFFFF;
}
.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 #B5D5E4;
  background-color: #E0E0E0;
  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_editor {
  width: 100%;
}
.body_blue .dropdown-menu {
  display: none;
}
.body_blue .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px;
  border-radius: 4px;
}
.body_blue .pagination li {
  display: inline;
}
.body_blue .pagination li a,
.body_blue pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.body_blue .pagination li a:hover,
.body_blue pagination li span:hover {
  z-index: 2;
  color: #2b679b;
  background-color: #eee;
  border-color: #ddd;
}
.body_blue .pagination .active a,
.body_blue .pagination .active span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2b679b;
  border-color: #2b679b;
}
.body_blue .pagination-detail {
  margin: 0px 15px 0 15px;
}
.body_blue .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.body_blue .table th,
.body_blue .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.body_blue .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.body_blue .table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.body_blue .table .table {
  background-color: #fff;
}
.body_blue .table-sm th,
.body_blue .table-sm td {
  padding: 0.3rem;
}
.body_blue .table-bordered {
  border: 1px solid #eceeef;
}
.body_blue .table-bordered th,
.body_blue .table-bordered td {
  border: 1px solid #eceeef;
}
.body_blue .table-bordered thead th,
.body_blue .table-bordered thead td {
  border-bottom-width: 2px;
}
.body_blue .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.05);
}
.body_blue .table-hover tbody tr:hover {
  background-color: rgba(0,0,0,0.075);
}
.body_blue .table-active,
.body_blue .table-active > th,
.body_blue .table-active > td {
  background-color: rgba(0,0,0,0.075);
}
.body_blue .table-hover .table-active:hover {
  background-color: rgba(0,0,0,0.075);
}
.body_blue .table-hover .table-active:hover > td,
.body_blue .table-hover .table-active:hover > th {
  background-color: rgba(0,0,0,0.075);
}
.body_blue .table-success,
.body_blue .table-success > th,
.body_blue .table-success > td {
  background-color: #dff0d8;
}
.body_blue .table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.body_blue .table-hover .table-success:hover > td,
.body_blue .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.body_blue .table-info,
.body_blue .table-info > th,
.body_blue .table-info > td {
  background-color: #d9edf7;
}
.body_blue .table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.body_blue .table-hover .table-info:hover > td,
.body_blue .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.body_blue .table-warning,
.body_blue .table-warning > th,
.body_blue .table-warning > td {
  background-color: #fcf8e3;
}
.body_blue .table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.body_blue .table-hover .table-warning:hover > td,
.body_blue .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.body_blue .table-danger,
.body_blue .table-danger > th,
.body_blue .table-danger > td {
  background-color: #f2dede;
}
.body_blue .table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.body_blue .table-hover .table-danger:hover > td,
.body_blue .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.body_blue .thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.body_blue .thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.body_blue .table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.body_blue .table-inverse th,
.body_blue .table-inverse td,
.body_blue .table-inverse thead th {
  border-color: #fff;
}
.body_blue .table-inverse.table-bordered {
  border: 0;
}
.body_blue .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.body_blue .table-responsive.table-bordered {
  border: 0;
}
.body_blue i.icon-formatter {
  font-size: 24px;
}
.body_blue th.searchable {
  background-image: linear-gradient(to bottom,#E8E8E8 0px,#F8F8F8 100%);
  background-repeat: repeat-x;
}
.body_blue .fixed-table-pagination {
  float: left;
}
.body_blue .search-input {
  float: right;
  width: 25% !important;
  margin: 10px 15px 20px 0;
}
.body_blue .bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}
.body_blue .bootstrap-table .fixed-table-toolbar .bs-bars,
.body_blue .bootstrap-table .fixed-table-toolbar .columns,
.body_blue .bootstrap-table .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.body_blue .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
  display: inline-block;
  margin-left: -1px !important;
}
.body_blue .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn {
  border-radius: 0;
}
.body_blue .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.body_blue .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.body_blue .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}
.body_blue .bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
}
.body_blue .bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}
.body_blue .bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}
.body_blue .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.body_blue .bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}
.body_blue .bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}
.body_blue .bootstrap-table .fixed-table-container .table td,
.body_blue .bootstrap-table .fixed-table-container .table th {
  vertical-align: middle;
  box-sizing: border-box;
}
.body_blue .bootstrap-table .fixed-table-container .table thead th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.body_blue .bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent;
}
.body_blue .bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px;
}
.body_blue .bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: .75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.body_blue .bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}
.body_blue .bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.body_blue .bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
}
.body_blue .bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
}
.body_blue .bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0,0,0,0.075);
}
.body_blue .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}
.body_blue .bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}
.body_blue .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
}
.body_blue .bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}
.body_blue .bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}
.body_blue .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],
.body_blue .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
  margin: 0 auto !important;
}
.body_blue .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: .3rem;
}
.body_blue .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}
.body_blue .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.body_blue .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.body_blue .bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}
.body_blue .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: LOADING;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: .3s;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: .6s;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.body_blue .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}
.body_blue .bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}
.body_blue .bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination,
.body_blue .bootstrap-table .fixed-table-pagination>.pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
  display: inline-block;
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
  margin: 0;
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
  padding: 6px 12px;
  line-height: 1.428571429;
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
  content: '\2B05';
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
  content: '\27A1';
}
.body_blue .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}
.body_blue .bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll;
}
.body_blue div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}
.body_blue div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
@keyframes LOADING {
  .body_blue 0% {
    opacity: 0;
  }
  .body_blue 50% {
    opacity: 1;
  }
  .body_blue to {
    opacity: 0;
  }
}
.body_blue .col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #636363;
  color: #FFFFFF;
  border: solid 2px;
}
.body_blue .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_blue .col_mess_error {
  border-color: #a64040;
  background: #cd7f7f;
}
.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 #fileupload_dropzone {
  background: #EFEFEF;
  width: 370px;
  height: 100px;
  line-height: 50px;
  text-align: center;
}
.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 .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 #file_manager_controls {
  padding: 0px 20px;
}
.body_blue form {
  padding: 10px;
}
.body_blue input[type="text"],
.body_blue input[type="email"],
.body_blue input[type="password"],
.body_blue input[type="file"],
.body_blue input[type="number"],
.body_blue input[type="tel"],
.body_blue textarea,
.body_blue select {
  height: 40px;
  line-height: normal;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
}
.body_blue input[type="text"]:hover,
.body_blue input[type="email"]: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 textarea:hover,
.body_blue select:hover {
  border-color: #636363;
}
.body_blue input[type="text"]:focus,
.body_blue input[type="email"]: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 textarea:focus,
.body_blue select:focus {
  border-color: #3c4d8a;
}
.body_blue .boolean_holder {
  width: 70%;
}
.body_blue .boolean_holder input {
  float: left;
  height: 20px;
}
.body_blue .boolean_holder label {
  float: left;
  padding-left: 5px;
  line-height: 20px;
}
.body_blue select {
  margin: 0 0 0 0 !important;
  cursor: pointer;
}
.body_blue textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
  min-height: 100px;
}
.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 label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  float: left;
}
.body_blue .line {
  margin-bottom: 10px;
  min-width: 40%;
}
.body_blue .line .smallRow {
  width: 150px;
}
.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 .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 {
  width: 100%;
  margin-top: 10px;
}
.body_blue .third label,
.body_blue .third .boolean_holder,
.body_blue .quarter label,
.body_blue .quarter .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"] {
  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 {
  width: 220px;
}
.body_blue .third .domain_image_upload,
.body_blue .quarter .domain_image_upload {
  width: 100%;
}
.body_blue .third .domain_image_upload img,
.body_blue .quarter .domain_image_upload img {
  margin-top: 10px;
}
.body_blue .third .domain_image_upload i,
.body_blue .quarter .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;
  background: #F5F5F5;
}
.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 #4a1d1d;
}
.body_blue .domain_image_upload img {
  margin-bottom: 10px;
}
.body_blue .redactor_editor {
  width: 70%;
}
.body_blue .small {
  width: 100px;
}
.body_blue input.error,
.body_blue select.error {
  background-color: #F2D4CE !important;
  border: 1px solid #AE432E !important;
}
.body_blue .styledForms {
  width: 70% !important;
  float: right;
}
.body_blue .styledViews label {
  width: 30% !important;
  font-weight: bold;
}
.body_blue .even {
  background-color: #FFFFFF;
}
.body_blue .odd {
  background-color: #EFEFEF;
}
.body_blue .static {
  display: inline-block;
  float: left;
  width: 70%;
}
.body_blue .static input {
  width: 100%;
}
.body_blue .half,
.body_blue .third,
.body_blue .quarter,
.body_blue .twothird,
.body_blue .threequarter {
  margin-right: 20px;
  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: calc(25% - 10px);
}
.body_blue .third {
  width: calc(33% - 10px);
}
.body_blue .half {
  width: calc(50% - 10px);
}
.body_blue .half.right {
  margin-right: 0 !important;
}
.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 .col-1 {
  width: 8.33% !important;
}
.body_blue .col-2 {
  width: 16.66% !important;
}
.body_blue .col-3 {
  width: 25% !important;
}
.body_blue .col-4 {
  width: 33.33% !important;
}
.body_blue .col-5 {
  width: 41.66% !important;
}
.body_blue .col-6 {
  width: 50% !important;
}
.body_blue .col-7 {
  width: 58.33% !important;
}
.body_blue .col-8 {
  width: 66.66% !important;
}
.body_blue .col-9 {
  width: 75% !important;
}
.body_blue .col-10 {
  width: 83.33% !important;
}
.body_blue .col-11 {
  width: 91.66% !important;
}
.body_blue .col-12 {
  width: 100% !important;
}
.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 #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.body_blue .ui-widget-header a {
  color: #fff;
}
.body_blue .ui-state-default,
.body_blue .ui-widget-content .ui-state-default,
.body_blue .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #E0E0E0 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_blue .ui-state-default a,
.body_blue .ui-state-default a:link,
.body_blue .ui-state-default a:visited {
  color: #383838;
  text-decoration: none;
}
.body_blue .ui-state-hover,
.body_blue .ui-widget-content .ui-state-hover,
.body_blue .ui-widget-header .ui-state-hover,
.body_blue .ui-state-focus,
.body_blue .ui-widget-content .ui-state-focus,
.body_blue .ui-widget-header .ui-state-focus {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_blue .ui-state-hover a,
.body_blue .ui-state-hover a:hover,
.body_blue .ui-state-hover a:link,
.body_blue .ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.body_blue .ui-state-active,
.body_blue .ui-widget-content .ui-state-active,
.body_blue .ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_blue .ui-state-active a,
.body_blue .ui-state-active a:link,
.body_blue .ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.body_blue .ui-state-highlight,
.body_blue .ui-widget-content .ui-state-highlight,
.body_blue .ui-widget-header .ui-state-highlight {
  border: 1px solid #3c4d8a;
  background: #3c4d8a url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.body_blue .ui-state-highlight a,
.body_blue .ui-widget-content .ui-state-highlight a,
.body_blue .ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.body_blue .ui-state-error,
.body_blue .ui-widget-content .ui-state-error,
.body_blue .ui-widget-header .ui-state-error {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_a64040_40x100.png) 50% 50% repeat-x;
  color: #fff;
}
.body_blue .ui-state-error a,
.body_blue .ui-widget-content .ui-state-error a,
.body_blue .ui-widget-header .ui-state-error a {
  color: #fff;
}
.body_blue .ui-state-error-text,
.body_blue .ui-widget-content .ui-state-error-text,
.body_blue .ui-widget-header .ui-state-error-text {
  color: #fff;
}
.body_blue .ui-priority-primary,
.body_blue .ui-widget-content .ui-priority-primary,
.body_blue .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.body_blue .ui-priority-secondary,
.body_blue .ui-widget-content .ui-priority-secondary,
.body_blue .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.body_blue .ui-state-disabled,
.body_blue .ui-widget-content .ui-state-disabled,
.body_blue .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.body_blue .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.body_blue .ui-icon {
  width: 16px;
  height: 16px;
}
.body_blue .ui-icon,
.body_blue .ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.body_blue .ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_blue .ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_blue .ui-state-hover .ui-icon,
.body_blue .ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_blue .ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_blue .ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.body_blue .ui-state-error .ui-icon,
.body_blue .ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_blue .ui-icon-blank {
  background-position: 16px 16px;
}
.body_blue .ui-icon-carat-1-n {
  background-position: 0 0;
}
.body_blue .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.body_blue .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.body_blue .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.body_blue .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.body_blue .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.body_blue .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.body_blue .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.body_blue .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.body_blue .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.body_blue .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.body_blue .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.body_blue .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.body_blue .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.body_blue .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.body_blue .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.body_blue .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.body_blue .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.body_blue .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.body_blue .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.body_blue .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.body_blue .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.body_blue .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.body_blue .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.body_blue .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.body_blue .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.body_blue .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.body_blue .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.body_blue .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.body_blue .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.body_blue .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.body_blue .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.body_blue .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.body_blue .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.body_blue .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.body_blue .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.body_blue .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.body_blue .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.body_blue .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.body_blue .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.body_blue .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.body_blue .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.body_blue .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.body_blue .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.body_blue .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.body_blue .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.body_blue .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.body_blue .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.body_blue .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.body_blue .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.body_blue .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.body_blue .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.body_blue .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.body_blue .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.body_blue .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.body_blue .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.body_blue .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.body_blue .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.body_blue .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.body_blue .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.body_blue .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.body_blue .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.body_blue .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.body_blue .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.body_blue .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.body_blue .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.body_blue .ui-icon-extlink {
  background-position: -32px -80px;
}
.body_blue .ui-icon-newwin {
  background-position: -48px -80px;
}
.body_blue .ui-icon-refresh {
  background-position: -64px -80px;
}
.body_blue .ui-icon-shuffle {
  background-position: -80px -80px;
}
.body_blue .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.body_blue .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.body_blue .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.body_blue .ui-icon-folder-open {
  background-position: -16px -96px;
}
.body_blue .ui-icon-document {
  background-position: -32px -96px;
}
.body_blue .ui-icon-document-b {
  background-position: -48px -96px;
}
.body_blue .ui-icon-note {
  background-position: -64px -96px;
}
.body_blue .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.body_blue .ui-icon-mail-open {
  background-position: -96px -96px;
}
.body_blue .ui-icon-suitcase {
  background-position: -112px -96px;
}
.body_blue .ui-icon-comment {
  background-position: -128px -96px;
}
.body_blue .ui-icon-person {
  background-position: -144px -96px;
}
.body_blue .ui-icon-print {
  background-position: -160px -96px;
}
.body_blue .ui-icon-trash {
  background-position: -176px -96px;
}
.body_blue .ui-icon-locked {
  background-position: -192px -96px;
}
.body_blue .ui-icon-unlocked {
  background-position: -208px -96px;
}
.body_blue .ui-icon-bookmark {
  background-position: -224px -96px;
}
.body_blue .ui-icon-tag {
  background-position: -240px -96px;
}
.body_blue .ui-icon-home {
  background-position: 0 -112px;
}
.body_blue .ui-icon-flag {
  background-position: -16px -112px;
}
.body_blue .ui-icon-calendar {
  background-position: -32px -112px;
}
.body_blue .ui-icon-cart {
  background-position: -48px -112px;
}
.body_blue .ui-icon-pencil {
  background-position: -64px -112px;
}
.body_blue .ui-icon-clock {
  background-position: -80px -112px;
}
.body_blue .ui-icon-disk {
  background-position: -96px -112px;
}
.body_blue .ui-icon-calculator {
  background-position: -112px -112px;
}
.body_blue .ui-icon-zoomin {
  background-position: -128px -112px;
}
.body_blue .ui-icon-zoomout {
  background-position: -144px -112px;
}
.body_blue .ui-icon-search {
  background-position: -160px -112px;
}
.body_blue .ui-icon-wrench {
  background-position: -176px -112px;
}
.body_blue .ui-icon-gear {
  background-position: -192px -112px;
}
.body_blue .ui-icon-heart {
  background-position: -208px -112px;
}
.body_blue .ui-icon-star {
  background-position: -224px -112px;
}
.body_blue .ui-icon-link {
  background-position: -240px -112px;
}
.body_blue .ui-icon-cancel {
  background-position: 0 -128px;
}
.body_blue .ui-icon-plus {
  background-position: -16px -128px;
}
.body_blue .ui-icon-plusthick {
  background-position: -32px -128px;
}
.body_blue .ui-icon-minus {
  background-position: -48px -128px;
}
.body_blue .ui-icon-minusthick {
  background-position: -64px -128px;
}
.body_blue .ui-icon-close {
  background-position: -80px -128px;
}
.body_blue .ui-icon-closethick {
  background-position: -96px -128px;
}
.body_blue .ui-icon-key {
  background-position: -112px -128px;
}
.body_blue .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.body_blue .ui-icon-scissors {
  background-position: -144px -128px;
}
.body_blue .ui-icon-clipboard {
  background-position: -160px -128px;
}
.body_blue .ui-icon-copy {
  background-position: -176px -128px;
}
.body_blue .ui-icon-contact {
  background-position: -192px -128px;
}
.body_blue .ui-icon-image {
  background-position: -208px -128px;
}
.body_blue .ui-icon-video {
  background-position: -224px -128px;
}
.body_blue .ui-icon-script {
  background-position: -240px -128px;
}
.body_blue .ui-icon-alert {
  background-position: 0 -144px;
}
.body_blue .ui-icon-info {
  background-position: -16px -144px;
}
.body_blue .ui-icon-notice {
  background-position: -32px -144px;
}
.body_blue .ui-icon-help {
  background-position: -48px -144px;
}
.body_blue .ui-icon-check {
  background-position: -64px -144px;
}
.body_blue .ui-icon-bullet {
  background-position: -80px -144px;
}
.body_blue .ui-icon-radio-on {
  background-position: -96px -144px;
}
.body_blue .ui-icon-radio-off {
  background-position: -112px -144px;
}
.body_blue .ui-icon-pin-w {
  background-position: -128px -144px;
}
.body_blue .ui-icon-pin-s {
  background-position: -144px -144px;
}
.body_blue .ui-icon-play {
  background-position: 0 -160px;
}
.body_blue .ui-icon-pause {
  background-position: -16px -160px;
}
.body_blue .ui-icon-seek-next {
  background-position: -32px -160px;
}
.body_blue .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.body_blue .ui-icon-seek-end {
  background-position: -64px -160px;
}
.body_blue .ui-icon-seek-start {
  background-position: -80px -160px;
}
.body_blue .ui-icon-seek-first {
  background-position: -80px -160px;
}
.body_blue .ui-icon-stop {
  background-position: -96px -160px;
}
.body_blue .ui-icon-eject {
  background-position: -112px -160px;
}
.body_blue .ui-icon-volume-off {
  background-position: -128px -160px;
}
.body_blue .ui-icon-volume-on {
  background-position: -144px -160px;
}
.body_blue .ui-icon-power {
  background-position: 0 -176px;
}
.body_blue .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.body_blue .ui-icon-signal {
  background-position: -32px -176px;
}
.body_blue .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.body_blue .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.body_blue .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.body_blue .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.body_blue .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.body_blue .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.body_blue .ui-icon-circle-close {
  background-position: -32px -192px;
}
.body_blue .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.body_blue .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.body_blue .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.body_blue .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.body_blue .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.body_blue .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.body_blue .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.body_blue .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.body_blue .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.body_blue .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.body_blue .ui-icon-circle-check {
  background-position: -208px -192px;
}
.body_blue .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.body_blue .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.body_blue .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.body_blue .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.body_blue .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.body_blue .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.body_blue .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.body_blue .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.body_blue .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.body_blue .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.body_blue .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.body_blue .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.body_blue .ui-corner-all,
.body_blue .ui-corner-top,
.body_blue .ui-corner-left,
.body_blue .ui-corner-tl {
  border-top-left-radius: 0;
}
.body_blue .ui-corner-all,
.body_blue .ui-corner-top,
.body_blue .ui-corner-right,
.body_blue .ui-corner-tr {
  border-top-right-radius: 0;
}
.body_blue .ui-corner-all,
.body_blue .ui-corner-bottom,
.body_blue .ui-corner-left,
.body_blue .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.body_blue .ui-corner-all,
.body_blue .ui-corner-bottom,
.body_blue .ui-corner-right,
.body_blue .ui-corner-br {
  border-bottom-right-radius: 0;
}
.body_blue .ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.body_blue .ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000 url(/_webblocks/images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 0;
}
.body_blue div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  margin: 25px 0 10px 0;
  overflow-y: auto;
}
.body_blue div.tagsinput span.tag {
  border: 1px solid #2d3966;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #3c4d8a;
  color: #FFFFFF;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
.body_blue div.tagsinput span.tag a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.body_blue div.tagsinput input {
  border: 2px solid #2d3966;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #3c4d8a;
  color: #FFFFFF !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.body_blue .not_valid {
  border: 2px solid #813232 !important;
  background-color: #a64040 !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: #3c4d8a;
  -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: #3c4d8a;
  -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: #ffffff;
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
}
.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 18px 0 0;
}
.body_blue a,
.body_blue .link {
  color: #3c4d8a;
  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: #1d2543;
  cursor: pointer;
}
.body_blue a:active,
.body_blue .link:active {
  color: #2d3966;
}
.body_blue .blue {
  color: #3c4d8a;
}
.body_blue .blue:hover {
  color: #2d3966;
}
.body_blue .red {
  color: #a64040;
}
.body_blue .red:hover {
  color: #813232;
}
.body_blue .teal {
  color: #008080;
}
.body_blue .teal:hover {
  color: #004d4d;
}
.body_blue .yellow {
  color: #f19b3f;
}
.body_blue .yellow:hover {
  color: #ec8211;
}
.body_blue .green {
  color: #419c59;
}
.body_blue .green:hover {
  color: #327844;
}
.body_blue .purple {
  color: #800080;
}
.body_blue .purple:hover {
  color: #4d004d;
}
.body_blue .lila {
  color: #8080FF;
}
.body_blue .lila:hover {
  color: #4d4dff;
}
.body_blue .brown {
  color: #804000;
}
.body_blue .brown:hover {
  color: #4d2700;
}
.body_blue .gray {
  color: #636363;
}
.body_blue .gray:hover {
  color: #4a4a4a;
}
.body_blue .lightslategray {
  color: #778899;
}
.body_blue .lightslategray:hover {
  color: #5f6f7e;
}
.body_blue .maincolor {
  color: #3c4d8a;
}
.body_blue .maincolor:hover {
  color: #2d3966;
}
.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 .overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #FFFFFF;
  height: 100%;
  width: 100%;
}
.body_blue #loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  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: #000;
  background: #E5E5E5;
  padding: 20px;
}
.body_blue .forgot a {
  color: #000;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .forgot a:hover {
  color: #2E2E2E;
  text-decoration: underline;
}
.body_blue .errors {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  color: #a64040;
}
.body_blue .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #a64040;
  margin-bottom: 10px;
}
.body_blue .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
.body_blue header {
  position: fixed;
  width: 100%;
  margin: 0 0 18px 0;
  z-index: 4;
}
.body_blue header .balk {
  background: #F39200;
  height: 40px;
}
.body_blue header .inner {
  height: 96px;
  background-image: url('/_webblocks/images/header.png');
}
.body_blue header .inner .logo {
  width: 157px;
  height: 22px;
  margin: 0 0 0 18px;
  margin-top: 10px;
}
.body_blue header .inner .logo a {
  display: block;
}
.body_blue header .inner h1 {
  font-size: 50px;
  color: #ffffff;
  margin: 0;
  padding-left: 30px;
}
.body_blue header .inner .quick_nav {
  color: #FFFFFF;
  padding: 15px;
  font-size: 15px;
}
.body_blue header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body_blue header .inner .quick_nav ul li {
  height: 100%;
  background: #8EB8CD;
  cursor: pointer;
  text-shadow: 1px 1px 1px #252525;
  min-width: 175px;
  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: 13px;
}
.body_blue header .inner .quick_nav ul li .padding .account_image {
  border: solid 1px #E0E0E0;
  margin: -4px 10px 0 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 .headersub {
  display: none;
  z-index: 10;
}
.body_blue header .inner .quick_nav ul:hover li {
  background: #3c4d8a;
  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: #FFFFFF;
  text-shadow: none;
  color: #3c4d8a;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #B5D5E4;
}
.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 {
  background-color: #E0E0E0;
}
.body_blue header .inner .quick_nav ul:hover .headersub:hover {
  background: #3c4d8a;
}
.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: #FFFFFF;
  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: #3c4d8a;
  color: #FFFFFF;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.body_blue .docks {
  margin-top: 11px;
  position: fixed;
  z-index: 3;
  background-color: #F39201;
  width: 100%;
  top: 85px;
}
.body_blue .docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.body_blue .docks ul li {
  padding: 10px 18px;
  border-right: solid 1px #B5D5E4;
  height: 100%;
  font-size: 15px;
  color: #ffffff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .docks ul li:hover {
  background-color: #C47600;
}
.body_blue .docks ul .selected {
  border-right: solid 1px #3c4d8a;
}
.body_blue .docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 2;
  display: none;
}
.body_blue nav {
  position: fixed;
  top: 180px;
  margin: 0 0 0 18px;
  width: 260px;
  z-index: 2;
  background-color: #ffffff;
}
.body_blue nav ul {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  border: solid 1px #B5D5E4;
}
.body_blue nav ul li {
  border-top: solid 1px #B5D5E4;
  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:first-child {
  border-top: none;
}
.body_blue nav ul li .padding {
  padding: 15px;
}
.body_blue nav ul li:hover {
  background: #E0E0E0;
  text-decoration: none;
  color: #3c4d8a;
}
.body_blue nav ul li:hover a {
  text-decoration: none;
  color: #3c4d8a;
}
.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: #383838;
  border-color: #7db5d0;
}
.body_blue nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -webkit-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -moz-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  border-top: inset 0px 1px 1px 0px #7db5d0;
}
.body_blue nav ul ul li:hover {
  background: #636363;
  color: #E0E0E0;
}
.body_blue nav ul ul li .padding {
  padding: 10px 15px;
}
.body_blue nav ul ul .selected {
  background: #636363;
  color: #E0E0E0;
}
.body_blue nav ul .selected {
  background: #E0E0E0;
  text-decoration: none;
  color: #3c4d8a;
}
.body_blue nav ul .selected a {
  text-decoration: none;
  color: #3c4d8a;
}
.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: #383838;
}
.body_blue nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #3c4d8a;
}
.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: #ededed;
  border: solid 2px #B5D5E4;
  margin-bottom: 18px;
  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 #B5D5E4;
  margin: -18px 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: #3c4d8a;
  background: none;
  padding: 0;
  line-height: 30px;
}
.body_blue #domain_switch_holder .domain_searchbox ul li:hover {
  background: none;
  color: #4b61ae;
}
.body_blue #domain_switch_holder .domain_searchbox ul li:hover a {
  color: #44579c;
}
.body_blue .full-width {
  margin: 0 0 0 30px;
}
.body_blue .semi-width {
  margin: 0 0 0 320px;
}
.body_blue .content {
  padding: 175px 0 40px 0;
}
.body_blue .content .row {
  margin-bottom: 40px;
}
.body_blue .content .row .box {
  border: solid 2px #B5D5E4;
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
}
.body_blue .content .row .box .inner {
  background-color: #FFFFFF;
}
.body_blue .content .row .box .inner .title {
  line-height: 40px;
  font-size: 22px;
  padding: 0 10px;
  border-bottom: solid 2px #B5D5E4;
}
.body_blue .content .row .box .inner .tabs_included {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
}
.body_blue .content .row .box .inner .boxcontent {
  background: ;
  padding: 15px 0px 0px 20px;
}
.body_blue .content .row .box .inner .boxcontent-help {
  padding-bottom: 15px;
}
.body_blue .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_blue .content .tabs {
  display: block;
}
.body_blue .content .tabs ul {
  list-style-type: none;
  padding: 0;
  display: block;
}
.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;
  margin: 0 5px 0 0;
  background: #E0E0E0;
  color: #383838;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  border: solid 1px #B5D5E4;
  border-bottom: 0px;
  box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -webkit-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -moz-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  border-top: inset 0px -1px 3px 0px #d8d8d8;
}
.body_blue .content .tabs ul li div:hover {
  text-decoration: none;
  background: #bfbfbf;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_blue .content .tabs ul li div:active {
  padding: 0 15px;
  background: #636363;
  color: #383838;
}
.body_blue .content .tabs ul li .selected {
  padding: 0 15px;
  background: #cbcbcb;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_blue .content .breadcrumbs {
  margin-top: 10px;
  padding: 0 0 10px 0;
}
.body_blue .content .breadcrumbs a {
  color: #383838;
}
.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 {
  color: #383838;
  padding: 0 10px;
}
.body_blue .greytext {
  color: #999;
}
.body_blue .btn {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 12px;
  padding: 0px 10px;
  height: 25px;
  line-height: 25px;
  background-color: #3c4d8a;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  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;
}
.body_blue .btn:hover {
  background: #2d3966;
  color: #FFF;
}
.body_blue .btn:active {
  background: #2d3966;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  box-shadow: inset 1px 1px 2px 0px #1d2543;
  -webkit-box-shadow: inset 1px 1px 2px 0px #1d2543;
  -moz-box-shadow: inset 1px 1px 2px 0px #1d2543;
  border-top: inset 1px 1px 2px 0px #1d2543;
}
.body_blue .btn.small {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}
.body_blue .btn.big {
  font-size: 14px;
  padding: 0px 10px;
  height: 40px;
}
.body_blue .btn.disabled {
  background-color: gray;
}
.body_blue .btn.disabled:hover {
  background-color: #676767;
}
.body_blue .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.body_blue .module_dev_switcher {
  position: fixed;
  right: 0px;
  background: #383838;
  color: #FFFFFF;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.body_blue .module_dev_switcher a {
  color: #FFFFFF;
}
.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 .mail_popup_seller {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_blue .mail_popup_shipment_planned,
.body_blue .mail_popup_shipment_requested,
.body_blue .mail_popup_shipment_delivery {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 800px;
  height: 746px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_blue .mail_popup_shipment_planned form,
.body_blue .mail_popup_shipment_requested form,
.body_blue .mail_popup_shipment_delivery form {
  padding: 0px;
}
.body_blue .mail_popup_shipment_planned form textarea,
.body_blue .mail_popup_shipment_requested form textarea,
.body_blue .mail_popup_shipment_delivery form textarea {
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
.body_blue .mail_popup_buyer {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_blue .mail_popup_invoice {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_blue .m_btn {
  background-color: #a64040;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  width: 30px;
  text-align: center;
  border-radius: 3px;
  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;
}
.body_blue .m_btn i {
  color: #FFFFFF;
  font-size: 16px;
}
.body_blue .m_btn:hover {
  background: #2d3966;
}
.body_blue .m_btn:active {
  background: #2d3966;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  box-shadow: inset 1px 1px 2px 0px #1d2543;
  -webkit-box-shadow: inset 1px 1px 2px 0px #1d2543;
  -moz-box-shadow: inset 1px 1px 2px 0px #1d2543;
  border-top: inset 1px 1px 2px 0px #1d2543;
}
.body_blue .m_btn.disabled {
  background-color: gray !important;
}
.body_blue .date_popup {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_blue .date_popup .btn {
  margin: 0 2px;
}
.body_blue .date_popup h2 {
  text-transform: capitalize;
}
.body_blue .product_select_container {
  width: calc(100% - 200px);
  height: 40px;
  display: block;
  float: right;
  margin: 0 0 20px 0;
}
.body_blue .product_select {
  float: right;
  margin: 0 20px !important;
}
.body_blue .small_popup {
  width: 300px !important;
  height: 125px;
  margin-left: -150px;
}
.body_blue .companies_select {
  width: 50% !important;
  float: right !important;
}
.body_blue .mail_holder {
  display: block;
  float: left;
  width: 33%;
}
.body_blue .uneditable {
  cursor: default !important;
}
.body_blue .uneditable.green:hover {
  color: #419c59;
}
.body_blue .uneditable.gray:hover {
  color: #636363;
}
.body_blue #products-table {
  display: block;
  float: left;
  width: 100% !important;
}
.body_blue #products-table #export-table {
  width: 70% !important;
}
.body_blue #products-table td {
  padding: 0 10px;
}
.body_blue #products-table input[type=number],
.body_blue #products-table input[type=text] {
  width: 100% !important;
}
.body_blue #products-table .select2.product {
  width: 250px !important;
}
.body_blue #products-table .select2.currency,
.body_blue #products-table .select2.unit {
  width: 100px !important;
}
.body_blue .product-details .box .inner .boxcontent.half {
  float: left;
  width: 50%;
  margin: 0;
}
.body_blue .attachment_add:hover {
  color: #fff;
}
.body_blue #products-table table tbody tr,
.body_blue #products-table table tfoot tr {
  height: 50px;
}
.body_blue .delete-product.fa-times.red {
  line-height: 25px;
  font-size: 24px;
}
.body_blue .complaint_solution_item label,
.body_blue .complaint_types label {
  margin-left: 10px;
  width: auto;
  float: none;
}
.body_blue .nowrap {
  white-space: nowrap;
}
.body_blue .page-link {
  z-index: 0 !important;
}
.body_blue .toggle_mail {
  cursor: pointer;
}
.body_blue .module_webshop.order_header,
.body_blue .module_webshop.order_overview_header {
  font-weight: bold;
}
@keyframes fadeIn {
  .body_blue from {
    opacity: 0;
  }
  .body_blue to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  .body_blue from {
    opacity: 1;
  }
  .body_blue to {
    opacity: 0;
  }
}
.body_blue .redactor-animate-hide {
  display: none !important;
}
.body_blue .redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out;
}
.body_blue .redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out;
}
@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.body_blue [class^="re-icon-"],
.body_blue [class*=" re-icon-"] {
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body_blue .re-icon-aligncenter:before {
  content: "\e900";
}
.body_blue .re-icon-alignment:before,
.body_blue .re-icon-alignleft:before {
  content: "\e901";
}
.body_blue .re-icon-alignright:before {
  content: "\e902";
}
.body_blue .re-icon-bold:before {
  content: "\e903";
}
.body_blue .re-icon-bookmark:before {
  content: "\e904";
}
.body_blue .re-icon-clips:before {
  content: "\e905";
}
.body_blue .re-icon-codesnippets:before {
  content: "\e906";
}
.body_blue .re-icon-deleted:before {
  content: "\e907";
}
.body_blue .re-icon-expand:before {
  content: "\e908";
}
.body_blue .re-icon-file:before {
  content: "\e909";
}
.body_blue .re-icon-fontcolor:before {
  content: "\e90a";
}
.body_blue .re-icon-fontfamily:before {
  content: "\e90b";
}
.body_blue .re-icon-fontsize:before {
  content: "\e90c";
}
.body_blue .re-icon-format:before {
  content: "\e90d";
}
.body_blue .re-icon-html:before {
  content: "\e90e";
}
.body_blue .re-icon-imagecenter:before {
  content: "\e90f";
}
.body_blue .re-icon-imageleft:before {
  content: "\e910";
}
.body_blue .re-icon-imageright:before {
  content: "\e911";
}
.body_blue .re-icon-image:before {
  content: "\e912";
}
.body_blue .re-icon-indent:before {
  content: "\e913";
}
.body_blue .re-icon-inline:before {
  content: "\e914";
}
.body_blue .re-icon-italic:before {
  content: "\e915";
}
.body_blue .re-icon-line:before,
.body_blue .re-icon-horizontalrule:before {
  content: "\e916";
}
.body_blue .re-icon-link:before {
  content: "\e917";
}
.body_blue .re-icon-ol:before,
.body_blue .re-icon-ordered:before {
  content: "\e918";
}
.body_blue .re-icon-outdent:before {
  content: "\e919";
}
.body_blue .re-icon-properties:before {
  content: "\e91a";
}
.body_blue .re-icon-readmore:before {
  content: "\e91b";
}
.body_blue .re-icon-redo:before {
  content: "\e91c";
}
.body_blue .re-icon-retract:before {
  content: "\e91d";
}
.body_blue .re-icon-specialcharacters:before {
  content: "\e91e";
}
.body_blue .re-icon-sub:before {
  content: "\e91f";
}
.body_blue .re-icon-sup:before {
  content: "\e920";
}
.body_blue .re-icon-table:before {
  content: "\e921";
}
.body_blue .re-icon-textdirection:before {
  content: "\e922";
}
.body_blue .re-icon-toggle:before {
  content: "\e923";
}
.body_blue .re-icon-underline:before {
  content: "\e924";
}
.body_blue .re-icon-undo:before {
  content: "\e925";
}
.body_blue .re-icon-ul:before,
.body_blue .re-icon-lists:before,
.body_blue .re-icon-unordered:before {
  content: "\e926";
}
.body_blue .re-icon-variable:before {
  content: "\e927";
}
.body_blue .re-icon-video:before {
  content: "\e928";
}
.body_blue .re-icon-widget:before {
  content: "\e929";
}
.body_blue .redactor-box,
.body_blue .redactor-box textarea {
  z-index: auto;
}
.body_blue .redactor-box {
  position: relative;
  box-sizing: border-box;
}
.body_blue .redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.075);
  border-radius: 3px;
  box-shadow: none;
}
.body_blue .redactor-box.redactor-inline {
  position: static;
}
.body_blue .redactor-focus.redactor-styles-on,
.body_blue .redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important;
}
.body_blue .redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important;
}
.body_blue .redactor-source-view,
.body_blue .redactor-source-view.redactor-styles-on {
  border-color: #000 !important;
}
.body_blue .redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box;
}
.body_blue .redactor-in:focus {
  outline: none;
}
.body_blue .redactor-inline .redactor-in {
  overflow: hidden;
}
.body_blue .redactor-in *,
.body_blue .redactor-read-only * {
  outline: none !important;
}
.body_blue .redactor-in h1:empty,
.body_blue .redactor-in h2:empty,
.body_blue .redactor-in h3:empty,
.body_blue .redactor-in h4:empty,
.body_blue .redactor-in h5:empty,
.body_blue .redactor-in h6:empty,
.body_blue .redactor-in p:empty,
.body_blue .redactor-in blockquote:empty,
.body_blue .redactor-in div[data-redactor-tag=br]:empty,
.body_blue .redactor-in div[data-redactor-tag=tbr]:empty {
  min-height: 1.5em;
}
.body_blue .redactor-in div[data-redactor-tag=br],
.body_blue .redactor-in div[data-redactor-tag=tbr] {
  margin-top: 0;
  margin-bottom: 0;
}
.body_blue .redactor-in strong:empty,
.body_blue .redactor-in b:empty,
.body_blue .redactor-in em:empty,
.body_blue .redactor-in i:empty,
.body_blue .redactor-in span:empty,
.body_blue .redactor-in sup:empty,
.body_blue .redactor-in sub:empty,
.body_blue .redactor-in u:empty,
.body_blue .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}
.body_blue .redactor-in table {
  empty-cells: show;
}
.body_blue .redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.body_blue .redactor-in figcaption:focus,
.body_blue .redactor-in figure code:focus,
.body_blue .redactor-in figure pre:focus,
.body_blue .redactor-in table td:focus,
.body_blue .redactor-in table th:focus {
  outline: none;
}
.body_blue .redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline;
}
.body_blue .redactor-in figure[data-redactor-type=line] hr {
  margin: 0;
  height: 3px;
  border: none;
  background: rgba(0,0,0,0.1);
}
.body_blue .redactor-script-tag {
  display: none !important;
}
.body_blue .redactor-component {
  position: relative;
}
.body_blue .redactor-component[data-redactor-type="widget"]:before,
.body_blue .redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.body_blue .redactor-component[data-redactor-type=image],
.body_blue .redactor-component[data-redactor-type=widget] {
  clear: both;
}
.body_blue .redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0,125,255,0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}
.body_blue .redactor-component-active {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_blue .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.body_blue .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_blue .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a;
}
.body_blue .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.body_blue .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_blue .redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important;
}
.body_blue .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.body_blue .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid #ddd !important;
}
.body_blue .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.body_blue .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid #ddd !important;
}
.body_blue .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ddd;
}
.body_blue .redactor-component-caret {
  position: absolute;
  left: -9999px;
}
.body_blue .redactor-textnodes-wrapper {
  display: inline-block;
}
.body_blue #redactor-image-resizer {
  position: absolute;
  z-index: 1051;
  background-color: rgba(0,125,255,0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}
.body_blue .redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.2);
}
.body_blue .redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5;
}
.body_blue .redactor-file-remover:hover {
  opacity: 1;
}
.body_blue .redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16,16,18,0.3);
}
.body_blue .redactor-overlay > .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
.body_blue .redactor-source,
.body_blue .redactor-source:hover,
.body_blue .redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical;
}
.body_blue .redactor-box[dir="rtl"] .redactor-source {
  direction: ltr;
}
.body_blue .redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
  cursor: text;
}
.body_blue .redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
}
.body_blue .redactor-in figcaption[placeholder]:empty:focus:before {
  content: "";
}
.body_blue .redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none;
}
.body_blue .redactor-statusbar li {
  float: left;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.body_blue .redactor-statusbar li:last-child {
  border-right-color: transparent;
}
.body_blue .redactor-statusbar a {
  color: rgba(0,0,0,0.5);
  text-decoration: underline;
}
.body_blue .redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline;
}
.body_blue .redactor-statusbar:empty {
  display: none;
}
.body_blue .redactor-toolbar-wrapper {
  position: relative;
}
.body_blue .redactor-toolbar,
.body_blue .redactor-air {
  z-index: 0;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box;
}
.body_blue .redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px;
}
.body_blue .redactor-toolbar a,
.body_blue .redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0,0,0,0.85);
  border-radius: 2px;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 1px 2px rgba(0,0,0,0.22);
  margin-right: 5px;
  margin-bottom: 4px;
}
.body_blue .redactor-toolbar a.re-button-icon,
.body_blue .redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px;
}
.body_blue .redactor-toolbar a:hover,
.body_blue .redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}
.body_blue .redactor-toolbar a.redactor-button-active {
  background: rgba(245,245,245,0.95);
  color: rgba(0,0,0,0.4);
}
.body_blue .redactor-toolbar a.redactor-button-disabled,
.body_blue .redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}
.body_blue .redactor-toolbar a.redactor-button-disabled:hover,
.body_blue .redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.body_blue .redactor-source-view .redactor-toolbar {
  background: #252525;
}
.body_blue .redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff;
}
.body_blue .redactor-source-view .redactor-toolbar a:hover {
  background: #449aef;
}
.body_blue .redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.body_blue .re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0,0,0,0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.body_blue .re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0,0,0,0.9);
  border-width: 4px;
  margin-left: -4px;
}
.body_blue .redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100;
}
.body_blue .redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0,0,0,0.97);
}
.body_blue .redactor-air a {
  background: rgba(37,37,37,0.95);
  box-shadow: none;
  color: rgba(255,255,255,0.9);
}
.body_blue .redactor-air a:hover {
  background: #3d79f2;
}
.body_blue .redactor-air a.redactor-button-active {
  background-color: rgba(255,255,255,0.15);
  color: #fff;
}
.body_blue .redactor-air a.redactor-button-disabled:hover {
  color: #fff;
}
.body_blue .redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255,255,255,0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer;
}
.body_blue .redactor-air-helper:hover {
  background: #fff;
}
.body_blue .redactor-voice-label {
  display: none;
}
.body_blue .redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0,0,0,0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.body_blue .redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px;
}
.body_blue .redactor-context-toolbar a:first-child {
  padding-left: 0;
}
.body_blue .redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.body_blue .redactor-context-toolbar a:before {
  content: '';
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,0.3);
}
.body_blue .redactor-context-toolbar a:hover {
  color: #fff;
}
.body_blue .redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none;
}
.body_blue .redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0;
}
.body_blue .redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0;
}
.body_blue .redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-left: none;
}
.body_blue .redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none;
}
.body_blue .redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  border-radius: 2px;
  width: 264px;
  min-height: 40px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}
.body_blue .redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}
.body_blue .redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.body_blue .redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}
.body_blue .redactor-dropdown a {
  color: #000;
}
.body_blue .redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}
.body_blue .redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0,0,0,0.4);
  background: #fff;
}
.body_blue .redactor-dropdown-cells {
  margin: 10px auto;
}
.body_blue .redactor-dropdown-cells a,
.body_blue .redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.body_blue .redactor-dropdown-selector {
  display: flex;
  text-align: center;
}
.body_blue .redactor-dropdown-selector span {
  flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}
.body_blue .redactor-dropdown-selector span:hover {
  background: #eee;
}
.body_blue .redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0,0,0,0.3);
  background: #eee;
}
.body_blue .redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.body_blue .redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}
.body_blue .redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}
.body_blue .redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
.body_blue .redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.body_blue .redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
.body_blue .redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.body_blue .redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}
.body_blue .redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px;
}
.body_blue .redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 2px 15px rgba(80,80,80,0.25);
  border-radius: 3px;
  color: #000;
}
.body_blue .redactor-modal form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body_blue .redactor-modal input,
.body_blue .redactor-modal select,
.body_blue .redactor-modal textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  box-shadow: none;
  padding: 0 .5em;
}
.body_blue .redactor-modal textarea {
  padding: .5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}
.body_blue .redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right .65em center;
  padding-right: 28px;
}
.body_blue .redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: .5em .75em;
}
.body_blue .redactor-modal input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}
.body_blue .redactor-modal input[type="radio"],
.body_blue .redactor-modal input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}
.body_blue .redactor-modal .form-item {
  margin-bottom: 20px;
}
.body_blue .redactor-modal .form-item:last-child {
  margin-bottom: 0;
}
.body_blue .redactor-modal fieldset {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.body_blue .redactor-modal fieldset .form-item {
  margin-bottom: 12px;
}
.body_blue .redactor-modal label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
  font-size: 14px;
}
.body_blue .redactor-modal label .desc,
.body_blue .redactor-modal label .success,
.body_blue .redactor-modal label .error {
  text-transform: none;
  font-weight: normal;
}
.body_blue .redactor-modal label.checkbox {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}
.body_blue .redactor-modal .form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 1em;
}
.body_blue .redactor-modal input:hover,
.body_blue .redactor-modal textarea:hover,
.body_blue .redactor-modal select:hover {
  outline: none;
  background-color: #fff;
  border-color: #969fa9;
  box-shadow: none;
}
.body_blue .redactor-modal input:focus,
.body_blue .redactor-modal textarea:focus,
.body_blue .redactor-modal select:focus {
  transition: all linear .2s;
  outline: none;
  background-color: #fff;
  border-color: rgba(0,125,255,0.5);
  box-shadow: 0 0 3px rgba(0,125,255,0.5);
}
.body_blue .redactor-modal input.error,
.body_blue .redactor-modal textarea.error,
.body_blue .redactor-modal select.error {
  background-color: rgba(255,50,101,0.1);
  border: 1px solid #ff7f9e;
}
.body_blue .redactor-modal input.error:focus,
.body_blue .redactor-modal textarea.error:focus,
.body_blue .redactor-modal select.error:focus {
  border-color: #ff3265;
  box-shadow: 0 0 1px #ff3265;
}
.body_blue .redactor-modal input.success,
.body_blue .redactor-modal textarea.success,
.body_blue .redactor-modal select.success {
  background-color: rgba(47,196,182,0.1);
  border: 1px solid #65dacf;
}
.body_blue .redactor-modal input.success:focus,
.body_blue .redactor-modal textarea.success:focus,
.body_blue .redactor-modal select.success:focus {
  border-color: #2fc4b6;
  box-shadow: 0 0 1px #2fc4b6;
}
.body_blue .redactor-modal input:disabled,
.body_blue .redactor-modal input:disabled:hover,
.body_blue .redactor-modal input.disabled,
.body_blue .redactor-modal input.disabled:hover,
.body_blue .redactor-modal textarea:disabled,
.body_blue .redactor-modal textarea:disabled:hover,
.body_blue .redactor-modal textarea.disabled,
.body_blue .redactor-modal textarea.disabled:hover,
.body_blue .redactor-modal select:disabled,
.body_blue .redactor-modal select:disabled:hover,
.body_blue .redactor-modal select.disabled,
.body_blue .redactor-modal select.disabled:hover {
  resize: none;
  opacity: .6;
  cursor: default;
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: 1px solid #cacfd4;
  box-shadow: none;
  background-color: #fff;
}
.body_blue .redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
  font-size: 110%;
}
.body_blue .redactor-modal .desc {
  color: rgba(51,51,51,0.5);
  font-size: 12px;
}
.body_blue .redactor-modal span.desc {
  margin-left: 0.25em;
}
.body_blue .redactor-modal div.desc {
  margin-top: 0.25em;
}
.body_blue .redactor-modal span.success,
.body_blue .redactor-modal span.error {
  font-size: 12px;
  margin-left: 0.25em;
}
.body_blue .redactor-modal div.desc {
  margin-bottom: -0.5em;
}
.body_blue .redactor-modal .redactor-close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px;
  color: #000;
  opacity: .3;
  cursor: pointer;
}
.body_blue .redactor-modal .redactor-close:hover {
  opacity: 1;
}
.body_blue .redactor-modal .redactor-close:before {
  content: '\00d7';
}
.body_blue .redactor-modal button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #007dff;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #007dff;
  min-height: 40px;
  outline: none;
  padding: 0.5em 1.25em;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: none;
}
.body_blue .redactor-modal button:hover {
  outline: none;
  text-decoration: none;
  background: none;
  color: rgba(0,125,255,0.6);
  border-color: rgba(0,125,255,0.5);
}
.body_blue .redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34;
}
.body_blue .redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42,46,52,0.6);
  border-color: rgba(42,46,52,0.5);
}
.body_blue .redactor-modal button.redactor-button-danger,
.body_blue .redactor-modal button.redactor-button-unstyled {
  background: none;
  border-color: transparent;
  color: rgba(42,46,52,0.6);
}
.body_blue .redactor-modal button.redactor-button-danger:hover,
.body_blue .redactor-modal button.redactor-button-unstyled:hover {
  background: none;
  border-color: transparent;
  color: #ff3265;
  text-decoration: underline;
}
.body_blue .redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_blue .redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.body_blue .redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block;
}
.body_blue .redactor-modal .redactor-modal-area {
  float: left;
  width: 66%;
}
.body_blue .redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto;
}
.body_blue .redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left;
}
.body_blue .redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0;
}
.body_blue .redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.body_blue .redactor-modal-header:empty {
  display: none;
}
.body_blue .redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px;
}
.body_blue .redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}
.body_blue .redactor-modal-footer button {
  margin-right: 4px;
}
.body_blue .redactor-modal-footer button.redactor-button-unstyled {
  margin-right: 0;
  float: right;
}
.body_blue .redactor-modal-footer:empty {
  display: none;
}
.body_blue .redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0,0,0,0.05);
  margin-bottom: 1em;
}
.body_blue .redactor-modal-tabs a {
  font-size: 15px;
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0,0,0,0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px;
}
.body_blue .redactor-modal-tabs a:hover {
  transition: all linear .2s;
}
.body_blue .redactor-modal-tabs a:hover,
.body_blue .redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff;
}
.body_blue .redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}
.body_blue .redactor-styles *,
.body_blue .redactor-styles *:before,
.body_blue .redactor-styles *:after {
  box-sizing: inherit;
}
.body_blue .redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.body_blue .redactor-styles[dir="rtl"] ul li,
.body_blue .redactor-styles[dir="rtl"] ol li {
  text-align: right;
}
.body_blue .redactor-styles[dir="rtl"] ul,
.body_blue .redactor-styles[dir="rtl"] ol,
.body_blue .redactor-styles[dir="rtl"] ul ul,
.body_blue .redactor-styles[dir="rtl"] ol ol,
.body_blue .redactor-styles[dir="rtl"] ul ol,
.body_blue .redactor-styles[dir="rtl"] ol ul {
  margin-left: 1.5em;
}
.body_blue .redactor-styles[dir="rtl"] figcaption {
  text-align: right;
}
.body_blue .redactor-styles ul[dir="rtl"],
.body_blue .redactor-styles ul[dir="rtl"] ul,
.body_blue .redactor-styles ul[dir="rtl"] ol,
.body_blue .redactor-styles ol[dir="rtl"],
.body_blue .redactor-styles ol[dir="rtl"] ul,
.body_blue .redactor-styles ol[dir="rtl"] ol {
  margin-right: 1.5em;
}
.body_blue .redactor-styles ul[dir="rtl"] li,
.body_blue .redactor-styles ol[dir="rtl"] li {
  text-align: right;
}
.body_blue .redactor-styles a,
.body_blue .redactor-styles a:hover {
  color: #3397ff;
}
.body_blue .redactor-styles p,
.body_blue .redactor-styles dl,
.body_blue .redactor-styles blockquote,
.body_blue .redactor-styles hr,
.body_blue .redactor-styles pre,
.body_blue .redactor-styles table,
.body_blue .redactor-styles figure,
.body_blue .redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.body_blue .redactor-styles ul,
.body_blue .redactor-styles ol {
  padding: 0;
}
.body_blue .redactor-styles ul,
.body_blue .redactor-styles ul ul,
.body_blue .redactor-styles ul ol,
.body_blue .redactor-styles ol,
.body_blue .redactor-styles ol ul,
.body_blue .redactor-styles ol ol {
  margin: 0 0 0 1.5em;
}
.body_blue .redactor-styles ul li,
.body_blue .redactor-styles ol li {
  text-align: left;
}
.body_blue .redactor-styles ol ol li {
  list-style-type: lower-alpha;
}
.body_blue .redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}
.body_blue .redactor-styles ul,
.body_blue .redactor-styles ol {
  margin-bottom: 1em;
}
.body_blue .redactor-styles h1,
.body_blue .redactor-styles h2,
.body_blue .redactor-styles h3,
.body_blue .redactor-styles h4,
.body_blue .redactor-styles h5,
.body_blue .redactor-styles h6 {
  font-weight: bold;
  color: #111;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.body_blue .redactor-styles h1 {
  font-size: 2.0736em;
}
.body_blue .redactor-styles h2 {
  font-size: 1.728em;
}
.body_blue .redactor-styles h3 {
  font-size: 1.44em;
}
.body_blue .redactor-styles h4 {
  font-size: 1.2em;
}
.body_blue .redactor-styles h5 {
  font-size: 1em;
}
.body_blue .redactor-styles h6 {
  font-size: 0.83333em;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.body_blue .redactor-styles blockquote {
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: none;
}
.body_blue .redactor-styles table {
  width: 100%;
}
.body_blue .redactor-styles time,
.body_blue .redactor-styles small,
.body_blue .redactor-styles var,
.body_blue .redactor-styles code,
.body_blue .redactor-styles kbd,
.body_blue .redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51,51,51,0.9);
}
.body_blue .redactor-styles var,
.body_blue .redactor-styles cite {
  opacity: .6;
}
.body_blue .redactor-styles var {
  font-style: normal;
}
.body_blue .redactor-styles dfn,
.body_blue .redactor-styles abbr {
  text-transform: uppercase;
}
.body_blue .redactor-styles dfn[title],
.body_blue .redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,0,0,0.5);
  cursor: help;
}
.body_blue .redactor-styles code,
.body_blue .redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}
.body_blue .redactor-styles code {
  background-color: #eff1f2;
}
.body_blue .redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}
.body_blue .redactor-styles kbd {
  border: 1px solid #e5e7e9;
}
.body_blue .redactor-styles sub,
.body_blue .redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.body_blue .redactor-styles sub {
  bottom: -0.25em;
}
.body_blue .redactor-styles sup {
  top: -0.5em;
}
.body_blue .redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
}
.body_blue .redactor-styles pre,
.body_blue .redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51,51,51,0.85);
  overflow: none;
  white-space: pre-wrap;
}
.body_blue .redactor-styles pre {
  padding: 1rem;
}
.body_blue .redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
.body_blue .redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0,0,0,0.5);
  font-size: 11px;
}
.body_blue .redactor-styles table th,
.body_blue .redactor-styles table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}
.body_blue .redactor-styles table tfoot th,
.body_blue .redactor-styles table tfoot td {
  color: rgba(0,0,0,0.5);
}
.body_blue .redactor-styles img,
.body_blue .redactor-styles video,
.body_blue .redactor-styles audio,
.body_blue .redactor-styles embed,
.body_blue .redactor-styles object {
  max-width: 100%;
}
.body_blue .redactor-styles img,
.body_blue .redactor-styles video,
.body_blue .redactor-styles embed,
.body_blue .redactor-styles object {
  height: auto !important;
}
.body_blue .redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.body_blue .redactor-styles figcaption {
  display: block;
  opacity: .6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.body_blue .upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0,125,255,0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.body_blue .upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,0.3);
  font-style: italic;
}
.body_blue .upload-redactor-hover {
  background-color: rgba(0,125,255,0.075);
}
.body_blue .upload-redactor-error {
  background-color: rgba(255,50,101,0.075);
}
.body_blue .upload-redactor-box-hover {
  outline: 5px dashed rgba(0,125,255,0.3);
}
.body_blue .upload-redactor-box-error {
  outline: 5px dashed rgba(255,50,101,0.3);
}
.body_blue .redactor-structure h1,
.body_blue .redactor-structure h2,
.body_blue .redactor-structure h3,
.body_blue .redactor-structure h4,
.body_blue .redactor-structure h5,
.body_blue .redactor-structure h6,
.body_blue .redactor-structure div {
  position: relative;
}
.body_blue .redactor-structure h1:before,
.body_blue .redactor-structure h2:before,
.body_blue .redactor-structure h3:before,
.body_blue .redactor-structure h4:before,
.body_blue .redactor-structure h5:before,
.body_blue .redactor-structure h6:before,
.body_blue .redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: .5;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right;
}
.body_blue .redactor-structure h1:before {
  content: "h1";
}
.body_blue .redactor-structure h2:before {
  content: "h2";
}
.body_blue .redactor-structure h3:before {
  content: "h3";
}
.body_blue .redactor-structure h4:before {
  content: "h4";
}
.body_blue .redactor-structure h5:before {
  content: "h5";
}
.body_blue .redactor-structure h6:before {
  content: "h6";
}
.body_blue .redactor-structure div:before {
  content: "div";
}
.body_blue #redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
.body_blue #redactor-progress span {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  .body_blue from {
    background-position: 40px 0;
  }
  .body_blue to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .body_blue from {
    background-position: 40px 0;
  }
  .body_blue to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  .body_blue from {
    background-position: 40px 0;
  }
  .body_blue to {
    background-position: 0 0;
  }
}
.body_blue .redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.body_blue .redactor-box-fullscreen-target {
  position: absolute !important;
}
.body_blue .redactor-body-fullscreen .redactor-dropdown,
.body_blue .redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052;
}
.body_blue .redactor-body-fullscreen #redactor-overlay {
  z-index: 1098;
}
.body_blue .redactor-body-fullscreen #redactor-modal {
  z-index: 1099;
}
@media only screen and (max-width: 1366px) {
  .body_blue header .inner {
    height: 70px;
  }
  .body_blue header .inner .logo img {
    padding-top: 5px !important;
  }
  .body_blue header .inner .quick_nav {
    padding: 10px;
  }
  .body_blue header .inner .quick_nav ul li .padding {
    font-size: 10px;
    padding: 8px;
  }
  .body_blue header .inner .quick_nav ul li img {
    width: 20px;
    height: 20px;
  }
  .body_blue .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_blue .holder .content .row {
    margin-top: 0px;
  }
  .body_blue .holder .content .row .box {
    margin-right: 10px;
  }
  .body_blue .holder .content .row .box .inner .title {
    font-size: 19px;
  }
  .body_blue .holder .content .row .box .inner .styledViews .line label {
    width: 40% !important;
  }
  .body_blue .holder .content .row .box .inner .styledViews .line .static {
    float: none;
    display: block;
  }
  .body_blue .holder .docks {
    margin-top: 0px;
    top: 70px;
  }
  .body_blue .holder .docks ul li {
    padding: 6px 10px;
    font-size: 13px;
  }
  .body_blue .holder .content .breadcrumbs {
    margin-top: 0px;
  }
  .body_blue .holder .content form .row .box .inner #contract_lines table {
    overflow: hidden;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line textarea {
    width: 70%;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line #s2id_seller {
    width: 70% !important;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line #seller_reference_name {
    width: 70%;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line #select2-chosen-2 {
    width: 70% !important;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line #s2id_buyer {
    width: 70% !important;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .body_blue .select2-search-choice-close {
    height: 13px !important;
  }
  .body_blue .cms_table_page_nav {
    width: 35px !important;
    height: 35px !important;
  }
  .body_blue .cms_table_add {
    margin: 20px 0 20px 0px;
  }
  .body_blue #contract_lines {
    overflow-x: auto;
    display: block;
  }
  .body_blue .select2-chosen {
    line-height: 40px !important;
  }
  .body_blue #s2id_autogen1 .select2-chosen {
    margin-top: 0px !important;
  }
  .body_blue select#contact + input.btn {
    margin-top: 20px;
  }
  .body_blue select,
  .body_blue #contact {
    margin-top: 10px;
  }
  .body_blue .select2 a {
    height: 40px !important;
    line-height: 40px;
  }
  .body_blue .select2-container a {
    height: 40px !important;
  }
  .body_blue .select2-container .select2-search-choice-close {
    height: 13px !important;
  }
  .body_blue .logo img {
    width: 50%;
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .body_blue header {
    position: relative;
    margin-bottom: 0px;
  }
  .body_blue .holder {
    margin-right: 0px !important;
  }
  .body_blue .holder .content {
    margin: 0 30px 0 30px;
    padding-top: 0px;
  }
  .body_blue .holder .content .row .box {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .body_blue .holder .content .row .box .inner .boxcontent .line input {
    display: inline-grid;
    padding-top: 6px;
  }
  .body_blue .holder .content .row .box .inner .boxcontent .line #s2id_seller,
  .body_blue .holder .content .row .box .inner .boxcontent .line #s2id_fk_product_subcategories,
  .body_blue .holder .content .row .box .inner .boxcontent .line #city_from,
  .body_blue .holder .content .row .box .inner .boxcontent .line #city_to,
  .body_blue .holder .content .row .box .inner .boxcontent .line #brand,
  .body_blue .holder .content .row .box .inner .boxcontent .line #crop,
  .body_blue .holder .content .row .box .inner .boxcontent .line #quality,
  .body_blue .holder .content .row .box .inner .boxcontent .line .select2-container,
  .body_blue .holder .content .row .box .inner .boxcontent .line #buyer_reference_name,
  .body_blue .holder .content .row .box .inner .boxcontent .line #seller_reference_name,
  .body_blue .holder .content .row .box .inner .boxcontent .line .static,
  .body_blue .holder .content .row .box .inner .boxcontent .line select,
  .body_blue .holder .content .row .box .inner .boxcontent .line #seller_reference_file,
  .body_blue .holder .content .row .box .inner .boxcontent .line #buyer_reference_file,
  .body_blue .holder .content .row .box .inner .boxcontent .line #seller,
  .body_blue .holder .content .row .box .inner .boxcontent .line #buyer,
  .body_blue .holder .content .row .box .inner .boxcontent .line #credit_note {
    width: 70% !important;
  }
  .body_blue .holder .content .row .box .inner .boxcontent .line #complaints_ref,
  .body_blue .holder .content .row .box .inner .boxcontent .line #amount,
  .body_blue .holder .content .row .box .inner .boxcontent .line #commission,
  .body_blue .holder .content .row .box .inner .boxcontent .line #date {
    width: 70%;
  }
  .body_blue .holder .content .row .box .inner .boxcontent .line .btn {
    width: 10% !important;
    text-align: center;
  }
  .body_blue .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_blue .holder .docks {
    top: 0px;
    position: relative;
  }
  .body_blue .holder .docks ul li {
    padding: 6px 10px;
    font-size: 12px;
  }
  .body_blue .holder .content form .row .box .inner #contract_lines table {
    font-size: 10px;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td label {
    width: 100%;
  }
  .body_blue .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td .select2 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1883px) {
  .body_blue .docks ul li {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 1523px) {
  .body_blue .docks ul li {
    padding: 12px 2px;
  }
}
@media only screen and (max-width: 768px) {
  .body_blue .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_blue .holder .docks ul li {
    padding: 12px 3px;
  }
}
@media (max-width: 600px) {
  .body_blue .title .btn.right.small {
    float: none !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 7px 0 0 0 !important;
    text-align: center;
  }
  .body_blue .title .btn.right.small + .btn.right.small {
    margin-bottom: 10px !important;
  }
}
.body_blue .search-holder input {
  width: 100% !important;
  margin: 8px 5px 8px 0px !important;
  padding-left: 34px;
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
}
.body_blue .select2 {
  width: 398px !important;
}
.body_blue .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  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 .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 .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-drop-auto-width .select2-search {
  padding-top: 4px;
}
.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 .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 .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.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 .select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.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 .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 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 .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-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('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
}
.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;
  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 .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('/_webblocks/images/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 top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
.body_blue html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 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 .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('/_webblocks/images/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 18px;
  }
  .body_blue nav {
    width: 200px;
    top: 160px;
  }
  .body_blue nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  .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: 17px;
    line-height: 50px;
  }
  .body_blue .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
.body_blue .pagination-info,
.body_blue .pagination-detail {
  display: none;
}
.body_blue .bootstrap-table,
.body_blue .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Ariel, sans-serif;
}
.body_blue .bootstrap-table td,
.body_blue .cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.body_blue .bootstrap-table td:first-child,
.body_blue .cms_table td:first-child {
  padding-left: 20px;
}
.body_blue .bootstrap-table td:last-child,
.body_blue .cms_table td:last-child {
  padding-right: 20px;
}
.body_blue .bootstrap-table thead tr th,
.body_blue .cms_table thead tr th {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
  text-align: left;
}
.body_blue .bootstrap-table thead tr th:first-child,
.body_blue .cms_table thead tr th:first-child {
  border-left: 0px;
}
.body_blue .bootstrap-table thead tr th a,
.body_blue .cms_table thead tr th a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_blue .bootstrap-table thead tr th .th-inner,
.body_blue .cms_table thead tr th .th-inner {
  padding: 10px 0px 10px 10px !important;
}
.body_blue .bootstrap-table thead tr td,
.body_blue .cms_table thead tr td {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
}
.body_blue .bootstrap-table thead tr td:first-child,
.body_blue .cms_table thead tr td:first-child {
  border-left: 0px;
}
.body_blue .bootstrap-table thead tr td a,
.body_blue .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_blue .bootstrap-table thead tr .orderdby,
.body_blue .cms_table thead tr .orderdby {
  background: #bfbfbf;
}
.body_blue .bootstrap-table thead tr .sortable,
.body_blue .cms_table thead tr .sortable {
  cursor: pointer;
}
.body_blue .bootstrap-table thead tr .sortable:hover,
.body_blue .cms_table thead tr .sortable:hover {
  background: #bfbfbf;
}
.body_blue .bootstrap-table thead tr .orderasc,
.body_blue .cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_blue .bootstrap-table thead tr .orderasc:hover,
.body_blue .cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_blue .bootstrap-table thead tr .orderdesc,
.body_blue .cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_blue .bootstrap-table thead tr .orderdesc:hover,
.body_blue .cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_blue .bootstrap-table tbody tr,
.body_blue .cms_table tbody tr {
  background: #ffffff;
}
.body_blue .bootstrap-table tbody tr td,
.body_blue .cms_table tbody tr td {
  color: #383838;
  border-left: solid 1px #B5D5E4;
}
.body_blue .bootstrap-table tbody tr td a,
.body_blue .cms_table tbody tr td a {
  text-decoration: none;
}
.body_blue .bootstrap-table tbody tr td i,
.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 .bootstrap-table tbody tr td:first-child,
.body_blue .cms_table tbody tr td:first-child {
  border-left: none;
}
.body_blue .bootstrap-table tbody tr:nth-child(2n),
.body_blue .cms_table tbody tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.body_blue .bootstrap-table tbody .even,
.body_blue .cms_table tbody .even {
  background: #ffffff;
}
.body_blue .bootstrap-table tbody .cont-move,
.body_blue .cms_table tbody .cont-move {
  cursor: s-resize;
}
.body_blue .table-topbar {
  padding: 0px 15px 15px 15px;
}
.body_blue .table-topbar .cms_table_page_nav {
  display: inline-block;
  text-align: center;
  padding: 6px 12px;
  cursor: pointer;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #2b679b;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .table-topbar .cms_table_page_nav:last-child {
  border-right: 1px solid #ddd;
}
.body_blue .table-topbar .cms_table_page_nav:hover {
  background: #eee;
}
.body_blue .table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #2B679B;
  border-color: #2B679B;
  color: #FFFFFF;
}
.body_blue .table-topbar .cms_table_page_nav_selected:hover {
  cursor: not-allowed;
  background: #eee;
  border-color: #eee;
  color: #2b679b;
}
.body_blue .table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 25%;
}
.body_blue .table-topbar .btn {
  margin: 0px;
}
.body_blue .cms_table_add {
  margin: 0px 0px 15px 15px;
}
.body_blue .domain_special_table {
  width: 100%;
}
.body_blue .domain_special_table tr {
  border: solid 2px #B5D5E4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.body_blue .domain_special_table tr td {
  padding: 10px;
  color: #3c4d8a;
  border-left: solid 1px #B5D5E4;
}
.body_blue .domain_special_table tr td:first-child {
  border: none;
}
.body_blue .domain_special_table tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.body_blue .domain_special_table_toppbar {
  padding: 10px;
  background-color: #cbcbcb;
}
.body_blue .domain_special_table_toppbar input[type="text"] {
  background-color: #FFFFFF;
  width: 100%;
}
.body_blue .domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
.body_blue .action-edit {
  font-size: 14px;
}
.body_blue .action-delete {
  font-size: 14px;
}
.body_blue .loading-template {
  width: 100%;
  padding: 15px;
  text-align: center;
}
.body_blue .loading-template i {
  font-size: 18px !important;
  color: #999eac;
}
.body_blue .loading-text {
  font-size: 14px !important;
  color: #999eac !important;
}
.body_blue .page-item.active :hover {
  cursor: not-allowed;
}
.body_blue .search-input {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px !important;
}
.body_blue .table-buttons {
  margin: 15px 10px 0px 15px;
}
.body_blue .table-filters {
  margin: 18px 10px 0px 18px;
}
.body_blue #tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.body_blue #tiptip_holder.tip_top {
  padding-bottom: 5px;
}
.body_blue #tiptip_holder.tip_bottom {
  padding-top: 5px;
}
.body_blue #tiptip_holder.tip_right {
  padding-left: 5px;
}
.body_blue #tiptip_holder.tip_left {
  padding-right: 5px;
}
.body_blue #tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
.body_blue #tiptip_arrow,
.body_blue #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
.body_blue #tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
.body_blue #tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
.body_blue #tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
.body_blue #tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
.body_blue #tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
.body_blue #tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
.body_blue #tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
.body_blue #tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .body_blue #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  .body_blue #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  .body_blue #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
.body_blue #users_systypes_rights_list ul {
  list-style-type: none;
}
.body_blue #users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_blue #users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_blue #users_systypes_rights_list ul li .padding {
  border: solid 1px #B5D5E4;
  padding: 8px;
  background-color: #efefef;
  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: #e8e8e8;
  border-top: none;
}
.body_blue #users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #E0E0E0;
}
.body_blue #users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #d8d8d8;
}
.body_blue #users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #d1d1d1;
}
.body_blue #users_systypes_rights_list ul .users_rights_has_more_data {
  cursor: pointer;
}
.body_blue #users_systypes_rights_list ul .users_rights_has_no_more_data {
  cursor: default;
}
.body_blue .page_overview_table_header {
  background-color: #cbcbcb;
}
.body_blue .page_overview_table_header table tr td {
  text-align: left;
  font-weight: bold;
  padding: 10px 5px;
}
.body_blue .page_overview_table ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.body_blue .page_overview_table ul li {
  width: 100%;
}
.body_blue .page_overview_table ul table tr {
  border-top: solid 1px #B5D5E4;
}
.body_blue .page_overview_table ul table tr td {
  padding: 10px;
  border-right: solid 1px #B5D5E4;
}
.body_blue .page_overview_table ul table tr td:last-child {
  border: none;
}
.body_blue .page_overview_table ul table tr td:first-child {
  padding: 0px;
}
.body_blue .page_overview_table ul table tr td i {
  cursor: pointer;
  font-size: 24px;
}
.body_blue .page_overview_table ul ul {
  padding-left: 40px;
}
.body_blue .page_overview_table ul ul li {
  background: #e8e8e8;
  border-left: solid 1px #B5D5E4;
}
.body_blue .page_overview_table ul ul li table tr {
  background: #e8e8e8;
}
.body_blue .page_overview_table ul ul li ul li {
  background: #E0E0E0;
}
.body_blue .page_overview_table ul ul li ul li table tr {
  background: #E0E0E0;
}
.body_blue .page_overview_table ul ul li ul li ul li table {
  background: #d3d3d3;
}
.body_blue .page_overview_table ul ul li ul li ul li table tr {
  background: #d3d3d3;
}
.body_blue .page_overview_table ul .page_handle {
  cursor: move;
  width: 40px;
  height: 58px;
  line-height: 58px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_blue .page_overview_table ul .page_handle i {
  font-size: 16px;
  color: #636363;
  cursor: move;
}
.body_blue .page_overview_table ul .page_handle:hover {
  background-color: #3c4d8a;
}
.body_blue .page_overview_table ul .page_handle:hover i {
  color: #FFFFFF;
}
.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 #B5D5E4;
  background-color: #E0E0E0;
  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_editor {
  width: 100%;
}
.body_red .dropdown-menu {
  display: none;
}
.body_red .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px;
  border-radius: 4px;
}
.body_red .pagination li {
  display: inline;
}
.body_red .pagination li a,
.body_red pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.body_red .pagination li a:hover,
.body_red pagination li span:hover {
  z-index: 2;
  color: #2b679b;
  background-color: #eee;
  border-color: #ddd;
}
.body_red .pagination .active a,
.body_red .pagination .active span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2b679b;
  border-color: #2b679b;
}
.body_red .pagination-detail {
  margin: 0px 15px 0 15px;
}
.body_red .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.body_red .table th,
.body_red .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.body_red .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.body_red .table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.body_red .table .table {
  background-color: #fff;
}
.body_red .table-sm th,
.body_red .table-sm td {
  padding: 0.3rem;
}
.body_red .table-bordered {
  border: 1px solid #eceeef;
}
.body_red .table-bordered th,
.body_red .table-bordered td {
  border: 1px solid #eceeef;
}
.body_red .table-bordered thead th,
.body_red .table-bordered thead td {
  border-bottom-width: 2px;
}
.body_red .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.05);
}
.body_red .table-hover tbody tr:hover {
  background-color: rgba(0,0,0,0.075);
}
.body_red .table-active,
.body_red .table-active > th,
.body_red .table-active > td {
  background-color: rgba(0,0,0,0.075);
}
.body_red .table-hover .table-active:hover {
  background-color: rgba(0,0,0,0.075);
}
.body_red .table-hover .table-active:hover > td,
.body_red .table-hover .table-active:hover > th {
  background-color: rgba(0,0,0,0.075);
}
.body_red .table-success,
.body_red .table-success > th,
.body_red .table-success > td {
  background-color: #dff0d8;
}
.body_red .table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.body_red .table-hover .table-success:hover > td,
.body_red .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.body_red .table-info,
.body_red .table-info > th,
.body_red .table-info > td {
  background-color: #d9edf7;
}
.body_red .table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.body_red .table-hover .table-info:hover > td,
.body_red .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.body_red .table-warning,
.body_red .table-warning > th,
.body_red .table-warning > td {
  background-color: #fcf8e3;
}
.body_red .table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.body_red .table-hover .table-warning:hover > td,
.body_red .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.body_red .table-danger,
.body_red .table-danger > th,
.body_red .table-danger > td {
  background-color: #f2dede;
}
.body_red .table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.body_red .table-hover .table-danger:hover > td,
.body_red .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.body_red .thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.body_red .thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.body_red .table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.body_red .table-inverse th,
.body_red .table-inverse td,
.body_red .table-inverse thead th {
  border-color: #fff;
}
.body_red .table-inverse.table-bordered {
  border: 0;
}
.body_red .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.body_red .table-responsive.table-bordered {
  border: 0;
}
.body_red i.icon-formatter {
  font-size: 24px;
}
.body_red th.searchable {
  background-image: linear-gradient(to bottom,#E8E8E8 0px,#F8F8F8 100%);
  background-repeat: repeat-x;
}
.body_red .fixed-table-pagination {
  float: left;
}
.body_red .search-input {
  float: right;
  width: 25% !important;
  margin: 10px 15px 20px 0;
}
.body_red .bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}
.body_red .bootstrap-table .fixed-table-toolbar .bs-bars,
.body_red .bootstrap-table .fixed-table-toolbar .columns,
.body_red .bootstrap-table .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.body_red .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
  display: inline-block;
  margin-left: -1px !important;
}
.body_red .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn {
  border-radius: 0;
}
.body_red .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.body_red .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.body_red .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}
.body_red .bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
}
.body_red .bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}
.body_red .bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}
.body_red .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.body_red .bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}
.body_red .bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}
.body_red .bootstrap-table .fixed-table-container .table td,
.body_red .bootstrap-table .fixed-table-container .table th {
  vertical-align: middle;
  box-sizing: border-box;
}
.body_red .bootstrap-table .fixed-table-container .table thead th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.body_red .bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent;
}
.body_red .bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px;
}
.body_red .bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: .75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.body_red .bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}
.body_red .bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.body_red .bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
}
.body_red .bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
}
.body_red .bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0,0,0,0.075);
}
.body_red .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}
.body_red .bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}
.body_red .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
}
.body_red .bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}
.body_red .bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}
.body_red .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],
.body_red .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
  margin: 0 auto !important;
}
.body_red .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: .3rem;
}
.body_red .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}
.body_red .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.body_red .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.body_red .bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}
.body_red .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: LOADING;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: .3s;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: .6s;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.body_red .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}
.body_red .bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}
.body_red .bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination,
.body_red .bootstrap-table .fixed-table-pagination>.pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
  display: inline-block;
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
  margin: 0;
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
  padding: 6px 12px;
  line-height: 1.428571429;
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
  content: '\2B05';
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
  content: '\27A1';
}
.body_red .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}
.body_red .bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll;
}
.body_red div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}
.body_red div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
@keyframes LOADING {
  .body_red 0% {
    opacity: 0;
  }
  .body_red 50% {
    opacity: 1;
  }
  .body_red to {
    opacity: 0;
  }
}
.body_red .col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #636363;
  color: #FFFFFF;
  border: solid 2px;
}
.body_red .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_red .col_mess_error {
  border-color: #a64040;
  background: #cd7f7f;
}
.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 #fileupload_dropzone {
  background: #EFEFEF;
  width: 370px;
  height: 100px;
  line-height: 50px;
  text-align: center;
}
.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 .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 #file_manager_controls {
  padding: 0px 20px;
}
.body_red form {
  padding: 10px;
}
.body_red input[type="text"],
.body_red input[type="email"],
.body_red input[type="password"],
.body_red input[type="file"],
.body_red input[type="number"],
.body_red input[type="tel"],
.body_red textarea,
.body_red select {
  height: 40px;
  line-height: normal;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
}
.body_red input[type="text"]:hover,
.body_red input[type="email"]: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 textarea:hover,
.body_red select:hover {
  border-color: #636363;
}
.body_red input[type="text"]:focus,
.body_red input[type="email"]: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 textarea:focus,
.body_red select:focus {
  border-color: #a64040;
}
.body_red .boolean_holder {
  width: 70%;
}
.body_red .boolean_holder input {
  float: left;
  height: 20px;
}
.body_red .boolean_holder label {
  float: left;
  padding-left: 5px;
  line-height: 20px;
}
.body_red select {
  margin: 0 0 0 0 !important;
  cursor: pointer;
}
.body_red textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
  min-height: 100px;
}
.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 label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  float: left;
}
.body_red .line {
  margin-bottom: 10px;
  min-width: 40%;
}
.body_red .line .smallRow {
  width: 150px;
}
.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 .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 {
  width: 100%;
  margin-top: 10px;
}
.body_red .third label,
.body_red .third .boolean_holder,
.body_red .quarter label,
.body_red .quarter .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"] {
  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 {
  width: 220px;
}
.body_red .third .domain_image_upload,
.body_red .quarter .domain_image_upload {
  width: 100%;
}
.body_red .third .domain_image_upload img,
.body_red .quarter .domain_image_upload img {
  margin-top: 10px;
}
.body_red .third .domain_image_upload i,
.body_red .quarter .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;
  background: #F5F5F5;
}
.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 #4a1d1d;
}
.body_red .domain_image_upload img {
  margin-bottom: 10px;
}
.body_red .redactor_editor {
  width: 70%;
}
.body_red .small {
  width: 100px;
}
.body_red input.error,
.body_red select.error {
  background-color: #F2D4CE !important;
  border: 1px solid #AE432E !important;
}
.body_red .styledForms {
  width: 70% !important;
  float: right;
}
.body_red .styledViews label {
  width: 30% !important;
  font-weight: bold;
}
.body_red .even {
  background-color: #FFFFFF;
}
.body_red .odd {
  background-color: #EFEFEF;
}
.body_red .static {
  display: inline-block;
  float: left;
  width: 70%;
}
.body_red .static input {
  width: 100%;
}
.body_red .half,
.body_red .third,
.body_red .quarter,
.body_red .twothird,
.body_red .threequarter {
  margin-right: 20px;
  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: calc(25% - 10px);
}
.body_red .third {
  width: calc(33% - 10px);
}
.body_red .half {
  width: calc(50% - 10px);
}
.body_red .half.right {
  margin-right: 0 !important;
}
.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 .col-1 {
  width: 8.33% !important;
}
.body_red .col-2 {
  width: 16.66% !important;
}
.body_red .col-3 {
  width: 25% !important;
}
.body_red .col-4 {
  width: 33.33% !important;
}
.body_red .col-5 {
  width: 41.66% !important;
}
.body_red .col-6 {
  width: 50% !important;
}
.body_red .col-7 {
  width: 58.33% !important;
}
.body_red .col-8 {
  width: 66.66% !important;
}
.body_red .col-9 {
  width: 75% !important;
}
.body_red .col-10 {
  width: 83.33% !important;
}
.body_red .col-11 {
  width: 91.66% !important;
}
.body_red .col-12 {
  width: 100% !important;
}
.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 #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.body_red .ui-widget-header a {
  color: #fff;
}
.body_red .ui-state-default,
.body_red .ui-widget-content .ui-state-default,
.body_red .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #E0E0E0 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_red .ui-state-default a,
.body_red .ui-state-default a:link,
.body_red .ui-state-default a:visited {
  color: #383838;
  text-decoration: none;
}
.body_red .ui-state-hover,
.body_red .ui-widget-content .ui-state-hover,
.body_red .ui-widget-header .ui-state-hover,
.body_red .ui-state-focus,
.body_red .ui-widget-content .ui-state-focus,
.body_red .ui-widget-header .ui-state-focus {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_red .ui-state-hover a,
.body_red .ui-state-hover a:hover,
.body_red .ui-state-hover a:link,
.body_red .ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.body_red .ui-state-active,
.body_red .ui-widget-content .ui-state-active,
.body_red .ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_red .ui-state-active a,
.body_red .ui-state-active a:link,
.body_red .ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.body_red .ui-state-highlight,
.body_red .ui-widget-content .ui-state-highlight,
.body_red .ui-widget-header .ui-state-highlight {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.body_red .ui-state-highlight a,
.body_red .ui-widget-content .ui-state-highlight a,
.body_red .ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.body_red .ui-state-error,
.body_red .ui-widget-content .ui-state-error,
.body_red .ui-widget-header .ui-state-error {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_a64040_40x100.png) 50% 50% repeat-x;
  color: #fff;
}
.body_red .ui-state-error a,
.body_red .ui-widget-content .ui-state-error a,
.body_red .ui-widget-header .ui-state-error a {
  color: #fff;
}
.body_red .ui-state-error-text,
.body_red .ui-widget-content .ui-state-error-text,
.body_red .ui-widget-header .ui-state-error-text {
  color: #fff;
}
.body_red .ui-priority-primary,
.body_red .ui-widget-content .ui-priority-primary,
.body_red .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.body_red .ui-priority-secondary,
.body_red .ui-widget-content .ui-priority-secondary,
.body_red .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.body_red .ui-state-disabled,
.body_red .ui-widget-content .ui-state-disabled,
.body_red .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.body_red .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.body_red .ui-icon {
  width: 16px;
  height: 16px;
}
.body_red .ui-icon,
.body_red .ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.body_red .ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_red .ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_red .ui-state-hover .ui-icon,
.body_red .ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_red .ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_red .ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.body_red .ui-state-error .ui-icon,
.body_red .ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_red .ui-icon-blank {
  background-position: 16px 16px;
}
.body_red .ui-icon-carat-1-n {
  background-position: 0 0;
}
.body_red .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.body_red .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.body_red .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.body_red .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.body_red .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.body_red .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.body_red .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.body_red .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.body_red .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.body_red .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.body_red .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.body_red .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.body_red .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.body_red .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.body_red .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.body_red .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.body_red .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.body_red .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.body_red .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.body_red .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.body_red .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.body_red .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.body_red .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.body_red .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.body_red .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.body_red .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.body_red .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.body_red .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.body_red .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.body_red .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.body_red .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.body_red .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.body_red .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.body_red .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.body_red .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.body_red .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.body_red .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.body_red .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.body_red .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.body_red .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.body_red .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.body_red .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.body_red .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.body_red .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.body_red .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.body_red .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.body_red .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.body_red .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.body_red .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.body_red .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.body_red .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.body_red .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.body_red .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.body_red .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.body_red .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.body_red .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.body_red .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.body_red .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.body_red .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.body_red .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.body_red .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.body_red .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.body_red .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.body_red .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.body_red .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.body_red .ui-icon-extlink {
  background-position: -32px -80px;
}
.body_red .ui-icon-newwin {
  background-position: -48px -80px;
}
.body_red .ui-icon-refresh {
  background-position: -64px -80px;
}
.body_red .ui-icon-shuffle {
  background-position: -80px -80px;
}
.body_red .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.body_red .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.body_red .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.body_red .ui-icon-folder-open {
  background-position: -16px -96px;
}
.body_red .ui-icon-document {
  background-position: -32px -96px;
}
.body_red .ui-icon-document-b {
  background-position: -48px -96px;
}
.body_red .ui-icon-note {
  background-position: -64px -96px;
}
.body_red .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.body_red .ui-icon-mail-open {
  background-position: -96px -96px;
}
.body_red .ui-icon-suitcase {
  background-position: -112px -96px;
}
.body_red .ui-icon-comment {
  background-position: -128px -96px;
}
.body_red .ui-icon-person {
  background-position: -144px -96px;
}
.body_red .ui-icon-print {
  background-position: -160px -96px;
}
.body_red .ui-icon-trash {
  background-position: -176px -96px;
}
.body_red .ui-icon-locked {
  background-position: -192px -96px;
}
.body_red .ui-icon-unlocked {
  background-position: -208px -96px;
}
.body_red .ui-icon-bookmark {
  background-position: -224px -96px;
}
.body_red .ui-icon-tag {
  background-position: -240px -96px;
}
.body_red .ui-icon-home {
  background-position: 0 -112px;
}
.body_red .ui-icon-flag {
  background-position: -16px -112px;
}
.body_red .ui-icon-calendar {
  background-position: -32px -112px;
}
.body_red .ui-icon-cart {
  background-position: -48px -112px;
}
.body_red .ui-icon-pencil {
  background-position: -64px -112px;
}
.body_red .ui-icon-clock {
  background-position: -80px -112px;
}
.body_red .ui-icon-disk {
  background-position: -96px -112px;
}
.body_red .ui-icon-calculator {
  background-position: -112px -112px;
}
.body_red .ui-icon-zoomin {
  background-position: -128px -112px;
}
.body_red .ui-icon-zoomout {
  background-position: -144px -112px;
}
.body_red .ui-icon-search {
  background-position: -160px -112px;
}
.body_red .ui-icon-wrench {
  background-position: -176px -112px;
}
.body_red .ui-icon-gear {
  background-position: -192px -112px;
}
.body_red .ui-icon-heart {
  background-position: -208px -112px;
}
.body_red .ui-icon-star {
  background-position: -224px -112px;
}
.body_red .ui-icon-link {
  background-position: -240px -112px;
}
.body_red .ui-icon-cancel {
  background-position: 0 -128px;
}
.body_red .ui-icon-plus {
  background-position: -16px -128px;
}
.body_red .ui-icon-plusthick {
  background-position: -32px -128px;
}
.body_red .ui-icon-minus {
  background-position: -48px -128px;
}
.body_red .ui-icon-minusthick {
  background-position: -64px -128px;
}
.body_red .ui-icon-close {
  background-position: -80px -128px;
}
.body_red .ui-icon-closethick {
  background-position: -96px -128px;
}
.body_red .ui-icon-key {
  background-position: -112px -128px;
}
.body_red .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.body_red .ui-icon-scissors {
  background-position: -144px -128px;
}
.body_red .ui-icon-clipboard {
  background-position: -160px -128px;
}
.body_red .ui-icon-copy {
  background-position: -176px -128px;
}
.body_red .ui-icon-contact {
  background-position: -192px -128px;
}
.body_red .ui-icon-image {
  background-position: -208px -128px;
}
.body_red .ui-icon-video {
  background-position: -224px -128px;
}
.body_red .ui-icon-script {
  background-position: -240px -128px;
}
.body_red .ui-icon-alert {
  background-position: 0 -144px;
}
.body_red .ui-icon-info {
  background-position: -16px -144px;
}
.body_red .ui-icon-notice {
  background-position: -32px -144px;
}
.body_red .ui-icon-help {
  background-position: -48px -144px;
}
.body_red .ui-icon-check {
  background-position: -64px -144px;
}
.body_red .ui-icon-bullet {
  background-position: -80px -144px;
}
.body_red .ui-icon-radio-on {
  background-position: -96px -144px;
}
.body_red .ui-icon-radio-off {
  background-position: -112px -144px;
}
.body_red .ui-icon-pin-w {
  background-position: -128px -144px;
}
.body_red .ui-icon-pin-s {
  background-position: -144px -144px;
}
.body_red .ui-icon-play {
  background-position: 0 -160px;
}
.body_red .ui-icon-pause {
  background-position: -16px -160px;
}
.body_red .ui-icon-seek-next {
  background-position: -32px -160px;
}
.body_red .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.body_red .ui-icon-seek-end {
  background-position: -64px -160px;
}
.body_red .ui-icon-seek-start {
  background-position: -80px -160px;
}
.body_red .ui-icon-seek-first {
  background-position: -80px -160px;
}
.body_red .ui-icon-stop {
  background-position: -96px -160px;
}
.body_red .ui-icon-eject {
  background-position: -112px -160px;
}
.body_red .ui-icon-volume-off {
  background-position: -128px -160px;
}
.body_red .ui-icon-volume-on {
  background-position: -144px -160px;
}
.body_red .ui-icon-power {
  background-position: 0 -176px;
}
.body_red .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.body_red .ui-icon-signal {
  background-position: -32px -176px;
}
.body_red .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.body_red .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.body_red .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.body_red .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.body_red .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.body_red .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.body_red .ui-icon-circle-close {
  background-position: -32px -192px;
}
.body_red .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.body_red .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.body_red .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.body_red .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.body_red .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.body_red .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.body_red .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.body_red .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.body_red .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.body_red .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.body_red .ui-icon-circle-check {
  background-position: -208px -192px;
}
.body_red .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.body_red .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.body_red .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.body_red .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.body_red .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.body_red .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.body_red .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.body_red .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.body_red .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.body_red .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.body_red .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.body_red .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.body_red .ui-corner-all,
.body_red .ui-corner-top,
.body_red .ui-corner-left,
.body_red .ui-corner-tl {
  border-top-left-radius: 0;
}
.body_red .ui-corner-all,
.body_red .ui-corner-top,
.body_red .ui-corner-right,
.body_red .ui-corner-tr {
  border-top-right-radius: 0;
}
.body_red .ui-corner-all,
.body_red .ui-corner-bottom,
.body_red .ui-corner-left,
.body_red .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.body_red .ui-corner-all,
.body_red .ui-corner-bottom,
.body_red .ui-corner-right,
.body_red .ui-corner-br {
  border-bottom-right-radius: 0;
}
.body_red .ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.body_red .ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000 url(/_webblocks/images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 0;
}
.body_red div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  margin: 25px 0 10px 0;
  overflow-y: auto;
}
.body_red div.tagsinput span.tag {
  border: 1px solid #813232;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #a64040;
  color: #FFFFFF;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
.body_red div.tagsinput span.tag a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.body_red div.tagsinput input {
  border: 2px solid #813232;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #a64040;
  color: #FFFFFF !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.body_red .not_valid {
  border: 2px solid #813232 !important;
  background-color: #a64040 !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: #a64040;
  -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: #a64040;
  -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: #ffffff;
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
}
.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 18px 0 0;
}
.body_red a,
.body_red .link {
  color: #a64040;
  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: #5c2424;
  cursor: pointer;
}
.body_red a:active,
.body_red .link:active {
  color: #813232;
}
.body_red .blue {
  color: #3c4d8a;
}
.body_red .blue:hover {
  color: #2d3966;
}
.body_red .red {
  color: #a64040;
}
.body_red .red:hover {
  color: #813232;
}
.body_red .teal {
  color: #008080;
}
.body_red .teal:hover {
  color: #004d4d;
}
.body_red .yellow {
  color: #f19b3f;
}
.body_red .yellow:hover {
  color: #ec8211;
}
.body_red .green {
  color: #419c59;
}
.body_red .green:hover {
  color: #327844;
}
.body_red .purple {
  color: #800080;
}
.body_red .purple:hover {
  color: #4d004d;
}
.body_red .lila {
  color: #8080FF;
}
.body_red .lila:hover {
  color: #4d4dff;
}
.body_red .brown {
  color: #804000;
}
.body_red .brown:hover {
  color: #4d2700;
}
.body_red .gray {
  color: #636363;
}
.body_red .gray:hover {
  color: #4a4a4a;
}
.body_red .lightslategray {
  color: #778899;
}
.body_red .lightslategray:hover {
  color: #5f6f7e;
}
.body_red .maincolor {
  color: #a64040;
}
.body_red .maincolor:hover {
  color: #813232;
}
.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 .overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #FFFFFF;
  height: 100%;
  width: 100%;
}
.body_red #loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  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: #000;
  background: #E5E5E5;
  padding: 20px;
}
.body_red .forgot a {
  color: #000;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .forgot a:hover {
  color: #2E2E2E;
  text-decoration: underline;
}
.body_red .errors {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  color: #a64040;
}
.body_red .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #a64040;
  margin-bottom: 10px;
}
.body_red .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
.body_red header {
  position: fixed;
  width: 100%;
  margin: 0 0 18px 0;
  z-index: 4;
}
.body_red header .balk {
  background: #F39200;
  height: 40px;
}
.body_red header .inner {
  height: 96px;
  background-image: url('/_webblocks/images/header.png');
}
.body_red header .inner .logo {
  width: 157px;
  height: 22px;
  margin: 0 0 0 18px;
  margin-top: 10px;
}
.body_red header .inner .logo a {
  display: block;
}
.body_red header .inner h1 {
  font-size: 50px;
  color: #ffffff;
  margin: 0;
  padding-left: 30px;
}
.body_red header .inner .quick_nav {
  color: #FFFFFF;
  padding: 15px;
  font-size: 15px;
}
.body_red header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body_red header .inner .quick_nav ul li {
  height: 100%;
  background: #8EB8CD;
  cursor: pointer;
  text-shadow: 1px 1px 1px #252525;
  min-width: 175px;
  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: 13px;
}
.body_red header .inner .quick_nav ul li .padding .account_image {
  border: solid 1px #E0E0E0;
  margin: -4px 10px 0 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 .headersub {
  display: none;
  z-index: 10;
}
.body_red header .inner .quick_nav ul:hover li {
  background: #a64040;
  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: #FFFFFF;
  text-shadow: none;
  color: #a64040;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #B5D5E4;
}
.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 {
  background-color: #E0E0E0;
}
.body_red header .inner .quick_nav ul:hover .headersub:hover {
  background: #a64040;
}
.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: #FFFFFF;
  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: #a64040;
  color: #FFFFFF;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.body_red .docks {
  margin-top: 11px;
  position: fixed;
  z-index: 3;
  background-color: #F39201;
  width: 100%;
  top: 85px;
}
.body_red .docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.body_red .docks ul li {
  padding: 10px 18px;
  border-right: solid 1px #B5D5E4;
  height: 100%;
  font-size: 15px;
  color: #ffffff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .docks ul li:hover {
  background-color: #C47600;
}
.body_red .docks ul .selected {
  border-right: solid 1px #a64040;
}
.body_red .docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 2;
  display: none;
}
.body_red nav {
  position: fixed;
  top: 180px;
  margin: 0 0 0 18px;
  width: 260px;
  z-index: 2;
  background-color: #ffffff;
}
.body_red nav ul {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  border: solid 1px #B5D5E4;
}
.body_red nav ul li {
  border-top: solid 1px #B5D5E4;
  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:first-child {
  border-top: none;
}
.body_red nav ul li .padding {
  padding: 15px;
}
.body_red nav ul li:hover {
  background: #E0E0E0;
  text-decoration: none;
  color: #a64040;
}
.body_red nav ul li:hover a {
  text-decoration: none;
  color: #a64040;
}
.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: #383838;
  border-color: #7db5d0;
}
.body_red nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -webkit-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -moz-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  border-top: inset 0px 1px 1px 0px #7db5d0;
}
.body_red nav ul ul li:hover {
  background: #636363;
  color: #E0E0E0;
}
.body_red nav ul ul li .padding {
  padding: 10px 15px;
}
.body_red nav ul ul .selected {
  background: #636363;
  color: #E0E0E0;
}
.body_red nav ul .selected {
  background: #E0E0E0;
  text-decoration: none;
  color: #a64040;
}
.body_red nav ul .selected a {
  text-decoration: none;
  color: #a64040;
}
.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: #383838;
}
.body_red nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #a64040;
}
.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: #ededed;
  border: solid 2px #B5D5E4;
  margin-bottom: 18px;
  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 #B5D5E4;
  margin: -18px 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: #a64040;
  background: none;
  padding: 0;
  line-height: 30px;
}
.body_red #domain_switch_holder .domain_searchbox ul li:hover {
  background: none;
  color: #bf5a5a;
}
.body_red #domain_switch_holder .domain_searchbox ul li:hover a {
  color: #b84747;
}
.body_red .full-width {
  margin: 0 0 0 30px;
}
.body_red .semi-width {
  margin: 0 0 0 320px;
}
.body_red .content {
  padding: 175px 0 40px 0;
}
.body_red .content .row {
  margin-bottom: 40px;
}
.body_red .content .row .box {
  border: solid 2px #B5D5E4;
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
}
.body_red .content .row .box .inner {
  background-color: #FFFFFF;
}
.body_red .content .row .box .inner .title {
  line-height: 40px;
  font-size: 22px;
  padding: 0 10px;
  border-bottom: solid 2px #B5D5E4;
}
.body_red .content .row .box .inner .tabs_included {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
}
.body_red .content .row .box .inner .boxcontent {
  background: ;
  padding: 15px 0px 0px 20px;
}
.body_red .content .row .box .inner .boxcontent-help {
  padding-bottom: 15px;
}
.body_red .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_red .content .tabs {
  display: block;
}
.body_red .content .tabs ul {
  list-style-type: none;
  padding: 0;
  display: block;
}
.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;
  margin: 0 5px 0 0;
  background: #E0E0E0;
  color: #383838;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  border: solid 1px #B5D5E4;
  border-bottom: 0px;
  box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -webkit-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -moz-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  border-top: inset 0px -1px 3px 0px #d8d8d8;
}
.body_red .content .tabs ul li div:hover {
  text-decoration: none;
  background: #bfbfbf;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_red .content .tabs ul li div:active {
  padding: 0 15px;
  background: #636363;
  color: #383838;
}
.body_red .content .tabs ul li .selected {
  padding: 0 15px;
  background: #cbcbcb;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_red .content .breadcrumbs {
  margin-top: 10px;
  padding: 0 0 10px 0;
}
.body_red .content .breadcrumbs a {
  color: #383838;
}
.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 {
  color: #383838;
  padding: 0 10px;
}
.body_red .greytext {
  color: #999;
}
.body_red .btn {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 12px;
  padding: 0px 10px;
  height: 25px;
  line-height: 25px;
  background-color: #a64040;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  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;
}
.body_red .btn:hover {
  background: #813232;
  color: #FFF;
}
.body_red .btn:active {
  background: #813232;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  box-shadow: inset 1px 1px 2px 0px #5c2424;
  -webkit-box-shadow: inset 1px 1px 2px 0px #5c2424;
  -moz-box-shadow: inset 1px 1px 2px 0px #5c2424;
  border-top: inset 1px 1px 2px 0px #5c2424;
}
.body_red .btn.small {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}
.body_red .btn.big {
  font-size: 14px;
  padding: 0px 10px;
  height: 40px;
}
.body_red .btn.disabled {
  background-color: gray;
}
.body_red .btn.disabled:hover {
  background-color: #676767;
}
.body_red .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.body_red .module_dev_switcher {
  position: fixed;
  right: 0px;
  background: #383838;
  color: #FFFFFF;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.body_red .module_dev_switcher a {
  color: #FFFFFF;
}
.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 .mail_popup_seller {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_red .mail_popup_shipment_planned,
.body_red .mail_popup_shipment_requested,
.body_red .mail_popup_shipment_delivery {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 800px;
  height: 746px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_red .mail_popup_shipment_planned form,
.body_red .mail_popup_shipment_requested form,
.body_red .mail_popup_shipment_delivery form {
  padding: 0px;
}
.body_red .mail_popup_shipment_planned form textarea,
.body_red .mail_popup_shipment_requested form textarea,
.body_red .mail_popup_shipment_delivery form textarea {
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
.body_red .mail_popup_buyer {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_red .mail_popup_invoice {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_red .m_btn {
  background-color: #a64040;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  width: 30px;
  text-align: center;
  border-radius: 3px;
  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;
}
.body_red .m_btn i {
  color: #FFFFFF;
  font-size: 16px;
}
.body_red .m_btn:hover {
  background: #813232;
}
.body_red .m_btn:active {
  background: #813232;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  box-shadow: inset 1px 1px 2px 0px #5c2424;
  -webkit-box-shadow: inset 1px 1px 2px 0px #5c2424;
  -moz-box-shadow: inset 1px 1px 2px 0px #5c2424;
  border-top: inset 1px 1px 2px 0px #5c2424;
}
.body_red .m_btn.disabled {
  background-color: gray !important;
}
.body_red .date_popup {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_red .date_popup .btn {
  margin: 0 2px;
}
.body_red .date_popup h2 {
  text-transform: capitalize;
}
.body_red .product_select_container {
  width: calc(100% - 200px);
  height: 40px;
  display: block;
  float: right;
  margin: 0 0 20px 0;
}
.body_red .product_select {
  float: right;
  margin: 0 20px !important;
}
.body_red .small_popup {
  width: 300px !important;
  height: 125px;
  margin-left: -150px;
}
.body_red .companies_select {
  width: 50% !important;
  float: right !important;
}
.body_red .mail_holder {
  display: block;
  float: left;
  width: 33%;
}
.body_red .uneditable {
  cursor: default !important;
}
.body_red .uneditable.green:hover {
  color: #419c59;
}
.body_red .uneditable.gray:hover {
  color: #636363;
}
.body_red #products-table {
  display: block;
  float: left;
  width: 100% !important;
}
.body_red #products-table #export-table {
  width: 70% !important;
}
.body_red #products-table td {
  padding: 0 10px;
}
.body_red #products-table input[type=number],
.body_red #products-table input[type=text] {
  width: 100% !important;
}
.body_red #products-table .select2.product {
  width: 250px !important;
}
.body_red #products-table .select2.currency,
.body_red #products-table .select2.unit {
  width: 100px !important;
}
.body_red .product-details .box .inner .boxcontent.half {
  float: left;
  width: 50%;
  margin: 0;
}
.body_red .attachment_add:hover {
  color: #fff;
}
.body_red #products-table table tbody tr,
.body_red #products-table table tfoot tr {
  height: 50px;
}
.body_red .delete-product.fa-times.red {
  line-height: 25px;
  font-size: 24px;
}
.body_red .complaint_solution_item label,
.body_red .complaint_types label {
  margin-left: 10px;
  width: auto;
  float: none;
}
.body_red .nowrap {
  white-space: nowrap;
}
.body_red .page-link {
  z-index: 0 !important;
}
.body_red .toggle_mail {
  cursor: pointer;
}
.body_red .module_webshop.order_header,
.body_red .module_webshop.order_overview_header {
  font-weight: bold;
}
@keyframes fadeIn {
  .body_red from {
    opacity: 0;
  }
  .body_red to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  .body_red from {
    opacity: 1;
  }
  .body_red to {
    opacity: 0;
  }
}
.body_red .redactor-animate-hide {
  display: none !important;
}
.body_red .redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out;
}
.body_red .redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out;
}
@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.body_red [class^="re-icon-"],
.body_red [class*=" re-icon-"] {
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body_red .re-icon-aligncenter:before {
  content: "\e900";
}
.body_red .re-icon-alignment:before,
.body_red .re-icon-alignleft:before {
  content: "\e901";
}
.body_red .re-icon-alignright:before {
  content: "\e902";
}
.body_red .re-icon-bold:before {
  content: "\e903";
}
.body_red .re-icon-bookmark:before {
  content: "\e904";
}
.body_red .re-icon-clips:before {
  content: "\e905";
}
.body_red .re-icon-codesnippets:before {
  content: "\e906";
}
.body_red .re-icon-deleted:before {
  content: "\e907";
}
.body_red .re-icon-expand:before {
  content: "\e908";
}
.body_red .re-icon-file:before {
  content: "\e909";
}
.body_red .re-icon-fontcolor:before {
  content: "\e90a";
}
.body_red .re-icon-fontfamily:before {
  content: "\e90b";
}
.body_red .re-icon-fontsize:before {
  content: "\e90c";
}
.body_red .re-icon-format:before {
  content: "\e90d";
}
.body_red .re-icon-html:before {
  content: "\e90e";
}
.body_red .re-icon-imagecenter:before {
  content: "\e90f";
}
.body_red .re-icon-imageleft:before {
  content: "\e910";
}
.body_red .re-icon-imageright:before {
  content: "\e911";
}
.body_red .re-icon-image:before {
  content: "\e912";
}
.body_red .re-icon-indent:before {
  content: "\e913";
}
.body_red .re-icon-inline:before {
  content: "\e914";
}
.body_red .re-icon-italic:before {
  content: "\e915";
}
.body_red .re-icon-line:before,
.body_red .re-icon-horizontalrule:before {
  content: "\e916";
}
.body_red .re-icon-link:before {
  content: "\e917";
}
.body_red .re-icon-ol:before,
.body_red .re-icon-ordered:before {
  content: "\e918";
}
.body_red .re-icon-outdent:before {
  content: "\e919";
}
.body_red .re-icon-properties:before {
  content: "\e91a";
}
.body_red .re-icon-readmore:before {
  content: "\e91b";
}
.body_red .re-icon-redo:before {
  content: "\e91c";
}
.body_red .re-icon-retract:before {
  content: "\e91d";
}
.body_red .re-icon-specialcharacters:before {
  content: "\e91e";
}
.body_red .re-icon-sub:before {
  content: "\e91f";
}
.body_red .re-icon-sup:before {
  content: "\e920";
}
.body_red .re-icon-table:before {
  content: "\e921";
}
.body_red .re-icon-textdirection:before {
  content: "\e922";
}
.body_red .re-icon-toggle:before {
  content: "\e923";
}
.body_red .re-icon-underline:before {
  content: "\e924";
}
.body_red .re-icon-undo:before {
  content: "\e925";
}
.body_red .re-icon-ul:before,
.body_red .re-icon-lists:before,
.body_red .re-icon-unordered:before {
  content: "\e926";
}
.body_red .re-icon-variable:before {
  content: "\e927";
}
.body_red .re-icon-video:before {
  content: "\e928";
}
.body_red .re-icon-widget:before {
  content: "\e929";
}
.body_red .redactor-box,
.body_red .redactor-box textarea {
  z-index: auto;
}
.body_red .redactor-box {
  position: relative;
  box-sizing: border-box;
}
.body_red .redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.075);
  border-radius: 3px;
  box-shadow: none;
}
.body_red .redactor-box.redactor-inline {
  position: static;
}
.body_red .redactor-focus.redactor-styles-on,
.body_red .redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important;
}
.body_red .redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important;
}
.body_red .redactor-source-view,
.body_red .redactor-source-view.redactor-styles-on {
  border-color: #000 !important;
}
.body_red .redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box;
}
.body_red .redactor-in:focus {
  outline: none;
}
.body_red .redactor-inline .redactor-in {
  overflow: hidden;
}
.body_red .redactor-in *,
.body_red .redactor-read-only * {
  outline: none !important;
}
.body_red .redactor-in h1:empty,
.body_red .redactor-in h2:empty,
.body_red .redactor-in h3:empty,
.body_red .redactor-in h4:empty,
.body_red .redactor-in h5:empty,
.body_red .redactor-in h6:empty,
.body_red .redactor-in p:empty,
.body_red .redactor-in blockquote:empty,
.body_red .redactor-in div[data-redactor-tag=br]:empty,
.body_red .redactor-in div[data-redactor-tag=tbr]:empty {
  min-height: 1.5em;
}
.body_red .redactor-in div[data-redactor-tag=br],
.body_red .redactor-in div[data-redactor-tag=tbr] {
  margin-top: 0;
  margin-bottom: 0;
}
.body_red .redactor-in strong:empty,
.body_red .redactor-in b:empty,
.body_red .redactor-in em:empty,
.body_red .redactor-in i:empty,
.body_red .redactor-in span:empty,
.body_red .redactor-in sup:empty,
.body_red .redactor-in sub:empty,
.body_red .redactor-in u:empty,
.body_red .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}
.body_red .redactor-in table {
  empty-cells: show;
}
.body_red .redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.body_red .redactor-in figcaption:focus,
.body_red .redactor-in figure code:focus,
.body_red .redactor-in figure pre:focus,
.body_red .redactor-in table td:focus,
.body_red .redactor-in table th:focus {
  outline: none;
}
.body_red .redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline;
}
.body_red .redactor-in figure[data-redactor-type=line] hr {
  margin: 0;
  height: 3px;
  border: none;
  background: rgba(0,0,0,0.1);
}
.body_red .redactor-script-tag {
  display: none !important;
}
.body_red .redactor-component {
  position: relative;
}
.body_red .redactor-component[data-redactor-type="widget"]:before,
.body_red .redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.body_red .redactor-component[data-redactor-type=image],
.body_red .redactor-component[data-redactor-type=widget] {
  clear: both;
}
.body_red .redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0,125,255,0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}
.body_red .redactor-component-active {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_red .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.body_red .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_red .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a;
}
.body_red .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.body_red .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_red .redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important;
}
.body_red .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.body_red .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid #ddd !important;
}
.body_red .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.body_red .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid #ddd !important;
}
.body_red .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ddd;
}
.body_red .redactor-component-caret {
  position: absolute;
  left: -9999px;
}
.body_red .redactor-textnodes-wrapper {
  display: inline-block;
}
.body_red #redactor-image-resizer {
  position: absolute;
  z-index: 1051;
  background-color: rgba(0,125,255,0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}
.body_red .redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.2);
}
.body_red .redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5;
}
.body_red .redactor-file-remover:hover {
  opacity: 1;
}
.body_red .redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16,16,18,0.3);
}
.body_red .redactor-overlay > .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
.body_red .redactor-source,
.body_red .redactor-source:hover,
.body_red .redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical;
}
.body_red .redactor-box[dir="rtl"] .redactor-source {
  direction: ltr;
}
.body_red .redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
  cursor: text;
}
.body_red .redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
}
.body_red .redactor-in figcaption[placeholder]:empty:focus:before {
  content: "";
}
.body_red .redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none;
}
.body_red .redactor-statusbar li {
  float: left;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.body_red .redactor-statusbar li:last-child {
  border-right-color: transparent;
}
.body_red .redactor-statusbar a {
  color: rgba(0,0,0,0.5);
  text-decoration: underline;
}
.body_red .redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline;
}
.body_red .redactor-statusbar:empty {
  display: none;
}
.body_red .redactor-toolbar-wrapper {
  position: relative;
}
.body_red .redactor-toolbar,
.body_red .redactor-air {
  z-index: 0;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box;
}
.body_red .redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px;
}
.body_red .redactor-toolbar a,
.body_red .redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0,0,0,0.85);
  border-radius: 2px;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 1px 2px rgba(0,0,0,0.22);
  margin-right: 5px;
  margin-bottom: 4px;
}
.body_red .redactor-toolbar a.re-button-icon,
.body_red .redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px;
}
.body_red .redactor-toolbar a:hover,
.body_red .redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}
.body_red .redactor-toolbar a.redactor-button-active {
  background: rgba(245,245,245,0.95);
  color: rgba(0,0,0,0.4);
}
.body_red .redactor-toolbar a.redactor-button-disabled,
.body_red .redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}
.body_red .redactor-toolbar a.redactor-button-disabled:hover,
.body_red .redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.body_red .redactor-source-view .redactor-toolbar {
  background: #252525;
}
.body_red .redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff;
}
.body_red .redactor-source-view .redactor-toolbar a:hover {
  background: #449aef;
}
.body_red .redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.body_red .re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0,0,0,0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.body_red .re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0,0,0,0.9);
  border-width: 4px;
  margin-left: -4px;
}
.body_red .redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100;
}
.body_red .redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0,0,0,0.97);
}
.body_red .redactor-air a {
  background: rgba(37,37,37,0.95);
  box-shadow: none;
  color: rgba(255,255,255,0.9);
}
.body_red .redactor-air a:hover {
  background: #3d79f2;
}
.body_red .redactor-air a.redactor-button-active {
  background-color: rgba(255,255,255,0.15);
  color: #fff;
}
.body_red .redactor-air a.redactor-button-disabled:hover {
  color: #fff;
}
.body_red .redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255,255,255,0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer;
}
.body_red .redactor-air-helper:hover {
  background: #fff;
}
.body_red .redactor-voice-label {
  display: none;
}
.body_red .redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0,0,0,0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.body_red .redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px;
}
.body_red .redactor-context-toolbar a:first-child {
  padding-left: 0;
}
.body_red .redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.body_red .redactor-context-toolbar a:before {
  content: '';
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,0.3);
}
.body_red .redactor-context-toolbar a:hover {
  color: #fff;
}
.body_red .redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none;
}
.body_red .redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0;
}
.body_red .redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0;
}
.body_red .redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-left: none;
}
.body_red .redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none;
}
.body_red .redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  border-radius: 2px;
  width: 264px;
  min-height: 40px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}
.body_red .redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}
.body_red .redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.body_red .redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}
.body_red .redactor-dropdown a {
  color: #000;
}
.body_red .redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}
.body_red .redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0,0,0,0.4);
  background: #fff;
}
.body_red .redactor-dropdown-cells {
  margin: 10px auto;
}
.body_red .redactor-dropdown-cells a,
.body_red .redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.body_red .redactor-dropdown-selector {
  display: flex;
  text-align: center;
}
.body_red .redactor-dropdown-selector span {
  flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}
.body_red .redactor-dropdown-selector span:hover {
  background: #eee;
}
.body_red .redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0,0,0,0.3);
  background: #eee;
}
.body_red .redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.body_red .redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}
.body_red .redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}
.body_red .redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
.body_red .redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.body_red .redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
.body_red .redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.body_red .redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}
.body_red .redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px;
}
.body_red .redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 2px 15px rgba(80,80,80,0.25);
  border-radius: 3px;
  color: #000;
}
.body_red .redactor-modal form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body_red .redactor-modal input,
.body_red .redactor-modal select,
.body_red .redactor-modal textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  box-shadow: none;
  padding: 0 .5em;
}
.body_red .redactor-modal textarea {
  padding: .5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}
.body_red .redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right .65em center;
  padding-right: 28px;
}
.body_red .redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: .5em .75em;
}
.body_red .redactor-modal input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}
.body_red .redactor-modal input[type="radio"],
.body_red .redactor-modal input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}
.body_red .redactor-modal .form-item {
  margin-bottom: 20px;
}
.body_red .redactor-modal .form-item:last-child {
  margin-bottom: 0;
}
.body_red .redactor-modal fieldset {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.body_red .redactor-modal fieldset .form-item {
  margin-bottom: 12px;
}
.body_red .redactor-modal label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
  font-size: 14px;
}
.body_red .redactor-modal label .desc,
.body_red .redactor-modal label .success,
.body_red .redactor-modal label .error {
  text-transform: none;
  font-weight: normal;
}
.body_red .redactor-modal label.checkbox {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}
.body_red .redactor-modal .form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 1em;
}
.body_red .redactor-modal input:hover,
.body_red .redactor-modal textarea:hover,
.body_red .redactor-modal select:hover {
  outline: none;
  background-color: #fff;
  border-color: #969fa9;
  box-shadow: none;
}
.body_red .redactor-modal input:focus,
.body_red .redactor-modal textarea:focus,
.body_red .redactor-modal select:focus {
  transition: all linear .2s;
  outline: none;
  background-color: #fff;
  border-color: rgba(0,125,255,0.5);
  box-shadow: 0 0 3px rgba(0,125,255,0.5);
}
.body_red .redactor-modal input.error,
.body_red .redactor-modal textarea.error,
.body_red .redactor-modal select.error {
  background-color: rgba(255,50,101,0.1);
  border: 1px solid #ff7f9e;
}
.body_red .redactor-modal input.error:focus,
.body_red .redactor-modal textarea.error:focus,
.body_red .redactor-modal select.error:focus {
  border-color: #ff3265;
  box-shadow: 0 0 1px #ff3265;
}
.body_red .redactor-modal input.success,
.body_red .redactor-modal textarea.success,
.body_red .redactor-modal select.success {
  background-color: rgba(47,196,182,0.1);
  border: 1px solid #65dacf;
}
.body_red .redactor-modal input.success:focus,
.body_red .redactor-modal textarea.success:focus,
.body_red .redactor-modal select.success:focus {
  border-color: #2fc4b6;
  box-shadow: 0 0 1px #2fc4b6;
}
.body_red .redactor-modal input:disabled,
.body_red .redactor-modal input:disabled:hover,
.body_red .redactor-modal input.disabled,
.body_red .redactor-modal input.disabled:hover,
.body_red .redactor-modal textarea:disabled,
.body_red .redactor-modal textarea:disabled:hover,
.body_red .redactor-modal textarea.disabled,
.body_red .redactor-modal textarea.disabled:hover,
.body_red .redactor-modal select:disabled,
.body_red .redactor-modal select:disabled:hover,
.body_red .redactor-modal select.disabled,
.body_red .redactor-modal select.disabled:hover {
  resize: none;
  opacity: .6;
  cursor: default;
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: 1px solid #cacfd4;
  box-shadow: none;
  background-color: #fff;
}
.body_red .redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
  font-size: 110%;
}
.body_red .redactor-modal .desc {
  color: rgba(51,51,51,0.5);
  font-size: 12px;
}
.body_red .redactor-modal span.desc {
  margin-left: 0.25em;
}
.body_red .redactor-modal div.desc {
  margin-top: 0.25em;
}
.body_red .redactor-modal span.success,
.body_red .redactor-modal span.error {
  font-size: 12px;
  margin-left: 0.25em;
}
.body_red .redactor-modal div.desc {
  margin-bottom: -0.5em;
}
.body_red .redactor-modal .redactor-close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px;
  color: #000;
  opacity: .3;
  cursor: pointer;
}
.body_red .redactor-modal .redactor-close:hover {
  opacity: 1;
}
.body_red .redactor-modal .redactor-close:before {
  content: '\00d7';
}
.body_red .redactor-modal button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #007dff;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #007dff;
  min-height: 40px;
  outline: none;
  padding: 0.5em 1.25em;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: none;
}
.body_red .redactor-modal button:hover {
  outline: none;
  text-decoration: none;
  background: none;
  color: rgba(0,125,255,0.6);
  border-color: rgba(0,125,255,0.5);
}
.body_red .redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34;
}
.body_red .redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42,46,52,0.6);
  border-color: rgba(42,46,52,0.5);
}
.body_red .redactor-modal button.redactor-button-danger,
.body_red .redactor-modal button.redactor-button-unstyled {
  background: none;
  border-color: transparent;
  color: rgba(42,46,52,0.6);
}
.body_red .redactor-modal button.redactor-button-danger:hover,
.body_red .redactor-modal button.redactor-button-unstyled:hover {
  background: none;
  border-color: transparent;
  color: #ff3265;
  text-decoration: underline;
}
.body_red .redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_red .redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.body_red .redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block;
}
.body_red .redactor-modal .redactor-modal-area {
  float: left;
  width: 66%;
}
.body_red .redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto;
}
.body_red .redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left;
}
.body_red .redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0;
}
.body_red .redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.body_red .redactor-modal-header:empty {
  display: none;
}
.body_red .redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px;
}
.body_red .redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}
.body_red .redactor-modal-footer button {
  margin-right: 4px;
}
.body_red .redactor-modal-footer button.redactor-button-unstyled {
  margin-right: 0;
  float: right;
}
.body_red .redactor-modal-footer:empty {
  display: none;
}
.body_red .redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0,0,0,0.05);
  margin-bottom: 1em;
}
.body_red .redactor-modal-tabs a {
  font-size: 15px;
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0,0,0,0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px;
}
.body_red .redactor-modal-tabs a:hover {
  transition: all linear .2s;
}
.body_red .redactor-modal-tabs a:hover,
.body_red .redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff;
}
.body_red .redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}
.body_red .redactor-styles *,
.body_red .redactor-styles *:before,
.body_red .redactor-styles *:after {
  box-sizing: inherit;
}
.body_red .redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.body_red .redactor-styles[dir="rtl"] ul li,
.body_red .redactor-styles[dir="rtl"] ol li {
  text-align: right;
}
.body_red .redactor-styles[dir="rtl"] ul,
.body_red .redactor-styles[dir="rtl"] ol,
.body_red .redactor-styles[dir="rtl"] ul ul,
.body_red .redactor-styles[dir="rtl"] ol ol,
.body_red .redactor-styles[dir="rtl"] ul ol,
.body_red .redactor-styles[dir="rtl"] ol ul {
  margin-left: 1.5em;
}
.body_red .redactor-styles[dir="rtl"] figcaption {
  text-align: right;
}
.body_red .redactor-styles ul[dir="rtl"],
.body_red .redactor-styles ul[dir="rtl"] ul,
.body_red .redactor-styles ul[dir="rtl"] ol,
.body_red .redactor-styles ol[dir="rtl"],
.body_red .redactor-styles ol[dir="rtl"] ul,
.body_red .redactor-styles ol[dir="rtl"] ol {
  margin-right: 1.5em;
}
.body_red .redactor-styles ul[dir="rtl"] li,
.body_red .redactor-styles ol[dir="rtl"] li {
  text-align: right;
}
.body_red .redactor-styles a,
.body_red .redactor-styles a:hover {
  color: #3397ff;
}
.body_red .redactor-styles p,
.body_red .redactor-styles dl,
.body_red .redactor-styles blockquote,
.body_red .redactor-styles hr,
.body_red .redactor-styles pre,
.body_red .redactor-styles table,
.body_red .redactor-styles figure,
.body_red .redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.body_red .redactor-styles ul,
.body_red .redactor-styles ol {
  padding: 0;
}
.body_red .redactor-styles ul,
.body_red .redactor-styles ul ul,
.body_red .redactor-styles ul ol,
.body_red .redactor-styles ol,
.body_red .redactor-styles ol ul,
.body_red .redactor-styles ol ol {
  margin: 0 0 0 1.5em;
}
.body_red .redactor-styles ul li,
.body_red .redactor-styles ol li {
  text-align: left;
}
.body_red .redactor-styles ol ol li {
  list-style-type: lower-alpha;
}
.body_red .redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}
.body_red .redactor-styles ul,
.body_red .redactor-styles ol {
  margin-bottom: 1em;
}
.body_red .redactor-styles h1,
.body_red .redactor-styles h2,
.body_red .redactor-styles h3,
.body_red .redactor-styles h4,
.body_red .redactor-styles h5,
.body_red .redactor-styles h6 {
  font-weight: bold;
  color: #111;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.body_red .redactor-styles h1 {
  font-size: 2.0736em;
}
.body_red .redactor-styles h2 {
  font-size: 1.728em;
}
.body_red .redactor-styles h3 {
  font-size: 1.44em;
}
.body_red .redactor-styles h4 {
  font-size: 1.2em;
}
.body_red .redactor-styles h5 {
  font-size: 1em;
}
.body_red .redactor-styles h6 {
  font-size: 0.83333em;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.body_red .redactor-styles blockquote {
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: none;
}
.body_red .redactor-styles table {
  width: 100%;
}
.body_red .redactor-styles time,
.body_red .redactor-styles small,
.body_red .redactor-styles var,
.body_red .redactor-styles code,
.body_red .redactor-styles kbd,
.body_red .redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51,51,51,0.9);
}
.body_red .redactor-styles var,
.body_red .redactor-styles cite {
  opacity: .6;
}
.body_red .redactor-styles var {
  font-style: normal;
}
.body_red .redactor-styles dfn,
.body_red .redactor-styles abbr {
  text-transform: uppercase;
}
.body_red .redactor-styles dfn[title],
.body_red .redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,0,0,0.5);
  cursor: help;
}
.body_red .redactor-styles code,
.body_red .redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}
.body_red .redactor-styles code {
  background-color: #eff1f2;
}
.body_red .redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}
.body_red .redactor-styles kbd {
  border: 1px solid #e5e7e9;
}
.body_red .redactor-styles sub,
.body_red .redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.body_red .redactor-styles sub {
  bottom: -0.25em;
}
.body_red .redactor-styles sup {
  top: -0.5em;
}
.body_red .redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
}
.body_red .redactor-styles pre,
.body_red .redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51,51,51,0.85);
  overflow: none;
  white-space: pre-wrap;
}
.body_red .redactor-styles pre {
  padding: 1rem;
}
.body_red .redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
.body_red .redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0,0,0,0.5);
  font-size: 11px;
}
.body_red .redactor-styles table th,
.body_red .redactor-styles table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}
.body_red .redactor-styles table tfoot th,
.body_red .redactor-styles table tfoot td {
  color: rgba(0,0,0,0.5);
}
.body_red .redactor-styles img,
.body_red .redactor-styles video,
.body_red .redactor-styles audio,
.body_red .redactor-styles embed,
.body_red .redactor-styles object {
  max-width: 100%;
}
.body_red .redactor-styles img,
.body_red .redactor-styles video,
.body_red .redactor-styles embed,
.body_red .redactor-styles object {
  height: auto !important;
}
.body_red .redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.body_red .redactor-styles figcaption {
  display: block;
  opacity: .6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.body_red .upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0,125,255,0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.body_red .upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,0.3);
  font-style: italic;
}
.body_red .upload-redactor-hover {
  background-color: rgba(0,125,255,0.075);
}
.body_red .upload-redactor-error {
  background-color: rgba(255,50,101,0.075);
}
.body_red .upload-redactor-box-hover {
  outline: 5px dashed rgba(0,125,255,0.3);
}
.body_red .upload-redactor-box-error {
  outline: 5px dashed rgba(255,50,101,0.3);
}
.body_red .redactor-structure h1,
.body_red .redactor-structure h2,
.body_red .redactor-structure h3,
.body_red .redactor-structure h4,
.body_red .redactor-structure h5,
.body_red .redactor-structure h6,
.body_red .redactor-structure div {
  position: relative;
}
.body_red .redactor-structure h1:before,
.body_red .redactor-structure h2:before,
.body_red .redactor-structure h3:before,
.body_red .redactor-structure h4:before,
.body_red .redactor-structure h5:before,
.body_red .redactor-structure h6:before,
.body_red .redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: .5;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right;
}
.body_red .redactor-structure h1:before {
  content: "h1";
}
.body_red .redactor-structure h2:before {
  content: "h2";
}
.body_red .redactor-structure h3:before {
  content: "h3";
}
.body_red .redactor-structure h4:before {
  content: "h4";
}
.body_red .redactor-structure h5:before {
  content: "h5";
}
.body_red .redactor-structure h6:before {
  content: "h6";
}
.body_red .redactor-structure div:before {
  content: "div";
}
.body_red #redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
.body_red #redactor-progress span {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  .body_red from {
    background-position: 40px 0;
  }
  .body_red to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .body_red from {
    background-position: 40px 0;
  }
  .body_red to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  .body_red from {
    background-position: 40px 0;
  }
  .body_red to {
    background-position: 0 0;
  }
}
.body_red .redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.body_red .redactor-box-fullscreen-target {
  position: absolute !important;
}
.body_red .redactor-body-fullscreen .redactor-dropdown,
.body_red .redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052;
}
.body_red .redactor-body-fullscreen #redactor-overlay {
  z-index: 1098;
}
.body_red .redactor-body-fullscreen #redactor-modal {
  z-index: 1099;
}
@media only screen and (max-width: 1366px) {
  .body_red header .inner {
    height: 70px;
  }
  .body_red header .inner .logo img {
    padding-top: 5px !important;
  }
  .body_red header .inner .quick_nav {
    padding: 10px;
  }
  .body_red header .inner .quick_nav ul li .padding {
    font-size: 10px;
    padding: 8px;
  }
  .body_red header .inner .quick_nav ul li img {
    width: 20px;
    height: 20px;
  }
  .body_red .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_red .holder .content .row {
    margin-top: 0px;
  }
  .body_red .holder .content .row .box {
    margin-right: 10px;
  }
  .body_red .holder .content .row .box .inner .title {
    font-size: 19px;
  }
  .body_red .holder .content .row .box .inner .styledViews .line label {
    width: 40% !important;
  }
  .body_red .holder .content .row .box .inner .styledViews .line .static {
    float: none;
    display: block;
  }
  .body_red .holder .docks {
    margin-top: 0px;
    top: 70px;
  }
  .body_red .holder .docks ul li {
    padding: 6px 10px;
    font-size: 13px;
  }
  .body_red .holder .content .breadcrumbs {
    margin-top: 0px;
  }
  .body_red .holder .content form .row .box .inner #contract_lines table {
    overflow: hidden;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line textarea {
    width: 70%;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line #s2id_seller {
    width: 70% !important;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line #seller_reference_name {
    width: 70%;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line #select2-chosen-2 {
    width: 70% !important;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line #s2id_buyer {
    width: 70% !important;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .body_red .select2-search-choice-close {
    height: 13px !important;
  }
  .body_red .cms_table_page_nav {
    width: 35px !important;
    height: 35px !important;
  }
  .body_red .cms_table_add {
    margin: 20px 0 20px 0px;
  }
  .body_red #contract_lines {
    overflow-x: auto;
    display: block;
  }
  .body_red .select2-chosen {
    line-height: 40px !important;
  }
  .body_red #s2id_autogen1 .select2-chosen {
    margin-top: 0px !important;
  }
  .body_red select#contact + input.btn {
    margin-top: 20px;
  }
  .body_red select,
  .body_red #contact {
    margin-top: 10px;
  }
  .body_red .select2 a {
    height: 40px !important;
    line-height: 40px;
  }
  .body_red .select2-container a {
    height: 40px !important;
  }
  .body_red .select2-container .select2-search-choice-close {
    height: 13px !important;
  }
  .body_red .logo img {
    width: 50%;
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .body_red header {
    position: relative;
    margin-bottom: 0px;
  }
  .body_red .holder {
    margin-right: 0px !important;
  }
  .body_red .holder .content {
    margin: 0 30px 0 30px;
    padding-top: 0px;
  }
  .body_red .holder .content .row .box {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .body_red .holder .content .row .box .inner .boxcontent .line input {
    display: inline-grid;
    padding-top: 6px;
  }
  .body_red .holder .content .row .box .inner .boxcontent .line #s2id_seller,
  .body_red .holder .content .row .box .inner .boxcontent .line #s2id_fk_product_subcategories,
  .body_red .holder .content .row .box .inner .boxcontent .line #city_from,
  .body_red .holder .content .row .box .inner .boxcontent .line #city_to,
  .body_red .holder .content .row .box .inner .boxcontent .line #brand,
  .body_red .holder .content .row .box .inner .boxcontent .line #crop,
  .body_red .holder .content .row .box .inner .boxcontent .line #quality,
  .body_red .holder .content .row .box .inner .boxcontent .line .select2-container,
  .body_red .holder .content .row .box .inner .boxcontent .line #buyer_reference_name,
  .body_red .holder .content .row .box .inner .boxcontent .line #seller_reference_name,
  .body_red .holder .content .row .box .inner .boxcontent .line .static,
  .body_red .holder .content .row .box .inner .boxcontent .line select,
  .body_red .holder .content .row .box .inner .boxcontent .line #seller_reference_file,
  .body_red .holder .content .row .box .inner .boxcontent .line #buyer_reference_file,
  .body_red .holder .content .row .box .inner .boxcontent .line #seller,
  .body_red .holder .content .row .box .inner .boxcontent .line #buyer,
  .body_red .holder .content .row .box .inner .boxcontent .line #credit_note {
    width: 70% !important;
  }
  .body_red .holder .content .row .box .inner .boxcontent .line #complaints_ref,
  .body_red .holder .content .row .box .inner .boxcontent .line #amount,
  .body_red .holder .content .row .box .inner .boxcontent .line #commission,
  .body_red .holder .content .row .box .inner .boxcontent .line #date {
    width: 70%;
  }
  .body_red .holder .content .row .box .inner .boxcontent .line .btn {
    width: 10% !important;
    text-align: center;
  }
  .body_red .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_red .holder .docks {
    top: 0px;
    position: relative;
  }
  .body_red .holder .docks ul li {
    padding: 6px 10px;
    font-size: 12px;
  }
  .body_red .holder .content form .row .box .inner #contract_lines table {
    font-size: 10px;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td label {
    width: 100%;
  }
  .body_red .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td .select2 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1883px) {
  .body_red .docks ul li {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 1523px) {
  .body_red .docks ul li {
    padding: 12px 2px;
  }
}
@media only screen and (max-width: 768px) {
  .body_red .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_red .holder .docks ul li {
    padding: 12px 3px;
  }
}
@media (max-width: 600px) {
  .body_red .title .btn.right.small {
    float: none !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 7px 0 0 0 !important;
    text-align: center;
  }
  .body_red .title .btn.right.small + .btn.right.small {
    margin-bottom: 10px !important;
  }
}
.body_red .search-holder input {
  width: 100% !important;
  margin: 8px 5px 8px 0px !important;
  padding-left: 34px;
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
}
.body_red .select2 {
  width: 398px !important;
}
.body_red .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  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 .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 .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-drop-auto-width .select2-search {
  padding-top: 4px;
}
.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 .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 .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.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 .select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.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 .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 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 .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-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('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
}
.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;
  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 .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('/_webblocks/images/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 top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
.body_red html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 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 .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('/_webblocks/images/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 18px;
  }
  .body_red nav {
    width: 200px;
    top: 160px;
  }
  .body_red nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  .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: 17px;
    line-height: 50px;
  }
  .body_red .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
.body_red .pagination-info,
.body_red .pagination-detail {
  display: none;
}
.body_red .bootstrap-table,
.body_red .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Ariel, sans-serif;
}
.body_red .bootstrap-table td,
.body_red .cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.body_red .bootstrap-table td:first-child,
.body_red .cms_table td:first-child {
  padding-left: 20px;
}
.body_red .bootstrap-table td:last-child,
.body_red .cms_table td:last-child {
  padding-right: 20px;
}
.body_red .bootstrap-table thead tr th,
.body_red .cms_table thead tr th {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
  text-align: left;
}
.body_red .bootstrap-table thead tr th:first-child,
.body_red .cms_table thead tr th:first-child {
  border-left: 0px;
}
.body_red .bootstrap-table thead tr th a,
.body_red .cms_table thead tr th a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_red .bootstrap-table thead tr th .th-inner,
.body_red .cms_table thead tr th .th-inner {
  padding: 10px 0px 10px 10px !important;
}
.body_red .bootstrap-table thead tr td,
.body_red .cms_table thead tr td {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
}
.body_red .bootstrap-table thead tr td:first-child,
.body_red .cms_table thead tr td:first-child {
  border-left: 0px;
}
.body_red .bootstrap-table thead tr td a,
.body_red .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_red .bootstrap-table thead tr .orderdby,
.body_red .cms_table thead tr .orderdby {
  background: #bfbfbf;
}
.body_red .bootstrap-table thead tr .sortable,
.body_red .cms_table thead tr .sortable {
  cursor: pointer;
}
.body_red .bootstrap-table thead tr .sortable:hover,
.body_red .cms_table thead tr .sortable:hover {
  background: #bfbfbf;
}
.body_red .bootstrap-table thead tr .orderasc,
.body_red .cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_red .bootstrap-table thead tr .orderasc:hover,
.body_red .cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_red .bootstrap-table thead tr .orderdesc,
.body_red .cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_red .bootstrap-table thead tr .orderdesc:hover,
.body_red .cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_red .bootstrap-table tbody tr,
.body_red .cms_table tbody tr {
  background: #ffffff;
}
.body_red .bootstrap-table tbody tr td,
.body_red .cms_table tbody tr td {
  color: #383838;
  border-left: solid 1px #B5D5E4;
}
.body_red .bootstrap-table tbody tr td a,
.body_red .cms_table tbody tr td a {
  text-decoration: none;
}
.body_red .bootstrap-table tbody tr td i,
.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 .bootstrap-table tbody tr td:first-child,
.body_red .cms_table tbody tr td:first-child {
  border-left: none;
}
.body_red .bootstrap-table tbody tr:nth-child(2n),
.body_red .cms_table tbody tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.body_red .bootstrap-table tbody .even,
.body_red .cms_table tbody .even {
  background: #ffffff;
}
.body_red .bootstrap-table tbody .cont-move,
.body_red .cms_table tbody .cont-move {
  cursor: s-resize;
}
.body_red .table-topbar {
  padding: 0px 15px 15px 15px;
}
.body_red .table-topbar .cms_table_page_nav {
  display: inline-block;
  text-align: center;
  padding: 6px 12px;
  cursor: pointer;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #2b679b;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .table-topbar .cms_table_page_nav:last-child {
  border-right: 1px solid #ddd;
}
.body_red .table-topbar .cms_table_page_nav:hover {
  background: #eee;
}
.body_red .table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #2B679B;
  border-color: #2B679B;
  color: #FFFFFF;
}
.body_red .table-topbar .cms_table_page_nav_selected:hover {
  cursor: not-allowed;
  background: #eee;
  border-color: #eee;
  color: #2b679b;
}
.body_red .table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 25%;
}
.body_red .table-topbar .btn {
  margin: 0px;
}
.body_red .cms_table_add {
  margin: 0px 0px 15px 15px;
}
.body_red .domain_special_table {
  width: 100%;
}
.body_red .domain_special_table tr {
  border: solid 2px #B5D5E4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.body_red .domain_special_table tr td {
  padding: 10px;
  color: #a64040;
  border-left: solid 1px #B5D5E4;
}
.body_red .domain_special_table tr td:first-child {
  border: none;
}
.body_red .domain_special_table tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.body_red .domain_special_table_toppbar {
  padding: 10px;
  background-color: #cbcbcb;
}
.body_red .domain_special_table_toppbar input[type="text"] {
  background-color: #FFFFFF;
  width: 100%;
}
.body_red .domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
.body_red .action-edit {
  font-size: 14px;
}
.body_red .action-delete {
  font-size: 14px;
}
.body_red .loading-template {
  width: 100%;
  padding: 15px;
  text-align: center;
}
.body_red .loading-template i {
  font-size: 18px !important;
  color: #999eac;
}
.body_red .loading-text {
  font-size: 14px !important;
  color: #999eac !important;
}
.body_red .page-item.active :hover {
  cursor: not-allowed;
}
.body_red .search-input {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px !important;
}
.body_red .table-buttons {
  margin: 15px 10px 0px 15px;
}
.body_red .table-filters {
  margin: 18px 10px 0px 18px;
}
.body_red #tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.body_red #tiptip_holder.tip_top {
  padding-bottom: 5px;
}
.body_red #tiptip_holder.tip_bottom {
  padding-top: 5px;
}
.body_red #tiptip_holder.tip_right {
  padding-left: 5px;
}
.body_red #tiptip_holder.tip_left {
  padding-right: 5px;
}
.body_red #tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
.body_red #tiptip_arrow,
.body_red #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
.body_red #tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
.body_red #tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
.body_red #tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
.body_red #tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
.body_red #tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
.body_red #tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
.body_red #tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
.body_red #tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .body_red #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  .body_red #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  .body_red #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
.body_red #users_systypes_rights_list ul {
  list-style-type: none;
}
.body_red #users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_red #users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_red #users_systypes_rights_list ul li .padding {
  border: solid 1px #B5D5E4;
  padding: 8px;
  background-color: #efefef;
  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: #e8e8e8;
  border-top: none;
}
.body_red #users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #E0E0E0;
}
.body_red #users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #d8d8d8;
}
.body_red #users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #d1d1d1;
}
.body_red #users_systypes_rights_list ul .users_rights_has_more_data {
  cursor: pointer;
}
.body_red #users_systypes_rights_list ul .users_rights_has_no_more_data {
  cursor: default;
}
.body_red .page_overview_table_header {
  background-color: #cbcbcb;
}
.body_red .page_overview_table_header table tr td {
  text-align: left;
  font-weight: bold;
  padding: 10px 5px;
}
.body_red .page_overview_table ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.body_red .page_overview_table ul li {
  width: 100%;
}
.body_red .page_overview_table ul table tr {
  border-top: solid 1px #B5D5E4;
}
.body_red .page_overview_table ul table tr td {
  padding: 10px;
  border-right: solid 1px #B5D5E4;
}
.body_red .page_overview_table ul table tr td:last-child {
  border: none;
}
.body_red .page_overview_table ul table tr td:first-child {
  padding: 0px;
}
.body_red .page_overview_table ul table tr td i {
  cursor: pointer;
  font-size: 24px;
}
.body_red .page_overview_table ul ul {
  padding-left: 40px;
}
.body_red .page_overview_table ul ul li {
  background: #e8e8e8;
  border-left: solid 1px #B5D5E4;
}
.body_red .page_overview_table ul ul li table tr {
  background: #e8e8e8;
}
.body_red .page_overview_table ul ul li ul li {
  background: #E0E0E0;
}
.body_red .page_overview_table ul ul li ul li table tr {
  background: #E0E0E0;
}
.body_red .page_overview_table ul ul li ul li ul li table {
  background: #d3d3d3;
}
.body_red .page_overview_table ul ul li ul li ul li table tr {
  background: #d3d3d3;
}
.body_red .page_overview_table ul .page_handle {
  cursor: move;
  width: 40px;
  height: 58px;
  line-height: 58px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_red .page_overview_table ul .page_handle i {
  font-size: 16px;
  color: #636363;
  cursor: move;
}
.body_red .page_overview_table ul .page_handle:hover {
  background-color: #a64040;
}
.body_red .page_overview_table ul .page_handle:hover i {
  color: #FFFFFF;
}
.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 #B5D5E4;
  background-color: #E0E0E0;
  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_editor {
  width: 100%;
}
.body_green .dropdown-menu {
  display: none;
}
.body_green .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px;
  border-radius: 4px;
}
.body_green .pagination li {
  display: inline;
}
.body_green .pagination li a,
.body_green pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.body_green .pagination li a:hover,
.body_green pagination li span:hover {
  z-index: 2;
  color: #2b679b;
  background-color: #eee;
  border-color: #ddd;
}
.body_green .pagination .active a,
.body_green .pagination .active span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2b679b;
  border-color: #2b679b;
}
.body_green .pagination-detail {
  margin: 0px 15px 0 15px;
}
.body_green .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.body_green .table th,
.body_green .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.body_green .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.body_green .table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.body_green .table .table {
  background-color: #fff;
}
.body_green .table-sm th,
.body_green .table-sm td {
  padding: 0.3rem;
}
.body_green .table-bordered {
  border: 1px solid #eceeef;
}
.body_green .table-bordered th,
.body_green .table-bordered td {
  border: 1px solid #eceeef;
}
.body_green .table-bordered thead th,
.body_green .table-bordered thead td {
  border-bottom-width: 2px;
}
.body_green .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.05);
}
.body_green .table-hover tbody tr:hover {
  background-color: rgba(0,0,0,0.075);
}
.body_green .table-active,
.body_green .table-active > th,
.body_green .table-active > td {
  background-color: rgba(0,0,0,0.075);
}
.body_green .table-hover .table-active:hover {
  background-color: rgba(0,0,0,0.075);
}
.body_green .table-hover .table-active:hover > td,
.body_green .table-hover .table-active:hover > th {
  background-color: rgba(0,0,0,0.075);
}
.body_green .table-success,
.body_green .table-success > th,
.body_green .table-success > td {
  background-color: #dff0d8;
}
.body_green .table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.body_green .table-hover .table-success:hover > td,
.body_green .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.body_green .table-info,
.body_green .table-info > th,
.body_green .table-info > td {
  background-color: #d9edf7;
}
.body_green .table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.body_green .table-hover .table-info:hover > td,
.body_green .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.body_green .table-warning,
.body_green .table-warning > th,
.body_green .table-warning > td {
  background-color: #fcf8e3;
}
.body_green .table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.body_green .table-hover .table-warning:hover > td,
.body_green .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.body_green .table-danger,
.body_green .table-danger > th,
.body_green .table-danger > td {
  background-color: #f2dede;
}
.body_green .table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.body_green .table-hover .table-danger:hover > td,
.body_green .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.body_green .thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.body_green .thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.body_green .table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.body_green .table-inverse th,
.body_green .table-inverse td,
.body_green .table-inverse thead th {
  border-color: #fff;
}
.body_green .table-inverse.table-bordered {
  border: 0;
}
.body_green .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.body_green .table-responsive.table-bordered {
  border: 0;
}
.body_green i.icon-formatter {
  font-size: 24px;
}
.body_green th.searchable {
  background-image: linear-gradient(to bottom,#E8E8E8 0px,#F8F8F8 100%);
  background-repeat: repeat-x;
}
.body_green .fixed-table-pagination {
  float: left;
}
.body_green .search-input {
  float: right;
  width: 25% !important;
  margin: 10px 15px 20px 0;
}
.body_green .bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}
.body_green .bootstrap-table .fixed-table-toolbar .bs-bars,
.body_green .bootstrap-table .fixed-table-toolbar .columns,
.body_green .bootstrap-table .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.body_green .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
  display: inline-block;
  margin-left: -1px !important;
}
.body_green .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn {
  border-radius: 0;
}
.body_green .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.body_green .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.body_green .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}
.body_green .bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
}
.body_green .bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}
.body_green .bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}
.body_green .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.body_green .bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}
.body_green .bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}
.body_green .bootstrap-table .fixed-table-container .table td,
.body_green .bootstrap-table .fixed-table-container .table th {
  vertical-align: middle;
  box-sizing: border-box;
}
.body_green .bootstrap-table .fixed-table-container .table thead th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.body_green .bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent;
}
.body_green .bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px;
}
.body_green .bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: .75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.body_green .bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}
.body_green .bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.body_green .bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
}
.body_green .bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
}
.body_green .bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0,0,0,0.075);
}
.body_green .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}
.body_green .bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}
.body_green .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
}
.body_green .bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}
.body_green .bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}
.body_green .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],
.body_green .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
  margin: 0 auto !important;
}
.body_green .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: .3rem;
}
.body_green .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}
.body_green .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.body_green .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.body_green .bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}
.body_green .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: LOADING;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: .3s;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: .6s;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.body_green .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}
.body_green .bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}
.body_green .bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination,
.body_green .bootstrap-table .fixed-table-pagination>.pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
  display: inline-block;
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
  margin: 0;
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
  padding: 6px 12px;
  line-height: 1.428571429;
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
  content: '\2B05';
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
  content: '\27A1';
}
.body_green .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}
.body_green .bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll;
}
.body_green div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}
.body_green div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
@keyframes LOADING {
  .body_green 0% {
    opacity: 0;
  }
  .body_green 50% {
    opacity: 1;
  }
  .body_green to {
    opacity: 0;
  }
}
.body_green .col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #636363;
  color: #FFFFFF;
  border: solid 2px;
}
.body_green .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_green .col_mess_error {
  border-color: #a64040;
  background: #cd7f7f;
}
.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 #fileupload_dropzone {
  background: #EFEFEF;
  width: 370px;
  height: 100px;
  line-height: 50px;
  text-align: center;
}
.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 .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 #file_manager_controls {
  padding: 0px 20px;
}
.body_green form {
  padding: 10px;
}
.body_green input[type="text"],
.body_green input[type="email"],
.body_green input[type="password"],
.body_green input[type="file"],
.body_green input[type="number"],
.body_green input[type="tel"],
.body_green textarea,
.body_green select {
  height: 40px;
  line-height: normal;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
}
.body_green input[type="text"]:hover,
.body_green input[type="email"]: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 textarea:hover,
.body_green select:hover {
  border-color: #636363;
}
.body_green input[type="text"]:focus,
.body_green input[type="email"]: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 textarea:focus,
.body_green select:focus {
  border-color: #419c59;
}
.body_green .boolean_holder {
  width: 70%;
}
.body_green .boolean_holder input {
  float: left;
  height: 20px;
}
.body_green .boolean_holder label {
  float: left;
  padding-left: 5px;
  line-height: 20px;
}
.body_green select {
  margin: 0 0 0 0 !important;
  cursor: pointer;
}
.body_green textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
  min-height: 100px;
}
.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 label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  float: left;
}
.body_green .line {
  margin-bottom: 10px;
  min-width: 40%;
}
.body_green .line .smallRow {
  width: 150px;
}
.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 .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 {
  width: 100%;
  margin-top: 10px;
}
.body_green .third label,
.body_green .third .boolean_holder,
.body_green .quarter label,
.body_green .quarter .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"] {
  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 {
  width: 220px;
}
.body_green .third .domain_image_upload,
.body_green .quarter .domain_image_upload {
  width: 100%;
}
.body_green .third .domain_image_upload img,
.body_green .quarter .domain_image_upload img {
  margin-top: 10px;
}
.body_green .third .domain_image_upload i,
.body_green .quarter .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;
  background: #F5F5F5;
}
.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 #4a1d1d;
}
.body_green .domain_image_upload img {
  margin-bottom: 10px;
}
.body_green .redactor_editor {
  width: 70%;
}
.body_green .small {
  width: 100px;
}
.body_green input.error,
.body_green select.error {
  background-color: #F2D4CE !important;
  border: 1px solid #AE432E !important;
}
.body_green .styledForms {
  width: 70% !important;
  float: right;
}
.body_green .styledViews label {
  width: 30% !important;
  font-weight: bold;
}
.body_green .even {
  background-color: #FFFFFF;
}
.body_green .odd {
  background-color: #EFEFEF;
}
.body_green .static {
  display: inline-block;
  float: left;
  width: 70%;
}
.body_green .static input {
  width: 100%;
}
.body_green .half,
.body_green .third,
.body_green .quarter,
.body_green .twothird,
.body_green .threequarter {
  margin-right: 20px;
  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: calc(25% - 10px);
}
.body_green .third {
  width: calc(33% - 10px);
}
.body_green .half {
  width: calc(50% - 10px);
}
.body_green .half.right {
  margin-right: 0 !important;
}
.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 .col-1 {
  width: 8.33% !important;
}
.body_green .col-2 {
  width: 16.66% !important;
}
.body_green .col-3 {
  width: 25% !important;
}
.body_green .col-4 {
  width: 33.33% !important;
}
.body_green .col-5 {
  width: 41.66% !important;
}
.body_green .col-6 {
  width: 50% !important;
}
.body_green .col-7 {
  width: 58.33% !important;
}
.body_green .col-8 {
  width: 66.66% !important;
}
.body_green .col-9 {
  width: 75% !important;
}
.body_green .col-10 {
  width: 83.33% !important;
}
.body_green .col-11 {
  width: 91.66% !important;
}
.body_green .col-12 {
  width: 100% !important;
}
.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 #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.body_green .ui-widget-header a {
  color: #fff;
}
.body_green .ui-state-default,
.body_green .ui-widget-content .ui-state-default,
.body_green .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #E0E0E0 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_green .ui-state-default a,
.body_green .ui-state-default a:link,
.body_green .ui-state-default a:visited {
  color: #383838;
  text-decoration: none;
}
.body_green .ui-state-hover,
.body_green .ui-widget-content .ui-state-hover,
.body_green .ui-widget-header .ui-state-hover,
.body_green .ui-state-focus,
.body_green .ui-widget-content .ui-state-focus,
.body_green .ui-widget-header .ui-state-focus {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_green .ui-state-hover a,
.body_green .ui-state-hover a:hover,
.body_green .ui-state-hover a:link,
.body_green .ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.body_green .ui-state-active,
.body_green .ui-widget-content .ui-state-active,
.body_green .ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_green .ui-state-active a,
.body_green .ui-state-active a:link,
.body_green .ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.body_green .ui-state-highlight,
.body_green .ui-widget-content .ui-state-highlight,
.body_green .ui-widget-header .ui-state-highlight {
  border: 1px solid #419c59;
  background: #419c59 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.body_green .ui-state-highlight a,
.body_green .ui-widget-content .ui-state-highlight a,
.body_green .ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.body_green .ui-state-error,
.body_green .ui-widget-content .ui-state-error,
.body_green .ui-widget-header .ui-state-error {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_a64040_40x100.png) 50% 50% repeat-x;
  color: #fff;
}
.body_green .ui-state-error a,
.body_green .ui-widget-content .ui-state-error a,
.body_green .ui-widget-header .ui-state-error a {
  color: #fff;
}
.body_green .ui-state-error-text,
.body_green .ui-widget-content .ui-state-error-text,
.body_green .ui-widget-header .ui-state-error-text {
  color: #fff;
}
.body_green .ui-priority-primary,
.body_green .ui-widget-content .ui-priority-primary,
.body_green .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.body_green .ui-priority-secondary,
.body_green .ui-widget-content .ui-priority-secondary,
.body_green .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.body_green .ui-state-disabled,
.body_green .ui-widget-content .ui-state-disabled,
.body_green .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.body_green .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.body_green .ui-icon {
  width: 16px;
  height: 16px;
}
.body_green .ui-icon,
.body_green .ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.body_green .ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_green .ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_green .ui-state-hover .ui-icon,
.body_green .ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_green .ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_green .ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.body_green .ui-state-error .ui-icon,
.body_green .ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_green .ui-icon-blank {
  background-position: 16px 16px;
}
.body_green .ui-icon-carat-1-n {
  background-position: 0 0;
}
.body_green .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.body_green .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.body_green .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.body_green .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.body_green .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.body_green .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.body_green .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.body_green .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.body_green .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.body_green .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.body_green .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.body_green .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.body_green .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.body_green .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.body_green .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.body_green .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.body_green .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.body_green .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.body_green .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.body_green .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.body_green .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.body_green .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.body_green .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.body_green .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.body_green .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.body_green .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.body_green .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.body_green .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.body_green .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.body_green .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.body_green .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.body_green .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.body_green .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.body_green .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.body_green .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.body_green .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.body_green .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.body_green .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.body_green .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.body_green .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.body_green .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.body_green .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.body_green .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.body_green .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.body_green .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.body_green .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.body_green .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.body_green .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.body_green .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.body_green .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.body_green .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.body_green .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.body_green .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.body_green .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.body_green .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.body_green .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.body_green .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.body_green .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.body_green .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.body_green .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.body_green .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.body_green .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.body_green .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.body_green .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.body_green .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.body_green .ui-icon-extlink {
  background-position: -32px -80px;
}
.body_green .ui-icon-newwin {
  background-position: -48px -80px;
}
.body_green .ui-icon-refresh {
  background-position: -64px -80px;
}
.body_green .ui-icon-shuffle {
  background-position: -80px -80px;
}
.body_green .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.body_green .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.body_green .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.body_green .ui-icon-folder-open {
  background-position: -16px -96px;
}
.body_green .ui-icon-document {
  background-position: -32px -96px;
}
.body_green .ui-icon-document-b {
  background-position: -48px -96px;
}
.body_green .ui-icon-note {
  background-position: -64px -96px;
}
.body_green .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.body_green .ui-icon-mail-open {
  background-position: -96px -96px;
}
.body_green .ui-icon-suitcase {
  background-position: -112px -96px;
}
.body_green .ui-icon-comment {
  background-position: -128px -96px;
}
.body_green .ui-icon-person {
  background-position: -144px -96px;
}
.body_green .ui-icon-print {
  background-position: -160px -96px;
}
.body_green .ui-icon-trash {
  background-position: -176px -96px;
}
.body_green .ui-icon-locked {
  background-position: -192px -96px;
}
.body_green .ui-icon-unlocked {
  background-position: -208px -96px;
}
.body_green .ui-icon-bookmark {
  background-position: -224px -96px;
}
.body_green .ui-icon-tag {
  background-position: -240px -96px;
}
.body_green .ui-icon-home {
  background-position: 0 -112px;
}
.body_green .ui-icon-flag {
  background-position: -16px -112px;
}
.body_green .ui-icon-calendar {
  background-position: -32px -112px;
}
.body_green .ui-icon-cart {
  background-position: -48px -112px;
}
.body_green .ui-icon-pencil {
  background-position: -64px -112px;
}
.body_green .ui-icon-clock {
  background-position: -80px -112px;
}
.body_green .ui-icon-disk {
  background-position: -96px -112px;
}
.body_green .ui-icon-calculator {
  background-position: -112px -112px;
}
.body_green .ui-icon-zoomin {
  background-position: -128px -112px;
}
.body_green .ui-icon-zoomout {
  background-position: -144px -112px;
}
.body_green .ui-icon-search {
  background-position: -160px -112px;
}
.body_green .ui-icon-wrench {
  background-position: -176px -112px;
}
.body_green .ui-icon-gear {
  background-position: -192px -112px;
}
.body_green .ui-icon-heart {
  background-position: -208px -112px;
}
.body_green .ui-icon-star {
  background-position: -224px -112px;
}
.body_green .ui-icon-link {
  background-position: -240px -112px;
}
.body_green .ui-icon-cancel {
  background-position: 0 -128px;
}
.body_green .ui-icon-plus {
  background-position: -16px -128px;
}
.body_green .ui-icon-plusthick {
  background-position: -32px -128px;
}
.body_green .ui-icon-minus {
  background-position: -48px -128px;
}
.body_green .ui-icon-minusthick {
  background-position: -64px -128px;
}
.body_green .ui-icon-close {
  background-position: -80px -128px;
}
.body_green .ui-icon-closethick {
  background-position: -96px -128px;
}
.body_green .ui-icon-key {
  background-position: -112px -128px;
}
.body_green .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.body_green .ui-icon-scissors {
  background-position: -144px -128px;
}
.body_green .ui-icon-clipboard {
  background-position: -160px -128px;
}
.body_green .ui-icon-copy {
  background-position: -176px -128px;
}
.body_green .ui-icon-contact {
  background-position: -192px -128px;
}
.body_green .ui-icon-image {
  background-position: -208px -128px;
}
.body_green .ui-icon-video {
  background-position: -224px -128px;
}
.body_green .ui-icon-script {
  background-position: -240px -128px;
}
.body_green .ui-icon-alert {
  background-position: 0 -144px;
}
.body_green .ui-icon-info {
  background-position: -16px -144px;
}
.body_green .ui-icon-notice {
  background-position: -32px -144px;
}
.body_green .ui-icon-help {
  background-position: -48px -144px;
}
.body_green .ui-icon-check {
  background-position: -64px -144px;
}
.body_green .ui-icon-bullet {
  background-position: -80px -144px;
}
.body_green .ui-icon-radio-on {
  background-position: -96px -144px;
}
.body_green .ui-icon-radio-off {
  background-position: -112px -144px;
}
.body_green .ui-icon-pin-w {
  background-position: -128px -144px;
}
.body_green .ui-icon-pin-s {
  background-position: -144px -144px;
}
.body_green .ui-icon-play {
  background-position: 0 -160px;
}
.body_green .ui-icon-pause {
  background-position: -16px -160px;
}
.body_green .ui-icon-seek-next {
  background-position: -32px -160px;
}
.body_green .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.body_green .ui-icon-seek-end {
  background-position: -64px -160px;
}
.body_green .ui-icon-seek-start {
  background-position: -80px -160px;
}
.body_green .ui-icon-seek-first {
  background-position: -80px -160px;
}
.body_green .ui-icon-stop {
  background-position: -96px -160px;
}
.body_green .ui-icon-eject {
  background-position: -112px -160px;
}
.body_green .ui-icon-volume-off {
  background-position: -128px -160px;
}
.body_green .ui-icon-volume-on {
  background-position: -144px -160px;
}
.body_green .ui-icon-power {
  background-position: 0 -176px;
}
.body_green .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.body_green .ui-icon-signal {
  background-position: -32px -176px;
}
.body_green .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.body_green .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.body_green .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.body_green .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.body_green .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.body_green .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.body_green .ui-icon-circle-close {
  background-position: -32px -192px;
}
.body_green .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.body_green .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.body_green .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.body_green .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.body_green .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.body_green .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.body_green .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.body_green .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.body_green .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.body_green .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.body_green .ui-icon-circle-check {
  background-position: -208px -192px;
}
.body_green .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.body_green .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.body_green .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.body_green .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.body_green .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.body_green .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.body_green .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.body_green .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.body_green .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.body_green .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.body_green .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.body_green .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.body_green .ui-corner-all,
.body_green .ui-corner-top,
.body_green .ui-corner-left,
.body_green .ui-corner-tl {
  border-top-left-radius: 0;
}
.body_green .ui-corner-all,
.body_green .ui-corner-top,
.body_green .ui-corner-right,
.body_green .ui-corner-tr {
  border-top-right-radius: 0;
}
.body_green .ui-corner-all,
.body_green .ui-corner-bottom,
.body_green .ui-corner-left,
.body_green .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.body_green .ui-corner-all,
.body_green .ui-corner-bottom,
.body_green .ui-corner-right,
.body_green .ui-corner-br {
  border-bottom-right-radius: 0;
}
.body_green .ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.body_green .ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000 url(/_webblocks/images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 0;
}
.body_green div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  margin: 25px 0 10px 0;
  overflow-y: auto;
}
.body_green div.tagsinput span.tag {
  border: 1px solid #327844;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #419c59;
  color: #FFFFFF;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
.body_green div.tagsinput span.tag a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.body_green div.tagsinput input {
  border: 2px solid #327844;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #419c59;
  color: #FFFFFF !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.body_green .not_valid {
  border: 2px solid #813232 !important;
  background-color: #a64040 !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: #419c59;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_green ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_green ::selection {
  background: #419c59;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_green html {
  height: 100%;
}
.body_green body {
  background: #ffffff;
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
}
.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 18px 0 0;
}
.body_green a,
.body_green .link {
  color: #419c59;
  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: #235430;
  cursor: pointer;
}
.body_green a:active,
.body_green .link:active {
  color: #327844;
}
.body_green .blue {
  color: #3c4d8a;
}
.body_green .blue:hover {
  color: #2d3966;
}
.body_green .red {
  color: #a64040;
}
.body_green .red:hover {
  color: #813232;
}
.body_green .teal {
  color: #008080;
}
.body_green .teal:hover {
  color: #004d4d;
}
.body_green .yellow {
  color: #f19b3f;
}
.body_green .yellow:hover {
  color: #ec8211;
}
.body_green .green {
  color: #419c59;
}
.body_green .green:hover {
  color: #327844;
}
.body_green .purple {
  color: #800080;
}
.body_green .purple:hover {
  color: #4d004d;
}
.body_green .lila {
  color: #8080FF;
}
.body_green .lila:hover {
  color: #4d4dff;
}
.body_green .brown {
  color: #804000;
}
.body_green .brown:hover {
  color: #4d2700;
}
.body_green .gray {
  color: #636363;
}
.body_green .gray:hover {
  color: #4a4a4a;
}
.body_green .lightslategray {
  color: #778899;
}
.body_green .lightslategray:hover {
  color: #5f6f7e;
}
.body_green .maincolor {
  color: #419c59;
}
.body_green .maincolor:hover {
  color: #327844;
}
.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 .overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #FFFFFF;
  height: 100%;
  width: 100%;
}
.body_green #loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  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: #000;
  background: #E5E5E5;
  padding: 20px;
}
.body_green .forgot a {
  color: #000;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .forgot a:hover {
  color: #2E2E2E;
  text-decoration: underline;
}
.body_green .errors {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  color: #a64040;
}
.body_green .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #a64040;
  margin-bottom: 10px;
}
.body_green .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
.body_green header {
  position: fixed;
  width: 100%;
  margin: 0 0 18px 0;
  z-index: 4;
}
.body_green header .balk {
  background: #F39200;
  height: 40px;
}
.body_green header .inner {
  height: 96px;
  background-image: url('/_webblocks/images/header.png');
}
.body_green header .inner .logo {
  width: 157px;
  height: 22px;
  margin: 0 0 0 18px;
  margin-top: 10px;
}
.body_green header .inner .logo a {
  display: block;
}
.body_green header .inner h1 {
  font-size: 50px;
  color: #ffffff;
  margin: 0;
  padding-left: 30px;
}
.body_green header .inner .quick_nav {
  color: #FFFFFF;
  padding: 15px;
  font-size: 15px;
}
.body_green header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body_green header .inner .quick_nav ul li {
  height: 100%;
  background: #8EB8CD;
  cursor: pointer;
  text-shadow: 1px 1px 1px #252525;
  min-width: 175px;
  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: 13px;
}
.body_green header .inner .quick_nav ul li .padding .account_image {
  border: solid 1px #E0E0E0;
  margin: -4px 10px 0 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 .headersub {
  display: none;
  z-index: 10;
}
.body_green header .inner .quick_nav ul:hover li {
  background: #419c59;
  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: #FFFFFF;
  text-shadow: none;
  color: #419c59;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #B5D5E4;
}
.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 {
  background-color: #E0E0E0;
}
.body_green header .inner .quick_nav ul:hover .headersub:hover {
  background: #419c59;
}
.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: #FFFFFF;
  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: #419c59;
  color: #FFFFFF;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.body_green .docks {
  margin-top: 11px;
  position: fixed;
  z-index: 3;
  background-color: #F39201;
  width: 100%;
  top: 85px;
}
.body_green .docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.body_green .docks ul li {
  padding: 10px 18px;
  border-right: solid 1px #B5D5E4;
  height: 100%;
  font-size: 15px;
  color: #ffffff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .docks ul li:hover {
  background-color: #C47600;
}
.body_green .docks ul .selected {
  border-right: solid 1px #419c59;
}
.body_green .docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 2;
  display: none;
}
.body_green nav {
  position: fixed;
  top: 180px;
  margin: 0 0 0 18px;
  width: 260px;
  z-index: 2;
  background-color: #ffffff;
}
.body_green nav ul {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  border: solid 1px #B5D5E4;
}
.body_green nav ul li {
  border-top: solid 1px #B5D5E4;
  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:first-child {
  border-top: none;
}
.body_green nav ul li .padding {
  padding: 15px;
}
.body_green nav ul li:hover {
  background: #E0E0E0;
  text-decoration: none;
  color: #419c59;
}
.body_green nav ul li:hover a {
  text-decoration: none;
  color: #419c59;
}
.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: #383838;
  border-color: #7db5d0;
}
.body_green nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -webkit-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -moz-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  border-top: inset 0px 1px 1px 0px #7db5d0;
}
.body_green nav ul ul li:hover {
  background: #636363;
  color: #E0E0E0;
}
.body_green nav ul ul li .padding {
  padding: 10px 15px;
}
.body_green nav ul ul .selected {
  background: #636363;
  color: #E0E0E0;
}
.body_green nav ul .selected {
  background: #E0E0E0;
  text-decoration: none;
  color: #419c59;
}
.body_green nav ul .selected a {
  text-decoration: none;
  color: #419c59;
}
.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: #383838;
}
.body_green nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #419c59;
}
.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: #ededed;
  border: solid 2px #B5D5E4;
  margin-bottom: 18px;
  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 #B5D5E4;
  margin: -18px 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: #419c59;
  background: none;
  padding: 0;
  line-height: 30px;
}
.body_green #domain_switch_holder .domain_searchbox ul li:hover {
  background: none;
  color: #57b971;
}
.body_green #domain_switch_holder .domain_searchbox ul li:hover a {
  color: #49ae63;
}
.body_green .full-width {
  margin: 0 0 0 30px;
}
.body_green .semi-width {
  margin: 0 0 0 320px;
}
.body_green .content {
  padding: 175px 0 40px 0;
}
.body_green .content .row {
  margin-bottom: 40px;
}
.body_green .content .row .box {
  border: solid 2px #B5D5E4;
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
}
.body_green .content .row .box .inner {
  background-color: #FFFFFF;
}
.body_green .content .row .box .inner .title {
  line-height: 40px;
  font-size: 22px;
  padding: 0 10px;
  border-bottom: solid 2px #B5D5E4;
}
.body_green .content .row .box .inner .tabs_included {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
}
.body_green .content .row .box .inner .boxcontent {
  background: ;
  padding: 15px 0px 0px 20px;
}
.body_green .content .row .box .inner .boxcontent-help {
  padding-bottom: 15px;
}
.body_green .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_green .content .tabs {
  display: block;
}
.body_green .content .tabs ul {
  list-style-type: none;
  padding: 0;
  display: block;
}
.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;
  margin: 0 5px 0 0;
  background: #E0E0E0;
  color: #383838;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  border: solid 1px #B5D5E4;
  border-bottom: 0px;
  box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -webkit-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -moz-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  border-top: inset 0px -1px 3px 0px #d8d8d8;
}
.body_green .content .tabs ul li div:hover {
  text-decoration: none;
  background: #bfbfbf;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_green .content .tabs ul li div:active {
  padding: 0 15px;
  background: #636363;
  color: #383838;
}
.body_green .content .tabs ul li .selected {
  padding: 0 15px;
  background: #cbcbcb;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_green .content .breadcrumbs {
  margin-top: 10px;
  padding: 0 0 10px 0;
}
.body_green .content .breadcrumbs a {
  color: #383838;
}
.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 {
  color: #383838;
  padding: 0 10px;
}
.body_green .greytext {
  color: #999;
}
.body_green .btn {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 12px;
  padding: 0px 10px;
  height: 25px;
  line-height: 25px;
  background-color: #419c59;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  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;
}
.body_green .btn:hover {
  background: #327844;
  color: #FFF;
}
.body_green .btn:active {
  background: #327844;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  box-shadow: inset 1px 1px 2px 0px #235430;
  -webkit-box-shadow: inset 1px 1px 2px 0px #235430;
  -moz-box-shadow: inset 1px 1px 2px 0px #235430;
  border-top: inset 1px 1px 2px 0px #235430;
}
.body_green .btn.small {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}
.body_green .btn.big {
  font-size: 14px;
  padding: 0px 10px;
  height: 40px;
}
.body_green .btn.disabled {
  background-color: gray;
}
.body_green .btn.disabled:hover {
  background-color: #676767;
}
.body_green .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.body_green .module_dev_switcher {
  position: fixed;
  right: 0px;
  background: #383838;
  color: #FFFFFF;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.body_green .module_dev_switcher a {
  color: #FFFFFF;
}
.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 .mail_popup_seller {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_green .mail_popup_shipment_planned,
.body_green .mail_popup_shipment_requested,
.body_green .mail_popup_shipment_delivery {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 800px;
  height: 746px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_green .mail_popup_shipment_planned form,
.body_green .mail_popup_shipment_requested form,
.body_green .mail_popup_shipment_delivery form {
  padding: 0px;
}
.body_green .mail_popup_shipment_planned form textarea,
.body_green .mail_popup_shipment_requested form textarea,
.body_green .mail_popup_shipment_delivery form textarea {
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
.body_green .mail_popup_buyer {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_green .mail_popup_invoice {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_green .m_btn {
  background-color: #a64040;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  width: 30px;
  text-align: center;
  border-radius: 3px;
  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;
}
.body_green .m_btn i {
  color: #FFFFFF;
  font-size: 16px;
}
.body_green .m_btn:hover {
  background: #327844;
}
.body_green .m_btn:active {
  background: #327844;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  box-shadow: inset 1px 1px 2px 0px #235430;
  -webkit-box-shadow: inset 1px 1px 2px 0px #235430;
  -moz-box-shadow: inset 1px 1px 2px 0px #235430;
  border-top: inset 1px 1px 2px 0px #235430;
}
.body_green .m_btn.disabled {
  background-color: gray !important;
}
.body_green .date_popup {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_green .date_popup .btn {
  margin: 0 2px;
}
.body_green .date_popup h2 {
  text-transform: capitalize;
}
.body_green .product_select_container {
  width: calc(100% - 200px);
  height: 40px;
  display: block;
  float: right;
  margin: 0 0 20px 0;
}
.body_green .product_select {
  float: right;
  margin: 0 20px !important;
}
.body_green .small_popup {
  width: 300px !important;
  height: 125px;
  margin-left: -150px;
}
.body_green .companies_select {
  width: 50% !important;
  float: right !important;
}
.body_green .mail_holder {
  display: block;
  float: left;
  width: 33%;
}
.body_green .uneditable {
  cursor: default !important;
}
.body_green .uneditable.green:hover {
  color: #419c59;
}
.body_green .uneditable.gray:hover {
  color: #636363;
}
.body_green #products-table {
  display: block;
  float: left;
  width: 100% !important;
}
.body_green #products-table #export-table {
  width: 70% !important;
}
.body_green #products-table td {
  padding: 0 10px;
}
.body_green #products-table input[type=number],
.body_green #products-table input[type=text] {
  width: 100% !important;
}
.body_green #products-table .select2.product {
  width: 250px !important;
}
.body_green #products-table .select2.currency,
.body_green #products-table .select2.unit {
  width: 100px !important;
}
.body_green .product-details .box .inner .boxcontent.half {
  float: left;
  width: 50%;
  margin: 0;
}
.body_green .attachment_add:hover {
  color: #fff;
}
.body_green #products-table table tbody tr,
.body_green #products-table table tfoot tr {
  height: 50px;
}
.body_green .delete-product.fa-times.red {
  line-height: 25px;
  font-size: 24px;
}
.body_green .complaint_solution_item label,
.body_green .complaint_types label {
  margin-left: 10px;
  width: auto;
  float: none;
}
.body_green .nowrap {
  white-space: nowrap;
}
.body_green .page-link {
  z-index: 0 !important;
}
.body_green .toggle_mail {
  cursor: pointer;
}
.body_green .module_webshop.order_header,
.body_green .module_webshop.order_overview_header {
  font-weight: bold;
}
@keyframes fadeIn {
  .body_green from {
    opacity: 0;
  }
  .body_green to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  .body_green from {
    opacity: 1;
  }
  .body_green to {
    opacity: 0;
  }
}
.body_green .redactor-animate-hide {
  display: none !important;
}
.body_green .redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out;
}
.body_green .redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out;
}
@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkcAAAC8AAAAYGNtYXAXVtKwAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zuxdz/8AAAF4AAAkQGhlYWQPMte3AAAluAAAADZoaGVhB7gD6wAAJfAAAAAkaG10eK4BD60AACYUAAAAuGxvY2GyjqiGAAAmzAAAAF5tYXhwADkBcwAAJywAAAAgbmFtZVDOJQoAACdMAAABknBvc3QAAwAAAAAo4AAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpKQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sn//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjO7AooZIiIZ/XYZIiIZgAOKGSIiGfx2GCMiGYACihkiIhn9dhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEwApAD4AABMhMhYVMRUUBiMhIiY1MTU0NjMxESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzMTsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjP7AsoZIiIZ/TYZIiIZwAOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADARkARwLnAwAAKwA0AFUAACU+ATU0JjUxNjQ1NCYvAT4BNzE8ATU0JicxLgEjKgEjMSIHETMyFjMyNjcHAzIVFCMiIzUzAzoBMzIWFyceARUcARU1HAEVFAYHFQ4BIyImIzMiJzUzAp8hJwEBSDcCJjABIRshUS0CBQI4iM8DBgMwWCQByWp3HxxGBwUJBRw0FgEQEhUSFjQcBAkEARcmQIAZSiwBBAEDBwM9XRABEEUrAQMBJj8WGBsG/U4BHxsBAhdPWqb+/w4OAQ4oFwIFAgECBQIZLA4BDQ8BA+MAAAIAwAAAA0ADgAAsADgAACUiJicxJwcOASM4ATkBKgEjIiYnNRE+ATM6ATMxIToBMzIWFzERDgEjKgEjMQERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcBAxAYICEX/PAXIQMQ/ZhlBgYGBmUCaAAABQBAAAADwAOAABMAFwAnADcARwAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhBSEyFhUUBiMxISImNTQ2MxUhMhYVFAYjMSEiJjU0NjMVITIWFRQGIzEhIiY1NDYzA0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJRsDgEs1/YA1S0s1AoA1S/0AAoBAJRsbJSUbGyXAJRsbJSUbGyXAJRsbJSUbGyUAAAMAQAAAA8ADgAATABcAWQAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhAzEHDgEjOAE5ASoBIyImJzE0NjcxNyMwIjEiJicxNDY3MTc+ATM4ATkBOgEzMhYXMRQGBzEHMzAyMTIWFzEUBgcxA0D9gDVLSzUCgDVLSzX9gAKAiMAFEAkBAQEOFAIEBJTpAg4VAQQEwAUQCQEBAQ4UAgQElOkCDhUBBAQDgEs1/YA1S0s1AoA1S/0AAoD+reAGBxIOBQoErRIOBQoE4AYHEg4FCgStEg4FCgQAAAEAgAA8A4ADAQCDAAABIy4BJyMnLgEnFy4BJzUuATUwNDUxPAE1NDY3MT4BMzoBMzEeARcjHgEXIzcuASMqAQczKgEjIgYHMQ4BFRwBFTEcARUUFhc1HgEfAiEVIRceARUxHAEVFAYHMQ4BIyoBIzEuAScXLgEnFwceATM6ATMjMhYzMjY3MT4BNzEuAScXMwOA9BIoFwI5FSMRAQgOBQUFDw0NIxMCBAITJBECEB0NARscQiQHDgYBAgQCJkQaGR0PDRIxHQIv/p0BxAQJChIPESoYAQQBEyQRAhIhDgEiH0wpAgQDAQMHAyxOIB0iAQEIBwHTAYASHQsbChUNAQcSCgEKFw0BAQEBARQiDQsOAQYGBA4IURETARsYFz8lAQMBAQICHDUXARkmCwEWQAQOIREBAQEWJg4OEAEHBgEGEAsBVhUWAR0aF0QoFCYSAgAAAAACAEAAAAPAA4AAHQA9AAABBzMyFhUUBisBIiY1MTU0NjMyFhUxFTceARcVFDY/ASMiJjU0NjMxMzIWFTEVFAYjIiY1MTUHLgEnNTQGNwHA50cTGhoTsxMaGhMSG+YYIgYGeudHExoaE7MTGhoTEhvmGCIGBgYBQOYbEhMaGhOzExoaE0fnBSMXAQkP+uYbEhMaGhOzExoaE0fnBSMXAQkPBgAAAAMAQABAA8ADgAAbAB4AIgAAASMVMxEhETM1IyIGFTERFBYzMSEyNjUxETQmIwEHISczESMDQICA/YCAgDVLSzUCgDVLSzX+wIABAKpUVAKAgP7AAUCASzX+wDVLSzUBQDVLAQDaIP66AAAAAAMAQAAAA8ADgAADABcAHwAAATMnBwEhIgYVMREUFjMxITI2NTERNCYjAycjByMTMxMBuI1GRwGI/YA1S0s1AoA1S0s1sivIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAABAA/AMADvwL/AAcACgB5ALAAACUDIwMzNzMXJyM3AREwNDU0JicXLgEnMS4BJyMuASMqATkBOAExIgYHMwYHBgcGBxU+ATczPgEzMToBMzIWFzEeARUwFBUxFSMmIiMiBgczDgEVHAEVNRQwFRQWFyceARcxHgEXMx4BMzoBMzE4ATEyNjcjPgE3MRczJw4BDwEOAQcjMCIjIiYnMS4BJzEuASc1LgE1OAE5ATQwNTQ2NzE+ATcxPgE3Mz4BMzoBMzEzFQJA6i7pcynIK0mMRgKABgUBBQ8JChcNAQ0eDwECChMKAhMREBAPDA0fEQMOIBACBAIQHgwKC04DBwQfOBgBFBcEBAEECwcIEwoBCxoOAQIBEiIQAhMfDQE7Qg0eEQELGg4BAQEHDgYGCQQEBQICAQMCAwgGBg4IAQgUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwBDBMIBwwDBAQBAQIEAwQEBTsGCgQEBAsJChoPAgEhARIPDiwaAQICAQEBCxUKAQoRBwcLBAQFCAYIFg4zaAwWCAEGBwEDAgIGBAQIBQEECwUBAQcOBgYLBAUHAgMCQwAAAAAHAD8AQAPRA0AABwAKAA4AEgAWABoAHgAAJQMjAzM3MxcnIzclMxEjExcHJzcHFzcDNycHFyc3FwJA6i7pcynIK0mMRgHBQEAkLbUtrS21La0ttS2tLbUtwAI//cFzc8DR7/0AAvEttS21LbUt/dMttS21LbUtAAABAMAAQANAA0AAMgAAASEqASMiBgczDgEHMw4BBxUOARUcARUxFBYXNR4BFzEeARczHgEzOgEzMREzETMRMxEzA0D+YAIFAhgsFQIUJA8BDxYIBgcJBwgXDg4hEwEULRgCBAFcgFxoA0AHBgYUDAwdEQEPIhICBQITJBABER4MDRUHCAf+cwKr/VUCqwAAAAAC//EAswQEAtwABQALAAABLQEnCQEBDQEXCQEBn/8AAQBR/qMBXQEJAQD/AFABXf6jAQDIxk7+7P7rAdzIxk0BFAEUAAYAQABAA8ADQAADAB8AIgAlADgATAAAAREhEQU6ATMyFhcxDgEjKgEjMSoBIyImJzE+ATM6ATMHNxcxNxcBITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIzEhIiY1MTU0NjMBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiIZAoD+gAGAShwUFRsbFRQc9lBQgIACACIZChkiIhkKGSL9gCIZChkiIhkKGSIAAAAHAEAAgAPAAwAAEgApAD0AQQBeAGEAZAAAATMyFhUxFRQGKwEiJjUxNTQ2MxEzMhYVMRUUBiMxIzgBMSImPQE0NjMxASEyFhUxFRQGIzEhIiY1MTU0NjMDESERBTAyMzIWFzEOASMqATkBKgExIiYnMT4BMzAyMzEHNxcjNxcCu8oZIiIZyhkiIhnJGSIiGckYIyIZ/cADChkiIhn89hkiIhk7AcD+1gEBFB0BAR0UAQEBARQdAQEdFAEBUUNAA2hgAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAgD+gAGAShwUFBwcFBQc9lBQgIAAAAAHAEAAgAPAAwAAEwAtAEEARQBaAF0AYAAAEzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIWFTEVFDAxFAYjOAExIyImNTE1NDYzMREhMhYVMRUUBiMxISImNTE1NDYzAREhEQUwMjMyFhcxDgEjIiYnMT4BMzoBMwc3Fyc3F3vKGSIiGcoZIiIZyhkiIhnKGSIiGQMKGSIiGfz2GSIiGQGFAcD+1gEBFB0BAx0VFB0DAR0UAQEBUURABGVjAwAiGQoZIiIZChki/wAiGQkBGSIiGQoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQbGxQUHPZPUAGAgAAABAAAAAAEAAOAAAMAIAAjACYAABMRIREFOgEzMhYXMQ4BIyoBIzEqASMiJicxPgEzOgEzMQM3FzUbAQAEAP1UAQEBL0MBAUMvAQEBAQEBL0MBAUMvAQEBt5uR6NoDgPyAA4CsQS8vQUEvL0H9xbe7BAEn/tQAAAAABQAAAIAEAAMAABMAKgA+AEEARQAAEyEyFhUxFRQGIyEiJjUxNTQ2MzEBITIWFTEVFAYjMSE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzJwcRBzMVIzsDihkiIhn8dhkiIhkBwAHJGSIiGf43GCMiGQHKGSIiGf42GSIiGbvAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAAAgDAAAADgAOAACQASQAAJTEqASMiJy4BJyYnNDc+ATc2MzIXHgEXFhUxBgcOAQcGIyoBIzU6ATMyNz4BNzY3MTQnLgEnJiMiBw4BBwYVFhceARcWMzoBMzECIAEDAUc/P14bHAExMHw5OREROTl8MDEBHBtePz9HAQMBAQIBNS8vRxQVASYlXisqCgoqK14lJgEVFEcvLzUBAgEAGxpdPj5HR2BfrTw8PDytX2BHRz4+XRobVRQURi4vNTVKSYUvLy8vhUlKNTUvLkYUFAAAAAEBswBIAowC9gADAAAlEyMDAhN5X3pIAq79UgABAAABgQQAAgAAFQAAEyEyFhUxFRQGIyE4ATEiJj0BNDYzMTsDihkiIhn8dhgjIhkCACIZCRkiIhgKGSIAAAAAAwAAAL8EAALBADgAPAB5AAAlIiYnFzUzHgE7ATIWMzI2PwEuASMqASMzDgEHNyM1PgE7ATI2MzIXHgEXFhcVBgcOAQcGIyImIzMBIRUhJw4BBzcjFQ4BFRQWFzEVMx4BMzI2NwczFQ4BKwEiBiMiJy4BJyYnNTY3PgE3NjMyFjMjMhYXJxUjLgEnIwLcKUshAj0TKxcBAwkEQF4IAQhfQAQJBAEYLBQCPSBKKAEDCQU2MTBKFxcEBBcXSjAxNgUJBAH+kQEl/ttJFywUAjwSExMSPBMrFxgsFAI9IEooAQMJBTYxMEoXFwQEFxdKMDE2BQkEASlLIQI9EysXAcAUEgFbCAoBVD4BP1QBCgkBWxEUARQURS8vNQE2Ly9FFBQBAUCA0wEKCQEpES0ZGi0RKAgKCgkBWxEUARQURS8vNQE2Ly9FFBQBFBIBWwkJAQAABQAaAIAEAAMAABIAKAA8AEYAdAAAASEyFhUxFRQGIyEiJjUxNTQ2MxEhMhYVMRUUBiMhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MwM1Iw4BByMVNxUTNSM3PgE3MTY0NTQmJzEuASMiBiMzMCIxIgYHMQ4BBzEXPgE7ATIVDgEHMQcVATsCihkiIhn9dhkiIhkCihkiIhn9dhgjIhkCihkiIhn9dhkiIhm2EA4kFAEvVVYvCg0CAQsJCxkOAgICAQEKFAgIDQQbBRUMAR8CCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBA4JFgsOGhAbC2kMAAUAAACABAADAAATACoAPgBBAEUAABMhMhYVMRUUBiMhIiY1MTU0NjMxASEyFhUxFRQGIzEhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MyUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIhn+BcCAgAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIiGhAUCAQAAAAAYAAP/ABAADwAAdADsAPwBDAEcASwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjAyEVIREhFSEbARcDNxMXAwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQwAGA/oABgP6AQEo2SkpKN0sDwCgoi15dampdXosoKCgoi15dampdXosoKPyAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAUBAAQBA/tsB5Rv+GxsB5Rr+GgAAAAUAAACABAADAAATADMASABoAH8AABMhMhYVMRUUBiMhIiY1MTU0NjMxATMyMDEyFhU4ATkBFRQwMRQGIzgBMSMiJjUxNTQ2MzEBITIWFTEVFAYjMSEiJjUxNTQ2MzEBMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMTsBMhYVMRUUBiMxIzgBMSImPQE0NjMxOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABHAAA3MDIxMjY1OAE5ATU0NjMxIQcOARUUFjMyNjcxNz4BNTQmLwEuASMiBhUUFh8BITgBMSIHDgEHBhU4ATkBFTgBMRQWMzgBOQHoARAYXUMBB4QGBhgQCA8FyAYGBgbIBQ8IEBgGBoT++DIrLEETExcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEExJCKywyoBEXAAAAAAIAQAAAA4ADgAAeADwAAAEHMzIWFRQGKwEiJjUxNTQ2MzIWFTEVNx4BFxUUNgcBNyMiJjU0NjsBMhYVMRUUBiMiJj0BBy4BJzU0BjcDgOdHExoaE7MTGhoTEhvmGCIGBgb8wOdHExoaE7MTGhoTEhvmGCIGBgYDQOYbEhMaGhOzExoaE0fnBSMXAQkPBv0A5hsSExoaE7MTGhoTR+cFIxcBCQ8GAAAAAAEAgAA+A38DQADGAAAlIiMHPgE3Iz4BNzU+AT8BPgE1PAE1MTwBNTQmJxcuAScjLgEnIy4BIyoBIzEqASMiBgc3DgEHMQ4BDwEOARUcARU1FDAxFBYXNR4BFyceAR8BHgEfASciKwEVMBQxFBYXMR4BMzoBOQEhNS4BJxUuAS8BLgEnNS4BNTwBOQE8ATU0NjcVPgE3MT4BNzM+ATMyFhcjHgEXIx4BHwEeARUcARUxMBQVFAYHNw4BBzUOAQ8BDgEHIxUhOgExMjY3MT4BNTA0OQE1AvYXFy0ZLBQBFCIPDhcIAQcJEA8BDikYARk6IAIgSSYBAgEBAgEmSSICIjwZGSgOAQ4PCQgIFw8BDyITARMsFwItFxaKBgYFDwgBAQEZFSYQER4MAQwVBwcICwoJHBERJxYBFjEZGjEYAxgoEQESGwkBCQsIBwEIFA0MHhEBECUVAQEZAQEJDgYFBqgFCRgPDyQUARQuGAMXNhwBAQEBAQEmRyACITcXFiMMDQ0ODQENJBcXNx8CH0YmAQIBAQEdNxoCGi8UARUkDwEOGAkBBkABCA4FBQaRBA8MAQ0eEQESKBcCFjEaAQEBAwEcNBgBFicPDxcICAgICAcYDw8mFgEXNBwBAwEBARoyGAMYKhIBEh4MAQsPBI8GBQUOCAFAAAAAAAIBFQAWA+kCnQALAD0AACUnNyMHJyMXBzM3FwU1Izc+ATc1PAE1NCYnIy4BIyoBIzMqASMiBgc3DgEPARc+ATcxPgEzMTIVDgEHMQcVAsy7q111al2dq2FygAGBj1IQFQMQDQEPJxUCBAIBAQEBEB0NAQwRBAEgBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0BAQMBEyEMCw0IBwEHFAwBGgkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsAPQAAJSc3IwcnIxcHMzcXATUjNz4BNzU8ATU0JicjLgEjKgEjMTAiIyIGBzMOAQcVFz4BNzE+ATcxMhUOAQc1BxUCzLurXXVqXZ2rYXKAAYGPUhAVAxANARAoFgEDAQIBEB0NAQwRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0BAQMBEyEMDQ4IBwYUDAEaCA4FBQUBMxsvFAGxCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALgBfAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATkBFAYjIiYnNScuATU0NjcxNz4BMwExFx4BFRQGBzEHDgEjMSImNTA0MTQ2NzE3IQYmNTQ2MyEnLgE1PAE5ATQ2MzIWFxUBEBQcCAYOAiwUHBwU/dQOBwccFAsRBmAGCAgGYAYRCwIAYAcHBwdgBhELFBwIBg791hQcHBQCLA4HBxwUCxEGA0AmGgEBDBYKARMmGhomEwkWDAEBGiYKCAGACRcNDBcKgAgL/m2ACRcNDBcKgAgKJRsBDRYJEwEmGhomEwkWDAEBGiYKCAEAAAQBAACAAwEDAAADAAcACwAPAAABJzcXFzcnBwMHFzc3FwcnASkp6ynDKuwpwynrKcMq7CkCACfZJtom2ib+pibaJ9kn2ScAAAIA0P/AAxADDgA5AD0AAAEcARUUFhcxHgEzMjYzIzoBMzI2NxU+ATU8ATUVESMRHAEVFAYHMQ4BIyoBIzEqASMiJjU0NjUxESMDNSEVARIfGx5LKgUKBQEDBwMsTR8cIVgUERIxGwIEAgEEAzVLAVhCAkABTAMHAylJGhgcAR0aARtIKgMGAwEBwP5GAQQCGy8SERRLNQIDAgG2/Lc4OAABAMAAgANAAwAANgAAJSImNTE1NCYjMSEXHgEVFAYjIiYnMScuATU0Nj8BPgEzMhYVFAYHMQchMhceARcWFTEVFAYjMQMYEBdeQv73hAYGGBAIDwXIBgYGBsgFDwgQGAYGhAEIMissQRMTFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQTE0EsLDGgERcABgAAAIAEAAMAABIAKAA8AFAAcACEAAATITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzIzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMREzMhYVMRUUBiMxIyImNTE1NDYz+wLKGSIiGf02GSIiGQLKGSIiGf02GCMiGQLKGSIiGf02GSIiGcAKGSIiGQoZIiIZCQEZIiIZChkiIhkKGSIiGQoZIiIZAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAAAAwBeAE4DrwMdAKcBUgFwAAAlMzUjKgEjIiYnMS4BNTwBNTE0NzY1NjQ1NCYnFS4BJzE1PgE3MT4BNTwBJxU0JyY1PAE1NDY3MT4BMzIWMzEzNSMwIiMiBgczDgEHMQ4BDwEOARUcARU1FBcWFxYXFhUwFDEUBgcxDgEHMQ4BByMOASMqASMxFToBMzIWFyMeARcxHgEXFR4BFzEUBwYHBgcGFRwBFRQWFyceARcxHgEXMx4BMzoBMyMFMzoBMTI2NyM+ATcxPgE3MT4BNTQmNTE0JyYnJicmNTgBMTQ2NxU+ATcxPgE3NT4BMzAyMzE1KgExIiYnFy4BJzEuASc1LgE1OAE5ATQ3Njc2NzY3PAE1NCYnFS4BJzEuAS8BLgEjKgEjMSMVMzoBMzIWFzEeARUUBhUxFAcGFRwBFRQWFyMeARczFQ4BBzEOARUcARU1FBcWFRwBFRQGBzcOASMqASMxIxUlMzc2NzY3MxYXFh8BMyc3IwcGBwYHIyYnJi8BIxcBBC0TAQMCChIGBQYCAgEIBgcWDQ0WBwcHAQICBgUGEgoCAwETLQIBCxYKAQoQBgYKAgEDAwECAQEBAQECAgYEBAsGAQcQCAEBAQEBAQgRBwEHCwUDBgICAQECAQECAQEDBAEDCgYGEAkBCRYLAQIBAQHXLQEBDBYLAgoQBgcJAwMEAQEBAQIBAQIBAgYEBAsHBxAJAgEBAgkQCAEGCwUEBgIBAgECAQEBAQEEAwMJBwYQCQEJFgsBAQEtEwIDAQsRBwUGAQICBwcBCBUNAQ4VCAYHAgIFBgEHEQsBAwIT/mVcOgkJCAoDCwkKCjtgioJcNAgICAkDCwgJCTZgglE0CAcKFgwCBAIkISIoAgQDDx0NAQsPAwMDDwsMHRACBQIBKCIiJAEFAgwWCgYJATUDAwIKBwcSCQEMGg0BAgIBFxITEhESEhQBBgsFBgkEBQcDAwM6AwMDBwUECgUBBQsHFBESEhETExYBAgEOGwwBChIHBwkDAgMDAwIDCQcHEgoMGg4BAgEWExISERISFAYMBgEGCgQFBwIBAgM7AwMBAwcFBAoFAQQMBhUREhIRExMWAQIBDhoNAgsSBwYKAgECAzQIBwkXCwMEAiQhIigCBAMPHQ0KDwMDAw8LDB0QAgQDASgiISQCBAMMFgoBBwg0c2kSERIUFBIREmnj3WMQEBEUFBARD2TaAAAEAAAAQAQAA0AAIwA3AFwAXwAAASEiBw4BBwYVMREUFx4BFxYzMSEyNz4BNzY1MRE0Jy4BJyYjExQGIzEhIiY1MRE0NjMxITIWFTEFMQcOASMwIjkBKgEjIiYnMTU+ATM6ATMxMhYXIxceARUUBgcVJzcnAwD+ADUvLkYUFBQURi4vNQIANS8uRhQUFBRGLi81gEs1/gA1S0s1AgA1S/7pmgYNCAEBAgESGwICGxIBAgEIDgcBmgoNDQqACAsDQBQURi4vNf8ANS8uRhQUFBRGLi81AQA1Ly5GFBT+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQBHgUGAAAACgBAAAADwAOAAA8AJQAzAEEAUgBnAHgAjgCfALUAAAEjIiY1NDYzMTMyFhUUBiMnDgEjIiY1NDY3MTc+ATMyFhUUBgcxASImNTQ2MzIWFTEUBiM1IgYVFBYzMjY1MTQmIzUiJjUxNTQ2MzIWFTEVFAYjBycuATU0NjMyFh8BHgEVFAYjIiYnFxQGIzEjIiY1NDYzMTMyFhUHPgEzMhYVFAYHMQcOASMiJjU0NjcxJTIWFTEVFAYjIiY1MTU0NjM3Fx4BFRQGIyImJzEnLgE1NDYzMhYXA4hwFyEhF3AXISEXmggUCxchCAdQBxULFyEJB/7DRmJiRkZiYkYXISEXFyEhFxchIRcXISEX7k8HCSEXCxUHUAcIIRcLFAgOIRdwFyEhF3AXIQ4IFAsXIQgHUAcVCxchCQcBPRchIRcXISEX7k8HCCEXCxQHUAcIIRcLFAgBiCEXFyEhFxch1gcIIRcLFAhPBwkhFwsVB/5qYkZGYmJGRmLgIRcXISEXFyGoIRdwFyEhF3AXIUJQBxULFyEJB08IFAsXIQgHnhchIRcXISEXngcIIRcLFAhPBwkhFwsVBw4hF3AXISEXcBchQlAHFAsXIQgHTwgUCxchCAcAAAAAAQAAAAEAAIeeNh1fDzz1AAsEAAAAAADWD0mdAAAAANYPSZ3/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALgQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAABeBAAAAAQAAEAAAAAAAAoAFAAeAGwAugEIAXgBxAImApIDPAOOA8QD+ATUBRAFWAV6BeIGYAbaBxYHcAfYB+YIBgiuCUAJmgoSCpwK8AtEDEAMmAzwDSANnA3ADhAOWg7wELYRNhIgAAAAAQAAAC4BcQAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.body_green [class^="re-icon-"],
.body_green [class*=" re-icon-"] {
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body_green .re-icon-aligncenter:before {
  content: "\e900";
}
.body_green .re-icon-alignment:before,
.body_green .re-icon-alignleft:before {
  content: "\e901";
}
.body_green .re-icon-alignright:before {
  content: "\e902";
}
.body_green .re-icon-bold:before {
  content: "\e903";
}
.body_green .re-icon-bookmark:before {
  content: "\e904";
}
.body_green .re-icon-clips:before {
  content: "\e905";
}
.body_green .re-icon-codesnippets:before {
  content: "\e906";
}
.body_green .re-icon-deleted:before {
  content: "\e907";
}
.body_green .re-icon-expand:before {
  content: "\e908";
}
.body_green .re-icon-file:before {
  content: "\e909";
}
.body_green .re-icon-fontcolor:before {
  content: "\e90a";
}
.body_green .re-icon-fontfamily:before {
  content: "\e90b";
}
.body_green .re-icon-fontsize:before {
  content: "\e90c";
}
.body_green .re-icon-format:before {
  content: "\e90d";
}
.body_green .re-icon-html:before {
  content: "\e90e";
}
.body_green .re-icon-imagecenter:before {
  content: "\e90f";
}
.body_green .re-icon-imageleft:before {
  content: "\e910";
}
.body_green .re-icon-imageright:before {
  content: "\e911";
}
.body_green .re-icon-image:before {
  content: "\e912";
}
.body_green .re-icon-indent:before {
  content: "\e913";
}
.body_green .re-icon-inline:before {
  content: "\e914";
}
.body_green .re-icon-italic:before {
  content: "\e915";
}
.body_green .re-icon-line:before,
.body_green .re-icon-horizontalrule:before {
  content: "\e916";
}
.body_green .re-icon-link:before {
  content: "\e917";
}
.body_green .re-icon-ol:before,
.body_green .re-icon-ordered:before {
  content: "\e918";
}
.body_green .re-icon-outdent:before {
  content: "\e919";
}
.body_green .re-icon-properties:before {
  content: "\e91a";
}
.body_green .re-icon-readmore:before {
  content: "\e91b";
}
.body_green .re-icon-redo:before {
  content: "\e91c";
}
.body_green .re-icon-retract:before {
  content: "\e91d";
}
.body_green .re-icon-specialcharacters:before {
  content: "\e91e";
}
.body_green .re-icon-sub:before {
  content: "\e91f";
}
.body_green .re-icon-sup:before {
  content: "\e920";
}
.body_green .re-icon-table:before {
  content: "\e921";
}
.body_green .re-icon-textdirection:before {
  content: "\e922";
}
.body_green .re-icon-toggle:before {
  content: "\e923";
}
.body_green .re-icon-underline:before {
  content: "\e924";
}
.body_green .re-icon-undo:before {
  content: "\e925";
}
.body_green .re-icon-ul:before,
.body_green .re-icon-lists:before,
.body_green .re-icon-unordered:before {
  content: "\e926";
}
.body_green .re-icon-variable:before {
  content: "\e927";
}
.body_green .re-icon-video:before {
  content: "\e928";
}
.body_green .re-icon-widget:before {
  content: "\e929";
}
.body_green .redactor-box,
.body_green .redactor-box textarea {
  z-index: auto;
}
.body_green .redactor-box {
  position: relative;
  box-sizing: border-box;
}
.body_green .redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.075);
  border-radius: 3px;
  box-shadow: none;
}
.body_green .redactor-box.redactor-inline {
  position: static;
}
.body_green .redactor-focus.redactor-styles-on,
.body_green .redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important;
}
.body_green .redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important;
}
.body_green .redactor-source-view,
.body_green .redactor-source-view.redactor-styles-on {
  border-color: #000 !important;
}
.body_green .redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box;
}
.body_green .redactor-in:focus {
  outline: none;
}
.body_green .redactor-inline .redactor-in {
  overflow: hidden;
}
.body_green .redactor-in *,
.body_green .redactor-read-only * {
  outline: none !important;
}
.body_green .redactor-in h1:empty,
.body_green .redactor-in h2:empty,
.body_green .redactor-in h3:empty,
.body_green .redactor-in h4:empty,
.body_green .redactor-in h5:empty,
.body_green .redactor-in h6:empty,
.body_green .redactor-in p:empty,
.body_green .redactor-in blockquote:empty,
.body_green .redactor-in div[data-redactor-tag=br]:empty,
.body_green .redactor-in div[data-redactor-tag=tbr]:empty {
  min-height: 1.5em;
}
.body_green .redactor-in div[data-redactor-tag=br],
.body_green .redactor-in div[data-redactor-tag=tbr] {
  margin-top: 0;
  margin-bottom: 0;
}
.body_green .redactor-in strong:empty,
.body_green .redactor-in b:empty,
.body_green .redactor-in em:empty,
.body_green .redactor-in i:empty,
.body_green .redactor-in span:empty,
.body_green .redactor-in sup:empty,
.body_green .redactor-in sub:empty,
.body_green .redactor-in u:empty,
.body_green .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}
.body_green .redactor-in table {
  empty-cells: show;
}
.body_green .redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.body_green .redactor-in figcaption:focus,
.body_green .redactor-in figure code:focus,
.body_green .redactor-in figure pre:focus,
.body_green .redactor-in table td:focus,
.body_green .redactor-in table th:focus {
  outline: none;
}
.body_green .redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline;
}
.body_green .redactor-in figure[data-redactor-type=line] hr {
  margin: 0;
  height: 3px;
  border: none;
  background: rgba(0,0,0,0.1);
}
.body_green .redactor-script-tag {
  display: none !important;
}
.body_green .redactor-component {
  position: relative;
}
.body_green .redactor-component[data-redactor-type="widget"]:before,
.body_green .redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.body_green .redactor-component[data-redactor-type=image],
.body_green .redactor-component[data-redactor-type=widget] {
  clear: both;
}
.body_green .redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0,125,255,0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}
.body_green .redactor-component-active {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_green .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.body_green .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_green .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a;
}
.body_green .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.body_green .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_green .redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important;
}
.body_green .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.body_green .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid #ddd !important;
}
.body_green .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.body_green .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid #ddd !important;
}
.body_green .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ddd;
}
.body_green .redactor-component-caret {
  position: absolute;
  left: -9999px;
}
.body_green .redactor-textnodes-wrapper {
  display: inline-block;
}
.body_green #redactor-image-resizer {
  position: absolute;
  z-index: 1051;
  background-color: rgba(0,125,255,0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}
.body_green .redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.2);
}
.body_green .redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5;
}
.body_green .redactor-file-remover:hover {
  opacity: 1;
}
.body_green .redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16,16,18,0.3);
}
.body_green .redactor-overlay > .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
.body_green .redactor-source,
.body_green .redactor-source:hover,
.body_green .redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical;
}
.body_green .redactor-box[dir="rtl"] .redactor-source {
  direction: ltr;
}
.body_green .redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
  cursor: text;
}
.body_green .redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
}
.body_green .redactor-in figcaption[placeholder]:empty:focus:before {
  content: "";
}
.body_green .redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none;
}
.body_green .redactor-statusbar li {
  float: left;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.body_green .redactor-statusbar li:last-child {
  border-right-color: transparent;
}
.body_green .redactor-statusbar a {
  color: rgba(0,0,0,0.5);
  text-decoration: underline;
}
.body_green .redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline;
}
.body_green .redactor-statusbar:empty {
  display: none;
}
.body_green .redactor-toolbar-wrapper {
  position: relative;
}
.body_green .redactor-toolbar,
.body_green .redactor-air {
  z-index: 0;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box;
}
.body_green .redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px;
}
.body_green .redactor-toolbar a,
.body_green .redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0,0,0,0.85);
  border-radius: 2px;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 1px 2px rgba(0,0,0,0.22);
  margin-right: 5px;
  margin-bottom: 4px;
}
.body_green .redactor-toolbar a.re-button-icon,
.body_green .redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px;
}
.body_green .redactor-toolbar a:hover,
.body_green .redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}
.body_green .redactor-toolbar a.redactor-button-active {
  background: rgba(245,245,245,0.95);
  color: rgba(0,0,0,0.4);
}
.body_green .redactor-toolbar a.redactor-button-disabled,
.body_green .redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}
.body_green .redactor-toolbar a.redactor-button-disabled:hover,
.body_green .redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.body_green .redactor-source-view .redactor-toolbar {
  background: #252525;
}
.body_green .redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff;
}
.body_green .redactor-source-view .redactor-toolbar a:hover {
  background: #449aef;
}
.body_green .redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.body_green .re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0,0,0,0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.body_green .re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0,0,0,0.9);
  border-width: 4px;
  margin-left: -4px;
}
.body_green .redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100;
}
.body_green .redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0,0,0,0.97);
}
.body_green .redactor-air a {
  background: rgba(37,37,37,0.95);
  box-shadow: none;
  color: rgba(255,255,255,0.9);
}
.body_green .redactor-air a:hover {
  background: #3d79f2;
}
.body_green .redactor-air a.redactor-button-active {
  background-color: rgba(255,255,255,0.15);
  color: #fff;
}
.body_green .redactor-air a.redactor-button-disabled:hover {
  color: #fff;
}
.body_green .redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255,255,255,0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer;
}
.body_green .redactor-air-helper:hover {
  background: #fff;
}
.body_green .redactor-voice-label {
  display: none;
}
.body_green .redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0,0,0,0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.body_green .redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px;
}
.body_green .redactor-context-toolbar a:first-child {
  padding-left: 0;
}
.body_green .redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.body_green .redactor-context-toolbar a:before {
  content: '';
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,0.3);
}
.body_green .redactor-context-toolbar a:hover {
  color: #fff;
}
.body_green .redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none;
}
.body_green .redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0;
}
.body_green .redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0;
}
.body_green .redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-left: none;
}
.body_green .redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none;
}
.body_green .redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  border-radius: 2px;
  width: 264px;
  min-height: 40px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}
.body_green .redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}
.body_green .redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.body_green .redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}
.body_green .redactor-dropdown a {
  color: #000;
}
.body_green .redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}
.body_green .redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0,0,0,0.4);
  background: #fff;
}
.body_green .redactor-dropdown-cells {
  margin: 10px auto;
}
.body_green .redactor-dropdown-cells a,
.body_green .redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.body_green .redactor-dropdown-selector {
  display: flex;
  text-align: center;
}
.body_green .redactor-dropdown-selector span {
  flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}
.body_green .redactor-dropdown-selector span:hover {
  background: #eee;
}
.body_green .redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0,0,0,0.3);
  background: #eee;
}
.body_green .redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.body_green .redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}
.body_green .redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}
.body_green .redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
.body_green .redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.body_green .redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
.body_green .redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.body_green .redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}
.body_green .redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px;
}
.body_green .redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 2px 15px rgba(80,80,80,0.25);
  border-radius: 3px;
  color: #000;
}
.body_green .redactor-modal form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body_green .redactor-modal input,
.body_green .redactor-modal select,
.body_green .redactor-modal textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  box-shadow: none;
  padding: 0 .5em;
}
.body_green .redactor-modal textarea {
  padding: .5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}
.body_green .redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right .65em center;
  padding-right: 28px;
}
.body_green .redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: .5em .75em;
}
.body_green .redactor-modal input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}
.body_green .redactor-modal input[type="radio"],
.body_green .redactor-modal input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}
.body_green .redactor-modal .form-item {
  margin-bottom: 20px;
}
.body_green .redactor-modal .form-item:last-child {
  margin-bottom: 0;
}
.body_green .redactor-modal fieldset {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.body_green .redactor-modal fieldset .form-item {
  margin-bottom: 12px;
}
.body_green .redactor-modal label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
  font-size: 14px;
}
.body_green .redactor-modal label .desc,
.body_green .redactor-modal label .success,
.body_green .redactor-modal label .error {
  text-transform: none;
  font-weight: normal;
}
.body_green .redactor-modal label.checkbox {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}
.body_green .redactor-modal .form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 1em;
}
.body_green .redactor-modal input:hover,
.body_green .redactor-modal textarea:hover,
.body_green .redactor-modal select:hover {
  outline: none;
  background-color: #fff;
  border-color: #969fa9;
  box-shadow: none;
}
.body_green .redactor-modal input:focus,
.body_green .redactor-modal textarea:focus,
.body_green .redactor-modal select:focus {
  transition: all linear .2s;
  outline: none;
  background-color: #fff;
  border-color: rgba(0,125,255,0.5);
  box-shadow: 0 0 3px rgba(0,125,255,0.5);
}
.body_green .redactor-modal input.error,
.body_green .redactor-modal textarea.error,
.body_green .redactor-modal select.error {
  background-color: rgba(255,50,101,0.1);
  border: 1px solid #ff7f9e;
}
.body_green .redactor-modal input.error:focus,
.body_green .redactor-modal textarea.error:focus,
.body_green .redactor-modal select.error:focus {
  border-color: #ff3265;
  box-shadow: 0 0 1px #ff3265;
}
.body_green .redactor-modal input.success,
.body_green .redactor-modal textarea.success,
.body_green .redactor-modal select.success {
  background-color: rgba(47,196,182,0.1);
  border: 1px solid #65dacf;
}
.body_green .redactor-modal input.success:focus,
.body_green .redactor-modal textarea.success:focus,
.body_green .redactor-modal select.success:focus {
  border-color: #2fc4b6;
  box-shadow: 0 0 1px #2fc4b6;
}
.body_green .redactor-modal input:disabled,
.body_green .redactor-modal input:disabled:hover,
.body_green .redactor-modal input.disabled,
.body_green .redactor-modal input.disabled:hover,
.body_green .redactor-modal textarea:disabled,
.body_green .redactor-modal textarea:disabled:hover,
.body_green .redactor-modal textarea.disabled,
.body_green .redactor-modal textarea.disabled:hover,
.body_green .redactor-modal select:disabled,
.body_green .redactor-modal select:disabled:hover,
.body_green .redactor-modal select.disabled,
.body_green .redactor-modal select.disabled:hover {
  resize: none;
  opacity: .6;
  cursor: default;
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: 1px solid #cacfd4;
  box-shadow: none;
  background-color: #fff;
}
.body_green .redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
  font-size: 110%;
}
.body_green .redactor-modal .desc {
  color: rgba(51,51,51,0.5);
  font-size: 12px;
}
.body_green .redactor-modal span.desc {
  margin-left: 0.25em;
}
.body_green .redactor-modal div.desc {
  margin-top: 0.25em;
}
.body_green .redactor-modal span.success,
.body_green .redactor-modal span.error {
  font-size: 12px;
  margin-left: 0.25em;
}
.body_green .redactor-modal div.desc {
  margin-bottom: -0.5em;
}
.body_green .redactor-modal .redactor-close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px;
  color: #000;
  opacity: .3;
  cursor: pointer;
}
.body_green .redactor-modal .redactor-close:hover {
  opacity: 1;
}
.body_green .redactor-modal .redactor-close:before {
  content: '\00d7';
}
.body_green .redactor-modal button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #007dff;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #007dff;
  min-height: 40px;
  outline: none;
  padding: 0.5em 1.25em;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: none;
}
.body_green .redactor-modal button:hover {
  outline: none;
  text-decoration: none;
  background: none;
  color: rgba(0,125,255,0.6);
  border-color: rgba(0,125,255,0.5);
}
.body_green .redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34;
}
.body_green .redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42,46,52,0.6);
  border-color: rgba(42,46,52,0.5);
}
.body_green .redactor-modal button.redactor-button-danger,
.body_green .redactor-modal button.redactor-button-unstyled {
  background: none;
  border-color: transparent;
  color: rgba(42,46,52,0.6);
}
.body_green .redactor-modal button.redactor-button-danger:hover,
.body_green .redactor-modal button.redactor-button-unstyled:hover {
  background: none;
  border-color: transparent;
  color: #ff3265;
  text-decoration: underline;
}
.body_green .redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_green .redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.body_green .redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block;
}
.body_green .redactor-modal .redactor-modal-area {
  float: left;
  width: 66%;
}
.body_green .redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto;
}
.body_green .redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left;
}
.body_green .redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0;
}
.body_green .redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.body_green .redactor-modal-header:empty {
  display: none;
}
.body_green .redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px;
}
.body_green .redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}
.body_green .redactor-modal-footer button {
  margin-right: 4px;
}
.body_green .redactor-modal-footer button.redactor-button-unstyled {
  margin-right: 0;
  float: right;
}
.body_green .redactor-modal-footer:empty {
  display: none;
}
.body_green .redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0,0,0,0.05);
  margin-bottom: 1em;
}
.body_green .redactor-modal-tabs a {
  font-size: 15px;
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0,0,0,0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px;
}
.body_green .redactor-modal-tabs a:hover {
  transition: all linear .2s;
}
.body_green .redactor-modal-tabs a:hover,
.body_green .redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff;
}
.body_green .redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}
.body_green .redactor-styles *,
.body_green .redactor-styles *:before,
.body_green .redactor-styles *:after {
  box-sizing: inherit;
}
.body_green .redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.body_green .redactor-styles[dir="rtl"] ul li,
.body_green .redactor-styles[dir="rtl"] ol li {
  text-align: right;
}
.body_green .redactor-styles[dir="rtl"] ul,
.body_green .redactor-styles[dir="rtl"] ol,
.body_green .redactor-styles[dir="rtl"] ul ul,
.body_green .redactor-styles[dir="rtl"] ol ol,
.body_green .redactor-styles[dir="rtl"] ul ol,
.body_green .redactor-styles[dir="rtl"] ol ul {
  margin-left: 1.5em;
}
.body_green .redactor-styles[dir="rtl"] figcaption {
  text-align: right;
}
.body_green .redactor-styles ul[dir="rtl"],
.body_green .redactor-styles ul[dir="rtl"] ul,
.body_green .redactor-styles ul[dir="rtl"] ol,
.body_green .redactor-styles ol[dir="rtl"],
.body_green .redactor-styles ol[dir="rtl"] ul,
.body_green .redactor-styles ol[dir="rtl"] ol {
  margin-right: 1.5em;
}
.body_green .redactor-styles ul[dir="rtl"] li,
.body_green .redactor-styles ol[dir="rtl"] li {
  text-align: right;
}
.body_green .redactor-styles a,
.body_green .redactor-styles a:hover {
  color: #3397ff;
}
.body_green .redactor-styles p,
.body_green .redactor-styles dl,
.body_green .redactor-styles blockquote,
.body_green .redactor-styles hr,
.body_green .redactor-styles pre,
.body_green .redactor-styles table,
.body_green .redactor-styles figure,
.body_green .redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.body_green .redactor-styles ul,
.body_green .redactor-styles ol {
  padding: 0;
}
.body_green .redactor-styles ul,
.body_green .redactor-styles ul ul,
.body_green .redactor-styles ul ol,
.body_green .redactor-styles ol,
.body_green .redactor-styles ol ul,
.body_green .redactor-styles ol ol {
  margin: 0 0 0 1.5em;
}
.body_green .redactor-styles ul li,
.body_green .redactor-styles ol li {
  text-align: left;
}
.body_green .redactor-styles ol ol li {
  list-style-type: lower-alpha;
}
.body_green .redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}
.body_green .redactor-styles ul,
.body_green .redactor-styles ol {
  margin-bottom: 1em;
}
.body_green .redactor-styles h1,
.body_green .redactor-styles h2,
.body_green .redactor-styles h3,
.body_green .redactor-styles h4,
.body_green .redactor-styles h5,
.body_green .redactor-styles h6 {
  font-weight: bold;
  color: #111;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.body_green .redactor-styles h1 {
  font-size: 2.0736em;
}
.body_green .redactor-styles h2 {
  font-size: 1.728em;
}
.body_green .redactor-styles h3 {
  font-size: 1.44em;
}
.body_green .redactor-styles h4 {
  font-size: 1.2em;
}
.body_green .redactor-styles h5 {
  font-size: 1em;
}
.body_green .redactor-styles h6 {
  font-size: 0.83333em;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.body_green .redactor-styles blockquote {
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: none;
}
.body_green .redactor-styles table {
  width: 100%;
}
.body_green .redactor-styles time,
.body_green .redactor-styles small,
.body_green .redactor-styles var,
.body_green .redactor-styles code,
.body_green .redactor-styles kbd,
.body_green .redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51,51,51,0.9);
}
.body_green .redactor-styles var,
.body_green .redactor-styles cite {
  opacity: .6;
}
.body_green .redactor-styles var {
  font-style: normal;
}
.body_green .redactor-styles dfn,
.body_green .redactor-styles abbr {
  text-transform: uppercase;
}
.body_green .redactor-styles dfn[title],
.body_green .redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,0,0,0.5);
  cursor: help;
}
.body_green .redactor-styles code,
.body_green .redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}
.body_green .redactor-styles code {
  background-color: #eff1f2;
}
.body_green .redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}
.body_green .redactor-styles kbd {
  border: 1px solid #e5e7e9;
}
.body_green .redactor-styles sub,
.body_green .redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.body_green .redactor-styles sub {
  bottom: -0.25em;
}
.body_green .redactor-styles sup {
  top: -0.5em;
}
.body_green .redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
}
.body_green .redactor-styles pre,
.body_green .redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51,51,51,0.85);
  overflow: none;
  white-space: pre-wrap;
}
.body_green .redactor-styles pre {
  padding: 1rem;
}
.body_green .redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
.body_green .redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0,0,0,0.5);
  font-size: 11px;
}
.body_green .redactor-styles table th,
.body_green .redactor-styles table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}
.body_green .redactor-styles table tfoot th,
.body_green .redactor-styles table tfoot td {
  color: rgba(0,0,0,0.5);
}
.body_green .redactor-styles img,
.body_green .redactor-styles video,
.body_green .redactor-styles audio,
.body_green .redactor-styles embed,
.body_green .redactor-styles object {
  max-width: 100%;
}
.body_green .redactor-styles img,
.body_green .redactor-styles video,
.body_green .redactor-styles embed,
.body_green .redactor-styles object {
  height: auto !important;
}
.body_green .redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.body_green .redactor-styles figcaption {
  display: block;
  opacity: .6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.body_green .upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0,125,255,0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.body_green .upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,0.3);
  font-style: italic;
}
.body_green .upload-redactor-hover {
  background-color: rgba(0,125,255,0.075);
}
.body_green .upload-redactor-error {
  background-color: rgba(255,50,101,0.075);
}
.body_green .upload-redactor-box-hover {
  outline: 5px dashed rgba(0,125,255,0.3);
}
.body_green .upload-redactor-box-error {
  outline: 5px dashed rgba(255,50,101,0.3);
}
.body_green .redactor-structure h1,
.body_green .redactor-structure h2,
.body_green .redactor-structure h3,
.body_green .redactor-structure h4,
.body_green .redactor-structure h5,
.body_green .redactor-structure h6,
.body_green .redactor-structure div {
  position: relative;
}
.body_green .redactor-structure h1:before,
.body_green .redactor-structure h2:before,
.body_green .redactor-structure h3:before,
.body_green .redactor-structure h4:before,
.body_green .redactor-structure h5:before,
.body_green .redactor-structure h6:before,
.body_green .redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: .5;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right;
}
.body_green .redactor-structure h1:before {
  content: "h1";
}
.body_green .redactor-structure h2:before {
  content: "h2";
}
.body_green .redactor-structure h3:before {
  content: "h3";
}
.body_green .redactor-structure h4:before {
  content: "h4";
}
.body_green .redactor-structure h5:before {
  content: "h5";
}
.body_green .redactor-structure h6:before {
  content: "h6";
}
.body_green .redactor-structure div:before {
  content: "div";
}
.body_green #redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
.body_green #redactor-progress span {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  .body_green from {
    background-position: 40px 0;
  }
  .body_green to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .body_green from {
    background-position: 40px 0;
  }
  .body_green to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  .body_green from {
    background-position: 40px 0;
  }
  .body_green to {
    background-position: 0 0;
  }
}
.body_green .redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.body_green .redactor-box-fullscreen-target {
  position: absolute !important;
}
.body_green .redactor-body-fullscreen .redactor-dropdown,
.body_green .redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052;
}
.body_green .redactor-body-fullscreen #redactor-overlay {
  z-index: 1098;
}
.body_green .redactor-body-fullscreen #redactor-modal {
  z-index: 1099;
}
@media only screen and (max-width: 1366px) {
  .body_green header .inner {
    height: 70px;
  }
  .body_green header .inner .logo img {
    padding-top: 5px !important;
  }
  .body_green header .inner .quick_nav {
    padding: 10px;
  }
  .body_green header .inner .quick_nav ul li .padding {
    font-size: 10px;
    padding: 8px;
  }
  .body_green header .inner .quick_nav ul li img {
    width: 20px;
    height: 20px;
  }
  .body_green .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_green .holder .content .row {
    margin-top: 0px;
  }
  .body_green .holder .content .row .box {
    margin-right: 10px;
  }
  .body_green .holder .content .row .box .inner .title {
    font-size: 19px;
  }
  .body_green .holder .content .row .box .inner .styledViews .line label {
    width: 40% !important;
  }
  .body_green .holder .content .row .box .inner .styledViews .line .static {
    float: none;
    display: block;
  }
  .body_green .holder .docks {
    margin-top: 0px;
    top: 70px;
  }
  .body_green .holder .docks ul li {
    padding: 6px 10px;
    font-size: 13px;
  }
  .body_green .holder .content .breadcrumbs {
    margin-top: 0px;
  }
  .body_green .holder .content form .row .box .inner #contract_lines table {
    overflow: hidden;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line textarea {
    width: 70%;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line #s2id_seller {
    width: 70% !important;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line #seller_reference_name {
    width: 70%;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line #select2-chosen-2 {
    width: 70% !important;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line #s2id_buyer {
    width: 70% !important;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .body_green .select2-search-choice-close {
    height: 13px !important;
  }
  .body_green .cms_table_page_nav {
    width: 35px !important;
    height: 35px !important;
  }
  .body_green .cms_table_add {
    margin: 20px 0 20px 0px;
  }
  .body_green #contract_lines {
    overflow-x: auto;
    display: block;
  }
  .body_green .select2-chosen {
    line-height: 40px !important;
  }
  .body_green #s2id_autogen1 .select2-chosen {
    margin-top: 0px !important;
  }
  .body_green select#contact + input.btn {
    margin-top: 20px;
  }
  .body_green select,
  .body_green #contact {
    margin-top: 10px;
  }
  .body_green .select2 a {
    height: 40px !important;
    line-height: 40px;
  }
  .body_green .select2-container a {
    height: 40px !important;
  }
  .body_green .select2-container .select2-search-choice-close {
    height: 13px !important;
  }
  .body_green .logo img {
    width: 50%;
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .body_green header {
    position: relative;
    margin-bottom: 0px;
  }
  .body_green .holder {
    margin-right: 0px !important;
  }
  .body_green .holder .content {
    margin: 0 30px 0 30px;
    padding-top: 0px;
  }
  .body_green .holder .content .row .box {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .body_green .holder .content .row .box .inner .boxcontent .line input {
    display: inline-grid;
    padding-top: 6px;
  }
  .body_green .holder .content .row .box .inner .boxcontent .line #s2id_seller,
  .body_green .holder .content .row .box .inner .boxcontent .line #s2id_fk_product_subcategories,
  .body_green .holder .content .row .box .inner .boxcontent .line #city_from,
  .body_green .holder .content .row .box .inner .boxcontent .line #city_to,
  .body_green .holder .content .row .box .inner .boxcontent .line #brand,
  .body_green .holder .content .row .box .inner .boxcontent .line #crop,
  .body_green .holder .content .row .box .inner .boxcontent .line #quality,
  .body_green .holder .content .row .box .inner .boxcontent .line .select2-container,
  .body_green .holder .content .row .box .inner .boxcontent .line #buyer_reference_name,
  .body_green .holder .content .row .box .inner .boxcontent .line #seller_reference_name,
  .body_green .holder .content .row .box .inner .boxcontent .line .static,
  .body_green .holder .content .row .box .inner .boxcontent .line select,
  .body_green .holder .content .row .box .inner .boxcontent .line #seller_reference_file,
  .body_green .holder .content .row .box .inner .boxcontent .line #buyer_reference_file,
  .body_green .holder .content .row .box .inner .boxcontent .line #seller,
  .body_green .holder .content .row .box .inner .boxcontent .line #buyer,
  .body_green .holder .content .row .box .inner .boxcontent .line #credit_note {
    width: 70% !important;
  }
  .body_green .holder .content .row .box .inner .boxcontent .line #complaints_ref,
  .body_green .holder .content .row .box .inner .boxcontent .line #amount,
  .body_green .holder .content .row .box .inner .boxcontent .line #commission,
  .body_green .holder .content .row .box .inner .boxcontent .line #date {
    width: 70%;
  }
  .body_green .holder .content .row .box .inner .boxcontent .line .btn {
    width: 10% !important;
    text-align: center;
  }
  .body_green .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_green .holder .docks {
    top: 0px;
    position: relative;
  }
  .body_green .holder .docks ul li {
    padding: 6px 10px;
    font-size: 12px;
  }
  .body_green .holder .content form .row .box .inner #contract_lines table {
    font-size: 10px;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td label {
    width: 100%;
  }
  .body_green .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td .select2 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1883px) {
  .body_green .docks ul li {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 1523px) {
  .body_green .docks ul li {
    padding: 12px 2px;
  }
}
@media only screen and (max-width: 768px) {
  .body_green .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_green .holder .docks ul li {
    padding: 12px 3px;
  }
}
@media (max-width: 600px) {
  .body_green .title .btn.right.small {
    float: none !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 7px 0 0 0 !important;
    text-align: center;
  }
  .body_green .title .btn.right.small + .btn.right.small {
    margin-bottom: 10px !important;
  }
}
.body_green .search-holder input {
  width: 100% !important;
  margin: 8px 5px 8px 0px !important;
  padding-left: 34px;
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
}
.body_green .select2 {
  width: 398px !important;
}
.body_green .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  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 .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 .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-drop-auto-width .select2-search {
  padding-top: 4px;
}
.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 .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 .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.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 .select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.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 .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 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 .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-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('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
}
.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;
  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 .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('/_webblocks/images/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 top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
.body_green html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 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 .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('/_webblocks/images/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 18px;
  }
  .body_green nav {
    width: 200px;
    top: 160px;
  }
  .body_green nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  .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: 17px;
    line-height: 50px;
  }
  .body_green .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
.body_green .pagination-info,
.body_green .pagination-detail {
  display: none;
}
.body_green .bootstrap-table,
.body_green .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Ariel, sans-serif;
}
.body_green .bootstrap-table td,
.body_green .cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.body_green .bootstrap-table td:first-child,
.body_green .cms_table td:first-child {
  padding-left: 20px;
}
.body_green .bootstrap-table td:last-child,
.body_green .cms_table td:last-child {
  padding-right: 20px;
}
.body_green .bootstrap-table thead tr th,
.body_green .cms_table thead tr th {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
  text-align: left;
}
.body_green .bootstrap-table thead tr th:first-child,
.body_green .cms_table thead tr th:first-child {
  border-left: 0px;
}
.body_green .bootstrap-table thead tr th a,
.body_green .cms_table thead tr th a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_green .bootstrap-table thead tr th .th-inner,
.body_green .cms_table thead tr th .th-inner {
  padding: 10px 0px 10px 10px !important;
}
.body_green .bootstrap-table thead tr td,
.body_green .cms_table thead tr td {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
}
.body_green .bootstrap-table thead tr td:first-child,
.body_green .cms_table thead tr td:first-child {
  border-left: 0px;
}
.body_green .bootstrap-table thead tr td a,
.body_green .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_green .bootstrap-table thead tr .orderdby,
.body_green .cms_table thead tr .orderdby {
  background: #bfbfbf;
}
.body_green .bootstrap-table thead tr .sortable,
.body_green .cms_table thead tr .sortable {
  cursor: pointer;
}
.body_green .bootstrap-table thead tr .sortable:hover,
.body_green .cms_table thead tr .sortable:hover {
  background: #bfbfbf;
}
.body_green .bootstrap-table thead tr .orderasc,
.body_green .cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_green .bootstrap-table thead tr .orderasc:hover,
.body_green .cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_green .bootstrap-table thead tr .orderdesc,
.body_green .cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_green .bootstrap-table thead tr .orderdesc:hover,
.body_green .cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_green .bootstrap-table tbody tr,
.body_green .cms_table tbody tr {
  background: #ffffff;
}
.body_green .bootstrap-table tbody tr td,
.body_green .cms_table tbody tr td {
  color: #383838;
  border-left: solid 1px #B5D5E4;
}
.body_green .bootstrap-table tbody tr td a,
.body_green .cms_table tbody tr td a {
  text-decoration: none;
}
.body_green .bootstrap-table tbody tr td i,
.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 .bootstrap-table tbody tr td:first-child,
.body_green .cms_table tbody tr td:first-child {
  border-left: none;
}
.body_green .bootstrap-table tbody tr:nth-child(2n),
.body_green .cms_table tbody tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.body_green .bootstrap-table tbody .even,
.body_green .cms_table tbody .even {
  background: #ffffff;
}
.body_green .bootstrap-table tbody .cont-move,
.body_green .cms_table tbody .cont-move {
  cursor: s-resize;
}
.body_green .table-topbar {
  padding: 0px 15px 15px 15px;
}
.body_green .table-topbar .cms_table_page_nav {
  display: inline-block;
  text-align: center;
  padding: 6px 12px;
  cursor: pointer;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #2b679b;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .table-topbar .cms_table_page_nav:last-child {
  border-right: 1px solid #ddd;
}
.body_green .table-topbar .cms_table_page_nav:hover {
  background: #eee;
}
.body_green .table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #2B679B;
  border-color: #2B679B;
  color: #FFFFFF;
}
.body_green .table-topbar .cms_table_page_nav_selected:hover {
  cursor: not-allowed;
  background: #eee;
  border-color: #eee;
  color: #2b679b;
}
.body_green .table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 25%;
}
.body_green .table-topbar .btn {
  margin: 0px;
}
.body_green .cms_table_add {
  margin: 0px 0px 15px 15px;
}
.body_green .domain_special_table {
  width: 100%;
}
.body_green .domain_special_table tr {
  border: solid 2px #B5D5E4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.body_green .domain_special_table tr td {
  padding: 10px;
  color: #419c59;
  border-left: solid 1px #B5D5E4;
}
.body_green .domain_special_table tr td:first-child {
  border: none;
}
.body_green .domain_special_table tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.body_green .domain_special_table_toppbar {
  padding: 10px;
  background-color: #cbcbcb;
}
.body_green .domain_special_table_toppbar input[type="text"] {
  background-color: #FFFFFF;
  width: 100%;
}
.body_green .domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
.body_green .action-edit {
  font-size: 14px;
}
.body_green .action-delete {
  font-size: 14px;
}
.body_green .loading-template {
  width: 100%;
  padding: 15px;
  text-align: center;
}
.body_green .loading-template i {
  font-size: 18px !important;
  color: #999eac;
}
.body_green .loading-text {
  font-size: 14px !important;
  color: #999eac !important;
}
.body_green .page-item.active :hover {
  cursor: not-allowed;
}
.body_green .search-input {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px !important;
}
.body_green .table-buttons {
  margin: 15px 10px 0px 15px;
}
.body_green .table-filters {
  margin: 18px 10px 0px 18px;
}
.body_green #tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.body_green #tiptip_holder.tip_top {
  padding-bottom: 5px;
}
.body_green #tiptip_holder.tip_bottom {
  padding-top: 5px;
}
.body_green #tiptip_holder.tip_right {
  padding-left: 5px;
}
.body_green #tiptip_holder.tip_left {
  padding-right: 5px;
}
.body_green #tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
.body_green #tiptip_arrow,
.body_green #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
.body_green #tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
.body_green #tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
.body_green #tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
.body_green #tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
.body_green #tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
.body_green #tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
.body_green #tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
.body_green #tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .body_green #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  .body_green #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  .body_green #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
.body_green #users_systypes_rights_list ul {
  list-style-type: none;
}
.body_green #users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_green #users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_green #users_systypes_rights_list ul li .padding {
  border: solid 1px #B5D5E4;
  padding: 8px;
  background-color: #efefef;
  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: #e8e8e8;
  border-top: none;
}
.body_green #users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #E0E0E0;
}
.body_green #users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #d8d8d8;
}
.body_green #users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #d1d1d1;
}
.body_green #users_systypes_rights_list ul .users_rights_has_more_data {
  cursor: pointer;
}
.body_green #users_systypes_rights_list ul .users_rights_has_no_more_data {
  cursor: default;
}
.body_green .page_overview_table_header {
  background-color: #cbcbcb;
}
.body_green .page_overview_table_header table tr td {
  text-align: left;
  font-weight: bold;
  padding: 10px 5px;
}
.body_green .page_overview_table ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.body_green .page_overview_table ul li {
  width: 100%;
}
.body_green .page_overview_table ul table tr {
  border-top: solid 1px #B5D5E4;
}
.body_green .page_overview_table ul table tr td {
  padding: 10px;
  border-right: solid 1px #B5D5E4;
}
.body_green .page_overview_table ul table tr td:last-child {
  border: none;
}
.body_green .page_overview_table ul table tr td:first-child {
  padding: 0px;
}
.body_green .page_overview_table ul table tr td i {
  cursor: pointer;
  font-size: 24px;
}
.body_green .page_overview_table ul ul {
  padding-left: 40px;
}
.body_green .page_overview_table ul ul li {
  background: #e8e8e8;
  border-left: solid 1px #B5D5E4;
}
.body_green .page_overview_table ul ul li table tr {
  background: #e8e8e8;
}
.body_green .page_overview_table ul ul li ul li {
  background: #E0E0E0;
}
.body_green .page_overview_table ul ul li ul li table tr {
  background: #E0E0E0;
}
.body_green .page_overview_table ul ul li ul li ul li table {
  background: #d3d3d3;
}
.body_green .page_overview_table ul ul li ul li ul li table tr {
  background: #d3d3d3;
}
.body_green .page_overview_table ul .page_handle {
  cursor: move;
  width: 40px;
  height: 58px;
  line-height: 58px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_green .page_overview_table ul .page_handle i {
  font-size: 16px;
  color: #636363;
  cursor: move;
}
.body_green .page_overview_table ul .page_handle:hover {
  background-color: #419c59;
}
.body_green .page_overview_table ul .page_handle:hover i {
  color: #FFFFFF;
}
.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 #B5D5E4;
  background-color: #E0E0E0;
  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_editor {
  width: 100%;
}
.body_yellow .dropdown-menu {
  display: none;
}
.body_yellow .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px;
  border-radius: 4px;
}
.body_yellow .pagination li {
  display: inline;
}
.body_yellow .pagination li a,
.body_yellow pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.body_yellow .pagination li a:hover,
.body_yellow pagination li span:hover {
  z-index: 2;
  color: #2b679b;
  background-color: #eee;
  border-color: #ddd;
}
.body_yellow .pagination .active a,
.body_yellow .pagination .active span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2b679b;
  border-color: #2b679b;
}
.body_yellow .pagination-detail {
  margin: 0px 15px 0 15px;
}
.body_yellow .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.body_yellow .table th,
.body_yellow .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.body_yellow .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.body_yellow .table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.body_yellow .table .table {
  background-color: #fff;
}
.body_yellow .table-sm th,
.body_yellow .table-sm td {
  padding: 0.3rem;
}
.body_yellow .table-bordered {
  border: 1px solid #eceeef;
}
.body_yellow .table-bordered th,
.body_yellow .table-bordered td {
  border: 1px solid #eceeef;
}
.body_yellow .table-bordered thead th,
.body_yellow .table-bordered thead td {
  border-bottom-width: 2px;
}
.body_yellow .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.05);
}
.body_yellow .table-hover tbody tr:hover {
  background-color: rgba(0,0,0,0.075);
}
.body_yellow .table-active,
.body_yellow .table-active > th,
.body_yellow .table-active > td {
  background-color: rgba(0,0,0,0.075);
}
.body_yellow .table-hover .table-active:hover {
  background-color: rgba(0,0,0,0.075);
}
.body_yellow .table-hover .table-active:hover > td,
.body_yellow .table-hover .table-active:hover > th {
  background-color: rgba(0,0,0,0.075);
}
.body_yellow .table-success,
.body_yellow .table-success > th,
.body_yellow .table-success > td {
  background-color: #dff0d8;
}
.body_yellow .table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.body_yellow .table-hover .table-success:hover > td,
.body_yellow .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.body_yellow .table-info,
.body_yellow .table-info > th,
.body_yellow .table-info > td {
  background-color: #d9edf7;
}
.body_yellow .table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.body_yellow .table-hover .table-info:hover > td,
.body_yellow .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.body_yellow .table-warning,
.body_yellow .table-warning > th,
.body_yellow .table-warning > td {
  background-color: #fcf8e3;
}
.body_yellow .table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.body_yellow .table-hover .table-warning:hover > td,
.body_yellow .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.body_yellow .table-danger,
.body_yellow .table-danger > th,
.body_yellow .table-danger > td {
  background-color: #f2dede;
}
.body_yellow .table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.body_yellow .table-hover .table-danger:hover > td,
.body_yellow .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.body_yellow .thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.body_yellow .thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.body_yellow .table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.body_yellow .table-inverse th,
.body_yellow .table-inverse td,
.body_yellow .table-inverse thead th {
  border-color: #fff;
}
.body_yellow .table-inverse.table-bordered {
  border: 0;
}
.body_yellow .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.body_yellow .table-responsive.table-bordered {
  border: 0;
}
.body_yellow i.icon-formatter {
  font-size: 24px;
}
.body_yellow th.searchable {
  background-image: linear-gradient(to bottom,#E8E8E8 0px,#F8F8F8 100%);
  background-repeat: repeat-x;
}
.body_yellow .fixed-table-pagination {
  float: left;
}
.body_yellow .search-input {
  float: right;
  width: 25% !important;
  margin: 10px 15px 20px 0;
}
.body_yellow .bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}
.body_yellow .bootstrap-table .fixed-table-toolbar .bs-bars,
.body_yellow .bootstrap-table .fixed-table-toolbar .columns,
.body_yellow .bootstrap-table .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.body_yellow .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
  display: inline-block;
  margin-left: -1px !important;
}
.body_yellow .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn {
  border-radius: 0;
}
.body_yellow .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.body_yellow .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.body_yellow .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}
.body_yellow .bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
}
.body_yellow .bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}
.body_yellow .bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}
.body_yellow .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.body_yellow .bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}
.body_yellow .bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}
.body_yellow .bootstrap-table .fixed-table-container .table td,
.body_yellow .bootstrap-table .fixed-table-container .table th {
  vertical-align: middle;
  box-sizing: border-box;
}
.body_yellow .bootstrap-table .fixed-table-container .table thead th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.body_yellow .bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent;
}
.body_yellow .bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px;
}
.body_yellow .bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: .75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.body_yellow .bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}
.body_yellow .bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.body_yellow .bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
}
.body_yellow .bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
}
.body_yellow .bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0,0,0,0.075);
}
.body_yellow .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}
.body_yellow .bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}
.body_yellow .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
}
.body_yellow .bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}
.body_yellow .bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}
.body_yellow .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],
.body_yellow .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
  margin: 0 auto !important;
}
.body_yellow .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: .3rem;
}
.body_yellow .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}
.body_yellow .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.body_yellow .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.body_yellow .bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}
.body_yellow .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: LOADING;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: .3s;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: .6s;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}
.body_yellow .bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}
.body_yellow .bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination,
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
  display: inline-block;
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
  margin: 0;
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
  padding: 6px 12px;
  line-height: 1.428571429;
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
  content: '\2B05';
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
  content: '\27A1';
}
.body_yellow .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}
.body_yellow .bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll;
}
.body_yellow div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}
.body_yellow div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
@keyframes LOADING {
  .body_yellow 0% {
    opacity: 0;
  }
  .body_yellow 50% {
    opacity: 1;
  }
  .body_yellow to {
    opacity: 0;
  }
}
.body_yellow .col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #636363;
  color: #FFFFFF;
  border: solid 2px;
}
.body_yellow .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_yellow .col_mess_error {
  border-color: #a64040;
  background: #cd7f7f;
}
.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 #fileupload_dropzone {
  background: #EFEFEF;
  width: 370px;
  height: 100px;
  line-height: 50px;
  text-align: center;
}
.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 .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 #file_manager_controls {
  padding: 0px 20px;
}
.body_yellow form {
  padding: 10px;
}
.body_yellow input[type="text"],
.body_yellow input[type="email"],
.body_yellow input[type="password"],
.body_yellow input[type="file"],
.body_yellow input[type="number"],
.body_yellow input[type="tel"],
.body_yellow textarea,
.body_yellow select {
  height: 40px;
  line-height: normal;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
}
.body_yellow input[type="text"]:hover,
.body_yellow input[type="email"]: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 textarea:hover,
.body_yellow select:hover {
  border-color: #636363;
}
.body_yellow input[type="text"]:focus,
.body_yellow input[type="email"]: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 textarea:focus,
.body_yellow select:focus {
  border-color: #f19b3f;
}
.body_yellow .boolean_holder {
  width: 70%;
}
.body_yellow .boolean_holder input {
  float: left;
  height: 20px;
}
.body_yellow .boolean_holder label {
  float: left;
  padding-left: 5px;
  line-height: 20px;
}
.body_yellow select {
  margin: 0 0 0 0 !important;
  cursor: pointer;
}
.body_yellow textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
  min-height: 100px;
}
.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 label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  float: left;
}
.body_yellow .line {
  margin-bottom: 10px;
  min-width: 40%;
}
.body_yellow .line .smallRow {
  width: 150px;
}
.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 .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 {
  width: 100%;
  margin-top: 10px;
}
.body_yellow .third label,
.body_yellow .third .boolean_holder,
.body_yellow .quarter label,
.body_yellow .quarter .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"] {
  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 {
  width: 220px;
}
.body_yellow .third .domain_image_upload,
.body_yellow .quarter .domain_image_upload {
  width: 100%;
}
.body_yellow .third .domain_image_upload img,
.body_yellow .quarter .domain_image_upload img {
  margin-top: 10px;
}
.body_yellow .third .domain_image_upload i,
.body_yellow .quarter .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;
  background: #F5F5F5;
}
.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 #4a1d1d;
}
.body_yellow .domain_image_upload img {
  margin-bottom: 10px;
}
.body_yellow .redactor_editor {
  width: 70%;
}
.body_yellow .small {
  width: 100px;
}
.body_yellow input.error,
.body_yellow select.error {
  background-color: #F2D4CE !important;
  border: 1px solid #AE432E !important;
}
.body_yellow .styledForms {
  width: 70% !important;
  float: right;
}
.body_yellow .styledViews label {
  width: 30% !important;
  font-weight: bold;
}
.body_yellow .even {
  background-color: #FFFFFF;
}
.body_yellow .odd {
  background-color: #EFEFEF;
}
.body_yellow .static {
  display: inline-block;
  float: left;
  width: 70%;
}
.body_yellow .static input {
  width: 100%;
}
.body_yellow .half,
.body_yellow .third,
.body_yellow .quarter,
.body_yellow .twothird,
.body_yellow .threequarter {
  margin-right: 20px;
  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: calc(25% - 10px);
}
.body_yellow .third {
  width: calc(33% - 10px);
}
.body_yellow .half {
  width: calc(50% - 10px);
}
.body_yellow .half.right {
  margin-right: 0 !important;
}
.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 .col-1 {
  width: 8.33% !important;
}
.body_yellow .col-2 {
  width: 16.66% !important;
}
.body_yellow .col-3 {
  width: 25% !important;
}
.body_yellow .col-4 {
  width: 33.33% !important;
}
.body_yellow .col-5 {
  width: 41.66% !important;
}
.body_yellow .col-6 {
  width: 50% !important;
}
.body_yellow .col-7 {
  width: 58.33% !important;
}
.body_yellow .col-8 {
  width: 66.66% !important;
}
.body_yellow .col-9 {
  width: 75% !important;
}
.body_yellow .col-10 {
  width: 83.33% !important;
}
.body_yellow .col-11 {
  width: 91.66% !important;
}
.body_yellow .col-12 {
  width: 100% !important;
}
.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 #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.body_yellow .ui-widget-header a {
  color: #fff;
}
.body_yellow .ui-state-default,
.body_yellow .ui-widget-content .ui-state-default,
.body_yellow .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #E0E0E0 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_yellow .ui-state-default a,
.body_yellow .ui-state-default a:link,
.body_yellow .ui-state-default a:visited {
  color: #383838;
  text-decoration: none;
}
.body_yellow .ui-state-hover,
.body_yellow .ui-widget-content .ui-state-hover,
.body_yellow .ui-widget-header .ui-state-hover,
.body_yellow .ui-state-focus,
.body_yellow .ui-widget-content .ui-state-focus,
.body_yellow .ui-widget-header .ui-state-focus {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_yellow .ui-state-hover a,
.body_yellow .ui-state-hover a:hover,
.body_yellow .ui-state-hover a:link,
.body_yellow .ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.body_yellow .ui-state-active,
.body_yellow .ui-widget-content .ui-state-active,
.body_yellow .ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_yellow .ui-state-active a,
.body_yellow .ui-state-active a:link,
.body_yellow .ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.body_yellow .ui-state-highlight,
.body_yellow .ui-widget-content .ui-state-highlight,
.body_yellow .ui-widget-header .ui-state-highlight {
  border: 1px solid #f19b3f;
  background: #f19b3f url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.body_yellow .ui-state-highlight a,
.body_yellow .ui-widget-content .ui-state-highlight a,
.body_yellow .ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.body_yellow .ui-state-error,
.body_yellow .ui-widget-content .ui-state-error,
.body_yellow .ui-widget-header .ui-state-error {
  border: 1px solid #a64040;
  background: #a64040 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_a64040_40x100.png) 50% 50% repeat-x;
  color: #fff;
}
.body_yellow .ui-state-error a,
.body_yellow .ui-widget-content .ui-state-error a,
.body_yellow .ui-widget-header .ui-state-error a {
  color: #fff;
}
.body_yellow .ui-state-error-text,
.body_yellow .ui-widget-content .ui-state-error-text,
.body_yellow .ui-widget-header .ui-state-error-text {
  color: #fff;
}
.body_yellow .ui-priority-primary,
.body_yellow .ui-widget-content .ui-priority-primary,
.body_yellow .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.body_yellow .ui-priority-secondary,
.body_yellow .ui-widget-content .ui-priority-secondary,
.body_yellow .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.body_yellow .ui-state-disabled,
.body_yellow .ui-widget-content .ui-state-disabled,
.body_yellow .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.body_yellow .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.body_yellow .ui-icon {
  width: 16px;
  height: 16px;
}
.body_yellow .ui-icon,
.body_yellow .ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.body_yellow .ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_yellow .ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_yellow .ui-state-hover .ui-icon,
.body_yellow .ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_yellow .ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_yellow .ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.body_yellow .ui-state-error .ui-icon,
.body_yellow .ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_yellow .ui-icon-blank {
  background-position: 16px 16px;
}
.body_yellow .ui-icon-carat-1-n {
  background-position: 0 0;
}
.body_yellow .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.body_yellow .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.body_yellow .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.body_yellow .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.body_yellow .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.body_yellow .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.body_yellow .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.body_yellow .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.body_yellow .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.body_yellow .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.body_yellow .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.body_yellow .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.body_yellow .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.body_yellow .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.body_yellow .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.body_yellow .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.body_yellow .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.body_yellow .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.body_yellow .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.body_yellow .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.body_yellow .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.body_yellow .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.body_yellow .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.body_yellow .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.body_yellow .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.body_yellow .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.body_yellow .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.body_yellow .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.body_yellow .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.body_yellow .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.body_yellow .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.body_yellow .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.body_yellow .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.body_yellow .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.body_yellow .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.body_yellow .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.body_yellow .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.body_yellow .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.body_yellow .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.body_yellow .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.body_yellow .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.body_yellow .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.body_yellow .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.body_yellow .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.body_yellow .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.body_yellow .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.body_yellow .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.body_yellow .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.body_yellow .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.body_yellow .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.body_yellow .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.body_yellow .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.body_yellow .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.body_yellow .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.body_yellow .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.body_yellow .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.body_yellow .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.body_yellow .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.body_yellow .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.body_yellow .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.body_yellow .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.body_yellow .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.body_yellow .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.body_yellow .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.body_yellow .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.body_yellow .ui-icon-extlink {
  background-position: -32px -80px;
}
.body_yellow .ui-icon-newwin {
  background-position: -48px -80px;
}
.body_yellow .ui-icon-refresh {
  background-position: -64px -80px;
}
.body_yellow .ui-icon-shuffle {
  background-position: -80px -80px;
}
.body_yellow .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.body_yellow .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.body_yellow .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.body_yellow .ui-icon-folder-open {
  background-position: -16px -96px;
}
.body_yellow .ui-icon-document {
  background-position: -32px -96px;
}
.body_yellow .ui-icon-document-b {
  background-position: -48px -96px;
}
.body_yellow .ui-icon-note {
  background-position: -64px -96px;
}
.body_yellow .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.body_yellow .ui-icon-mail-open {
  background-position: -96px -96px;
}
.body_yellow .ui-icon-suitcase {
  background-position: -112px -96px;
}
.body_yellow .ui-icon-comment {
  background-position: -128px -96px;
}
.body_yellow .ui-icon-person {
  background-position: -144px -96px;
}
.body_yellow .ui-icon-print {
  background-position: -160px -96px;
}
.body_yellow .ui-icon-trash {
  background-position: -176px -96px;
}
.body_yellow .ui-icon-locked {
  background-position: -192px -96px;
}
.body_yellow .ui-icon-unlocked {
  background-position: -208px -96px;
}
.body_yellow .ui-icon-bookmark {
  background-position: -224px -96px;
}
.body_yellow .ui-icon-tag {
  background-position: -240px -96px;
}
.body_yellow .ui-icon-home {
  background-position: 0 -112px;
}
.body_yellow .ui-icon-flag {
  background-position: -16px -112px;
}
.body_yellow .ui-icon-calendar {
  background-position: -32px -112px;
}
.body_yellow .ui-icon-cart {
  background-position: -48px -112px;
}
.body_yellow .ui-icon-pencil {
  background-position: -64px -112px;
}
.body_yellow .ui-icon-clock {
  background-position: -80px -112px;
}
.body_yellow .ui-icon-disk {
  background-position: -96px -112px;
}
.body_yellow .ui-icon-calculator {
  background-position: -112px -112px;
}
.body_yellow .ui-icon-zoomin {
  background-position: -128px -112px;
}
.body_yellow .ui-icon-zoomout {
  background-position: -144px -112px;
}
.body_yellow .ui-icon-search {
  background-position: -160px -112px;
}
.body_yellow .ui-icon-wrench {
  background-position: -176px -112px;
}
.body_yellow .ui-icon-gear {
  background-position: -192px -112px;
}
.body_yellow .ui-icon-heart {
  background-position: -208px -112px;
}
.body_yellow .ui-icon-star {
  background-position: -224px -112px;
}
.body_yellow .ui-icon-link {
  background-position: -240px -112px;
}
.body_yellow .ui-icon-cancel {
  background-position: 0 -128px;
}
.body_yellow .ui-icon-plus {
  background-position: -16px -128px;
}
.body_yellow .ui-icon-plusthick {
  background-position: -32px -128px;
}
.body_yellow .ui-icon-minus {
  background-position: -48px -128px;
}
.body_yellow .ui-icon-minusthick {
  background-position: -64px -128px;
}
.body_yellow .ui-icon-close {
  background-position: -80px -128px;
}
.body_yellow .ui-icon-closethick {
  background-position: -96px -128px;
}
.body_yellow .ui-icon-key {
  background-position: -112px -128px;
}
.body_yellow .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.body_yellow .ui-icon-scissors {
  background-position: -144px -128px;
}
.body_yellow .ui-icon-clipboard {
  background-position: -160px -128px;
}
.body_yellow .ui-icon-copy {
  background-position: -176px -128px;
}
.body_yellow .ui-icon-contact {
  background-position: -192px -128px;
}
.body_yellow .ui-icon-image {
  background-position: -208px -128px;
}
.body_yellow .ui-icon-video {
  background-position: -224px -128px;
}
.body_yellow .ui-icon-script {
  background-position: -240px -128px;
}
.body_yellow .ui-icon-alert {
  background-position: 0 -144px;
}
.body_yellow .ui-icon-info {
  background-position: -16px -144px;
}
.body_yellow .ui-icon-notice {
  background-position: -32px -144px;
}
.body_yellow .ui-icon-help {
  background-position: -48px -144px;
}
.body_yellow .ui-icon-check {
  background-position: -64px -144px;
}
.body_yellow .ui-icon-bullet {
  background-position: -80px -144px;
}
.body_yellow .ui-icon-radio-on {
  background-position: -96px -144px;
}
.body_yellow .ui-icon-radio-off {
  background-position: -112px -144px;
}
.body_yellow .ui-icon-pin-w {
  background-position: -128px -144px;
}
.body_yellow .ui-icon-pin-s {
  background-position: -144px -144px;
}
.body_yellow .ui-icon-play {
  background-position: 0 -160px;
}
.body_yellow .ui-icon-pause {
  background-position: -16px -160px;
}
.body_yellow .ui-icon-seek-next {
  background-position: -32px -160px;
}
.body_yellow .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.body_yellow .ui-icon-seek-end {
  background-position: -64px -160px;
}
.body_yellow .ui-icon-seek-start {
  background-position: -80px -160px;
}
.body_yellow .ui-icon-seek-first {
  background-position: -80px -160px;
}
.body_yellow .ui-icon-stop {
  background-position: -96px -160px;
}
.body_yellow .ui-icon-eject {
  background-position: -112px -160px;
}
.body_yellow .ui-icon-volume-off {
  background-position: -128px -160px;
}
.body_yellow .ui-icon-volume-on {
  background-position: -144px -160px;
}
.body_yellow .ui-icon-power {
  background-position: 0 -176px;
}
.body_yellow .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.body_yellow .ui-icon-signal {
  background-position: -32px -176px;
}
.body_yellow .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.body_yellow .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.body_yellow .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.body_yellow .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.body_yellow .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.body_yellow .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.body_yellow .ui-icon-circle-close {
  background-position: -32px -192px;
}
.body_yellow .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.body_yellow .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.body_yellow .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.body_yellow .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.body_yellow .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.body_yellow .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.body_yellow .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.body_yellow .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.body_yellow .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.body_yellow .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.body_yellow .ui-icon-circle-check {
  background-position: -208px -192px;
}
.body_yellow .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.body_yellow .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.body_yellow .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.body_yellow .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.body_yellow .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.body_yellow .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.body_yellow .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.body_yellow .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.body_yellow .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.body_yellow .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.body_yellow .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.body_yellow .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.body_yellow .ui-corner-all,
.body_yellow .ui-corner-top,
.body_yellow .ui-corner-left,
.body_yellow .ui-corner-tl {
  border-top-left-radius: 0;
}
.body_yellow .ui-corner-all,
.body_yellow .ui-corner-top,
.body_yellow .ui-corner-right,
.body_yellow .ui-corner-tr {
  border-top-right-radius: 0;
}
.body_yellow .ui-corner-all,
.body_yellow .ui-corner-bottom,
.body_yellow .ui-corner-left,
.body_yellow .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.body_yellow .ui-corner-all,
.body_yellow .ui-corner-bottom,
.body_yellow .ui-corner-right,
.body_yellow .ui-corner-br {
  border-bottom-right-radius: 0;
}
.body_yellow .ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.body_yellow .ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000 url(/_webblocks/images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 0;
}
.body_yellow div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  margin: 25px 0 10px 0;
  overflow-y: auto;
}
.body_yellow div.tagsinput span.tag {
  border: 1px solid #ec8211;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #f19b3f;
  color: #FFFFFF;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
.body_yellow div.tagsinput span.tag a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.body_yellow div.tagsinput input {
  border: 2px solid #ec8211;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #f19b3f;
  color: #FFFFFF !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.body_yellow .not_valid {
  border: 2px solid #813232 !important;
  background-color: #a64040 !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: #ffffff;
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
}
.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 18px 0 0;
}
.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: #3c4d8a;
}
.body_yellow .blue:hover {
  color: #2d3966;
}
.body_yellow .red {
  color: #a64040;
}
.body_yellow .red:hover {
  color: #813232;
}
.body_yellow .teal {
  color: #008080;
}
.body_yellow .teal:hover {
  color: #004d4d;
}
.body_yellow .yellow {
  color: #f19b3f;
}
.body_yellow .yellow:hover {
  color: #ec8211;
}
.body_yellow .green {
  color: #419c59;
}
.body_yellow .green:hover {
  color: #327844;
}
.body_yellow .purple {
  color: #800080;
}
.body_yellow .purple:hover {
  color: #4d004d;
}
.body_yellow .lila {
  color: #8080FF;
}
.body_yellow .lila:hover {
  color: #4d4dff;
}
.body_yellow .brown {
  color: #804000;
}
.body_yellow .brown:hover {
  color: #4d2700;
}
.body_yellow .gray {
  color: #636363;
}
.body_yellow .gray:hover {
  color: #4a4a4a;
}
.body_yellow .lightslategray {
  color: #778899;
}
.body_yellow .lightslategray:hover {
  color: #5f6f7e;
}
.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 .overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #FFFFFF;
  height: 100%;
  width: 100%;
}
.body_yellow #loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  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: #000;
  background: #E5E5E5;
  padding: 20px;
}
.body_yellow .forgot a {
  color: #000;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .forgot a:hover {
  color: #2E2E2E;
  text-decoration: underline;
}
.body_yellow .errors {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  color: #a64040;
}
.body_yellow .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #a64040;
  margin-bottom: 10px;
}
.body_yellow .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
.body_yellow header {
  position: fixed;
  width: 100%;
  margin: 0 0 18px 0;
  z-index: 4;
}
.body_yellow header .balk {
  background: #F39200;
  height: 40px;
}
.body_yellow header .inner {
  height: 96px;
  background-image: url('/_webblocks/images/header.png');
}
.body_yellow header .inner .logo {
  width: 157px;
  height: 22px;
  margin: 0 0 0 18px;
  margin-top: 10px;
}
.body_yellow header .inner .logo a {
  display: block;
}
.body_yellow header .inner h1 {
  font-size: 50px;
  color: #ffffff;
  margin: 0;
  padding-left: 30px;
}
.body_yellow header .inner .quick_nav {
  color: #FFFFFF;
  padding: 15px;
  font-size: 15px;
}
.body_yellow header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body_yellow header .inner .quick_nav ul li {
  height: 100%;
  background: #8EB8CD;
  cursor: pointer;
  text-shadow: 1px 1px 1px #252525;
  min-width: 175px;
  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: 13px;
}
.body_yellow header .inner .quick_nav ul li .padding .account_image {
  border: solid 1px #E0E0E0;
  margin: -4px 10px 0 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 .headersub {
  display: none;
  z-index: 10;
}
.body_yellow header .inner .quick_nav ul:hover li {
  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: #FFFFFF;
  text-shadow: none;
  color: #f19b3f;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #B5D5E4;
}
.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 {
  background-color: #E0E0E0;
}
.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: #FFFFFF;
  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: #FFFFFF;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.body_yellow .docks {
  margin-top: 11px;
  position: fixed;
  z-index: 3;
  background-color: #F39201;
  width: 100%;
  top: 85px;
}
.body_yellow .docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.body_yellow .docks ul li {
  padding: 10px 18px;
  border-right: solid 1px #B5D5E4;
  height: 100%;
  font-size: 15px;
  color: #ffffff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .docks ul li:hover {
  background-color: #C47600;
}
.body_yellow .docks ul .selected {
  border-right: solid 1px #f19b3f;
}
.body_yellow .docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 2;
  display: none;
}
.body_yellow nav {
  position: fixed;
  top: 180px;
  margin: 0 0 0 18px;
  width: 260px;
  z-index: 2;
  background-color: #ffffff;
}
.body_yellow nav ul {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  border: solid 1px #B5D5E4;
}
.body_yellow nav ul li {
  border-top: solid 1px #B5D5E4;
  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:first-child {
  border-top: none;
}
.body_yellow nav ul li .padding {
  padding: 15px;
}
.body_yellow nav ul li:hover {
  background: #E0E0E0;
  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: #383838;
  border-color: #7db5d0;
}
.body_yellow nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -webkit-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -moz-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  border-top: inset 0px 1px 1px 0px #7db5d0;
}
.body_yellow nav ul ul li:hover {
  background: #636363;
  color: #E0E0E0;
}
.body_yellow nav ul ul li .padding {
  padding: 10px 15px;
}
.body_yellow nav ul ul .selected {
  background: #636363;
  color: #E0E0E0;
}
.body_yellow nav ul .selected {
  background: #E0E0E0;
  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: #383838;
}
.body_yellow nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: 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: #ededed;
  border: solid 2px #B5D5E4;
  margin-bottom: 18px;
  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 #B5D5E4;
  margin: -18px 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: 175px 0 40px 0;
}
.body_yellow .content .row {
  margin-bottom: 40px;
}
.body_yellow .content .row .box {
  border: solid 2px #B5D5E4;
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
}
.body_yellow .content .row .box .inner {
  background-color: #FFFFFF;
}
.body_yellow .content .row .box .inner .title {
  line-height: 40px;
  font-size: 22px;
  padding: 0 10px;
  border-bottom: solid 2px #B5D5E4;
}
.body_yellow .content .row .box .inner .tabs_included {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
}
.body_yellow .content .row .box .inner .boxcontent {
  background: ;
  padding: 15px 0px 0px 20px;
}
.body_yellow .content .row .box .inner .boxcontent-help {
  padding-bottom: 15px;
}
.body_yellow .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_yellow .content .tabs {
  display: block;
}
.body_yellow .content .tabs ul {
  list-style-type: none;
  padding: 0;
  display: block;
}
.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;
  margin: 0 5px 0 0;
  background: #E0E0E0;
  color: #383838;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  border: solid 1px #B5D5E4;
  border-bottom: 0px;
  box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -webkit-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -moz-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  border-top: inset 0px -1px 3px 0px #d8d8d8;
}
.body_yellow .content .tabs ul li div:hover {
  text-decoration: none;
  background: #bfbfbf;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_yellow .content .tabs ul li div:active {
  padding: 0 15px;
  background: #636363;
  color: #383838;
}
.body_yellow .content .tabs ul li .selected {
  padding: 0 15px;
  background: #cbcbcb;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_yellow .content .breadcrumbs {
  margin-top: 10px;
  padding: 0 0 10px 0;
}
.body_yellow .content .breadcrumbs a {
  color: #383838;
}
.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 {
  color: #383838;
  padding: 0 10px;
}
.body_yellow .greytext {
  color: #999;
}
.body_yellow .btn {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 12px;
  padding: 0px 10px;
  height: 25px;
  line-height: 25px;
  background-color: #f19b3f;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  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;
}
.body_yellow .btn:hover {
  background: #ec8211;
  color: #FFF;
}
.body_yellow .btn:active {
  background: #ec8211;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  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.small {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}
.body_yellow .btn.big {
  font-size: 14px;
  padding: 0px 10px;
  height: 40px;
}
.body_yellow .btn.disabled {
  background-color: gray;
}
.body_yellow .btn.disabled:hover {
  background-color: #676767;
}
.body_yellow .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.body_yellow .module_dev_switcher {
  position: fixed;
  right: 0px;
  background: #383838;
  color: #FFFFFF;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.body_yellow .module_dev_switcher a {
  color: #FFFFFF;
}
.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 .mail_popup_seller {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_yellow .mail_popup_shipment_planned,
.body_yellow .mail_popup_shipment_requested,
.body_yellow .mail_popup_shipment_delivery {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 800px;
  height: 746px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_yellow .mail_popup_shipment_planned form,
.body_yellow .mail_popup_shipment_requested form,
.body_yellow .mail_popup_shipment_delivery form {
  padding: 0px;
}
.body_yellow .mail_popup_shipment_planned form textarea,
.body_yellow .mail_popup_shipment_requested form textarea,
.body_yellow .mail_popup_shipment_delivery form textarea {
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
.body_yellow .mail_popup_buyer {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_yellow .mail_popup_invoice {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_yellow .m_btn {
  background-color: #a64040;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  width: 30px;
  text-align: center;
  border-radius: 3px;
  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;
}
.body_yellow .m_btn i {
  color: #FFFFFF;
  font-size: 16px;
}
.body_yellow .m_btn:hover {
  background: #ec8211;
}
.body_yellow .m_btn:active {
  background: #ec8211;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  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 .m_btn.disabled {
  background-color: gray !important;
}
.body_yellow .date_popup {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_yellow .date_popup .btn {
  margin: 0 2px;
}
.body_yellow .date_popup h2 {
  text-transform: capitalize;
}
.body_yellow .product_select_container {
  width: calc(100% - 200px);
  height: 40px;
  display: block;
  float: right;
  margin: 0 0 20px 0;
}
.body_yellow .product_select {
  float: right;
  margin: 0 20px !important;
}
.body_yellow .small_popup {
  width: 300px !important;
  height: 125px;
  margin-left: -150px;
}
.body_yellow .companies_select {
  width: 50% !important;
  float: right !important;
}
.body_yellow .mail_holder {
  display: block;
  float: left;
  width: 33%;
}
.body_yellow .uneditable {
  cursor: default !important;
}
.body_yellow .uneditable.green:hover {
  color: #419c59;
}
.body_yellow .uneditable.gray:hover {
  color: #636363;
}
.body_yellow #products-table {
  display: block;
  float: left;
  width: 100% !important;
}
.body_yellow #products-table #export-table {
  width: 70% !important;
}
.body_yellow #products-table td {
  padding: 0 10px;
}
.body_yellow #products-table input[type=number],
.body_yellow #products-table input[type=text] {
  width: 100% !important;
}
.body_yellow #products-table .select2.product {
  width: 250px !important;
}
.body_yellow #products-table .select2.currency,
.body_yellow #products-table .select2.unit {
  width: 100px !important;
}
.body_yellow .product-details .box .inner .boxcontent.half {
  float: left;
  width: 50%;
  margin: 0;
}
.body_yellow .attachment_add:hover {
  color: #fff;
}
.body_yellow #products-table table tbody tr,
.body_yellow #products-table table tfoot tr {
  height: 50px;
}
.body_yellow .delete-product.fa-times.red {
  line-height: 25px;
  font-size: 24px;
}
.body_yellow .complaint_solution_item label,
.body_yellow .complaint_types label {
  margin-left: 10px;
  width: auto;
  float: none;
}
.body_yellow .nowrap {
  white-space: nowrap;
}
.body_yellow .page-link {
  z-index: 0 !important;
}
.body_yellow .toggle_mail {
  cursor: pointer;
}
.body_yellow .module_webshop.order_header,
.body_yellow .module_webshop.order_overview_header {
  font-weight: bold;
}
@keyframes fadeIn {
  .body_yellow from {
    opacity: 0;
  }
  .body_yellow to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  .body_yellow from {
    opacity: 1;
  }
  .body_yellow to {
    opacity: 0;
  }
}
.body_yellow .redactor-animate-hide {
  display: none !important;
}
.body_yellow .redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out;
}
.body_yellow .redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out;
}
@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.body_yellow [class^="re-icon-"],
.body_yellow [class*=" re-icon-"] {
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body_yellow .re-icon-aligncenter:before {
  content: "\e900";
}
.body_yellow .re-icon-alignment:before,
.body_yellow .re-icon-alignleft:before {
  content: "\e901";
}
.body_yellow .re-icon-alignright:before {
  content: "\e902";
}
.body_yellow .re-icon-bold:before {
  content: "\e903";
}
.body_yellow .re-icon-bookmark:before {
  content: "\e904";
}
.body_yellow .re-icon-clips:before {
  content: "\e905";
}
.body_yellow .re-icon-codesnippets:before {
  content: "\e906";
}
.body_yellow .re-icon-deleted:before {
  content: "\e907";
}
.body_yellow .re-icon-expand:before {
  content: "\e908";
}
.body_yellow .re-icon-file:before {
  content: "\e909";
}
.body_yellow .re-icon-fontcolor:before {
  content: "\e90a";
}
.body_yellow .re-icon-fontfamily:before {
  content: "\e90b";
}
.body_yellow .re-icon-fontsize:before {
  content: "\e90c";
}
.body_yellow .re-icon-format:before {
  content: "\e90d";
}
.body_yellow .re-icon-html:before {
  content: "\e90e";
}
.body_yellow .re-icon-imagecenter:before {
  content: "\e90f";
}
.body_yellow .re-icon-imageleft:before {
  content: "\e910";
}
.body_yellow .re-icon-imageright:before {
  content: "\e911";
}
.body_yellow .re-icon-image:before {
  content: "\e912";
}
.body_yellow .re-icon-indent:before {
  content: "\e913";
}
.body_yellow .re-icon-inline:before {
  content: "\e914";
}
.body_yellow .re-icon-italic:before {
  content: "\e915";
}
.body_yellow .re-icon-line:before,
.body_yellow .re-icon-horizontalrule:before {
  content: "\e916";
}
.body_yellow .re-icon-link:before {
  content: "\e917";
}
.body_yellow .re-icon-ol:before,
.body_yellow .re-icon-ordered:before {
  content: "\e918";
}
.body_yellow .re-icon-outdent:before {
  content: "\e919";
}
.body_yellow .re-icon-properties:before {
  content: "\e91a";
}
.body_yellow .re-icon-readmore:before {
  content: "\e91b";
}
.body_yellow .re-icon-redo:before {
  content: "\e91c";
}
.body_yellow .re-icon-retract:before {
  content: "\e91d";
}
.body_yellow .re-icon-specialcharacters:before {
  content: "\e91e";
}
.body_yellow .re-icon-sub:before {
  content: "\e91f";
}
.body_yellow .re-icon-sup:before {
  content: "\e920";
}
.body_yellow .re-icon-table:before {
  content: "\e921";
}
.body_yellow .re-icon-textdirection:before {
  content: "\e922";
}
.body_yellow .re-icon-toggle:before {
  content: "\e923";
}
.body_yellow .re-icon-underline:before {
  content: "\e924";
}
.body_yellow .re-icon-undo:before {
  content: "\e925";
}
.body_yellow .re-icon-ul:before,
.body_yellow .re-icon-lists:before,
.body_yellow .re-icon-unordered:before {
  content: "\e926";
}
.body_yellow .re-icon-variable:before {
  content: "\e927";
}
.body_yellow .re-icon-video:before {
  content: "\e928";
}
.body_yellow .re-icon-widget:before {
  content: "\e929";
}
.body_yellow .redactor-box,
.body_yellow .redactor-box textarea {
  z-index: auto;
}
.body_yellow .redactor-box {
  position: relative;
  box-sizing: border-box;
}
.body_yellow .redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.075);
  border-radius: 3px;
  box-shadow: none;
}
.body_yellow .redactor-box.redactor-inline {
  position: static;
}
.body_yellow .redactor-focus.redactor-styles-on,
.body_yellow .redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important;
}
.body_yellow .redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important;
}
.body_yellow .redactor-source-view,
.body_yellow .redactor-source-view.redactor-styles-on {
  border-color: #000 !important;
}
.body_yellow .redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box;
}
.body_yellow .redactor-in:focus {
  outline: none;
}
.body_yellow .redactor-inline .redactor-in {
  overflow: hidden;
}
.body_yellow .redactor-in *,
.body_yellow .redactor-read-only * {
  outline: none !important;
}
.body_yellow .redactor-in h1:empty,
.body_yellow .redactor-in h2:empty,
.body_yellow .redactor-in h3:empty,
.body_yellow .redactor-in h4:empty,
.body_yellow .redactor-in h5:empty,
.body_yellow .redactor-in h6:empty,
.body_yellow .redactor-in p:empty,
.body_yellow .redactor-in blockquote:empty,
.body_yellow .redactor-in div[data-redactor-tag=br]:empty,
.body_yellow .redactor-in div[data-redactor-tag=tbr]:empty {
  min-height: 1.5em;
}
.body_yellow .redactor-in div[data-redactor-tag=br],
.body_yellow .redactor-in div[data-redactor-tag=tbr] {
  margin-top: 0;
  margin-bottom: 0;
}
.body_yellow .redactor-in strong:empty,
.body_yellow .redactor-in b:empty,
.body_yellow .redactor-in em:empty,
.body_yellow .redactor-in i:empty,
.body_yellow .redactor-in span:empty,
.body_yellow .redactor-in sup:empty,
.body_yellow .redactor-in sub:empty,
.body_yellow .redactor-in u:empty,
.body_yellow .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}
.body_yellow .redactor-in table {
  empty-cells: show;
}
.body_yellow .redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.body_yellow .redactor-in figcaption:focus,
.body_yellow .redactor-in figure code:focus,
.body_yellow .redactor-in figure pre:focus,
.body_yellow .redactor-in table td:focus,
.body_yellow .redactor-in table th:focus {
  outline: none;
}
.body_yellow .redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline;
}
.body_yellow .redactor-in figure[data-redactor-type=line] hr {
  margin: 0;
  height: 3px;
  border: none;
  background: rgba(0,0,0,0.1);
}
.body_yellow .redactor-script-tag {
  display: none !important;
}
.body_yellow .redactor-component {
  position: relative;
}
.body_yellow .redactor-component[data-redactor-type="widget"]:before,
.body_yellow .redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.body_yellow .redactor-component[data-redactor-type=image],
.body_yellow .redactor-component[data-redactor-type=widget] {
  clear: both;
}
.body_yellow .redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0,125,255,0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}
.body_yellow .redactor-component-active {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_yellow .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.body_yellow .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_yellow .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a;
}
.body_yellow .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.body_yellow .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_yellow .redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important;
}
.body_yellow .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.body_yellow .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid #ddd !important;
}
.body_yellow .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.body_yellow .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid #ddd !important;
}
.body_yellow .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ddd;
}
.body_yellow .redactor-component-caret {
  position: absolute;
  left: -9999px;
}
.body_yellow .redactor-textnodes-wrapper {
  display: inline-block;
}
.body_yellow #redactor-image-resizer {
  position: absolute;
  z-index: 1051;
  background-color: rgba(0,125,255,0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}
.body_yellow .redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.2);
}
.body_yellow .redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5;
}
.body_yellow .redactor-file-remover:hover {
  opacity: 1;
}
.body_yellow .redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16,16,18,0.3);
}
.body_yellow .redactor-overlay > .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
.body_yellow .redactor-source,
.body_yellow .redactor-source:hover,
.body_yellow .redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical;
}
.body_yellow .redactor-box[dir="rtl"] .redactor-source {
  direction: ltr;
}
.body_yellow .redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
  cursor: text;
}
.body_yellow .redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
}
.body_yellow .redactor-in figcaption[placeholder]:empty:focus:before {
  content: "";
}
.body_yellow .redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none;
}
.body_yellow .redactor-statusbar li {
  float: left;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.body_yellow .redactor-statusbar li:last-child {
  border-right-color: transparent;
}
.body_yellow .redactor-statusbar a {
  color: rgba(0,0,0,0.5);
  text-decoration: underline;
}
.body_yellow .redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline;
}
.body_yellow .redactor-statusbar:empty {
  display: none;
}
.body_yellow .redactor-toolbar-wrapper {
  position: relative;
}
.body_yellow .redactor-toolbar,
.body_yellow .redactor-air {
  z-index: 0;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box;
}
.body_yellow .redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px;
}
.body_yellow .redactor-toolbar a,
.body_yellow .redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0,0,0,0.85);
  border-radius: 2px;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 1px 2px rgba(0,0,0,0.22);
  margin-right: 5px;
  margin-bottom: 4px;
}
.body_yellow .redactor-toolbar a.re-button-icon,
.body_yellow .redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px;
}
.body_yellow .redactor-toolbar a:hover,
.body_yellow .redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}
.body_yellow .redactor-toolbar a.redactor-button-active {
  background: rgba(245,245,245,0.95);
  color: rgba(0,0,0,0.4);
}
.body_yellow .redactor-toolbar a.redactor-button-disabled,
.body_yellow .redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}
.body_yellow .redactor-toolbar a.redactor-button-disabled:hover,
.body_yellow .redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.body_yellow .redactor-source-view .redactor-toolbar {
  background: #252525;
}
.body_yellow .redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff;
}
.body_yellow .redactor-source-view .redactor-toolbar a:hover {
  background: #449aef;
}
.body_yellow .redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.body_yellow .re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0,0,0,0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.body_yellow .re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0,0,0,0.9);
  border-width: 4px;
  margin-left: -4px;
}
.body_yellow .redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100;
}
.body_yellow .redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0,0,0,0.97);
}
.body_yellow .redactor-air a {
  background: rgba(37,37,37,0.95);
  box-shadow: none;
  color: rgba(255,255,255,0.9);
}
.body_yellow .redactor-air a:hover {
  background: #3d79f2;
}
.body_yellow .redactor-air a.redactor-button-active {
  background-color: rgba(255,255,255,0.15);
  color: #fff;
}
.body_yellow .redactor-air a.redactor-button-disabled:hover {
  color: #fff;
}
.body_yellow .redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255,255,255,0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer;
}
.body_yellow .redactor-air-helper:hover {
  background: #fff;
}
.body_yellow .redactor-voice-label {
  display: none;
}
.body_yellow .redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0,0,0,0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.body_yellow .redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px;
}
.body_yellow .redactor-context-toolbar a:first-child {
  padding-left: 0;
}
.body_yellow .redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.body_yellow .redactor-context-toolbar a:before {
  content: '';
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,0.3);
}
.body_yellow .redactor-context-toolbar a:hover {
  color: #fff;
}
.body_yellow .redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none;
}
.body_yellow .redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0;
}
.body_yellow .redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0;
}
.body_yellow .redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-left: none;
}
.body_yellow .redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none;
}
.body_yellow .redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  border-radius: 2px;
  width: 264px;
  min-height: 40px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}
.body_yellow .redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}
.body_yellow .redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.body_yellow .redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}
.body_yellow .redactor-dropdown a {
  color: #000;
}
.body_yellow .redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}
.body_yellow .redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0,0,0,0.4);
  background: #fff;
}
.body_yellow .redactor-dropdown-cells {
  margin: 10px auto;
}
.body_yellow .redactor-dropdown-cells a,
.body_yellow .redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.body_yellow .redactor-dropdown-selector {
  display: flex;
  text-align: center;
}
.body_yellow .redactor-dropdown-selector span {
  flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}
.body_yellow .redactor-dropdown-selector span:hover {
  background: #eee;
}
.body_yellow .redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0,0,0,0.3);
  background: #eee;
}
.body_yellow .redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.body_yellow .redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}
.body_yellow .redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}
.body_yellow .redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
.body_yellow .redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.body_yellow .redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
.body_yellow .redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.body_yellow .redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}
.body_yellow .redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px;
}
.body_yellow .redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 2px 15px rgba(80,80,80,0.25);
  border-radius: 3px;
  color: #000;
}
.body_yellow .redactor-modal form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body_yellow .redactor-modal input,
.body_yellow .redactor-modal select,
.body_yellow .redactor-modal textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  box-shadow: none;
  padding: 0 .5em;
}
.body_yellow .redactor-modal textarea {
  padding: .5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}
.body_yellow .redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right .65em center;
  padding-right: 28px;
}
.body_yellow .redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: .5em .75em;
}
.body_yellow .redactor-modal input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}
.body_yellow .redactor-modal input[type="radio"],
.body_yellow .redactor-modal input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}
.body_yellow .redactor-modal .form-item {
  margin-bottom: 20px;
}
.body_yellow .redactor-modal .form-item:last-child {
  margin-bottom: 0;
}
.body_yellow .redactor-modal fieldset {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.body_yellow .redactor-modal fieldset .form-item {
  margin-bottom: 12px;
}
.body_yellow .redactor-modal label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
  font-size: 14px;
}
.body_yellow .redactor-modal label .desc,
.body_yellow .redactor-modal label .success,
.body_yellow .redactor-modal label .error {
  text-transform: none;
  font-weight: normal;
}
.body_yellow .redactor-modal label.checkbox {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}
.body_yellow .redactor-modal .form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 1em;
}
.body_yellow .redactor-modal input:hover,
.body_yellow .redactor-modal textarea:hover,
.body_yellow .redactor-modal select:hover {
  outline: none;
  background-color: #fff;
  border-color: #969fa9;
  box-shadow: none;
}
.body_yellow .redactor-modal input:focus,
.body_yellow .redactor-modal textarea:focus,
.body_yellow .redactor-modal select:focus {
  transition: all linear .2s;
  outline: none;
  background-color: #fff;
  border-color: rgba(0,125,255,0.5);
  box-shadow: 0 0 3px rgba(0,125,255,0.5);
}
.body_yellow .redactor-modal input.error,
.body_yellow .redactor-modal textarea.error,
.body_yellow .redactor-modal select.error {
  background-color: rgba(255,50,101,0.1);
  border: 1px solid #ff7f9e;
}
.body_yellow .redactor-modal input.error:focus,
.body_yellow .redactor-modal textarea.error:focus,
.body_yellow .redactor-modal select.error:focus {
  border-color: #ff3265;
  box-shadow: 0 0 1px #ff3265;
}
.body_yellow .redactor-modal input.success,
.body_yellow .redactor-modal textarea.success,
.body_yellow .redactor-modal select.success {
  background-color: rgba(47,196,182,0.1);
  border: 1px solid #65dacf;
}
.body_yellow .redactor-modal input.success:focus,
.body_yellow .redactor-modal textarea.success:focus,
.body_yellow .redactor-modal select.success:focus {
  border-color: #2fc4b6;
  box-shadow: 0 0 1px #2fc4b6;
}
.body_yellow .redactor-modal input:disabled,
.body_yellow .redactor-modal input:disabled:hover,
.body_yellow .redactor-modal input.disabled,
.body_yellow .redactor-modal input.disabled:hover,
.body_yellow .redactor-modal textarea:disabled,
.body_yellow .redactor-modal textarea:disabled:hover,
.body_yellow .redactor-modal textarea.disabled,
.body_yellow .redactor-modal textarea.disabled:hover,
.body_yellow .redactor-modal select:disabled,
.body_yellow .redactor-modal select:disabled:hover,
.body_yellow .redactor-modal select.disabled,
.body_yellow .redactor-modal select.disabled:hover {
  resize: none;
  opacity: .6;
  cursor: default;
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: 1px solid #cacfd4;
  box-shadow: none;
  background-color: #fff;
}
.body_yellow .redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
  font-size: 110%;
}
.body_yellow .redactor-modal .desc {
  color: rgba(51,51,51,0.5);
  font-size: 12px;
}
.body_yellow .redactor-modal span.desc {
  margin-left: 0.25em;
}
.body_yellow .redactor-modal div.desc {
  margin-top: 0.25em;
}
.body_yellow .redactor-modal span.success,
.body_yellow .redactor-modal span.error {
  font-size: 12px;
  margin-left: 0.25em;
}
.body_yellow .redactor-modal div.desc {
  margin-bottom: -0.5em;
}
.body_yellow .redactor-modal .redactor-close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px;
  color: #000;
  opacity: .3;
  cursor: pointer;
}
.body_yellow .redactor-modal .redactor-close:hover {
  opacity: 1;
}
.body_yellow .redactor-modal .redactor-close:before {
  content: '\00d7';
}
.body_yellow .redactor-modal button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #007dff;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #007dff;
  min-height: 40px;
  outline: none;
  padding: 0.5em 1.25em;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: none;
}
.body_yellow .redactor-modal button:hover {
  outline: none;
  text-decoration: none;
  background: none;
  color: rgba(0,125,255,0.6);
  border-color: rgba(0,125,255,0.5);
}
.body_yellow .redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34;
}
.body_yellow .redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42,46,52,0.6);
  border-color: rgba(42,46,52,0.5);
}
.body_yellow .redactor-modal button.redactor-button-danger,
.body_yellow .redactor-modal button.redactor-button-unstyled {
  background: none;
  border-color: transparent;
  color: rgba(42,46,52,0.6);
}
.body_yellow .redactor-modal button.redactor-button-danger:hover,
.body_yellow .redactor-modal button.redactor-button-unstyled:hover {
  background: none;
  border-color: transparent;
  color: #ff3265;
  text-decoration: underline;
}
.body_yellow .redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_yellow .redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.body_yellow .redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block;
}
.body_yellow .redactor-modal .redactor-modal-area {
  float: left;
  width: 66%;
}
.body_yellow .redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto;
}
.body_yellow .redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left;
}
.body_yellow .redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0;
}
.body_yellow .redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.body_yellow .redactor-modal-header:empty {
  display: none;
}
.body_yellow .redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px;
}
.body_yellow .redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}
.body_yellow .redactor-modal-footer button {
  margin-right: 4px;
}
.body_yellow .redactor-modal-footer button.redactor-button-unstyled {
  margin-right: 0;
  float: right;
}
.body_yellow .redactor-modal-footer:empty {
  display: none;
}
.body_yellow .redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0,0,0,0.05);
  margin-bottom: 1em;
}
.body_yellow .redactor-modal-tabs a {
  font-size: 15px;
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0,0,0,0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px;
}
.body_yellow .redactor-modal-tabs a:hover {
  transition: all linear .2s;
}
.body_yellow .redactor-modal-tabs a:hover,
.body_yellow .redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff;
}
.body_yellow .redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}
.body_yellow .redactor-styles *,
.body_yellow .redactor-styles *:before,
.body_yellow .redactor-styles *:after {
  box-sizing: inherit;
}
.body_yellow .redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.body_yellow .redactor-styles[dir="rtl"] ul li,
.body_yellow .redactor-styles[dir="rtl"] ol li {
  text-align: right;
}
.body_yellow .redactor-styles[dir="rtl"] ul,
.body_yellow .redactor-styles[dir="rtl"] ol,
.body_yellow .redactor-styles[dir="rtl"] ul ul,
.body_yellow .redactor-styles[dir="rtl"] ol ol,
.body_yellow .redactor-styles[dir="rtl"] ul ol,
.body_yellow .redactor-styles[dir="rtl"] ol ul {
  margin-left: 1.5em;
}
.body_yellow .redactor-styles[dir="rtl"] figcaption {
  text-align: right;
}
.body_yellow .redactor-styles ul[dir="rtl"],
.body_yellow .redactor-styles ul[dir="rtl"] ul,
.body_yellow .redactor-styles ul[dir="rtl"] ol,
.body_yellow .redactor-styles ol[dir="rtl"],
.body_yellow .redactor-styles ol[dir="rtl"] ul,
.body_yellow .redactor-styles ol[dir="rtl"] ol {
  margin-right: 1.5em;
}
.body_yellow .redactor-styles ul[dir="rtl"] li,
.body_yellow .redactor-styles ol[dir="rtl"] li {
  text-align: right;
}
.body_yellow .redactor-styles a,
.body_yellow .redactor-styles a:hover {
  color: #3397ff;
}
.body_yellow .redactor-styles p,
.body_yellow .redactor-styles dl,
.body_yellow .redactor-styles blockquote,
.body_yellow .redactor-styles hr,
.body_yellow .redactor-styles pre,
.body_yellow .redactor-styles table,
.body_yellow .redactor-styles figure,
.body_yellow .redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.body_yellow .redactor-styles ul,
.body_yellow .redactor-styles ol {
  padding: 0;
}
.body_yellow .redactor-styles ul,
.body_yellow .redactor-styles ul ul,
.body_yellow .redactor-styles ul ol,
.body_yellow .redactor-styles ol,
.body_yellow .redactor-styles ol ul,
.body_yellow .redactor-styles ol ol {
  margin: 0 0 0 1.5em;
}
.body_yellow .redactor-styles ul li,
.body_yellow .redactor-styles ol li {
  text-align: left;
}
.body_yellow .redactor-styles ol ol li {
  list-style-type: lower-alpha;
}
.body_yellow .redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}
.body_yellow .redactor-styles ul,
.body_yellow .redactor-styles ol {
  margin-bottom: 1em;
}
.body_yellow .redactor-styles h1,
.body_yellow .redactor-styles h2,
.body_yellow .redactor-styles h3,
.body_yellow .redactor-styles h4,
.body_yellow .redactor-styles h5,
.body_yellow .redactor-styles h6 {
  font-weight: bold;
  color: #111;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.body_yellow .redactor-styles h1 {
  font-size: 2.0736em;
}
.body_yellow .redactor-styles h2 {
  font-size: 1.728em;
}
.body_yellow .redactor-styles h3 {
  font-size: 1.44em;
}
.body_yellow .redactor-styles h4 {
  font-size: 1.2em;
}
.body_yellow .redactor-styles h5 {
  font-size: 1em;
}
.body_yellow .redactor-styles h6 {
  font-size: 0.83333em;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.body_yellow .redactor-styles blockquote {
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: none;
}
.body_yellow .redactor-styles table {
  width: 100%;
}
.body_yellow .redactor-styles time,
.body_yellow .redactor-styles small,
.body_yellow .redactor-styles var,
.body_yellow .redactor-styles code,
.body_yellow .redactor-styles kbd,
.body_yellow .redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51,51,51,0.9);
}
.body_yellow .redactor-styles var,
.body_yellow .redactor-styles cite {
  opacity: .6;
}
.body_yellow .redactor-styles var {
  font-style: normal;
}
.body_yellow .redactor-styles dfn,
.body_yellow .redactor-styles abbr {
  text-transform: uppercase;
}
.body_yellow .redactor-styles dfn[title],
.body_yellow .redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,0,0,0.5);
  cursor: help;
}
.body_yellow .redactor-styles code,
.body_yellow .redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}
.body_yellow .redactor-styles code {
  background-color: #eff1f2;
}
.body_yellow .redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}
.body_yellow .redactor-styles kbd {
  border: 1px solid #e5e7e9;
}
.body_yellow .redactor-styles sub,
.body_yellow .redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.body_yellow .redactor-styles sub {
  bottom: -0.25em;
}
.body_yellow .redactor-styles sup {
  top: -0.5em;
}
.body_yellow .redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
}
.body_yellow .redactor-styles pre,
.body_yellow .redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51,51,51,0.85);
  overflow: none;
  white-space: pre-wrap;
}
.body_yellow .redactor-styles pre {
  padding: 1rem;
}
.body_yellow .redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
.body_yellow .redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0,0,0,0.5);
  font-size: 11px;
}
.body_yellow .redactor-styles table th,
.body_yellow .redactor-styles table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}
.body_yellow .redactor-styles table tfoot th,
.body_yellow .redactor-styles table tfoot td {
  color: rgba(0,0,0,0.5);
}
.body_yellow .redactor-styles img,
.body_yellow .redactor-styles video,
.body_yellow .redactor-styles audio,
.body_yellow .redactor-styles embed,
.body_yellow .redactor-styles object {
  max-width: 100%;
}
.body_yellow .redactor-styles img,
.body_yellow .redactor-styles video,
.body_yellow .redactor-styles embed,
.body_yellow .redactor-styles object {
  height: auto !important;
}
.body_yellow .redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.body_yellow .redactor-styles figcaption {
  display: block;
  opacity: .6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.body_yellow .upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0,125,255,0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.body_yellow .upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,0.3);
  font-style: italic;
}
.body_yellow .upload-redactor-hover {
  background-color: rgba(0,125,255,0.075);
}
.body_yellow .upload-redactor-error {
  background-color: rgba(255,50,101,0.075);
}
.body_yellow .upload-redactor-box-hover {
  outline: 5px dashed rgba(0,125,255,0.3);
}
.body_yellow .upload-redactor-box-error {
  outline: 5px dashed rgba(255,50,101,0.3);
}
.body_yellow .redactor-structure h1,
.body_yellow .redactor-structure h2,
.body_yellow .redactor-structure h3,
.body_yellow .redactor-structure h4,
.body_yellow .redactor-structure h5,
.body_yellow .redactor-structure h6,
.body_yellow .redactor-structure div {
  position: relative;
}
.body_yellow .redactor-structure h1:before,
.body_yellow .redactor-structure h2:before,
.body_yellow .redactor-structure h3:before,
.body_yellow .redactor-structure h4:before,
.body_yellow .redactor-structure h5:before,
.body_yellow .redactor-structure h6:before,
.body_yellow .redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: .5;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right;
}
.body_yellow .redactor-structure h1:before {
  content: "h1";
}
.body_yellow .redactor-structure h2:before {
  content: "h2";
}
.body_yellow .redactor-structure h3:before {
  content: "h3";
}
.body_yellow .redactor-structure h4:before {
  content: "h4";
}
.body_yellow .redactor-structure h5:before {
  content: "h5";
}
.body_yellow .redactor-structure h6:before {
  content: "h6";
}
.body_yellow .redactor-structure div:before {
  content: "div";
}
.body_yellow #redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
.body_yellow #redactor-progress span {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  .body_yellow from {
    background-position: 40px 0;
  }
  .body_yellow to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .body_yellow from {
    background-position: 40px 0;
  }
  .body_yellow to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  .body_yellow from {
    background-position: 40px 0;
  }
  .body_yellow to {
    background-position: 0 0;
  }
}
.body_yellow .redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.body_yellow .redactor-box-fullscreen-target {
  position: absolute !important;
}
.body_yellow .redactor-body-fullscreen .redactor-dropdown,
.body_yellow .redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052;
}
.body_yellow .redactor-body-fullscreen #redactor-overlay {
  z-index: 1098;
}
.body_yellow .redactor-body-fullscreen #redactor-modal {
  z-index: 1099;
}
@media only screen and (max-width: 1366px) {
  .body_yellow header .inner {
    height: 70px;
  }
  .body_yellow header .inner .logo img {
    padding-top: 5px !important;
  }
  .body_yellow header .inner .quick_nav {
    padding: 10px;
  }
  .body_yellow header .inner .quick_nav ul li .padding {
    font-size: 10px;
    padding: 8px;
  }
  .body_yellow header .inner .quick_nav ul li img {
    width: 20px;
    height: 20px;
  }
  .body_yellow .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_yellow .holder .content .row {
    margin-top: 0px;
  }
  .body_yellow .holder .content .row .box {
    margin-right: 10px;
  }
  .body_yellow .holder .content .row .box .inner .title {
    font-size: 19px;
  }
  .body_yellow .holder .content .row .box .inner .styledViews .line label {
    width: 40% !important;
  }
  .body_yellow .holder .content .row .box .inner .styledViews .line .static {
    float: none;
    display: block;
  }
  .body_yellow .holder .docks {
    margin-top: 0px;
    top: 70px;
  }
  .body_yellow .holder .docks ul li {
    padding: 6px 10px;
    font-size: 13px;
  }
  .body_yellow .holder .content .breadcrumbs {
    margin-top: 0px;
  }
  .body_yellow .holder .content form .row .box .inner #contract_lines table {
    overflow: hidden;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line textarea {
    width: 70%;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line #s2id_seller {
    width: 70% !important;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line #seller_reference_name {
    width: 70%;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line #select2-chosen-2 {
    width: 70% !important;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line #s2id_buyer {
    width: 70% !important;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .body_yellow .select2-search-choice-close {
    height: 13px !important;
  }
  .body_yellow .cms_table_page_nav {
    width: 35px !important;
    height: 35px !important;
  }
  .body_yellow .cms_table_add {
    margin: 20px 0 20px 0px;
  }
  .body_yellow #contract_lines {
    overflow-x: auto;
    display: block;
  }
  .body_yellow .select2-chosen {
    line-height: 40px !important;
  }
  .body_yellow #s2id_autogen1 .select2-chosen {
    margin-top: 0px !important;
  }
  .body_yellow select#contact + input.btn {
    margin-top: 20px;
  }
  .body_yellow select,
  .body_yellow #contact {
    margin-top: 10px;
  }
  .body_yellow .select2 a {
    height: 40px !important;
    line-height: 40px;
  }
  .body_yellow .select2-container a {
    height: 40px !important;
  }
  .body_yellow .select2-container .select2-search-choice-close {
    height: 13px !important;
  }
  .body_yellow .logo img {
    width: 50%;
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .body_yellow header {
    position: relative;
    margin-bottom: 0px;
  }
  .body_yellow .holder {
    margin-right: 0px !important;
  }
  .body_yellow .holder .content {
    margin: 0 30px 0 30px;
    padding-top: 0px;
  }
  .body_yellow .holder .content .row .box {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .body_yellow .holder .content .row .box .inner .boxcontent .line input {
    display: inline-grid;
    padding-top: 6px;
  }
  .body_yellow .holder .content .row .box .inner .boxcontent .line #s2id_seller,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #s2id_fk_product_subcategories,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #city_from,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #city_to,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #brand,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #crop,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #quality,
  .body_yellow .holder .content .row .box .inner .boxcontent .line .select2-container,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #buyer_reference_name,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #seller_reference_name,
  .body_yellow .holder .content .row .box .inner .boxcontent .line .static,
  .body_yellow .holder .content .row .box .inner .boxcontent .line select,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #seller_reference_file,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #buyer_reference_file,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #seller,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #buyer,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #credit_note {
    width: 70% !important;
  }
  .body_yellow .holder .content .row .box .inner .boxcontent .line #complaints_ref,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #amount,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #commission,
  .body_yellow .holder .content .row .box .inner .boxcontent .line #date {
    width: 70%;
  }
  .body_yellow .holder .content .row .box .inner .boxcontent .line .btn {
    width: 10% !important;
    text-align: center;
  }
  .body_yellow .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_yellow .holder .docks {
    top: 0px;
    position: relative;
  }
  .body_yellow .holder .docks ul li {
    padding: 6px 10px;
    font-size: 12px;
  }
  .body_yellow .holder .content form .row .box .inner #contract_lines table {
    font-size: 10px;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td label {
    width: 100%;
  }
  .body_yellow .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td .select2 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1883px) {
  .body_yellow .docks ul li {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 1523px) {
  .body_yellow .docks ul li {
    padding: 12px 2px;
  }
}
@media only screen and (max-width: 768px) {
  .body_yellow .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_yellow .holder .docks ul li {
    padding: 12px 3px;
  }
}
@media (max-width: 600px) {
  .body_yellow .title .btn.right.small {
    float: none !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 7px 0 0 0 !important;
    text-align: center;
  }
  .body_yellow .title .btn.right.small + .btn.right.small {
    margin-bottom: 10px !important;
  }
}
.body_yellow .search-holder input {
  width: 100% !important;
  margin: 8px 5px 8px 0px !important;
  padding-left: 34px;
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
}
.body_yellow .select2 {
  width: 398px !important;
}
.body_yellow .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  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 .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 .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-drop-auto-width .select2-search {
  padding-top: 4px;
}
.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 .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 .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.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 .select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.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 .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 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 .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-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('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
}
.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;
  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 .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('/_webblocks/images/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 top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
.body_yellow html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 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 .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('/_webblocks/images/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 18px;
  }
  .body_yellow nav {
    width: 200px;
    top: 160px;
  }
  .body_yellow nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  .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: 17px;
    line-height: 50px;
  }
  .body_yellow .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
.body_yellow .pagination-info,
.body_yellow .pagination-detail {
  display: none;
}
.body_yellow .bootstrap-table,
.body_yellow .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Ariel, sans-serif;
}
.body_yellow .bootstrap-table td,
.body_yellow .cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.body_yellow .bootstrap-table td:first-child,
.body_yellow .cms_table td:first-child {
  padding-left: 20px;
}
.body_yellow .bootstrap-table td:last-child,
.body_yellow .cms_table td:last-child {
  padding-right: 20px;
}
.body_yellow .bootstrap-table thead tr th,
.body_yellow .cms_table thead tr th {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
  text-align: left;
}
.body_yellow .bootstrap-table thead tr th:first-child,
.body_yellow .cms_table thead tr th:first-child {
  border-left: 0px;
}
.body_yellow .bootstrap-table thead tr th a,
.body_yellow .cms_table thead tr th a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_yellow .bootstrap-table thead tr th .th-inner,
.body_yellow .cms_table thead tr th .th-inner {
  padding: 10px 0px 10px 10px !important;
}
.body_yellow .bootstrap-table thead tr td,
.body_yellow .cms_table thead tr td {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
}
.body_yellow .bootstrap-table thead tr td:first-child,
.body_yellow .cms_table thead tr td:first-child {
  border-left: 0px;
}
.body_yellow .bootstrap-table thead tr td a,
.body_yellow .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_yellow .bootstrap-table thead tr .orderdby,
.body_yellow .cms_table thead tr .orderdby {
  background: #bfbfbf;
}
.body_yellow .bootstrap-table thead tr .sortable,
.body_yellow .cms_table thead tr .sortable {
  cursor: pointer;
}
.body_yellow .bootstrap-table thead tr .sortable:hover,
.body_yellow .cms_table thead tr .sortable:hover {
  background: #bfbfbf;
}
.body_yellow .bootstrap-table thead tr .orderasc,
.body_yellow .cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_yellow .bootstrap-table thead tr .orderasc:hover,
.body_yellow .cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_yellow .bootstrap-table thead tr .orderdesc,
.body_yellow .cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_yellow .bootstrap-table thead tr .orderdesc:hover,
.body_yellow .cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_yellow .bootstrap-table tbody tr,
.body_yellow .cms_table tbody tr {
  background: #ffffff;
}
.body_yellow .bootstrap-table tbody tr td,
.body_yellow .cms_table tbody tr td {
  color: #383838;
  border-left: solid 1px #B5D5E4;
}
.body_yellow .bootstrap-table tbody tr td a,
.body_yellow .cms_table tbody tr td a {
  text-decoration: none;
}
.body_yellow .bootstrap-table tbody tr td i,
.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 .bootstrap-table tbody tr td:first-child,
.body_yellow .cms_table tbody tr td:first-child {
  border-left: none;
}
.body_yellow .bootstrap-table tbody tr:nth-child(2n),
.body_yellow .cms_table tbody tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.body_yellow .bootstrap-table tbody .even,
.body_yellow .cms_table tbody .even {
  background: #ffffff;
}
.body_yellow .bootstrap-table tbody .cont-move,
.body_yellow .cms_table tbody .cont-move {
  cursor: s-resize;
}
.body_yellow .table-topbar {
  padding: 0px 15px 15px 15px;
}
.body_yellow .table-topbar .cms_table_page_nav {
  display: inline-block;
  text-align: center;
  padding: 6px 12px;
  cursor: pointer;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #2b679b;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .table-topbar .cms_table_page_nav:last-child {
  border-right: 1px solid #ddd;
}
.body_yellow .table-topbar .cms_table_page_nav:hover {
  background: #eee;
}
.body_yellow .table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #2B679B;
  border-color: #2B679B;
  color: #FFFFFF;
}
.body_yellow .table-topbar .cms_table_page_nav_selected:hover {
  cursor: not-allowed;
  background: #eee;
  border-color: #eee;
  color: #2b679b;
}
.body_yellow .table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 25%;
}
.body_yellow .table-topbar .btn {
  margin: 0px;
}
.body_yellow .cms_table_add {
  margin: 0px 0px 15px 15px;
}
.body_yellow .domain_special_table {
  width: 100%;
}
.body_yellow .domain_special_table tr {
  border: solid 2px #B5D5E4;
  -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 #B5D5E4;
}
.body_yellow .domain_special_table tr td:first-child {
  border: none;
}
.body_yellow .domain_special_table tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.body_yellow .domain_special_table_toppbar {
  padding: 10px;
  background-color: #cbcbcb;
}
.body_yellow .domain_special_table_toppbar input[type="text"] {
  background-color: #FFFFFF;
  width: 100%;
}
.body_yellow .domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
.body_yellow .action-edit {
  font-size: 14px;
}
.body_yellow .action-delete {
  font-size: 14px;
}
.body_yellow .loading-template {
  width: 100%;
  padding: 15px;
  text-align: center;
}
.body_yellow .loading-template i {
  font-size: 18px !important;
  color: #999eac;
}
.body_yellow .loading-text {
  font-size: 14px !important;
  color: #999eac !important;
}
.body_yellow .page-item.active :hover {
  cursor: not-allowed;
}
.body_yellow .search-input {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px !important;
}
.body_yellow .table-buttons {
  margin: 15px 10px 0px 15px;
}
.body_yellow .table-filters {
  margin: 18px 10px 0px 18px;
}
.body_yellow #tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.body_yellow #tiptip_holder.tip_top {
  padding-bottom: 5px;
}
.body_yellow #tiptip_holder.tip_bottom {
  padding-top: 5px;
}
.body_yellow #tiptip_holder.tip_right {
  padding-left: 5px;
}
.body_yellow #tiptip_holder.tip_left {
  padding-right: 5px;
}
.body_yellow #tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
.body_yellow #tiptip_arrow,
.body_yellow #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
.body_yellow #tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
.body_yellow #tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
.body_yellow #tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
.body_yellow #tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
.body_yellow #tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
.body_yellow #tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
.body_yellow #tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
.body_yellow #tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .body_yellow #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  .body_yellow #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  .body_yellow #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
.body_yellow #users_systypes_rights_list ul {
  list-style-type: none;
}
.body_yellow #users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_yellow #users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_yellow #users_systypes_rights_list ul li .padding {
  border: solid 1px #B5D5E4;
  padding: 8px;
  background-color: #efefef;
  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: #e8e8e8;
  border-top: none;
}
.body_yellow #users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #E0E0E0;
}
.body_yellow #users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #d8d8d8;
}
.body_yellow #users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #d1d1d1;
}
.body_yellow #users_systypes_rights_list ul .users_rights_has_more_data {
  cursor: pointer;
}
.body_yellow #users_systypes_rights_list ul .users_rights_has_no_more_data {
  cursor: default;
}
.body_yellow .page_overview_table_header {
  background-color: #cbcbcb;
}
.body_yellow .page_overview_table_header table tr td {
  text-align: left;
  font-weight: bold;
  padding: 10px 5px;
}
.body_yellow .page_overview_table ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.body_yellow .page_overview_table ul li {
  width: 100%;
}
.body_yellow .page_overview_table ul table tr {
  border-top: solid 1px #B5D5E4;
}
.body_yellow .page_overview_table ul table tr td {
  padding: 10px;
  border-right: solid 1px #B5D5E4;
}
.body_yellow .page_overview_table ul table tr td:last-child {
  border: none;
}
.body_yellow .page_overview_table ul table tr td:first-child {
  padding: 0px;
}
.body_yellow .page_overview_table ul table tr td i {
  cursor: pointer;
  font-size: 24px;
}
.body_yellow .page_overview_table ul ul {
  padding-left: 40px;
}
.body_yellow .page_overview_table ul ul li {
  background: #e8e8e8;
  border-left: solid 1px #B5D5E4;
}
.body_yellow .page_overview_table ul ul li table tr {
  background: #e8e8e8;
}
.body_yellow .page_overview_table ul ul li ul li {
  background: #E0E0E0;
}
.body_yellow .page_overview_table ul ul li ul li table tr {
  background: #E0E0E0;
}
.body_yellow .page_overview_table ul ul li ul li ul li table {
  background: #d3d3d3;
}
.body_yellow .page_overview_table ul ul li ul li ul li table tr {
  background: #d3d3d3;
}
.body_yellow .page_overview_table ul .page_handle {
  cursor: move;
  width: 40px;
  height: 58px;
  line-height: 58px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_yellow .page_overview_table ul .page_handle i {
  font-size: 16px;
  color: #636363;
  cursor: move;
}
.body_yellow .page_overview_table ul .page_handle:hover {
  background-color: #f19b3f;
}
.body_yellow .page_overview_table ul .page_handle:hover i {
  color: #FFFFFF;
}
.body_lightslategray .article_add form {
  padding: 0px;
}
.body_lightslategray .article_add form .twothird input[type="text"],
.body_lightslategray .article_add form .twothird textarea {
  width: 100%;
  margin: 0 0 10px 0;
}
.body_lightslategray .article_add form .twothird textarea {
  min-height: 100px;
}
.body_lightslategray .article_add form .twothird .redactor_box {
  margin-bottom: 10px;
}
.body_lightslategray .article_add form .categories {
  width: 100%;
  border: solid 1px #B5D5E4;
  background-color: #E0E0E0;
  padding: 15px;
  margin: 25px 0 0px 0px;
}
.body_lightslategray .article_add form .categories label {
  width: auto;
}
.body_lightslategray .article_add form .categories span {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.body_lightslategray .article_add .redactor_editor {
  width: 100%;
}
.body_lightslategray .dropdown-menu {
  display: none;
}
.body_lightslategray .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px;
  border-radius: 4px;
}
.body_lightslategray .pagination li {
  display: inline;
}
.body_lightslategray .pagination li a,
.body_lightslategray pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.body_lightslategray .pagination li a:hover,
.body_lightslategray pagination li span:hover {
  z-index: 2;
  color: #2b679b;
  background-color: #eee;
  border-color: #ddd;
}
.body_lightslategray .pagination .active a,
.body_lightslategray .pagination .active span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2b679b;
  border-color: #2b679b;
}
.body_lightslategray .pagination-detail {
  margin: 0px 15px 0 15px;
}
.body_lightslategray .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.body_lightslategray .table th,
.body_lightslategray .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.body_lightslategray .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.body_lightslategray .table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.body_lightslategray .table .table {
  background-color: #fff;
}
.body_lightslategray .table-sm th,
.body_lightslategray .table-sm td {
  padding: 0.3rem;
}
.body_lightslategray .table-bordered {
  border: 1px solid #eceeef;
}
.body_lightslategray .table-bordered th,
.body_lightslategray .table-bordered td {
  border: 1px solid #eceeef;
}
.body_lightslategray .table-bordered thead th,
.body_lightslategray .table-bordered thead td {
  border-bottom-width: 2px;
}
.body_lightslategray .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.05);
}
.body_lightslategray .table-hover tbody tr:hover {
  background-color: rgba(0,0,0,0.075);
}
.body_lightslategray .table-active,
.body_lightslategray .table-active > th,
.body_lightslategray .table-active > td {
  background-color: rgba(0,0,0,0.075);
}
.body_lightslategray .table-hover .table-active:hover {
  background-color: rgba(0,0,0,0.075);
}
.body_lightslategray .table-hover .table-active:hover > td,
.body_lightslategray .table-hover .table-active:hover > th {
  background-color: rgba(0,0,0,0.075);
}
.body_lightslategray .table-success,
.body_lightslategray .table-success > th,
.body_lightslategray .table-success > td {
  background-color: #dff0d8;
}
.body_lightslategray .table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.body_lightslategray .table-hover .table-success:hover > td,
.body_lightslategray .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.body_lightslategray .table-info,
.body_lightslategray .table-info > th,
.body_lightslategray .table-info > td {
  background-color: #d9edf7;
}
.body_lightslategray .table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.body_lightslategray .table-hover .table-info:hover > td,
.body_lightslategray .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.body_lightslategray .table-warning,
.body_lightslategray .table-warning > th,
.body_lightslategray .table-warning > td {
  background-color: #fcf8e3;
}
.body_lightslategray .table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.body_lightslategray .table-hover .table-warning:hover > td,
.body_lightslategray .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.body_lightslategray .table-danger,
.body_lightslategray .table-danger > th,
.body_lightslategray .table-danger > td {
  background-color: #f2dede;
}
.body_lightslategray .table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.body_lightslategray .table-hover .table-danger:hover > td,
.body_lightslategray .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.body_lightslategray .thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.body_lightslategray .thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.body_lightslategray .table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.body_lightslategray .table-inverse th,
.body_lightslategray .table-inverse td,
.body_lightslategray .table-inverse thead th {
  border-color: #fff;
}
.body_lightslategray .table-inverse.table-bordered {
  border: 0;
}
.body_lightslategray .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.body_lightslategray .table-responsive.table-bordered {
  border: 0;
}
.body_lightslategray i.icon-formatter {
  font-size: 24px;
}
.body_lightslategray th.searchable {
  background-image: linear-gradient(to bottom,#E8E8E8 0px,#F8F8F8 100%);
  background-repeat: repeat-x;
}
.body_lightslategray .fixed-table-pagination {
  float: left;
}
.body_lightslategray .search-input {
  float: right;
  width: 25% !important;
  margin: 10px 15px 20px 0;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar .bs-bars,
.body_lightslategray .bootstrap-table .fixed-table-toolbar .columns,
.body_lightslategray .bootstrap-table .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
  display: inline-block;
  margin-left: -1px !important;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn {
  border-radius: 0;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}
.body_lightslategray .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.body_lightslategray .bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table td,
.body_lightslategray .bootstrap-table .fixed-table-container .table th {
  vertical-align: middle;
  box-sizing: border-box;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table thead th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: .75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.body_lightslategray .bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
}
.body_lightslategray .bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
}
.body_lightslategray .bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0,0,0,0.075);
}
.body_lightslategray .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],
.body_lightslategray .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
  margin: 0 auto !important;
}
.body_lightslategray .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: .3rem;
}
.body_lightslategray .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}
.body_lightslategray .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.body_lightslategray .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.body_lightslategray .bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}
.body_lightslategray .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: LOADING;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: .3s;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: .6s;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}
.body_lightslategray .bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}
.body_lightslategray .bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination,
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
  display: inline-block;
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
  margin: 0;
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
  padding: 6px 12px;
  line-height: 1.428571429;
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
  content: '\2B05';
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
  content: '\27A1';
}
.body_lightslategray .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}
.body_lightslategray .bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll;
}
.body_lightslategray div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}
.body_lightslategray div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
@keyframes LOADING {
  .body_lightslategray 0% {
    opacity: 0;
  }
  .body_lightslategray 50% {
    opacity: 1;
  }
  .body_lightslategray to {
    opacity: 0;
  }
}
.body_lightslategray .col_mess {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #636363;
  color: #FFFFFF;
  border: solid 2px;
}
.body_lightslategray .col_mess i {
  cursor: pointer;
  font-size: 16px;
}
.body_lightslategray .col_mess_error {
  border-color: #a64040;
  background: #cd7f7f;
}
.body_lightslategray .col_mess_notification {
  background: #acd373;
  border-color: #7baa36;
}
.body_lightslategray #colorbox,
.body_lightslategray #cboxOverlay,
.body_lightslategray #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.body_lightslategray #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
.body_lightslategray #cboxMiddleLeft,
.body_lightslategray #cboxBottomLeft {
  clear: left;
}
.body_lightslategray #cboxContent {
  position: relative;
}
.body_lightslategray #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.body_lightslategray #cboxTitle {
  margin: 0;
}
.body_lightslategray #cboxLoadingOverlay,
.body_lightslategray #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body_lightslategray #cboxPrevious,
.body_lightslategray #cboxNext,
.body_lightslategray #cboxClose,
.body_lightslategray #cboxSlideshow {
  cursor: pointer;
}
.body_lightslategray .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.body_lightslategray .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.body_lightslategray #colorbox,
.body_lightslategray #cboxContent,
.body_lightslategray #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.body_lightslategray #cboxOverlay {
  background: #000;
}
.body_lightslategray #colorbox {
  outline: 0;
}
.body_lightslategray #cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.body_lightslategray .cboxIframe {
  background: #fff;
}
.body_lightslategray #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.body_lightslategray #cboxLoadedContent {
  background: #000;
  padding: 1px;
}
.body_lightslategray #cboxLoadingGraphic {
  background: url(/_webblocks/images/icons/colorbox_loading.gif) no-repeat center center;
}
.body_lightslategray #cboxLoadingOverlay {
  background: #000;
}
.body_lightslategray #cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #FFF;
}
.body_lightslategray #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
.body_lightslategray #cboxPrevious,
.body_lightslategray #cboxNext,
.body_lightslategray #cboxSlideshow,
.body_lightslategray #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_lightslategray #cboxPrevious:active,
.body_lightslategray #cboxNext:active,
.body_lightslategray #cboxSlideshow:active,
.body_lightslategray #cboxClose:active {
  outline: 0;
}
.body_lightslategray #cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
.body_lightslategray #cboxPrevious:hover {
  background-position: 0px -25px;
}
.body_lightslategray #cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
.body_lightslategray #cboxNext:hover {
  background-position: -25px -25px;
}
.body_lightslategray #cboxClose {
  background-position: -50px 0px;
  right: 0;
}
.body_lightslategray #cboxClose:hover {
  background-position: -50px -25px;
}
.body_lightslategray .cboxSlideshow_on #cboxPrevious,
.body_lightslategray .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.body_lightslategray .cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.body_lightslategray .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.body_lightslategray .cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.body_lightslategray .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.body_lightslategray #fileupload_dropzone {
  background: #EFEFEF;
  width: 370px;
  height: 100px;
  line-height: 50px;
  text-align: center;
}
.body_lightslategray #fileupload_dropzone.hover {
  background: #FFB;
}
.body_lightslategray #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_lightslategray .filemanager .filemanager_row {
  padding: 5px;
}
.body_lightslategray .filemanager .filemanager_row_normal {
  background-color: #E5E5E5;
}
.body_lightslategray .filemanager .filemanager_row_alt {
  background-color: #E1E1E1;
}
.body_lightslategray .filemanager .filemanager_filename {
  display: inline;
}
.body_lightslategray .filemanager .filemanager_actions {
  display: inline;
  float: right;
}
.body_lightslategray #file_manager_controls {
  padding: 0px 20px;
}
.body_lightslategray form {
  padding: 10px;
}
.body_lightslategray input[type="text"],
.body_lightslategray input[type="email"],
.body_lightslategray input[type="password"],
.body_lightslategray input[type="file"],
.body_lightslategray input[type="number"],
.body_lightslategray input[type="tel"],
.body_lightslategray textarea,
.body_lightslategray select {
  height: 40px;
  line-height: normal;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 70%;
  font-size: 14px;
}
.body_lightslategray input[type="text"]:hover,
.body_lightslategray input[type="email"]:hover,
.body_lightslategray input[type="password"]:hover,
.body_lightslategray input[type="file"]:hover,
.body_lightslategray input[type="number"]:hover,
.body_lightslategray input[type="tel"]:hover,
.body_lightslategray textarea:hover,
.body_lightslategray select:hover {
  border-color: #636363;
}
.body_lightslategray input[type="text"]:focus,
.body_lightslategray input[type="email"]:focus,
.body_lightslategray input[type="password"]:focus,
.body_lightslategray input[type="file"]:focus,
.body_lightslategray input[type="number"]:focus,
.body_lightslategray input[type="tel"]:focus,
.body_lightslategray textarea:focus,
.body_lightslategray select:focus {
  border-color: #778899;
}
.body_lightslategray .boolean_holder {
  width: 70%;
}
.body_lightslategray .boolean_holder input {
  float: left;
  height: 20px;
}
.body_lightslategray .boolean_holder label {
  float: left;
  padding-left: 5px;
  line-height: 20px;
}
.body_lightslategray select {
  margin: 0 0 0 0 !important;
  cursor: pointer;
}
.body_lightslategray textarea {
  padding: 10px;
  font-family: 'Open Sans', Ariel, sans-serif;
  line-height: normal;
  min-height: 100px;
}
.body_lightslategray select,
.body_lightslategray x:-moz-any-link {
  height: auto;
  padding: 8px;
}
@media screen and (min-width: 0) {
  .body_lightslategray input[type="text"] {
    line-height: 37px;
  }
  .body_lightslategray input[type="password"] {
    line-height: 35px;
  }
}
.body_lightslategray input[type="checkbox"] {
  margin-right: 10px;
}
.body_lightslategray input[type="radio"] {
  cursor: pointer;
}
.body_lightslategray label {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  margin: 0;
  float: left;
}
.body_lightslategray .line {
  margin-bottom: 10px;
  min-width: 40%;
}
.body_lightslategray .line .smallRow {
  width: 150px;
}
.body_lightslategray .third input[type="text"],
.body_lightslategray .third input[type="password"],
.body_lightslategray .third input[type="file"],
.body_lightslategray .third input[type="number"],
.body_lightslategray .third textarea,
.body_lightslategray .third select,
.body_lightslategray .quarter input[type="text"],
.body_lightslategray .quarter input[type="password"],
.body_lightslategray .quarter input[type="file"],
.body_lightslategray .quarter input[type="number"],
.body_lightslategray .quarter textarea,
.body_lightslategray .quarter select {
  width: 100%;
  margin-top: 10px;
}
.body_lightslategray .third label,
.body_lightslategray .third .boolean_holder,
.body_lightslategray .quarter label,
.body_lightslategray .quarter .boolean_holder {
  width: 100%;
  margin-bottom: 5px;
}
.body_lightslategray .third .cms_table_toppbar input[type="text"],
.body_lightslategray .quarter .cms_table_toppbar input[type="text"] {
  width: 200px;
  margin-top: 0px;
}
.body_lightslategray .third .cms_table_toppbar input[type="text"]:active,
.body_lightslategray .third .cms_table_toppbar input[type="text"]:focus,
.body_lightslategray .quarter .cms_table_toppbar input[type="text"]:active,
.body_lightslategray .quarter .cms_table_toppbar input[type="text"]:focus {
  width: 220px;
}
.body_lightslategray .third .domain_image_upload,
.body_lightslategray .quarter .domain_image_upload {
  width: 100%;
}
.body_lightslategray .third .domain_image_upload img,
.body_lightslategray .quarter .domain_image_upload img {
  margin-top: 10px;
}
.body_lightslategray .third .domain_image_upload i,
.body_lightslategray .quarter .domain_image_upload i {
  margin-top: 15px;
}
.body_lightslategray fieldset {
  margin-bottom: 15px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  background: #F5F5F5;
}
.body_lightslategray legend {
  padding: 5px;
  font-weight: bold;
}
.body_lightslategray .domain_image_upload {
  width: 70%;
}
.body_lightslategray .domain_image_upload i {
  font-size: 25px;
  position: absolute;
  margin: 5px 0 0 -30px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #4a1d1d;
}
.body_lightslategray .domain_image_upload img {
  margin-bottom: 10px;
}
.body_lightslategray .redactor_editor {
  width: 70%;
}
.body_lightslategray .small {
  width: 100px;
}
.body_lightslategray input.error,
.body_lightslategray select.error {
  background-color: #F2D4CE !important;
  border: 1px solid #AE432E !important;
}
.body_lightslategray .styledForms {
  width: 70% !important;
  float: right;
}
.body_lightslategray .styledViews label {
  width: 30% !important;
  font-weight: bold;
}
.body_lightslategray .even {
  background-color: #FFFFFF;
}
.body_lightslategray .odd {
  background-color: #EFEFEF;
}
.body_lightslategray .static {
  display: inline-block;
  float: left;
  width: 70%;
}
.body_lightslategray .static input {
  width: 100%;
}
.body_lightslategray .half,
.body_lightslategray .third,
.body_lightslategray .quarter,
.body_lightslategray .twothird,
.body_lightslategray .threequarter {
  margin-right: 20px;
  min-height: 1px;
}
.body_lightslategray .half:last-child,
.body_lightslategray .third:last-child,
.body_lightslategray .quarter:last-child,
.body_lightslategray .twothird:last-child,
.body_lightslategray .threequarter:last-child {
  margin-right: 0;
}
.body_lightslategray .quarter {
  width: calc(25% - 10px);
}
.body_lightslategray .third {
  width: calc(33% - 10px);
}
.body_lightslategray .half {
  width: calc(50% - 10px);
}
.body_lightslategray .half.right {
  margin-right: 0 !important;
}
.body_lightslategray .threequarter {
  width: 74.20212765957446%;
}
.body_lightslategray .twothird {
  width: 65.60283687943262%;
}
@media only screen and (max-width: 1300px) {
  .body_lightslategray .half,
  .body_lightslategray .threequarter {
    margin: 0px 0px 40px 0px;
    width: 100%;
  }
  .body_lightslategray .quarter {
    width: 48.40425531914894%;
  }
  .body_lightslategray .half:last-child,
  .body_lightslategray .threequarter:last-child {
    margin-bottom: 0px;
  }
  .body_lightslategray .viewportmargin {
    margin: 0px 0px 40px 0px;
  }
}
.body_lightslategray .col-1 {
  width: 8.33% !important;
}
.body_lightslategray .col-2 {
  width: 16.66% !important;
}
.body_lightslategray .col-3 {
  width: 25% !important;
}
.body_lightslategray .col-4 {
  width: 33.33% !important;
}
.body_lightslategray .col-5 {
  width: 41.66% !important;
}
.body_lightslategray .col-6 {
  width: 50% !important;
}
.body_lightslategray .col-7 {
  width: 58.33% !important;
}
.body_lightslategray .col-8 {
  width: 66.66% !important;
}
.body_lightslategray .col-9 {
  width: 75% !important;
}
.body_lightslategray .col-10 {
  width: 83.33% !important;
}
.body_lightslategray .col-11 {
  width: 91.66% !important;
}
.body_lightslategray .col-12 {
  width: 100% !important;
}
.body_lightslategray .image_grid_img {
  display: inline;
}
.body_lightslategray .image_grid_img img {
  margin: 5px;
  padding: 7px;
  background-color: #EEEEEE;
  border-radius: 3px;
}
.body_lightslategray .image_grid_img input[type="checkbox"] {
  position: relative;
  top: 40px;
  right: 35px;
}
.body_lightslategray .image_grid_folder {
  display: inline;
  text-align: center;
  cursor: pointer;
}
.body_lightslategray .image_grid_folder span {
  position: relative;
  top: 30px;
}
.body_lightslategray .selected_file {
  background-color: #F00;
  font-weight: bold;
}
.body_lightslategray .inline_form {
  margin: 0;
  padding: 0;
  display: inline;
}
.body_lightslategray .ui-helper-hidden {
  display: none;
}
.body_lightslategray .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_lightslategray .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_lightslategray .ui-helper-clearfix:before,
.body_lightslategray .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.body_lightslategray .ui-helper-clearfix:after {
  clear: both;
}
.body_lightslategray .ui-helper-clearfix {
  min-height: 0;
}
.body_lightslategray .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.body_lightslategray .ui-front {
  z-index: 100;
}
.body_lightslategray .ui-state-disabled {
  cursor: default !important;
}
.body_lightslategray .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.body_lightslategray .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body_lightslategray .ui-resizable {
  position: relative;
}
.body_lightslategray .ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
}
.body_lightslategray .ui-resizable-disabled .ui-resizable-handle,
.body_lightslategray .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.body_lightslategray .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.body_lightslategray .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.body_lightslategray .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.body_lightslategray .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.body_lightslategray .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.body_lightslategray .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.body_lightslategray .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.body_lightslategray .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.body_lightslategray .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}
.body_lightslategray .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
}
.body_lightslategray .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.body_lightslategray .ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.body_lightslategray .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.body_lightslategray .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.body_lightslategray .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.body_lightslategray .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.body_lightslategray .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_lightslategray .ui-button,
.body_lightslategray .ui-button:link,
.body_lightslategray .ui-button:visited,
.body_lightslategray .ui-button:hover,
.body_lightslategray .ui-button:active {
  text-decoration: none;
}
.body_lightslategray .ui-button-icon-only {
  width: 2.2em;
}
.body_lightslategray button.ui-button-icon-only {
  width: 2.4em;
}
.body_lightslategray .ui-button-icons-only {
  width: 3.4em;
}
.body_lightslategray button.ui-button-icons-only {
  width: 3.7em;
}
.body_lightslategray .ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.body_lightslategray .ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.body_lightslategray .ui-button-icon-only .ui-button-text,
.body_lightslategray .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.body_lightslategray .ui-button-text-icon-primary .ui-button-text,
.body_lightslategray .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.body_lightslategray .ui-button-text-icon-secondary .ui-button-text,
.body_lightslategray .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.body_lightslategray .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.body_lightslategray input.ui-button {
  padding: .4em 1em;
}
.body_lightslategray .ui-button-icon-only .ui-icon,
.body_lightslategray .ui-button-text-icon-primary .ui-icon,
.body_lightslategray .ui-button-text-icon-secondary .ui-icon,
.body_lightslategray .ui-button-text-icons .ui-icon,
.body_lightslategray .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.body_lightslategray .ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.body_lightslategray .ui-button-text-icon-primary .ui-button-icon-primary,
.body_lightslategray .ui-button-text-icons .ui-button-icon-primary,
.body_lightslategray .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.body_lightslategray .ui-button-text-icon-secondary .ui-button-icon-secondary,
.body_lightslategray .ui-button-text-icons .ui-button-icon-secondary,
.body_lightslategray .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.body_lightslategray .ui-buttonset {
  margin-right: 7px;
}
.body_lightslategray .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
.body_lightslategray input.ui-button::-moz-focus-inner,
.body_lightslategray button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_lightslategray .ui-datepicker {
  z-index: 5 !important;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.body_lightslategray .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.body_lightslategray .ui-datepicker .ui-datepicker-prev,
.body_lightslategray .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.body_lightslategray .ui-datepicker .ui-datepicker-prev-hover,
.body_lightslategray .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.body_lightslategray .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.body_lightslategray .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.body_lightslategray .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.body_lightslategray .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.body_lightslategray .ui-datepicker .ui-datepicker-prev span,
.body_lightslategray .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.body_lightslategray .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.body_lightslategray .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.body_lightslategray .ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.body_lightslategray .ui-datepicker select.ui-datepicker-month,
.body_lightslategray .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.body_lightslategray .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.body_lightslategray .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.body_lightslategray .ui-datepicker td {
  border: 0;
  padding: 1px;
}
.body_lightslategray .ui-datepicker td span,
.body_lightslategray .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.body_lightslategray .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_lightslategray .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}
.body_lightslategray .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.body_lightslategray .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.body_lightslategray .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.body_lightslategray .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.body_lightslategray .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.body_lightslategray .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.body_lightslategray .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.body_lightslategray .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.body_lightslategray .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.body_lightslategray .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.body_lightslategray .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.body_lightslategray .ui-datepicker-rtl {
  direction: rtl;
}
.body_lightslategray .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.body_lightslategray .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.body_lightslategray .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.body_lightslategray .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.body_lightslategray .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.body_lightslategray .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.body_lightslategray .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.body_lightslategray .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.body_lightslategray .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.body_lightslategray .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.body_lightslategray .ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.body_lightslategray .ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.body_lightslategray .ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body_lightslategray .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.body_lightslategray .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 14px 10px 0 10px;
  background: 0;
  overflow: auto;
  min-height: 0 !important;
}
.body_lightslategray .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_lightslategray .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.body_lightslategray .ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.body_lightslategray .ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.body_lightslategray .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.body_lightslategray .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}
.body_lightslategray .ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.body_lightslategray .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.body_lightslategray .ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}
.body_lightslategray .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_lightslategray .ui-menu .ui-menu-item a.ui-state-focus,
.body_lightslategray .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px;
}
.body_lightslategray .ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.body_lightslategray .ui-menu .ui-state-disabled a {
  cursor: default;
}
.body_lightslategray .ui-menu-icons {
  position: relative;
}
.body_lightslategray .ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.body_lightslategray .ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
.body_lightslategray .ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.body_lightslategray .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.body_lightslategray .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.body_lightslategray .ui-progressbar .ui-progressbar-overlay {
  background: url(/_webblocks/images/jquery_ui/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: .25;
}
.body_lightslategray .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.body_lightslategray .ui-slider {
  position: relative;
  text-align: left;
}
.body_lightslategray .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.body_lightslategray .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.body_lightslategray .ui-slider.ui-state-disabled .ui-slider-handle,
.body_lightslategray .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.body_lightslategray .ui-slider-horizontal {
  height: .8em;
}
.body_lightslategray .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.body_lightslategray .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.body_lightslategray .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.body_lightslategray .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.body_lightslategray .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.body_lightslategray .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.body_lightslategray .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.body_lightslategray .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.body_lightslategray .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.body_lightslategray .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.body_lightslategray .ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.body_lightslategray .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_lightslategray .ui-spinner a.ui-spinner-button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.body_lightslategray .ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.body_lightslategray .ui-spinner-up {
  top: 0;
}
.body_lightslategray .ui-spinner-down {
  bottom: 0;
}
.body_lightslategray .ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.body_lightslategray .ui-tabs {
  position: relative;
  padding: .2em;
}
.body_lightslategray .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.body_lightslategray .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_lightslategray .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.body_lightslategray .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.body_lightslategray .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.body_lightslategray .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.body_lightslategray .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.body_lightslategray .ui-tabs .ui-tabs-nav li a,
.body_lightslategray .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.body_lightslategray .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0;
}
.body_lightslategray .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_lightslategray body .ui-tooltip {
  border-width: 2px;
}
.body_lightslategray .ui-widget {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.body_lightslategray .ui-widget .ui-widget {
  font-size: 1em;
}
.body_lightslategray .ui-widget input,
.body_lightslategray .ui-widget select,
.body_lightslategray .ui-widget textarea,
.body_lightslategray .ui-widget button {
  font-family: Open Sans, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.body_lightslategray .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_lightslategray .ui-widget-content a {
  color: #333;
}
.body_lightslategray .ui-widget-header {
  border: 1px solid #383838;
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_35_383838_40x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.body_lightslategray .ui-widget-header a {
  color: #fff;
}
.body_lightslategray .ui-state-default,
.body_lightslategray .ui-widget-content .ui-state-default,
.body_lightslategray .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #E0E0E0 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_eaeaea_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_lightslategray .ui-state-default a,
.body_lightslategray .ui-state-default a:link,
.body_lightslategray .ui-state-default a:visited {
  color: #383838;
  text-decoration: none;
}
.body_lightslategray .ui-state-hover,
.body_lightslategray .ui-widget-content .ui-state-hover,
.body_lightslategray .ui-widget-header .ui-state-hover,
.body_lightslategray .ui-state-focus,
.body_lightslategray .ui-widget-content .ui-state-focus,
.body_lightslategray .ui-widget-header .ui-state-focus {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_100_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_lightslategray .ui-state-hover a,
.body_lightslategray .ui-state-hover a:hover,
.body_lightslategray .ui-state-hover a:link,
.body_lightslategray .ui-state-hover a:visited {
  color: #383838;
  text-decoration: none;
}
.body_lightslategray .ui-state-active,
.body_lightslategray .ui-widget-content .ui-state-active,
.body_lightslategray .ui-widget-header .ui-state-active {
  border: 1px solid #383838;
  background: #cbcbcb url(/_webblocks/images/jquery_ui/ui-bg_flat_65_cbcbcb_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #383838;
}
.body_lightslategray .ui-state-active a,
.body_lightslategray .ui-state-active a:link,
.body_lightslategray .ui-state-active a:visited {
  color: #383838;
  text-decoration: none;
}
.body_lightslategray .ui-state-highlight,
.body_lightslategray .ui-widget-content .ui-state-highlight,
.body_lightslategray .ui-widget-header .ui-state-highlight {
  border: 1px solid #778899;
  background: #778899 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_007bc4_40x100.png) 50% 50% repeat-x;
  color: #FFF;
}
.body_lightslategray .ui-state-highlight a,
.body_lightslategray .ui-widget-content .ui-state-highlight a,
.body_lightslategray .ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
.body_lightslategray .ui-state-error,
.body_lightslategray .ui-widget-content .ui-state-error,
.body_lightslategray .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_lightslategray .ui-state-error a,
.body_lightslategray .ui-widget-content .ui-state-error a,
.body_lightslategray .ui-widget-header .ui-state-error a {
  color: #fff;
}
.body_lightslategray .ui-state-error-text,
.body_lightslategray .ui-widget-content .ui-state-error-text,
.body_lightslategray .ui-widget-header .ui-state-error-text {
  color: #fff;
}
.body_lightslategray .ui-priority-primary,
.body_lightslategray .ui-widget-content .ui-priority-primary,
.body_lightslategray .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.body_lightslategray .ui-priority-secondary,
.body_lightslategray .ui-widget-content .ui-priority-secondary,
.body_lightslategray .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.body_lightslategray .ui-state-disabled,
.body_lightslategray .ui-widget-content .ui-state-disabled,
.body_lightslategray .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.body_lightslategray .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.body_lightslategray .ui-icon {
  width: 16px;
  height: 16px;
}
.body_lightslategray .ui-icon,
.body_lightslategray .ui-widget-content .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_222222_256x240.png);
}
.body_lightslategray .ui-widget-header .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_lightslategray .ui-state-default .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_lightslategray .ui-state-hover .ui-icon,
.body_lightslategray .ui-state-focus .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_lightslategray .ui-state-active .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_383838_256x240.png);
}
.body_lightslategray .ui-state-highlight .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_007bc4_256x240.png);
}
.body_lightslategray .ui-state-error .ui-icon,
.body_lightslategray .ui-state-error-text .ui-icon {
  background-image: url(/_webblocks/images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.body_lightslategray .ui-icon-blank {
  background-position: 16px 16px;
}
.body_lightslategray .ui-icon-carat-1-n {
  background-position: 0 0;
}
.body_lightslategray .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.body_lightslategray .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.body_lightslategray .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.body_lightslategray .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.body_lightslategray .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.body_lightslategray .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.body_lightslategray .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.body_lightslategray .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.body_lightslategray .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.body_lightslategray .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.body_lightslategray .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.body_lightslategray .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.body_lightslategray .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.body_lightslategray .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.body_lightslategray .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.body_lightslategray .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.body_lightslategray .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.body_lightslategray .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.body_lightslategray .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.body_lightslategray .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.body_lightslategray .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.body_lightslategray .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.body_lightslategray .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.body_lightslategray .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.body_lightslategray .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.body_lightslategray .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.body_lightslategray .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.body_lightslategray .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.body_lightslategray .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.body_lightslategray .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.body_lightslategray .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.body_lightslategray .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.body_lightslategray .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.body_lightslategray .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.body_lightslategray .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.body_lightslategray .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.body_lightslategray .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.body_lightslategray .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.body_lightslategray .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.body_lightslategray .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.body_lightslategray .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.body_lightslategray .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.body_lightslategray .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.body_lightslategray .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.body_lightslategray .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.body_lightslategray .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.body_lightslategray .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.body_lightslategray .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.body_lightslategray .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.body_lightslategray .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.body_lightslategray .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.body_lightslategray .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.body_lightslategray .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.body_lightslategray .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.body_lightslategray .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.body_lightslategray .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.body_lightslategray .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.body_lightslategray .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.body_lightslategray .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.body_lightslategray .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.body_lightslategray .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.body_lightslategray .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.body_lightslategray .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.body_lightslategray .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.body_lightslategray .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.body_lightslategray .ui-icon-extlink {
  background-position: -32px -80px;
}
.body_lightslategray .ui-icon-newwin {
  background-position: -48px -80px;
}
.body_lightslategray .ui-icon-refresh {
  background-position: -64px -80px;
}
.body_lightslategray .ui-icon-shuffle {
  background-position: -80px -80px;
}
.body_lightslategray .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.body_lightslategray .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.body_lightslategray .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.body_lightslategray .ui-icon-folder-open {
  background-position: -16px -96px;
}
.body_lightslategray .ui-icon-document {
  background-position: -32px -96px;
}
.body_lightslategray .ui-icon-document-b {
  background-position: -48px -96px;
}
.body_lightslategray .ui-icon-note {
  background-position: -64px -96px;
}
.body_lightslategray .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.body_lightslategray .ui-icon-mail-open {
  background-position: -96px -96px;
}
.body_lightslategray .ui-icon-suitcase {
  background-position: -112px -96px;
}
.body_lightslategray .ui-icon-comment {
  background-position: -128px -96px;
}
.body_lightslategray .ui-icon-person {
  background-position: -144px -96px;
}
.body_lightslategray .ui-icon-print {
  background-position: -160px -96px;
}
.body_lightslategray .ui-icon-trash {
  background-position: -176px -96px;
}
.body_lightslategray .ui-icon-locked {
  background-position: -192px -96px;
}
.body_lightslategray .ui-icon-unlocked {
  background-position: -208px -96px;
}
.body_lightslategray .ui-icon-bookmark {
  background-position: -224px -96px;
}
.body_lightslategray .ui-icon-tag {
  background-position: -240px -96px;
}
.body_lightslategray .ui-icon-home {
  background-position: 0 -112px;
}
.body_lightslategray .ui-icon-flag {
  background-position: -16px -112px;
}
.body_lightslategray .ui-icon-calendar {
  background-position: -32px -112px;
}
.body_lightslategray .ui-icon-cart {
  background-position: -48px -112px;
}
.body_lightslategray .ui-icon-pencil {
  background-position: -64px -112px;
}
.body_lightslategray .ui-icon-clock {
  background-position: -80px -112px;
}
.body_lightslategray .ui-icon-disk {
  background-position: -96px -112px;
}
.body_lightslategray .ui-icon-calculator {
  background-position: -112px -112px;
}
.body_lightslategray .ui-icon-zoomin {
  background-position: -128px -112px;
}
.body_lightslategray .ui-icon-zoomout {
  background-position: -144px -112px;
}
.body_lightslategray .ui-icon-search {
  background-position: -160px -112px;
}
.body_lightslategray .ui-icon-wrench {
  background-position: -176px -112px;
}
.body_lightslategray .ui-icon-gear {
  background-position: -192px -112px;
}
.body_lightslategray .ui-icon-heart {
  background-position: -208px -112px;
}
.body_lightslategray .ui-icon-star {
  background-position: -224px -112px;
}
.body_lightslategray .ui-icon-link {
  background-position: -240px -112px;
}
.body_lightslategray .ui-icon-cancel {
  background-position: 0 -128px;
}
.body_lightslategray .ui-icon-plus {
  background-position: -16px -128px;
}
.body_lightslategray .ui-icon-plusthick {
  background-position: -32px -128px;
}
.body_lightslategray .ui-icon-minus {
  background-position: -48px -128px;
}
.body_lightslategray .ui-icon-minusthick {
  background-position: -64px -128px;
}
.body_lightslategray .ui-icon-close {
  background-position: -80px -128px;
}
.body_lightslategray .ui-icon-closethick {
  background-position: -96px -128px;
}
.body_lightslategray .ui-icon-key {
  background-position: -112px -128px;
}
.body_lightslategray .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.body_lightslategray .ui-icon-scissors {
  background-position: -144px -128px;
}
.body_lightslategray .ui-icon-clipboard {
  background-position: -160px -128px;
}
.body_lightslategray .ui-icon-copy {
  background-position: -176px -128px;
}
.body_lightslategray .ui-icon-contact {
  background-position: -192px -128px;
}
.body_lightslategray .ui-icon-image {
  background-position: -208px -128px;
}
.body_lightslategray .ui-icon-video {
  background-position: -224px -128px;
}
.body_lightslategray .ui-icon-script {
  background-position: -240px -128px;
}
.body_lightslategray .ui-icon-alert {
  background-position: 0 -144px;
}
.body_lightslategray .ui-icon-info {
  background-position: -16px -144px;
}
.body_lightslategray .ui-icon-notice {
  background-position: -32px -144px;
}
.body_lightslategray .ui-icon-help {
  background-position: -48px -144px;
}
.body_lightslategray .ui-icon-check {
  background-position: -64px -144px;
}
.body_lightslategray .ui-icon-bullet {
  background-position: -80px -144px;
}
.body_lightslategray .ui-icon-radio-on {
  background-position: -96px -144px;
}
.body_lightslategray .ui-icon-radio-off {
  background-position: -112px -144px;
}
.body_lightslategray .ui-icon-pin-w {
  background-position: -128px -144px;
}
.body_lightslategray .ui-icon-pin-s {
  background-position: -144px -144px;
}
.body_lightslategray .ui-icon-play {
  background-position: 0 -160px;
}
.body_lightslategray .ui-icon-pause {
  background-position: -16px -160px;
}
.body_lightslategray .ui-icon-seek-next {
  background-position: -32px -160px;
}
.body_lightslategray .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.body_lightslategray .ui-icon-seek-end {
  background-position: -64px -160px;
}
.body_lightslategray .ui-icon-seek-start {
  background-position: -80px -160px;
}
.body_lightslategray .ui-icon-seek-first {
  background-position: -80px -160px;
}
.body_lightslategray .ui-icon-stop {
  background-position: -96px -160px;
}
.body_lightslategray .ui-icon-eject {
  background-position: -112px -160px;
}
.body_lightslategray .ui-icon-volume-off {
  background-position: -128px -160px;
}
.body_lightslategray .ui-icon-volume-on {
  background-position: -144px -160px;
}
.body_lightslategray .ui-icon-power {
  background-position: 0 -176px;
}
.body_lightslategray .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.body_lightslategray .ui-icon-signal {
  background-position: -32px -176px;
}
.body_lightslategray .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.body_lightslategray .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.body_lightslategray .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.body_lightslategray .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.body_lightslategray .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.body_lightslategray .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.body_lightslategray .ui-icon-circle-close {
  background-position: -32px -192px;
}
.body_lightslategray .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.body_lightslategray .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.body_lightslategray .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.body_lightslategray .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.body_lightslategray .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.body_lightslategray .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.body_lightslategray .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.body_lightslategray .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.body_lightslategray .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.body_lightslategray .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.body_lightslategray .ui-icon-circle-check {
  background-position: -208px -192px;
}
.body_lightslategray .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.body_lightslategray .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.body_lightslategray .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.body_lightslategray .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.body_lightslategray .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.body_lightslategray .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.body_lightslategray .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.body_lightslategray .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.body_lightslategray .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.body_lightslategray .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.body_lightslategray .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.body_lightslategray .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.body_lightslategray .ui-corner-all,
.body_lightslategray .ui-corner-top,
.body_lightslategray .ui-corner-left,
.body_lightslategray .ui-corner-tl {
  border-top-left-radius: 0;
}
.body_lightslategray .ui-corner-all,
.body_lightslategray .ui-corner-top,
.body_lightslategray .ui-corner-right,
.body_lightslategray .ui-corner-tr {
  border-top-right-radius: 0;
}
.body_lightslategray .ui-corner-all,
.body_lightslategray .ui-corner-bottom,
.body_lightslategray .ui-corner-left,
.body_lightslategray .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.body_lightslategray .ui-corner-all,
.body_lightslategray .ui-corner-bottom,
.body_lightslategray .ui-corner-right,
.body_lightslategray .ui-corner-br {
  border-bottom-right-radius: 0;
}
.body_lightslategray .ui-widget-overlay {
  background: #383838 url(/_webblocks/images/jquery_ui/ui-bg_flat_100_383838_40x100.png) 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70);
}
.body_lightslategray .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_lightslategray div.tagsinput {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 2px #acacac;
  width: 68%;
  font-size: 14px;
  margin: 25px 0 10px 0;
  overflow-y: auto;
}
.body_lightslategray div.tagsinput span.tag {
  border: 1px solid #5f6f7e;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #778899;
  color: #FFFFFF;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
}
.body_lightslategray div.tagsinput span.tag a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.body_lightslategray div.tagsinput input {
  border: 2px solid #5f6f7e;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #778899;
  color: #FFFFFF !important;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.body_lightslategray .not_valid {
  border: 2px solid #813232 !important;
  background-color: #a64040 !important;
}
.body_lightslategray div.tagsinput div {
  display: block;
  float: left;
}
.body_lightslategray .tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.body_lightslategray ::-moz-selection {
  background: #778899;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_lightslategray ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.body_lightslategray ::selection {
  background: #778899;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-shadow: none;
}
.body_lightslategray html {
  height: 100%;
}
.body_lightslategray body {
  background: #ffffff;
  color: #383838;
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 14px;
}
.body_lightslategray blockquote {
  color: #636363;
  font-size: 25px;
  line-height: 33px;
  margin-left: 0;
  text-align: center;
}
.body_lightslategray blockquote:before {
  content: open-quote;
}
.body_lightslategray blockquote:after {
  content: close-quote;
}
.body_lightslategray .container {
  height: 100%;
}
.body_lightslategray .container .holder {
  margin: 0 18px 0 0;
}
.body_lightslategray a,
.body_lightslategray .link {
  color: #778899;
  text-decoration: none;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_lightslategray a:hover,
.body_lightslategray .link:hover {
  color: #495561;
  cursor: pointer;
}
.body_lightslategray a:active,
.body_lightslategray .link:active {
  color: #5f6f7e;
}
.body_lightslategray .blue {
  color: #3c4d8a;
}
.body_lightslategray .blue:hover {
  color: #2d3966;
}
.body_lightslategray .red {
  color: #a64040;
}
.body_lightslategray .red:hover {
  color: #813232;
}
.body_lightslategray .teal {
  color: #008080;
}
.body_lightslategray .teal:hover {
  color: #004d4d;
}
.body_lightslategray .yellow {
  color: #f19b3f;
}
.body_lightslategray .yellow:hover {
  color: #ec8211;
}
.body_lightslategray .green {
  color: #419c59;
}
.body_lightslategray .green:hover {
  color: #327844;
}
.body_lightslategray .purple {
  color: #800080;
}
.body_lightslategray .purple:hover {
  color: #4d004d;
}
.body_lightslategray .lila {
  color: #8080FF;
}
.body_lightslategray .lila:hover {
  color: #4d4dff;
}
.body_lightslategray .brown {
  color: #804000;
}
.body_lightslategray .brown:hover {
  color: #4d2700;
}
.body_lightslategray .gray {
  color: #636363;
}
.body_lightslategray .gray:hover {
  color: #4a4a4a;
}
.body_lightslategray .lightslategray {
  color: #778899;
}
.body_lightslategray .lightslategray:hover {
  color: #5f6f7e;
}
.body_lightslategray .maincolor {
  color: #778899;
}
.body_lightslategray .maincolor:hover {
  color: #5f6f7e;
}
.body_lightslategray i {
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_lightslategray .centerer {
  width: 100%;
  text-align: center;
}
.body_lightslategray .overlay {
  position: fixed;
  z-index: 2;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.body_lightslategray #loadbar {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  color: #FFFFFF;
  height: 100%;
  width: 100%;
}
.body_lightslategray #loadbar .lcontainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 101;
}
.body_lightslategray #loadbar .spinner {
  position: absolute;
  z-index: 102;
  width: 40px;
  height: 40px;
  font-size: 35px;
  top: 50%;
  left: 50%;
}
.body_lightslategray .forgot {
  color: #000;
  background: #E5E5E5;
  padding: 20px;
}
.body_lightslategray .forgot a {
  color: #000;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_lightslategray .forgot a:hover {
  color: #2E2E2E;
  text-decoration: underline;
}
.body_lightslategray .errors {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  color: #a64040;
}
.body_lightslategray .mislukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #a64040;
  background-color: #f8eded;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #a64040;
  margin-bottom: 10px;
}
.body_lightslategray .gelukt {
  display: block;
  border-radius: 3px;
  border: solid 2px #419c59;
  background-color: #e7f5eb;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  color: #419c59;
  margin-bottom: 10px;
}
.body_lightslategray header {
  position: fixed;
  width: 100%;
  margin: 0 0 18px 0;
  z-index: 4;
}
.body_lightslategray header .balk {
  background: #F39200;
  height: 40px;
}
.body_lightslategray header .inner {
  height: 96px;
  background-image: url('/_webblocks/images/header.png');
}
.body_lightslategray header .inner .logo {
  width: 157px;
  height: 22px;
  margin: 0 0 0 18px;
  margin-top: 10px;
}
.body_lightslategray header .inner .logo a {
  display: block;
}
.body_lightslategray header .inner h1 {
  font-size: 50px;
  color: #ffffff;
  margin: 0;
  padding-left: 30px;
}
.body_lightslategray header .inner .quick_nav {
  color: #FFFFFF;
  padding: 15px;
  font-size: 15px;
}
.body_lightslategray header .inner .quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body_lightslategray header .inner .quick_nav ul li {
  height: 100%;
  background: #8EB8CD;
  cursor: pointer;
  text-shadow: 1px 1px 1px #252525;
  min-width: 175px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_lightslategray header .inner .quick_nav ul li .padding {
  padding: 13px;
}
.body_lightslategray header .inner .quick_nav ul li .padding .account_image {
  border: solid 1px #E0E0E0;
  margin: -4px 10px 0 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_lightslategray header .inner .quick_nav ul .headersub {
  display: none;
  z-index: 10;
}
.body_lightslategray header .inner .quick_nav ul:hover li {
  background: #778899;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_lightslategray header .inner .quick_nav ul:hover .headersub {
  padding: 0;
  height: auto;
  width: 100%;
}
.body_lightslategray header .inner .quick_nav ul:hover .headersub li {
  background: #FFFFFF;
  text-shadow: none;
  color: #778899;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 13px;
  border-top: solid 1px #B5D5E4;
}
.body_lightslategray header .inner .quick_nav ul:hover .headersub li:first-child {
  border-top: none;
}
.body_lightslategray header .inner .quick_nav ul:hover .headersub li:hover {
  background-color: #E0E0E0;
}
.body_lightslategray header .inner .quick_nav ul:hover .headersub:hover {
  background: #778899;
}
.body_lightslategray 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_lightslategray header .inner .open_notification .label {
  display: none;
  color: #FFFFFF;
  padding: 0 0 0 15px;
  line-height: 78px;
}
.body_lightslategray header .inner .open_notification .number {
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  padding: 0 0 0 6px;
  background: #778899;
  color: #FFFFFF;
  font-size: 11px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin: 20px 0 0 40px;
}
.body_lightslategray .docks {
  margin-top: 11px;
  position: fixed;
  z-index: 3;
  background-color: #F39201;
  width: 100%;
  top: 85px;
}
.body_lightslategray .docks ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.body_lightslategray .docks ul li {
  padding: 10px 18px;
  border-right: solid 1px #B5D5E4;
  height: 100%;
  font-size: 15px;
  color: #ffffff;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_lightslategray .docks ul li:hover {
  background-color: #C47600;
}
.body_lightslategray .docks ul .selected {
  border-right: solid 1px #778899;
}
.body_lightslategray .docks .docks_overlay {
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 2;
  display: none;
}
.body_lightslategray nav {
  position: fixed;
  top: 180px;
  margin: 0 0 0 18px;
  width: 260px;
  z-index: 2;
  background-color: #ffffff;
}
.body_lightslategray nav ul {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  border: solid 1px #B5D5E4;
}
.body_lightslategray nav ul li {
  border-top: solid 1px #B5D5E4;
  cursor: pointer;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_lightslategray nav ul li:first-child {
  border-top: none;
}
.body_lightslategray nav ul li .padding {
  padding: 15px;
}
.body_lightslategray nav ul li:hover {
  background: #E0E0E0;
  text-decoration: none;
  color: #778899;
}
.body_lightslategray nav ul li:hover a {
  text-decoration: none;
  color: #778899;
}
.body_lightslategray nav ul li .left {
  line-height: 25px;
  font-size: 15px;
}
.body_lightslategray nav ul li .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
.body_lightslategray nav ul ul {
  border: none;
  display: none;
}
.body_lightslategray nav ul ul li {
  background: #cbcbcb;
  color: #383838;
  border-color: #7db5d0;
}
.body_lightslategray nav ul ul li:first-child {
  box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -webkit-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  -moz-box-shadow: inset 0px 1px 1px 0px #7db5d0;
  border-top: inset 0px 1px 1px 0px #7db5d0;
}
.body_lightslategray nav ul ul li:hover {
  background: #636363;
  color: #E0E0E0;
}
.body_lightslategray nav ul ul li .padding {
  padding: 10px 15px;
}
.body_lightslategray nav ul ul .selected {
  background: #636363;
  color: #E0E0E0;
}
.body_lightslategray nav ul .selected {
  background: #E0E0E0;
  text-decoration: none;
  color: #778899;
}
.body_lightslategray nav ul .selected a {
  text-decoration: none;
  color: #778899;
}
.body_lightslategray nav ul .selected ul {
  display: block;
}
.body_lightslategray nav ul .modules {
  background-color: #cbcbcb;
  font-weight: bold;
  border: 2px;
}
.body_lightslategray nav ul .modules:hover {
  background-color: #cbcbcb;
  font-weight: bold;
  color: #383838;
}
.body_lightslategray nav .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #383838;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 2;
  display: none;
}
.body_lightslategray .place_holder {
  height: 85px;
}
.body_lightslategray #domain_switch_holder {
  position: absolute;
  width: 260px;
  top: 0px;
  z-index: 1;
}
.body_lightslategray #domain_switch_holder:hover .current_domain {
  border-color: #778899;
}
.body_lightslategray #domain_switch_holder .dhm {
  display: inline-block;
}
.body_lightslategray #domain_switch_holder .current_domain,
.body_lightslategray #domain_switch_holder .only_domain {
  width: 100%;
  padding: 15px;
  background: #ededed;
  border: solid 2px #B5D5E4;
  margin-bottom: 18px;
  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_lightslategray #domain_switch_holder .current_domain .left:first-child,
.body_lightslategray #domain_switch_holder .only_domain .left:first-child {
  width: 25px;
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
}
.body_lightslategray #domain_switch_holder .only_domain {
  cursor: default;
}
.body_lightslategray #domain_switch_holder .domain_searchbox {
  display: none;
  position: absolute;
  width: 100%;
  background: #cbcbcb;
  border: solid 1px #B5D5E4;
  margin: -18px 0 0 0;
  padding: 15px;
}
.body_lightslategray #domain_switch_holder .domain_searchbox #domain_searchbox {
  width: 100%;
  margin-bottom: 15px;
}
.body_lightslategray #domain_switch_holder .domain_searchbox ul {
  background: none;
}
.body_lightslategray #domain_switch_holder .domain_searchbox ul li {
  color: #778899;
  background: none;
  padding: 0;
  line-height: 30px;
}
.body_lightslategray #domain_switch_holder .domain_searchbox ul li:hover {
  background: none;
  color: #94a2af;
}
.body_lightslategray #domain_switch_holder .domain_searchbox ul li:hover a {
  color: #8695a4;
}
.body_lightslategray .full-width {
  margin: 0 0 0 30px;
}
.body_lightslategray .semi-width {
  margin: 0 0 0 320px;
}
.body_lightslategray .content {
  padding: 175px 0 40px 0;
}
.body_lightslategray .content .row {
  margin-bottom: 40px;
}
.body_lightslategray .content .row .box {
  border: solid 2px #B5D5E4;
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
}
.body_lightslategray .content .row .box .inner {
  background-color: #FFFFFF;
}
.body_lightslategray .content .row .box .inner .title {
  line-height: 40px;
  font-size: 22px;
  padding: 0 10px;
  border-bottom: solid 2px #B5D5E4;
}
.body_lightslategray .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_lightslategray .content .row .box .inner .boxcontent {
  background: ;
  padding: 15px 0px 0px 20px;
}
.body_lightslategray .content .row .box .inner .boxcontent-help {
  padding-bottom: 15px;
}
.body_lightslategray .content .row .box .inner .padding {
  padding: 0 20px 20px 20px;
}
.body_lightslategray .content .tabs {
  display: block;
}
.body_lightslategray .content .tabs ul {
  list-style-type: none;
  padding: 0;
  display: block;
}
.body_lightslategray .content .tabs ul li {
  height: 34px;
}
.body_lightslategray .content .tabs ul li div {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 15px;
  margin: 0 5px 0 0;
  background: #E0E0E0;
  color: #383838;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  border: solid 1px #B5D5E4;
  border-bottom: 0px;
  box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -webkit-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  -moz-box-shadow: inset 0px -1px 3px 0px #d8d8d8;
  border-top: inset 0px -1px 3px 0px #d8d8d8;
}
.body_lightslategray .content .tabs ul li div:hover {
  text-decoration: none;
  background: #bfbfbf;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_lightslategray .content .tabs ul li div:active {
  padding: 0 15px;
  background: #636363;
  color: #383838;
}
.body_lightslategray .content .tabs ul li .selected {
  padding: 0 15px;
  background: #cbcbcb;
  color: #383838;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body_lightslategray .content .breadcrumbs {
  margin-top: 10px;
  padding: 0 0 10px 0;
}
.body_lightslategray .content .breadcrumbs a {
  color: #383838;
}
.body_lightslategray .content .breadcrumbs ul {
  list-style-type: none;
  padding: 0;
}
.body_lightslategray .content .breadcrumbs ul li {
  font-size: 13px;
  font-weight: bold;
}
.body_lightslategray .content .breadcrumbs ul .arrow {
  color: #383838;
  padding: 0 10px;
}
.body_lightslategray .greytext {
  color: #999;
}
.body_lightslategray .btn {
  font-family: 'Open Sans', Ariel, sans-serif;
  font-size: 12px;
  padding: 0px 10px;
  height: 25px;
  line-height: 25px;
  background-color: #778899;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  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;
}
.body_lightslategray .btn:hover {
  background: #5f6f7e;
  color: #FFF;
}
.body_lightslategray .btn:active {
  background: #5f6f7e;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  box-shadow: inset 1px 1px 2px 0px #495561;
  -webkit-box-shadow: inset 1px 1px 2px 0px #495561;
  -moz-box-shadow: inset 1px 1px 2px 0px #495561;
  border-top: inset 1px 1px 2px 0px #495561;
}
.body_lightslategray .btn.small {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}
.body_lightslategray .btn.big {
  font-size: 14px;
  padding: 0px 10px;
  height: 40px;
}
.body_lightslategray .btn.disabled {
  background-color: gray;
}
.body_lightslategray .btn.disabled:hover {
  background-color: #676767;
}
.body_lightslategray .notifications {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: -300px;
  padding: 85px 0 0 0;
  background-color: #383838;
  z-index: 2;
}
.body_lightslategray .module_dev_switcher {
  position: fixed;
  right: 0px;
  background: #383838;
  color: #FFFFFF;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.body_lightslategray .module_dev_switcher a {
  color: #FFFFFF;
}
.body_lightslategray .message {
  margin-bottom: 10px;
  padding: 8px 10px 8px 10px;
  background-color: #F2D4CE;
  border: 1px solid #AE432E;
  border-radius: 4px;
  color: #AE432E;
}
.body_lightslategray .mail_popup_seller {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_lightslategray .mail_popup_shipment_planned,
.body_lightslategray .mail_popup_shipment_requested,
.body_lightslategray .mail_popup_shipment_delivery {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 800px;
  height: 746px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_lightslategray .mail_popup_shipment_planned form,
.body_lightslategray .mail_popup_shipment_requested form,
.body_lightslategray .mail_popup_shipment_delivery form {
  padding: 0px;
}
.body_lightslategray .mail_popup_shipment_planned form textarea,
.body_lightslategray .mail_popup_shipment_requested form textarea,
.body_lightslategray .mail_popup_shipment_delivery form textarea {
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
.body_lightslategray .mail_popup_buyer {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_lightslategray .mail_popup_invoice {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_lightslategray .m_btn {
  background-color: #a64040;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  width: 30px;
  text-align: center;
  border-radius: 3px;
  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;
}
.body_lightslategray .m_btn i {
  color: #FFFFFF;
  font-size: 16px;
}
.body_lightslategray .m_btn:hover {
  background: #5f6f7e;
}
.body_lightslategray .m_btn:active {
  background: #5f6f7e;
  padding: 0px 9px 0px 11px;
  line-height: 42px;
  box-shadow: inset 1px 1px 2px 0px #495561;
  -webkit-box-shadow: inset 1px 1px 2px 0px #495561;
  -moz-box-shadow: inset 1px 1px 2px 0px #495561;
  border-top: inset 1px 1px 2px 0px #495561;
}
.body_lightslategray .m_btn.disabled {
  background-color: gray !important;
}
.body_lightslategray .date_popup {
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
  width: 600px;
  height: 600px;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  position: fixed;
  z-index: 100000;
  display: none;
}
.body_lightslategray .date_popup .btn {
  margin: 0 2px;
}
.body_lightslategray .date_popup h2 {
  text-transform: capitalize;
}
.body_lightslategray .product_select_container {
  width: calc(100% - 200px);
  height: 40px;
  display: block;
  float: right;
  margin: 0 0 20px 0;
}
.body_lightslategray .product_select {
  float: right;
  margin: 0 20px !important;
}
.body_lightslategray .small_popup {
  width: 300px !important;
  height: 125px;
  margin-left: -150px;
}
.body_lightslategray .companies_select {
  width: 50% !important;
  float: right !important;
}
.body_lightslategray .mail_holder {
  display: block;
  float: left;
  width: 33%;
}
.body_lightslategray .uneditable {
  cursor: default !important;
}
.body_lightslategray .uneditable.green:hover {
  color: #419c59;
}
.body_lightslategray .uneditable.gray:hover {
  color: #636363;
}
.body_lightslategray #products-table {
  display: block;
  float: left;
  width: 100% !important;
}
.body_lightslategray #products-table #export-table {
  width: 70% !important;
}
.body_lightslategray #products-table td {
  padding: 0 10px;
}
.body_lightslategray #products-table input[type=number],
.body_lightslategray #products-table input[type=text] {
  width: 100% !important;
}
.body_lightslategray #products-table .select2.product {
  width: 250px !important;
}
.body_lightslategray #products-table .select2.currency,
.body_lightslategray #products-table .select2.unit {
  width: 100px !important;
}
.body_lightslategray .product-details .box .inner .boxcontent.half {
  float: left;
  width: 50%;
  margin: 0;
}
.body_lightslategray .attachment_add:hover {
  color: #fff;
}
.body_lightslategray #products-table table tbody tr,
.body_lightslategray #products-table table tfoot tr {
  height: 50px;
}
.body_lightslategray .delete-product.fa-times.red {
  line-height: 25px;
  font-size: 24px;
}
.body_lightslategray .complaint_solution_item label,
.body_lightslategray .complaint_types label {
  margin-left: 10px;
  width: auto;
  float: none;
}
.body_lightslategray .nowrap {
  white-space: nowrap;
}
.body_lightslategray .page-link {
  z-index: 0 !important;
}
.body_lightslategray .toggle_mail {
  cursor: pointer;
}
.body_lightslategray .module_webshop.order_header,
.body_lightslategray .module_webshop.order_overview_header {
  font-weight: bold;
}
@keyframes fadeIn {
  .body_lightslategray from {
    opacity: 0;
  }
  .body_lightslategray to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  .body_lightslategray from {
    opacity: 1;
  }
  .body_lightslategray to {
    opacity: 0;
  }
}
.body_lightslategray .redactor-animate-hide {
  display: none !important;
}
.body_lightslategray .redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out;
}
.body_lightslategray .redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out;
}
@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.body_lightslategray [class^="re-icon-"],
.body_lightslategray [class*=" re-icon-"] {
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body_lightslategray .re-icon-aligncenter:before {
  content: "\e900";
}
.body_lightslategray .re-icon-alignment:before,
.body_lightslategray .re-icon-alignleft:before {
  content: "\e901";
}
.body_lightslategray .re-icon-alignright:before {
  content: "\e902";
}
.body_lightslategray .re-icon-bold:before {
  content: "\e903";
}
.body_lightslategray .re-icon-bookmark:before {
  content: "\e904";
}
.body_lightslategray .re-icon-clips:before {
  content: "\e905";
}
.body_lightslategray .re-icon-codesnippets:before {
  content: "\e906";
}
.body_lightslategray .re-icon-deleted:before {
  content: "\e907";
}
.body_lightslategray .re-icon-expand:before {
  content: "\e908";
}
.body_lightslategray .re-icon-file:before {
  content: "\e909";
}
.body_lightslategray .re-icon-fontcolor:before {
  content: "\e90a";
}
.body_lightslategray .re-icon-fontfamily:before {
  content: "\e90b";
}
.body_lightslategray .re-icon-fontsize:before {
  content: "\e90c";
}
.body_lightslategray .re-icon-format:before {
  content: "\e90d";
}
.body_lightslategray .re-icon-html:before {
  content: "\e90e";
}
.body_lightslategray .re-icon-imagecenter:before {
  content: "\e90f";
}
.body_lightslategray .re-icon-imageleft:before {
  content: "\e910";
}
.body_lightslategray .re-icon-imageright:before {
  content: "\e911";
}
.body_lightslategray .re-icon-image:before {
  content: "\e912";
}
.body_lightslategray .re-icon-indent:before {
  content: "\e913";
}
.body_lightslategray .re-icon-inline:before {
  content: "\e914";
}
.body_lightslategray .re-icon-italic:before {
  content: "\e915";
}
.body_lightslategray .re-icon-line:before,
.body_lightslategray .re-icon-horizontalrule:before {
  content: "\e916";
}
.body_lightslategray .re-icon-link:before {
  content: "\e917";
}
.body_lightslategray .re-icon-ol:before,
.body_lightslategray .re-icon-ordered:before {
  content: "\e918";
}
.body_lightslategray .re-icon-outdent:before {
  content: "\e919";
}
.body_lightslategray .re-icon-properties:before {
  content: "\e91a";
}
.body_lightslategray .re-icon-readmore:before {
  content: "\e91b";
}
.body_lightslategray .re-icon-redo:before {
  content: "\e91c";
}
.body_lightslategray .re-icon-retract:before {
  content: "\e91d";
}
.body_lightslategray .re-icon-specialcharacters:before {
  content: "\e91e";
}
.body_lightslategray .re-icon-sub:before {
  content: "\e91f";
}
.body_lightslategray .re-icon-sup:before {
  content: "\e920";
}
.body_lightslategray .re-icon-table:before {
  content: "\e921";
}
.body_lightslategray .re-icon-textdirection:before {
  content: "\e922";
}
.body_lightslategray .re-icon-toggle:before {
  content: "\e923";
}
.body_lightslategray .re-icon-underline:before {
  content: "\e924";
}
.body_lightslategray .re-icon-undo:before {
  content: "\e925";
}
.body_lightslategray .re-icon-ul:before,
.body_lightslategray .re-icon-lists:before,
.body_lightslategray .re-icon-unordered:before {
  content: "\e926";
}
.body_lightslategray .re-icon-variable:before {
  content: "\e927";
}
.body_lightslategray .re-icon-video:before {
  content: "\e928";
}
.body_lightslategray .re-icon-widget:before {
  content: "\e929";
}
.body_lightslategray .redactor-box,
.body_lightslategray .redactor-box textarea {
  z-index: auto;
}
.body_lightslategray .redactor-box {
  position: relative;
  box-sizing: border-box;
}
.body_lightslategray .redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.075);
  border-radius: 3px;
  box-shadow: none;
}
.body_lightslategray .redactor-box.redactor-inline {
  position: static;
}
.body_lightslategray .redactor-focus.redactor-styles-on,
.body_lightslategray .redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important;
}
.body_lightslategray .redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important;
}
.body_lightslategray .redactor-source-view,
.body_lightslategray .redactor-source-view.redactor-styles-on {
  border-color: #000 !important;
}
.body_lightslategray .redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box;
}
.body_lightslategray .redactor-in:focus {
  outline: none;
}
.body_lightslategray .redactor-inline .redactor-in {
  overflow: hidden;
}
.body_lightslategray .redactor-in *,
.body_lightslategray .redactor-read-only * {
  outline: none !important;
}
.body_lightslategray .redactor-in h1:empty,
.body_lightslategray .redactor-in h2:empty,
.body_lightslategray .redactor-in h3:empty,
.body_lightslategray .redactor-in h4:empty,
.body_lightslategray .redactor-in h5:empty,
.body_lightslategray .redactor-in h6:empty,
.body_lightslategray .redactor-in p:empty,
.body_lightslategray .redactor-in blockquote:empty,
.body_lightslategray .redactor-in div[data-redactor-tag=br]:empty,
.body_lightslategray .redactor-in div[data-redactor-tag=tbr]:empty {
  min-height: 1.5em;
}
.body_lightslategray .redactor-in div[data-redactor-tag=br],
.body_lightslategray .redactor-in div[data-redactor-tag=tbr] {
  margin-top: 0;
  margin-bottom: 0;
}
.body_lightslategray .redactor-in strong:empty,
.body_lightslategray .redactor-in b:empty,
.body_lightslategray .redactor-in em:empty,
.body_lightslategray .redactor-in i:empty,
.body_lightslategray .redactor-in span:empty,
.body_lightslategray .redactor-in sup:empty,
.body_lightslategray .redactor-in sub:empty,
.body_lightslategray .redactor-in u:empty,
.body_lightslategray .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}
.body_lightslategray .redactor-in table {
  empty-cells: show;
}
.body_lightslategray .redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.body_lightslategray .redactor-in figcaption:focus,
.body_lightslategray .redactor-in figure code:focus,
.body_lightslategray .redactor-in figure pre:focus,
.body_lightslategray .redactor-in table td:focus,
.body_lightslategray .redactor-in table th:focus {
  outline: none;
}
.body_lightslategray .redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline;
}
.body_lightslategray .redactor-in figure[data-redactor-type=line] hr {
  margin: 0;
  height: 3px;
  border: none;
  background: rgba(0,0,0,0.1);
}
.body_lightslategray .redactor-script-tag {
  display: none !important;
}
.body_lightslategray .redactor-component {
  position: relative;
}
.body_lightslategray .redactor-component[data-redactor-type="widget"]:before,
.body_lightslategray .redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.body_lightslategray .redactor-component[data-redactor-type=image],
.body_lightslategray .redactor-component[data-redactor-type=widget] {
  clear: both;
}
.body_lightslategray .redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0,125,255,0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}
.body_lightslategray .redactor-component-active {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_lightslategray .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.body_lightslategray .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_lightslategray .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a;
}
.body_lightslategray .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.body_lightslategray .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(0,125,255,0.5) !important;
}
.body_lightslategray .redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important;
}
.body_lightslategray .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.body_lightslategray .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid #ddd !important;
}
.body_lightslategray .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.body_lightslategray .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid #ddd !important;
}
.body_lightslategray .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ddd;
}
.body_lightslategray .redactor-component-caret {
  position: absolute;
  left: -9999px;
}
.body_lightslategray .redactor-textnodes-wrapper {
  display: inline-block;
}
.body_lightslategray #redactor-image-resizer {
  position: absolute;
  z-index: 1051;
  background-color: rgba(0,125,255,0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}
.body_lightslategray .redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.2);
}
.body_lightslategray .redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5;
}
.body_lightslategray .redactor-file-remover:hover {
  opacity: 1;
}
.body_lightslategray .redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16,16,18,0.3);
}
.body_lightslategray .redactor-overlay > .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
.body_lightslategray .redactor-source,
.body_lightslategray .redactor-source:hover,
.body_lightslategray .redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical;
}
.body_lightslategray .redactor-box[dir="rtl"] .redactor-source {
  direction: ltr;
}
.body_lightslategray .redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
  cursor: text;
}
.body_lightslategray .redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0,0,0,0.4);
  font-weight: normal;
}
.body_lightslategray .redactor-in figcaption[placeholder]:empty:focus:before {
  content: "";
}
.body_lightslategray .redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none;
}
.body_lightslategray .redactor-statusbar li {
  float: left;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.body_lightslategray .redactor-statusbar li:last-child {
  border-right-color: transparent;
}
.body_lightslategray .redactor-statusbar a {
  color: rgba(0,0,0,0.5);
  text-decoration: underline;
}
.body_lightslategray .redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline;
}
.body_lightslategray .redactor-statusbar:empty {
  display: none;
}
.body_lightslategray .redactor-toolbar-wrapper {
  position: relative;
}
.body_lightslategray .redactor-toolbar,
.body_lightslategray .redactor-air {
  z-index: 0;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box;
}
.body_lightslategray .redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px;
}
.body_lightslategray .redactor-toolbar a,
.body_lightslategray .redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0,0,0,0.85);
  border-radius: 2px;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 1px 2px rgba(0,0,0,0.22);
  margin-right: 5px;
  margin-bottom: 4px;
}
.body_lightslategray .redactor-toolbar a.re-button-icon,
.body_lightslategray .redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px;
}
.body_lightslategray .redactor-toolbar a:hover,
.body_lightslategray .redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}
.body_lightslategray .redactor-toolbar a.redactor-button-active {
  background: rgba(245,245,245,0.95);
  color: rgba(0,0,0,0.4);
}
.body_lightslategray .redactor-toolbar a.redactor-button-disabled,
.body_lightslategray .redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}
.body_lightslategray .redactor-toolbar a.redactor-button-disabled:hover,
.body_lightslategray .redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.body_lightslategray .redactor-source-view .redactor-toolbar {
  background: #252525;
}
.body_lightslategray .redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff;
}
.body_lightslategray .redactor-source-view .redactor-toolbar a:hover {
  background: #449aef;
}
.body_lightslategray .redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.body_lightslategray .re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0,0,0,0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.body_lightslategray .re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0,0,0,0.9);
  border-width: 4px;
  margin-left: -4px;
}
.body_lightslategray .redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100;
}
.body_lightslategray .redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0,0,0,0.97);
}
.body_lightslategray .redactor-air a {
  background: rgba(37,37,37,0.95);
  box-shadow: none;
  color: rgba(255,255,255,0.9);
}
.body_lightslategray .redactor-air a:hover {
  background: #3d79f2;
}
.body_lightslategray .redactor-air a.redactor-button-active {
  background-color: rgba(255,255,255,0.15);
  color: #fff;
}
.body_lightslategray .redactor-air a.redactor-button-disabled:hover {
  color: #fff;
}
.body_lightslategray .redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255,255,255,0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer;
}
.body_lightslategray .redactor-air-helper:hover {
  background: #fff;
}
.body_lightslategray .redactor-voice-label {
  display: none;
}
.body_lightslategray .redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0,0,0,0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.body_lightslategray .redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px;
}
.body_lightslategray .redactor-context-toolbar a:first-child {
  padding-left: 0;
}
.body_lightslategray .redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.body_lightslategray .redactor-context-toolbar a:before {
  content: '';
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,0.3);
}
.body_lightslategray .redactor-context-toolbar a:hover {
  color: #fff;
}
.body_lightslategray .redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none;
}
.body_lightslategray .redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0;
}
.body_lightslategray .redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0;
}
.body_lightslategray .redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-left: none;
}
.body_lightslategray .redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none;
}
.body_lightslategray .redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  border-radius: 2px;
  width: 264px;
  min-height: 40px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}
.body_lightslategray .redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}
.body_lightslategray .redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.body_lightslategray .redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}
.body_lightslategray .redactor-dropdown a {
  color: #000;
}
.body_lightslategray .redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}
.body_lightslategray .redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0,0,0,0.4);
  background: #fff;
}
.body_lightslategray .redactor-dropdown-cells {
  margin: 10px auto;
}
.body_lightslategray .redactor-dropdown-cells a,
.body_lightslategray .redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.body_lightslategray .redactor-dropdown-selector {
  display: flex;
  text-align: center;
}
.body_lightslategray .redactor-dropdown-selector span {
  flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}
.body_lightslategray .redactor-dropdown-selector span:hover {
  background: #eee;
}
.body_lightslategray .redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0,0,0,0.3);
  background: #eee;
}
.body_lightslategray .redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.body_lightslategray .redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}
.body_lightslategray .redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}
.body_lightslategray .redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
.body_lightslategray .redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.body_lightslategray .redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
.body_lightslategray .redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.body_lightslategray .redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}
.body_lightslategray .redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px;
}
.body_lightslategray .redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 2px 15px rgba(80,80,80,0.25);
  border-radius: 3px;
  color: #000;
}
.body_lightslategray .redactor-modal form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body_lightslategray .redactor-modal input,
.body_lightslategray .redactor-modal select,
.body_lightslategray .redactor-modal textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  box-shadow: none;
  padding: 0 .5em;
}
.body_lightslategray .redactor-modal textarea {
  padding: .5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}
.body_lightslategray .redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right .65em center;
  padding-right: 28px;
}
.body_lightslategray .redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: .5em .75em;
}
.body_lightslategray .redactor-modal input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}
.body_lightslategray .redactor-modal input[type="radio"],
.body_lightslategray .redactor-modal input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}
.body_lightslategray .redactor-modal .form-item {
  margin-bottom: 20px;
}
.body_lightslategray .redactor-modal .form-item:last-child {
  margin-bottom: 0;
}
.body_lightslategray .redactor-modal fieldset {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.body_lightslategray .redactor-modal fieldset .form-item {
  margin-bottom: 12px;
}
.body_lightslategray .redactor-modal label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
  font-size: 14px;
}
.body_lightslategray .redactor-modal label .desc,
.body_lightslategray .redactor-modal label .success,
.body_lightslategray .redactor-modal label .error {
  text-transform: none;
  font-weight: normal;
}
.body_lightslategray .redactor-modal label.checkbox {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}
.body_lightslategray .redactor-modal .form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 1em;
}
.body_lightslategray .redactor-modal input:hover,
.body_lightslategray .redactor-modal textarea:hover,
.body_lightslategray .redactor-modal select:hover {
  outline: none;
  background-color: #fff;
  border-color: #969fa9;
  box-shadow: none;
}
.body_lightslategray .redactor-modal input:focus,
.body_lightslategray .redactor-modal textarea:focus,
.body_lightslategray .redactor-modal select:focus {
  transition: all linear .2s;
  outline: none;
  background-color: #fff;
  border-color: rgba(0,125,255,0.5);
  box-shadow: 0 0 3px rgba(0,125,255,0.5);
}
.body_lightslategray .redactor-modal input.error,
.body_lightslategray .redactor-modal textarea.error,
.body_lightslategray .redactor-modal select.error {
  background-color: rgba(255,50,101,0.1);
  border: 1px solid #ff7f9e;
}
.body_lightslategray .redactor-modal input.error:focus,
.body_lightslategray .redactor-modal textarea.error:focus,
.body_lightslategray .redactor-modal select.error:focus {
  border-color: #ff3265;
  box-shadow: 0 0 1px #ff3265;
}
.body_lightslategray .redactor-modal input.success,
.body_lightslategray .redactor-modal textarea.success,
.body_lightslategray .redactor-modal select.success {
  background-color: rgba(47,196,182,0.1);
  border: 1px solid #65dacf;
}
.body_lightslategray .redactor-modal input.success:focus,
.body_lightslategray .redactor-modal textarea.success:focus,
.body_lightslategray .redactor-modal select.success:focus {
  border-color: #2fc4b6;
  box-shadow: 0 0 1px #2fc4b6;
}
.body_lightslategray .redactor-modal input:disabled,
.body_lightslategray .redactor-modal input:disabled:hover,
.body_lightslategray .redactor-modal input.disabled,
.body_lightslategray .redactor-modal input.disabled:hover,
.body_lightslategray .redactor-modal textarea:disabled,
.body_lightslategray .redactor-modal textarea:disabled:hover,
.body_lightslategray .redactor-modal textarea.disabled,
.body_lightslategray .redactor-modal textarea.disabled:hover,
.body_lightslategray .redactor-modal select:disabled,
.body_lightslategray .redactor-modal select:disabled:hover,
.body_lightslategray .redactor-modal select.disabled,
.body_lightslategray .redactor-modal select.disabled:hover {
  resize: none;
  opacity: .6;
  cursor: default;
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: 1px solid #cacfd4;
  box-shadow: none;
  background-color: #fff;
}
.body_lightslategray .redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
  font-size: 110%;
}
.body_lightslategray .redactor-modal .desc {
  color: rgba(51,51,51,0.5);
  font-size: 12px;
}
.body_lightslategray .redactor-modal span.desc {
  margin-left: 0.25em;
}
.body_lightslategray .redactor-modal div.desc {
  margin-top: 0.25em;
}
.body_lightslategray .redactor-modal span.success,
.body_lightslategray .redactor-modal span.error {
  font-size: 12px;
  margin-left: 0.25em;
}
.body_lightslategray .redactor-modal div.desc {
  margin-bottom: -0.5em;
}
.body_lightslategray .redactor-modal .redactor-close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px;
  color: #000;
  opacity: .3;
  cursor: pointer;
}
.body_lightslategray .redactor-modal .redactor-close:hover {
  opacity: 1;
}
.body_lightslategray .redactor-modal .redactor-close:before {
  content: '\00d7';
}
.body_lightslategray .redactor-modal button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #007dff;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #007dff;
  min-height: 40px;
  outline: none;
  padding: 0.5em 1.25em;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: none;
}
.body_lightslategray .redactor-modal button:hover {
  outline: none;
  text-decoration: none;
  background: none;
  color: rgba(0,125,255,0.6);
  border-color: rgba(0,125,255,0.5);
}
.body_lightslategray .redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34;
}
.body_lightslategray .redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42,46,52,0.6);
  border-color: rgba(42,46,52,0.5);
}
.body_lightslategray .redactor-modal button.redactor-button-danger,
.body_lightslategray .redactor-modal button.redactor-button-unstyled {
  background: none;
  border-color: transparent;
  color: rgba(42,46,52,0.6);
}
.body_lightslategray .redactor-modal button.redactor-button-danger:hover,
.body_lightslategray .redactor-modal button.redactor-button-unstyled:hover {
  background: none;
  border-color: transparent;
  color: #ff3265;
  text-decoration: underline;
}
.body_lightslategray .redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both;
}
.body_lightslategray .redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.body_lightslategray .redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block;
}
.body_lightslategray .redactor-modal .redactor-modal-area {
  float: left;
  width: 66%;
}
.body_lightslategray .redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto;
}
.body_lightslategray .redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left;
}
.body_lightslategray .redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0;
}
.body_lightslategray .redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.body_lightslategray .redactor-modal-header:empty {
  display: none;
}
.body_lightslategray .redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px;
}
.body_lightslategray .redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}
.body_lightslategray .redactor-modal-footer button {
  margin-right: 4px;
}
.body_lightslategray .redactor-modal-footer button.redactor-button-unstyled {
  margin-right: 0;
  float: right;
}
.body_lightslategray .redactor-modal-footer:empty {
  display: none;
}
.body_lightslategray .redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0,0,0,0.05);
  margin-bottom: 1em;
}
.body_lightslategray .redactor-modal-tabs a {
  font-size: 15px;
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0,0,0,0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px;
}
.body_lightslategray .redactor-modal-tabs a:hover {
  transition: all linear .2s;
}
.body_lightslategray .redactor-modal-tabs a:hover,
.body_lightslategray .redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff;
}
.body_lightslategray .redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}
.body_lightslategray .redactor-styles *,
.body_lightslategray .redactor-styles *:before,
.body_lightslategray .redactor-styles *:after {
  box-sizing: inherit;
}
.body_lightslategray .redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.body_lightslategray .redactor-styles[dir="rtl"] ul li,
.body_lightslategray .redactor-styles[dir="rtl"] ol li {
  text-align: right;
}
.body_lightslategray .redactor-styles[dir="rtl"] ul,
.body_lightslategray .redactor-styles[dir="rtl"] ol,
.body_lightslategray .redactor-styles[dir="rtl"] ul ul,
.body_lightslategray .redactor-styles[dir="rtl"] ol ol,
.body_lightslategray .redactor-styles[dir="rtl"] ul ol,
.body_lightslategray .redactor-styles[dir="rtl"] ol ul {
  margin-left: 1.5em;
}
.body_lightslategray .redactor-styles[dir="rtl"] figcaption {
  text-align: right;
}
.body_lightslategray .redactor-styles ul[dir="rtl"],
.body_lightslategray .redactor-styles ul[dir="rtl"] ul,
.body_lightslategray .redactor-styles ul[dir="rtl"] ol,
.body_lightslategray .redactor-styles ol[dir="rtl"],
.body_lightslategray .redactor-styles ol[dir="rtl"] ul,
.body_lightslategray .redactor-styles ol[dir="rtl"] ol {
  margin-right: 1.5em;
}
.body_lightslategray .redactor-styles ul[dir="rtl"] li,
.body_lightslategray .redactor-styles ol[dir="rtl"] li {
  text-align: right;
}
.body_lightslategray .redactor-styles a,
.body_lightslategray .redactor-styles a:hover {
  color: #3397ff;
}
.body_lightslategray .redactor-styles p,
.body_lightslategray .redactor-styles dl,
.body_lightslategray .redactor-styles blockquote,
.body_lightslategray .redactor-styles hr,
.body_lightslategray .redactor-styles pre,
.body_lightslategray .redactor-styles table,
.body_lightslategray .redactor-styles figure,
.body_lightslategray .redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.body_lightslategray .redactor-styles ul,
.body_lightslategray .redactor-styles ol {
  padding: 0;
}
.body_lightslategray .redactor-styles ul,
.body_lightslategray .redactor-styles ul ul,
.body_lightslategray .redactor-styles ul ol,
.body_lightslategray .redactor-styles ol,
.body_lightslategray .redactor-styles ol ul,
.body_lightslategray .redactor-styles ol ol {
  margin: 0 0 0 1.5em;
}
.body_lightslategray .redactor-styles ul li,
.body_lightslategray .redactor-styles ol li {
  text-align: left;
}
.body_lightslategray .redactor-styles ol ol li {
  list-style-type: lower-alpha;
}
.body_lightslategray .redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}
.body_lightslategray .redactor-styles ul,
.body_lightslategray .redactor-styles ol {
  margin-bottom: 1em;
}
.body_lightslategray .redactor-styles h1,
.body_lightslategray .redactor-styles h2,
.body_lightslategray .redactor-styles h3,
.body_lightslategray .redactor-styles h4,
.body_lightslategray .redactor-styles h5,
.body_lightslategray .redactor-styles h6 {
  font-weight: bold;
  color: #111;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.body_lightslategray .redactor-styles h1 {
  font-size: 2.0736em;
}
.body_lightslategray .redactor-styles h2 {
  font-size: 1.728em;
}
.body_lightslategray .redactor-styles h3 {
  font-size: 1.44em;
}
.body_lightslategray .redactor-styles h4 {
  font-size: 1.2em;
}
.body_lightslategray .redactor-styles h5 {
  font-size: 1em;
}
.body_lightslategray .redactor-styles h6 {
  font-size: 0.83333em;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.body_lightslategray .redactor-styles blockquote {
  font-style: italic;
  color: rgba(0,0,0,0.5);
  border: none;
}
.body_lightslategray .redactor-styles table {
  width: 100%;
}
.body_lightslategray .redactor-styles time,
.body_lightslategray .redactor-styles small,
.body_lightslategray .redactor-styles var,
.body_lightslategray .redactor-styles code,
.body_lightslategray .redactor-styles kbd,
.body_lightslategray .redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51,51,51,0.9);
}
.body_lightslategray .redactor-styles var,
.body_lightslategray .redactor-styles cite {
  opacity: .6;
}
.body_lightslategray .redactor-styles var {
  font-style: normal;
}
.body_lightslategray .redactor-styles dfn,
.body_lightslategray .redactor-styles abbr {
  text-transform: uppercase;
}
.body_lightslategray .redactor-styles dfn[title],
.body_lightslategray .redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,0,0,0.5);
  cursor: help;
}
.body_lightslategray .redactor-styles code,
.body_lightslategray .redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}
.body_lightslategray .redactor-styles code {
  background-color: #eff1f2;
}
.body_lightslategray .redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}
.body_lightslategray .redactor-styles kbd {
  border: 1px solid #e5e7e9;
}
.body_lightslategray .redactor-styles sub,
.body_lightslategray .redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.body_lightslategray .redactor-styles sub {
  bottom: -0.25em;
}
.body_lightslategray .redactor-styles sup {
  top: -0.5em;
}
.body_lightslategray .redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
}
.body_lightslategray .redactor-styles pre,
.body_lightslategray .redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51,51,51,0.85);
  overflow: none;
  white-space: pre-wrap;
}
.body_lightslategray .redactor-styles pre {
  padding: 1rem;
}
.body_lightslategray .redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
.body_lightslategray .redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0,0,0,0.5);
  font-size: 11px;
}
.body_lightslategray .redactor-styles table th,
.body_lightslategray .redactor-styles table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}
.body_lightslategray .redactor-styles table tfoot th,
.body_lightslategray .redactor-styles table tfoot td {
  color: rgba(0,0,0,0.5);
}
.body_lightslategray .redactor-styles img,
.body_lightslategray .redactor-styles video,
.body_lightslategray .redactor-styles audio,
.body_lightslategray .redactor-styles embed,
.body_lightslategray .redactor-styles object {
  max-width: 100%;
}
.body_lightslategray .redactor-styles img,
.body_lightslategray .redactor-styles video,
.body_lightslategray .redactor-styles embed,
.body_lightslategray .redactor-styles object {
  height: auto !important;
}
.body_lightslategray .redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.body_lightslategray .redactor-styles figcaption {
  display: block;
  opacity: .6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.body_lightslategray .upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0,125,255,0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.body_lightslategray .upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,0.3);
  font-style: italic;
}
.body_lightslategray .upload-redactor-hover {
  background-color: rgba(0,125,255,0.075);
}
.body_lightslategray .upload-redactor-error {
  background-color: rgba(255,50,101,0.075);
}
.body_lightslategray .upload-redactor-box-hover {
  outline: 5px dashed rgba(0,125,255,0.3);
}
.body_lightslategray .upload-redactor-box-error {
  outline: 5px dashed rgba(255,50,101,0.3);
}
.body_lightslategray .redactor-structure h1,
.body_lightslategray .redactor-structure h2,
.body_lightslategray .redactor-structure h3,
.body_lightslategray .redactor-structure h4,
.body_lightslategray .redactor-structure h5,
.body_lightslategray .redactor-structure h6,
.body_lightslategray .redactor-structure div {
  position: relative;
}
.body_lightslategray .redactor-structure h1:before,
.body_lightslategray .redactor-structure h2:before,
.body_lightslategray .redactor-structure h3:before,
.body_lightslategray .redactor-structure h4:before,
.body_lightslategray .redactor-structure h5:before,
.body_lightslategray .redactor-structure h6:before,
.body_lightslategray .redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: .5;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right;
}
.body_lightslategray .redactor-structure h1:before {
  content: "h1";
}
.body_lightslategray .redactor-structure h2:before {
  content: "h2";
}
.body_lightslategray .redactor-structure h3:before {
  content: "h3";
}
.body_lightslategray .redactor-structure h4:before {
  content: "h4";
}
.body_lightslategray .redactor-structure h5:before {
  content: "h5";
}
.body_lightslategray .redactor-structure h6:before {
  content: "h6";
}
.body_lightslategray .redactor-structure div:before {
  content: "div";
}
.body_lightslategray #redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
.body_lightslategray #redactor-progress span {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  .body_lightslategray from {
    background-position: 40px 0;
  }
  .body_lightslategray to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .body_lightslategray from {
    background-position: 40px 0;
  }
  .body_lightslategray to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  .body_lightslategray from {
    background-position: 40px 0;
  }
  .body_lightslategray to {
    background-position: 0 0;
  }
}
.body_lightslategray .redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.body_lightslategray .redactor-box-fullscreen-target {
  position: absolute !important;
}
.body_lightslategray .redactor-body-fullscreen .redactor-dropdown,
.body_lightslategray .redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052;
}
.body_lightslategray .redactor-body-fullscreen #redactor-overlay {
  z-index: 1098;
}
.body_lightslategray .redactor-body-fullscreen #redactor-modal {
  z-index: 1099;
}
@media only screen and (max-width: 1366px) {
  .body_lightslategray header .inner {
    height: 70px;
  }
  .body_lightslategray header .inner .logo img {
    padding-top: 5px !important;
  }
  .body_lightslategray header .inner .quick_nav {
    padding: 10px;
  }
  .body_lightslategray header .inner .quick_nav ul li .padding {
    font-size: 10px;
    padding: 8px;
  }
  .body_lightslategray header .inner .quick_nav ul li img {
    width: 20px;
    height: 20px;
  }
  .body_lightslategray .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_lightslategray .holder .content .row {
    margin-top: 0px;
  }
  .body_lightslategray .holder .content .row .box {
    margin-right: 10px;
  }
  .body_lightslategray .holder .content .row .box .inner .title {
    font-size: 19px;
  }
  .body_lightslategray .holder .content .row .box .inner .styledViews .line label {
    width: 40% !important;
  }
  .body_lightslategray .holder .content .row .box .inner .styledViews .line .static {
    float: none;
    display: block;
  }
  .body_lightslategray .holder .docks {
    margin-top: 0px;
    top: 70px;
  }
  .body_lightslategray .holder .docks ul li {
    padding: 6px 10px;
    font-size: 13px;
  }
  .body_lightslategray .holder .content .breadcrumbs {
    margin-top: 0px;
  }
  .body_lightslategray .holder .content form .row .box .inner #contract_lines table {
    overflow: hidden;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line textarea {
    width: 70%;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line #s2id_seller {
    width: 70% !important;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line #seller_reference_name {
    width: 70%;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line #select2-chosen-2 {
    width: 70% !important;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line #s2id_buyer {
    width: 70% !important;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .body_lightslategray .select2-search-choice-close {
    height: 13px !important;
  }
  .body_lightslategray .cms_table_page_nav {
    width: 35px !important;
    height: 35px !important;
  }
  .body_lightslategray .cms_table_add {
    margin: 20px 0 20px 0px;
  }
  .body_lightslategray #contract_lines {
    overflow-x: auto;
    display: block;
  }
  .body_lightslategray .select2-chosen {
    line-height: 40px !important;
  }
  .body_lightslategray #s2id_autogen1 .select2-chosen {
    margin-top: 0px !important;
  }
  .body_lightslategray select#contact + input.btn {
    margin-top: 20px;
  }
  .body_lightslategray select,
  .body_lightslategray #contact {
    margin-top: 10px;
  }
  .body_lightslategray .select2 a {
    height: 40px !important;
    line-height: 40px;
  }
  .body_lightslategray .select2-container a {
    height: 40px !important;
  }
  .body_lightslategray .select2-container .select2-search-choice-close {
    height: 13px !important;
  }
  .body_lightslategray .logo img {
    width: 50%;
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .body_lightslategray header {
    position: relative;
    margin-bottom: 0px;
  }
  .body_lightslategray .holder {
    margin-right: 0px !important;
  }
  .body_lightslategray .holder .content {
    margin: 0 30px 0 30px;
    padding-top: 0px;
  }
  .body_lightslategray .holder .content .row .box {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line input {
    display: inline-grid;
    padding-top: 6px;
  }
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #s2id_seller,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #s2id_fk_product_subcategories,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #city_from,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #city_to,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #brand,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #crop,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #quality,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line .select2-container,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #buyer_reference_name,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #seller_reference_name,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line .static,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line select,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #seller_reference_file,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #buyer_reference_file,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #seller,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #buyer,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #credit_note {
    width: 70% !important;
  }
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #complaints_ref,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #amount,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #commission,
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line #date {
    width: 70%;
  }
  .body_lightslategray .holder .content .row .box .inner .boxcontent .line .btn {
    width: 10% !important;
    text-align: center;
  }
  .body_lightslategray .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_lightslategray .holder .docks {
    top: 0px;
    position: relative;
  }
  .body_lightslategray .holder .docks ul li {
    padding: 6px 10px;
    font-size: 12px;
  }
  .body_lightslategray .holder .content form .row .box .inner #contract_lines table {
    font-size: 10px;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line select {
    width: 70%;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line .static {
    width: 70% !important;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line .static input {
    width: 100% !important;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td label {
    width: 100%;
  }
  .body_lightslategray .holder .content form .row .box .inner .boxcontent .line .meeting-table tbody tr td .select2 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1883px) {
  .body_lightslategray .docks ul li {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 1523px) {
  .body_lightslategray .docks ul li {
    padding: 12px 2px;
  }
}
@media only screen and (max-width: 768px) {
  .body_lightslategray .holder .content .breadcrumbs {
    margin-top: 30px;
  }
  .body_lightslategray .holder .docks ul li {
    padding: 12px 3px;
  }
}
@media (max-width: 600px) {
  .body_lightslategray .title .btn.right.small {
    float: none !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 7px 0 0 0 !important;
    text-align: center;
  }
  .body_lightslategray .title .btn.right.small + .btn.right.small {
    margin-bottom: 10px !important;
  }
}
.body_lightslategray .search-holder input {
  width: 100% !important;
  margin: 8px 5px 8px 0px !important;
  padding-left: 34px;
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
}
.body_lightslategray .select2 {
  width: 398px !important;
}
.body_lightslategray .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.body_lightslategray .select2-container,
.body_lightslategray .select2-drop,
.body_lightslategray .select2-search,
.body_lightslategray .select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body_lightslategray .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_lightslategray .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_lightslategray .select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.body_lightslategray .select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
.body_lightslategray .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_lightslategray .select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.body_lightslategray .select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.body_lightslategray .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_lightslategray .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_lightslategray .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_lightslategray .select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.body_lightslategray .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.body_lightslategray .select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.body_lightslategray .select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.body_lightslategray .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_lightslategray .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_webblocks/images/select2.png') no-repeat 0 1px;
}
.body_lightslategray .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.body_lightslategray .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_lightslategray .select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.body_lightslategray .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_lightslategray .select2-container-active .select2-choice,
.body_lightslategray .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_lightslategray .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_lightslategray .select2-dropdown-open.select2-drop-above .select2-choice,
.body_lightslategray .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_lightslategray .select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.body_lightslategray .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
.body_lightslategray .select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body_lightslategray .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_lightslategray .select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.body_lightslategray .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.body_lightslategray .select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.body_lightslategray .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_lightslategray .select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.body_lightslategray .select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.body_lightslategray .select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.body_lightslategray .select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.body_lightslategray .select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.body_lightslategray .select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.body_lightslategray .select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.body_lightslategray .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.body_lightslategray .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.body_lightslategray .select2-results .select2-highlighted em {
  background: transparent;
}
.body_lightslategray .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.body_lightslategray .select2-results .select2-no-results,
.body_lightslategray .select2-results .select2-searching,
.body_lightslategray .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
.body_lightslategray .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.body_lightslategray .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.body_lightslategray .select2-results .select2-selected {
  display: none;
}
.body_lightslategray .select2-more-results.select2-active {
  background: #f4f4f4 url('/_webblocks/images/select2-spinner.gif') no-repeat 100%;
}
.body_lightslategray .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.body_lightslategray .select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.body_lightslategray .select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.body_lightslategray .select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.body_lightslategray .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 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_lightslategray .select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.body_lightslategray .select2-container-multi .select2-choices {
  min-height: 26px;
}
.body_lightslategray .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_lightslategray .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.body_lightslategray html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.body_lightslategray .select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.body_lightslategray .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_lightslategray .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('/_webblocks/images/select2-spinner.gif') no-repeat 100% !important;
}
.body_lightslategray .select2-default {
  color: #999 !important;
}
.body_lightslategray .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 top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
.body_lightslategray html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 5px;
}
.body_lightslategray .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.body_lightslategray .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.body_lightslategray .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_lightslategray html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.body_lightslategray .select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.body_lightslategray .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.body_lightslategray .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.body_lightslategray .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.body_lightslategray .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_lightslategray .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.body_lightslategray .select2-result-selectable .select2-match,
.body_lightslategray .select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.body_lightslategray .select2-offscreen,
.body_lightslategray .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_lightslategray .select2-display-none {
  display: none;
}
.body_lightslategray .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_lightslategray .select2-search input,
  .body_lightslategray .select2-search-choice-close,
  .body_lightslategray .select2-container .select2-choice abbr,
  .body_lightslategray .select2-container .select2-choice .select2-arrow b {
    background-image: url('/_webblocks/images/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .body_lightslategray .select2-search input {
    background-position: 100% -21px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .body_lightslategray body {
    font-size: 12px;
  }
  .body_lightslategray .docks ul li {
    font-size: 14px;
    padding: 12px 18px;
  }
  .body_lightslategray nav {
    width: 200px;
    top: 160px;
  }
  .body_lightslategray nav ul li .left {
    line-height: 20px;
    font-size: 13px;
  }
  .body_lightslategray #domain_switch_holder {
    width: 200px;
  }
  .body_lightslategray #domain_switch_holder .current_domain {
    font-size: 13px;
  }
  .body_lightslategray #domain_switch_holder .current_domain .left:first-child {
    display: none;
  }
  .body_lightslategray .semi-width {
    margin: 0 0 0 260px;
  }
  .body_lightslategray .content {
    padding: 160px 0 40px 0;
  }
  .body_lightslategray .content .row .box .inner .title {
    font-size: 17px;
    line-height: 50px;
  }
  .body_lightslategray .content .breadcrumbs ul li {
    font-size: 11px;
  }
}
.body_lightslategray .pagination-info,
.body_lightslategray .pagination-detail {
  display: none;
}
.body_lightslategray .bootstrap-table,
.body_lightslategray .cms_table {
  border-collapse: separate;
  width: 100%;
  font-family: Helvetica, Ariel, sans-serif;
}
.body_lightslategray .bootstrap-table td,
.body_lightslategray .cms_table td {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
}
.body_lightslategray .bootstrap-table td:first-child,
.body_lightslategray .cms_table td:first-child {
  padding-left: 20px;
}
.body_lightslategray .bootstrap-table td:last-child,
.body_lightslategray .cms_table td:last-child {
  padding-right: 20px;
}
.body_lightslategray .bootstrap-table thead tr th,
.body_lightslategray .cms_table thead tr th {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
  text-align: left;
}
.body_lightslategray .bootstrap-table thead tr th:first-child,
.body_lightslategray .cms_table thead tr th:first-child {
  border-left: 0px;
}
.body_lightslategray .bootstrap-table thead tr th a,
.body_lightslategray .cms_table thead tr th a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_lightslategray .bootstrap-table thead tr th .th-inner,
.body_lightslategray .cms_table thead tr th .th-inner {
  padding: 10px 0px 10px 10px !important;
}
.body_lightslategray .bootstrap-table thead tr td,
.body_lightslategray .cms_table thead tr td {
  background: #cbcbcb;
  font-weight: bold;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  overflow-x: hidden;
  border-left: solid 1px #acacac;
}
.body_lightslategray .bootstrap-table thead tr td:first-child,
.body_lightslategray .cms_table thead tr td:first-child {
  border-left: 0px;
}
.body_lightslategray .bootstrap-table thead tr td a,
.body_lightslategray .cms_table thead tr td a {
  text-decoration: none;
  display: block;
  height: 40px;
}
.body_lightslategray .bootstrap-table thead tr .orderdby,
.body_lightslategray .cms_table thead tr .orderdby {
  background: #bfbfbf;
}
.body_lightslategray .bootstrap-table thead tr .sortable,
.body_lightslategray .cms_table thead tr .sortable {
  cursor: pointer;
}
.body_lightslategray .bootstrap-table thead tr .sortable:hover,
.body_lightslategray .cms_table thead tr .sortable:hover {
  background: #bfbfbf;
}
.body_lightslategray .bootstrap-table thead tr .orderasc,
.body_lightslategray .cms_table thead tr .orderasc {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_lightslategray .bootstrap-table thead tr .orderasc:hover,
.body_lightslategray .cms_table thead tr .orderasc:hover {
  background: url('/_webblocks/images/orderdown.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_lightslategray .bootstrap-table thead tr .orderdesc,
.body_lightslategray .cms_table thead tr .orderdesc {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_lightslategray .bootstrap-table thead tr .orderdesc:hover,
.body_lightslategray .cms_table thead tr .orderdesc:hover {
  background: url('/_webblocks/images/orderup.png') center right no-repeat;
  background-color: #a6a6a6;
}
.body_lightslategray .bootstrap-table tbody tr,
.body_lightslategray .cms_table tbody tr {
  background: #ffffff;
}
.body_lightslategray .bootstrap-table tbody tr td,
.body_lightslategray .cms_table tbody tr td {
  color: #383838;
  border-left: solid 1px #B5D5E4;
}
.body_lightslategray .bootstrap-table tbody tr td a,
.body_lightslategray .cms_table tbody tr td a {
  text-decoration: none;
}
.body_lightslategray .bootstrap-table tbody tr td i,
.body_lightslategray .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_lightslategray .bootstrap-table tbody tr td:first-child,
.body_lightslategray .cms_table tbody tr td:first-child {
  border-left: none;
}
.body_lightslategray .bootstrap-table tbody tr:nth-child(2n),
.body_lightslategray .cms_table tbody tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.body_lightslategray .bootstrap-table tbody .even,
.body_lightslategray .cms_table tbody .even {
  background: #ffffff;
}
.body_lightslategray .bootstrap-table tbody .cont-move,
.body_lightslategray .cms_table tbody .cont-move {
  cursor: s-resize;
}
.body_lightslategray .table-topbar {
  padding: 0px 15px 15px 15px;
}
.body_lightslategray .table-topbar .cms_table_page_nav {
  display: inline-block;
  text-align: center;
  padding: 6px 12px;
  cursor: pointer;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #2b679b;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_lightslategray .table-topbar .cms_table_page_nav:last-child {
  border-right: 1px solid #ddd;
}
.body_lightslategray .table-topbar .cms_table_page_nav:hover {
  background: #eee;
}
.body_lightslategray .table-topbar .cms_table_page_nav_selected {
  cursor: default;
  background: #2B679B;
  border-color: #2B679B;
  color: #FFFFFF;
}
.body_lightslategray .table-topbar .cms_table_page_nav_selected:hover {
  cursor: not-allowed;
  background: #eee;
  border-color: #eee;
  color: #2b679b;
}
.body_lightslategray .table-topbar .cms_table_search_box {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px;
  width: 25%;
}
.body_lightslategray .table-topbar .btn {
  margin: 0px;
}
.body_lightslategray .cms_table_add {
  margin: 0px 0px 15px 15px;
}
.body_lightslategray .domain_special_table {
  width: 100%;
}
.body_lightslategray .domain_special_table tr {
  border: solid 2px #B5D5E4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.body_lightslategray .domain_special_table tr td {
  padding: 10px;
  color: #778899;
  border-left: solid 1px #B5D5E4;
}
.body_lightslategray .domain_special_table tr td:first-child {
  border: none;
}
.body_lightslategray .domain_special_table tr:nth-child(2n) {
  background-color: #E0E0E0;
}
.body_lightslategray .domain_special_table_toppbar {
  padding: 10px;
  background-color: #cbcbcb;
}
.body_lightslategray .domain_special_table_toppbar input[type="text"] {
  background-color: #FFFFFF;
  width: 100%;
}
.body_lightslategray .domain_special_table_toppbar input[type="text"]:focus {
  width: 100%;
}
.body_lightslategray .action-edit {
  font-size: 14px;
}
.body_lightslategray .action-delete {
  font-size: 14px;
}
.body_lightslategray .loading-template {
  width: 100%;
  padding: 15px;
  text-align: center;
}
.body_lightslategray .loading-template i {
  font-size: 18px !important;
  color: #999eac;
}
.body_lightslategray .loading-text {
  font-size: 14px !important;
  color: #999eac !important;
}
.body_lightslategray .page-item.active :hover {
  cursor: not-allowed;
}
.body_lightslategray .search-input {
  background: url('/_webblocks/images/search.png') 10px 11px no-repeat;
  padding-left: 34px !important;
}
.body_lightslategray .table-buttons {
  margin: 15px 10px 0px 15px;
}
.body_lightslategray .table-filters {
  margin: 18px 10px 0px 18px;
}
.body_lightslategray #tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.body_lightslategray #tiptip_holder.tip_top {
  padding-bottom: 5px;
}
.body_lightslategray #tiptip_holder.tip_bottom {
  padding-top: 5px;
}
.body_lightslategray #tiptip_holder.tip_right {
  padding-left: 5px;
}
.body_lightslategray #tiptip_holder.tip_left {
  padding-right: 5px;
}
.body_lightslategray #tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background: #383838;
}
.body_lightslategray #tiptip_arrow,
.body_lightslategray #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
.body_lightslategray #tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
.body_lightslategray #tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
.body_lightslategray #tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
.body_lightslategray #tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
.body_lightslategray #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_lightslategray #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_lightslategray #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_lightslategray #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_lightslategray #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  .body_lightslategray #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  .body_lightslategray #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
.body_lightslategray #users_systypes_rights_list ul {
  list-style-type: none;
}
.body_lightslategray #users_systypes_rights_list ul:first-child {
  margin: 0px;
  padding: 0px;
}
.body_lightslategray #users_systypes_rights_list ul li {
  margin-bottom: 10px;
  cursor: default;
}
.body_lightslategray #users_systypes_rights_list ul li .padding {
  border: solid 1px #B5D5E4;
  padding: 8px;
  background-color: #efefef;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_lightslategray #users_systypes_rights_list ul li ul li {
  margin-bottom: 0px;
}
.body_lightslategray #users_systypes_rights_list ul li ul li .padding {
  background-color: #e8e8e8;
  border-top: none;
}
.body_lightslategray #users_systypes_rights_list ul li ul li ul li .padding {
  background-color: #E0E0E0;
}
.body_lightslategray #users_systypes_rights_list ul li ul li ul li ul li .padding {
  background-color: #d8d8d8;
}
.body_lightslategray #users_systypes_rights_list ul li ul li ul li ul li ul li .padding {
  background-color: #d1d1d1;
}
.body_lightslategray #users_systypes_rights_list ul .users_rights_has_more_data {
  cursor: pointer;
}
.body_lightslategray #users_systypes_rights_list ul .users_rights_has_no_more_data {
  cursor: default;
}
.body_lightslategray .page_overview_table_header {
  background-color: #cbcbcb;
}
.body_lightslategray .page_overview_table_header table tr td {
  text-align: left;
  font-weight: bold;
  padding: 10px 5px;
}
.body_lightslategray .page_overview_table ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.body_lightslategray .page_overview_table ul li {
  width: 100%;
}
.body_lightslategray .page_overview_table ul table tr {
  border-top: solid 1px #B5D5E4;
}
.body_lightslategray .page_overview_table ul table tr td {
  padding: 10px;
  border-right: solid 1px #B5D5E4;
}
.body_lightslategray .page_overview_table ul table tr td:last-child {
  border: none;
}
.body_lightslategray .page_overview_table ul table tr td:first-child {
  padding: 0px;
}
.body_lightslategray .page_overview_table ul table tr td i {
  cursor: pointer;
  font-size: 24px;
}
.body_lightslategray .page_overview_table ul ul {
  padding-left: 40px;
}
.body_lightslategray .page_overview_table ul ul li {
  background: #e8e8e8;
  border-left: solid 1px #B5D5E4;
}
.body_lightslategray .page_overview_table ul ul li table tr {
  background: #e8e8e8;
}
.body_lightslategray .page_overview_table ul ul li ul li {
  background: #E0E0E0;
}
.body_lightslategray .page_overview_table ul ul li ul li table tr {
  background: #E0E0E0;
}
.body_lightslategray .page_overview_table ul ul li ul li ul li table {
  background: #d3d3d3;
}
.body_lightslategray .page_overview_table ul ul li ul li ul li table tr {
  background: #d3d3d3;
}
.body_lightslategray .page_overview_table ul .page_handle {
  cursor: move;
  width: 40px;
  height: 58px;
  line-height: 58px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.body_lightslategray .page_overview_table ul .page_handle i {
  font-size: 16px;
  color: #636363;
  cursor: move;
}
.body_lightslategray .page_overview_table ul .page_handle:hover {
  background-color: #778899;
}
.body_lightslategray .page_overview_table ul .page_handle:hover i {
  color: #FFFFFF;
}
