﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #353535;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #303AB2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #303AB2;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #c8ced1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 900;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #eef1f2;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #eef1f2;
}
.text-primary {
  color: #FCB200;
}
a.text-primary:hover {
  color: #c98e00;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #FCB200;
}
a.bg-primary:hover {
  background-color: #c98e00;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #b5bdc1;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #eef1f2;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 15px;
  border-left: 5px solid #b5bdc1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #eef1f2;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #b5bdc1;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 11px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #a3adb2;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #eef1f2;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0);
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgba(0, 0, 0, 0);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f4f5f6;
}
.table-hover > tbody > tr:hover {
  background-color: #C0E4F9;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #91979b;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #848a8f;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: inherit;
  color: #353535;
  border: 0;
  border-bottom: 1px solid #a3adb2;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #353535;
}
.form-control {
  display: block;
  width: 100%;
  height: 26px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #353535;
  background-color: #eef1f2;
  background-image: none;
  border: 1px solid #c8ced1;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /* firefox 19+ */
  /* ie */
}
.form-control:focus {
  border-color: #303AB2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 58, 178, 0.6) 1px 2px 1px #999;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 58, 178, 0.6) 1px 2px 1px #999;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 58, 178, 0.6) 1px 2px 1px #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 58, 178, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 58, 178, 0.6);
}
.form-control::-webkit-input-placeholder {
  color: #999999;
  background-color: white;
  font-style: italic;
  font-weight: normal;
}
.form-control::-moz-placeholder {
  background-color: white;
  font-style: italic;
  font-weight: normal;
}
.form-control:-ms-input-placeholder {
  color: #999999;
  background-color: white;
  font-style: italic;
  font-weight: normal;
}
.form-control:-ms-input-placeholder {
  color: #a3adb2;
}
.form-control::-webkit-input-placeholder {
  color: #a3adb2;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #a3adb2;
  cursor: auto;
  background-color: #eef1f2;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 26px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 18px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 32px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: auto;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: auto;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: auto;
}
.form-control-static {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 18px;
  padding: 0px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 18px;
  line-height: 18px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 18px;
  padding: 0px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.form-group-sm .form-control {
  height: 18px;
  line-height: 18px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 18px;
  padding: 0px 4px;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg {
  height: 32px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 32px;
  line-height: 32px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 32px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px;
}
select.form-group-lg .form-control {
  height: 32px;
  line-height: 32px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 32px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 32.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.input-sm + .form-control-feedback {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px 1px #999;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px 1px #999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px 1px #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 2px 1px #999;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 2px 1px #999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 2px 1px #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 1px #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px 1px #999;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px 1px #999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px 1px #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #757575;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 22px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 4px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 7.65px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #353535;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 1px #999;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 1px #999;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 1px #999;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: auto;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none 1px 2px 1px #999;
  -moz-box-shadow: none 1px 2px 1px #999;
  box-shadow: none 1px 2px 1px #999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #353535;
  background-color: rgba(0, 0, 0, 0);
  border-color: #c8ced1;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #353535;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a7b0b5;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #c8ced1;
}
.btn-default .badge {
  color: rgba(0, 0, 0, 0);
  background-color: #353535;
}
.btn-primary {
  color: #353535;
  background-color: #FCB200;
  border-color: #fcb200;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #353535;
  background-color: #c98e00;
  border-color: #bf8700;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #FCB200;
  border-color: #fcb200;
}
.btn-primary .badge {
  color: #FCB200;
  background-color: #353535;
}
.btn-success {
  color: #fff;
  background-color: #368D2E;
  border-color: #368d2e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #276721;
  border-color: #245f1f;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #368D2E;
  border-color: #368d2e;
}
.btn-success .badge {
  color: #368D2E;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #303AB2;
  border-color: #303ab2;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #252d8a;
  border-color: #232a82;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #303AB2;
  border-color: #303ab2;
}
.btn-info .badge {
  color: #303AB2;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #FCB200;
  border-color: #fcb200;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c98e00;
  border-color: #bf8700;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #FCB200;
  border-color: #fcb200;
}
.btn-warning .badge {
  color: #FCB200;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #BB3937;
  border-color: #bb3937;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #942d2b;
  border-color: #8c2b29;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #BB3937;
  border-color: #bb3937;
}
.btn-danger .badge {
  color: #BB3937;
  background-color: #fff;
}
.btn-link {
  color: #303AB2;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none 1px 2px 1px #999;
  -moz-box-shadow: none 1px 2px 1px #999;
  box-shadow: none 1px 2px 1px #999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #303AB2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #eef1f2;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 1px #999;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 1px #999;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 1px #999;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none 1px 2px 1px #999;
  -moz-box-shadow: none 1px 2px 1px #999;
  box-shadow: none 1px 2px 1px #999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 32px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 32px;
  line-height: 32px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 18px;
  padding: 0px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 18px;
  line-height: 18px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 3px 6px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #353535;
  text-align: center;
  background-color: #eef1f2;
  border: 1px solid #c8ced1;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 0px 4px;
  font-size: 11px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #353535;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #353535;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #353535;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #353535;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #353535;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #353535;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #353535;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #353535;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #353535;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.table > thead > tr > th,
.table tr > td {
  min-width: 50px;
}
.table > thead > tr > th {
  border-bottom: transparent;
  /*padding-top: 10px;
        padding-bottom: 10px;*/
  padding-right: 10px;
  font-size: 11px;
}
.table > thead > tr > th.sortable {
  white-space: nowrap;
  overflow: hidden;
}
.table > thead > tr > th.sortable .dw-icon-sort {
  visibility: hidden;
}
.table > thead > tr > th.sortable:hover {
  cursor: pointer;
}
.table > thead > tr > th.sortable:hover .dw-icon-sort {
  visibility: visible;
}
.table.draggable tr td:last-child {
  padding-right: 20px;
}
.table thead th {
  line-height: 15px;
}
.table td > .ui-icon {
  width: auto;
  height: auto;
}
.table td > .ui-icon.description {
  cursor: default;
}
.table td > .row-editor {
  padding: 0 5px;
}
.table td > input[type="search"],
.table td > input[type="password"],
.table td > input[role="spinbutton"] {
  height: 22px;
}
.table td > input[type="text"] {
  height: 21px !important;
}
.table td > select {
  height: 26px !important;
}
.table td a {
  color: #353535;
}
.table td.no-wrap {
  white-space: nowrap;
}
.table td .ellipsis-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.table td .ellipsis-content.icons-container {
  float: none;
}
.table td .ellipsis-content a,
.table td .ellipsis-content span,
.table td .ellipsis-content label {
  white-space: nowrap;
}
.table td .ellipsis-content a span,
.table td .ellipsis-content span span,
.table td .ellipsis-content label span {
  white-space: pre;
}
.table tr:hover .ui-icon.button:hover {
  border-color: #303AB2;
}
.table tr:hover .icons-container.show-on-hover,
.table tr:hover .icons-container-vertical.show-on-hover {
  visibility: visible;
}
.table tr.dragable {
  cursor: pointer;
}
.table tr.dragable .dw-icon-arrow-2-n-s {
  visibility: hidden;
  padding-left: 5px;
}
.table tr.dragable:hover:not(.disabled) .dw-icon-arrow-2-n-s {
  visibility: visible;
}
.table tr.dragable.disabled {
  color: #a3adb2;
  font-weight: normal;
}
.table tr.dragable.disabled .ui-icon {
  color: #a3adb2;
}
.table td.form-group {
  margin: 0;
}
.table td.form-group label {
  margin: 0;
}
.table td.form-group a {
  display: block;
}
.table td.v-align-middle {
  vertical-align: middle;
}
.table tr.active th,
.table tr.active td,
.table tr.active.disabled td {
  color: white;
}
.table tr.active th .ui-icon:not(.checkbox):not(.radio-button),
.table tr.active td .ui-icon:not(.checkbox):not(.radio-button),
.table tr.active.disabled td .ui-icon:not(.checkbox):not(.radio-button) {
  color: white;
}
.table tr.active th .ui-icon:not(.checkbox):not(.radio-button):hover,
.table tr.active td .ui-icon:not(.checkbox):not(.radio-button):hover,
.table tr.active.disabled td .ui-icon:not(.checkbox):not(.radio-button):hover {
  background-color: transparent;
}
.table tr.active th a,
.table tr.active td a,
.table tr.active.disabled td a {
  color: white;
}
.table tr.ui-sortable-placeholder {
  background-color: #C0E4F9 !important;
}
.table tbody.ui-sortable:empty {
  display: table-row;
  background: white;
}
.table.list-table {
  margin-bottom: 0;
}
.table.list-table tr td {
  padding: 0 0 10px 0;
}
.table.list-table tr td .row-content {
  display: table;
  border: 1px solid #c8ced1;
  padding: 5px;
  background: #FFFFFF;
  min-height: 150px;
  height: 100%;
}
.table.list-table tr td .row-content .left-cell {
  width: 350px;
  padding: 10px;
  display: table-cell;
  vertical-align: top;
}
.table.list-table tr td .row-content .middle-cell {
  padding: 30px 10px 10px 10px;
  display: table-cell;
  vertical-align: top;
}
.table.list-table tr td .row-content .right-cell {
  width: 25px;
  vertical-align: top;
  display: table-cell;
  padding-top: 5px;
}
.table.list-table tr td .row-content .separator-container {
  display: table-cell;
  width: 1px;
  height: 100%;
  padding: 10px 0px;
}
.table.list-table tr td .row-content .separator-container .separator {
  position: relative;
  width: 100%;
  height: 100%;
  background: #c8ced1;
  overflow: auto;
}
.table.list-table tr td .row-content .big-button-cell {
  width: 160px;
  padding: 15px;
  vertical-align: bottom;
  display: table-cell;
}
.table.list-table tr:last-of-type td {
  padding: 0;
}
.table-scroll-content {
  height: 400px;
}
.table-scroll-content:not(.scroll-wrapper) {
  overflow: auto;
}
.scroll-widget-disabled {
  overflow: auto;
}
.table-scroll {
  position: relative;
  margin-bottom: 8px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.table-scroll.bordered {
  border: 1px solid #c8ced1;
}
.table-scroll:before {
  height: 30px;
  display: block;
  content: ' ';
  border-bottom: 1px solid #c8ced1;
  background-color: #eef1f2;
}
.table-scroll > .scroll-wrapper {
  position: static;
}
.table-scroll .default-sl-table-class {
  height: 120px;
}
.table-scroll .tree-view-sl-table-class {
  height: auto;
  min-height: 120px;
}
.table-scroll .table {
  margin-bottom: 0;
}
.table-scroll .table.table-layout-fixed {
  table-layout: fixed;
}
.table-scroll .table tr > td {
  min-width: 50px;
}
.table-scroll .table tr > td .checkbox.ui-icon.button,
.table-scroll .table tr > td .checkbox + label:before {
  margin-right: 0;
}
.table-scroll .table tr > td .td-content-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-scroll .table tr > td .buttons-container {
  line-height: 1;
}
.table-scroll .table tr > td .buttons-container .ui-icon.button {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  bottom: 0;
}
.table-scroll .table tr > td > a.selectListTableText,
.table-scroll .table tr > td a.textButtonFullWidth {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  vertical-align: middle;
}
.table-scroll .table tr > td > a.selectListTableText > span,
.table-scroll .table tr > td a.textButtonFullWidth > span {
  display: inline-block;
  width: 100%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-scroll .table > thead > tr > th {
  padding: 0 5px;
  border-bottom: none;
  min-width: 60px;
}
.table-scroll .table > thead > tr > th > .header-cell {
  position: absolute;
  top: 0;
  line-height: 29px;
  border-left: 1px solid #c8ced1;
  background-color: #eef1f2;
  padding-left: 5px;
  margin-left: -5px;
  padding-right: 5px;
  margin-right: -5px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: inherit;
  min-width: 59px;
  height: 29px;
}
.table-scroll .table > thead > tr > th:first-child > .header-cell {
  border-left-color: rgba(0, 0, 0, 0);
}
.table-treeView {
  position: relative;
  margin-bottom: 16px;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
  .table-treeView {
    width: 99.9% !important;
  }
}
@supports (-ms-accelerator:true) {
  .table-treeView {
    width: 99.9% !important;
  }
}
.table-treeView.bordered {
  border: 1px solid #c8ced1;
}
.table-treeView > .scroll-wrapper {
  position: static;
}
.table-treeView .table {
  margin-bottom: 0;
}
.table-treeView .table tbody {
  min-height: 260px;
  display: block;
}
.table-treeView .table tr {
  display: block;
}
.table-treeView .table tr.rowContainer {
  height: 29px;
  width: auto;
}
.table-treeView .table tr.rowContainer:hover span.dw-icon-close-light {
  display: table-cell;
}
.table-treeView .table tr.rowContainer div {
  display: table;
  border-collapse: separate;
}
.table-treeView .table tr.rowContainer div a,
.table-treeView .table tr.rowContainer div span {
  display: table-cell;
  height: auto;
  width: auto;
  vertical-align: middle;
  margin-top: 0;
  font-size: 14px;
}
.table-treeView .table tr.rowContainer div a.dw-icon-folder,
.table-treeView .table tr.rowContainer div span.dw-icon-folder {
  font-size: 15px;
  padding-right: 10px;
  padding-top: 1px;
  color: #303AB2;
}
.table-treeView .table tr.rowContainer div a.folder-name,
.table-treeView .table tr.rowContainer div span.folder-name {
  white-space: nowrap;
  padding-right: 10px;
}
.table-treeView .table tr.rowContainer div a.dw-icon-close-light,
.table-treeView .table tr.rowContainer div span.dw-icon-close-light {
  font-size: 12px;
  display: none;
}
.table-treeView .table tr.rowContainer div a {
  line-height: normal;
}
.table-treeView .table tbody.ui-sortable:empty {
  height: 260px;
  display: block;
  background: white;
}
.table-treeView .table tbody.dragHere {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  border: 0;
}
.table-treeView .table tbody.dragHere tr {
  display: block;
}
.table-treeView .table tbody.dragHere tr:hover {
  background: none;
}
.table-treeView .table tbody.dragHere tr td {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  text-align: center;
}
.table-treeView .table tbody.dragHere tr td span {
  line-height: 260px;
  vertical-align: middle;
}
.table-treeView .table tbody.dragHere tr td span.ui-icon {
  padding-right: 10px;
  font-size: 20px;
  color: #303AB2;
}
.treeviewBreadcrumb {
  width: 100%;
  height: 36px;
  display: inline-block;
  overflow: hidden;
  padding: 0px 0px 0px 16px;
  vertical-align: middle;
}
.treeviewBreadcrumb ul {
  width: 100%;
  list-style: none;
  vertical-align: middle;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}
.treeviewBreadcrumb ul li {
  display: inline-block;
  list-style: none;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303AB2;
  cursor: pointer;
}
.treeviewBreadcrumb ul li span {
  position: relative;
  color: #353535;
  text-decoration: none;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 36px;
}
.treeviewBreadcrumb ul li.arrow {
  width: 20px;
  cursor: default;
  background: none;
  padding: 0;
}
.treeviewBreadcrumb ul li.arrow span {
  margin-top: 0;
  padding: 0 3px;
  height: auto;
  color: #353535;
  border: 0;
}
.treeviewBreadcrumb ul li:not(.arrow):hover {
  background-color: #C0E4F9;
}
.treeviewBreadcrumb ul li:not(.arrow):active {
  border-color: #303AB2;
}
.treeviewBreadcrumb ul li:nth-last-child(2) span {
  padding-right: 20px;
}
.treeviewBreadcrumb ul li:nth-last-child(2) span:after {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e640";
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  bottom: 10px;
  right: 4px;
}
.treeviewBreadcrumb ul li:nth-last-child(2) span.menu-activated:after {
  content: "\e63d";
}
.treeviewBreadcrumb ul.shorten {
  display: table;
  table-layout: fixed;
}
.treeviewBreadcrumb ul.shorten li {
  display: table-cell;
  text-align: center;
}
.btn-default.no-border {
  border-color: transparent;
}
.btn-default.white {
  background-color: #FFFFFF;
}
.btn-default:hover,
.btn-default.white:hover {
  background-color: #C0E4F9;
}
.btn-default:active,
.btn-default.white:active {
  background-color: #81CAF3;
}
.btn-default:focus,
.btn-default.white:focus {
  border-color: #303AB2;
}
.btn-default:focus:active,
.btn-default.white:focus:active {
  border-color: #303AB2;
  background-color: #81CAF3;
}
.btn-blue {
  background-color: #0089CF;
  color: #FFFFFF;
  font-weight: bold;
}
.btn-blue.no-border {
  border-color: transparent;
}
.btn-blue:hover {
  background-color: #C0E4F9;
  color: #353535 !important;
}
.btn-blue:active {
  background-color: #81CAF3;
  color: #353535;
}
.btn-blue:focus {
  border-color: #303AB2;
  color: #FFFFFF;
}
.btn-blue:focus:active {
  border-color: #303AB2;
  background-color: #81CAF3;
  color: #353535;
}
.btn-transparent {
  background-color: rgba(0, 0, 0, 0);
}
.btn-transparent.no-border {
  border-color: transparent;
}
.btn-transparent:hover {
  background-color: #C0E4F9;
  color: #353535 !important;
}
.btn-transparent:hover .ui-icon {
  color: #353535;
}
.btn-transparent:active {
  background-color: #81CAF3;
  color: #353535;
}
.btn-transparent:active .ui-icon {
  color: #353535;
}
.btn-transparent:focus {
  border-color: #303AB2;
}
.btn-transparent:focus:active {
  border-color: #303AB2;
  background-color: #81CAF3;
  color: #353535;
}
.btn-transparent:focus:active .ui-icon {
  color: #353535;
}
.btn-secondary {
  border-color: #FCB200;
  background-color: rgba(0, 0, 0, 0);
}
.btn-tertiary {
  border-color: #c8ced1;
  background-color: #EEF1F2;
}
.btn-quaternary {
  border-color: #c8ced1;
  background-color: #FFFFFF;
}
.btn-gray {
  border-color: #c8ced1;
  background-color: #F8F8F8;
}
.btn-secondary:hover,
.btn-tertiary:hover,
.btn-gray:hover,
.btn-quaternary:hover {
  background-color: #C0E4F9;
}
btn-secondary:active,
.btn-tertiary:active,
.btn-gray:active,
.btn-quaternary:active {
  background-color: #81CAF3;
}
.btn-secondary:focus,
.btn-tertiary:focus,
.btn-gray:focus,
.btn-quaternary:focus {
  border-color: #303AB2;
}
.btn-secondary:focus:active,
.btn-tertiary:focus:active,
.btn-gray:focus:active,
.btn-quaternary:focus:active {
  border-color: #303AB2;
  background-color: #81CAF3;
}
.btn-primary:hover {
  background-color: #FDD166;
  border-color: #FDD166;
}
.btn-primary:active {
  background-color: #FC973A;
}
.btn-primary:focus {
  background-color: #FCB200;
  border-color: #353535;
}
.btn-primary:focus:active {
  background-color: #FC973A;
  border-color: #353535;
}
.btn {
  padding: 0 18px;
  line-height: 22px;
  height: 28px;
}
.btn.large {
  height: 32px;
}
.btn.float {
  width: 100%;
}
.btn.no-min-width {
  min-width: inherit !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn.icon-only {
  padding: 4px 8px;
  height: 32px;
}
.btn.icon-only .ui-icon {
  margin-top: 0;
}
.btn.icon-only.small {
  height: 28px;
  padding: 4px 8px;
}
.btn .ui-icon,
.btn span {
  position: relative;
}
.btn .ui-icon.icon-vert-center,
.btn span.icon-vert-center {
  display: block;
  float: left;
  margin-top: 0;
  height: 100%;
}
.btn .ui-icon.icon-vert-center:before,
.btn span.icon-vert-center:before {
  vertical-align: middle;
}
.btn .icon-left {
  padding-right: 5px;
}
.btn-back {
  text-align: left;
  padding: 0 5px;
}
label.btn {
  font-size: 14px;
  padding-top: 2px;
}
.btn:not(.icon-only) {
  min-width: 120px;
}
.btn:not(.icon-only) .ui-button-icon-primary {
  left: inherit !important;
}
.btn-group .btn {
  min-width: inherit;
}
.btn.btn-active,
.btn.btn-active:hover,
.btn.btn-active:focus,
.ui-button.ui-state-default.btn.btn-active,
.ui-button.ui-state-default.btn.btn-hover,
.ui-button.ui-state-default.btn.btn-focus {
  background-color: #303AB2;
  color: white;
}
.btn.btn-active .ui-icon,
.btn.btn-active:hover .ui-icon,
.btn.btn-active:focus .ui-icon,
.ui-button.ui-state-default.btn.btn-active .ui-icon,
.ui-button.ui-state-default.btn.btn-hover .ui-icon,
.ui-button.ui-state-default.btn.btn-focus .ui-icon {
  color: white;
}
.btn-file {
  position: relative;
  overflow: hidden;
  background-color: white;
  transition: background-color 0.25s ease-out 0s, border-color 0.25s ease-out 0s;
}
.btn-file:hover {
  background-color: #C0E4F9;
}
.btn-file span {
  font-size: 14px !important;
  padding: 4px 18px;
  height: 32px;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
  color: transparent;
  text-shadow: 0px 0px 0px gray;
  border: none;
}
.btn-file-input {
  opacity: 0;
  filter: alpha(opacity=0);
}
.position-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.position-bottom:not(.one-button-right) button:first-of-type {
  margin-right: 10px;
}
.position-bottom .col-xs-12 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
}
.btn-group.large .btn {
  padding: 0 20px;
  font-size: 14px;
  height: 28px;
}
.btn-group.large .btn.btn-active {
  background-color: #303AB2;
  color: white;
}
.btn-container {
  text-align: center;
}
.btn-container:before {
  content: '';
  position: relative;
  top: 15px;
  display: block;
  border-top: 1px solid #c8ced1;
}
.btn-container + .section-container {
  margin-top: -12px;
  padding: 12px 0px 0px 0px;
}
.btn-container h5 {
  margin-bottom: 15px;
}
.btn-container .btn-group.large .btn {
  padding: 0 30px;
}
.btn-container .btn-group {
  background-color: #EEF1F2;
}
.radio-button + label {
  cursor: pointer;
  /*margin: 0;*/
  position: relative;
  padding-left: 34px;
}
.radio-button + span {
  position: relative;
  top: 2px;
}
.radio-button.ui-icon.button {
  cursor: pointer;
  /*margin: 0;*/
  position: relative;
}
.radio-button + label:before,
.radio-button.ui-icon.button {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.radio-button + label:before {
  vertical-align: middle;
  content: "";
  margin-top: -3px;
  position: absolute;
  left: 0;
  top: 5px;
}
.radio-button + label:before,
.radio-button.ui-icon.button {
  background-color: #EEF1F2;
  border: 1px solid #c8ced1;
  margin-right: 10px;
  border-radius: 50%;
  box-sizing: content-box;
}
.radio-button.ui-icon.button:focus,
.radio-button.ui-icon.button:active:focus {
  color: #303AB2;
}
.radio-button + label:hover:before {
  background-color: #C0E4F9;
}
.radio-button + label:active:before {
  background-color: #81CAF3;
}
.radio-button:focus + label:before {
  border-color: #303AB2;
}
.radio-button:checked + label:after,
.radio-button.ui-icon.button.checked:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  left: 5px;
  top: 5px;
  background-color: #303AB2;
}
.radio-button:checked + label:after {
  top: 8px;
  left: 6px;
}
.radio-button.m-r-0 {
  margin-right: 0px !important;
}
input[type="radio"].radio-button {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
.checkbox + label,
.checkbox.ui-icon.button {
  cursor: pointer;
  margin: 0;
  position: relative;
}
.checkbox + label.m-r-20 {
  margin-right: 20px;
}
.checkbox + label:before,
.checkbox + label:after {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox + label:before,
.checkbox.ui-icon.button:before {
  display: inline-block;
  content: "\e6ce";
  font-size: 16px;
}
.checkbox + label:before,
.checkbox.ui-icon.button {
  background-color: #EEF1F2;
  color: #c8ced1;
}
.checkbox + label:before {
  margin-right: 16px;
}
.checkbox.ui-icon.button {
  margin-right: 11px;
  margin-top: 3px;
}
.checkbox + label:before {
  position: relative;
  top: 2px;
}
.checkbox.ui-icon.button {
  width: auto;
  height: auto;
}
.checkbox.ui-icon.button:focus,
.checkbox.ui-icon.button:active:focus {
  color: #303AB2;
}
.checkbox.ui-icon.button.checked.ui-state-disabled:after {
  color: #a3adb2;
}
.checkbox.ui-icon.button.ui-state-disabled + span {
  color: #a3adb2;
}
.checkbox + label:hover:before {
  background-color: #C0E4F9;
}
.checkbox + label:active:before {
  background-color: #81CAF3;
}
.checkbox:focus + label:before {
  color: #303AB2;
}
.checkbox:checked + label:after,
.checkbox.ui-icon.button.checked:after {
  display: inline-block;
  content: "\e675";
  position: absolute;
  top: 2px;
  left: 2px;
  color: #303AB2;
  font-size: 12px;
}
.checkbox:checked + label:after {
  top: 4px;
}
.checkbox.topseven:checked + label:after {
  top: 7px;
}
.checkbox:checked + label:before,
.checkbox.checked {
  content: "\e6ce";
}
.checkbox:disabled + label {
  cursor: default;
}
.checkbox:disabled + label:after {
  color: #a3adb2;
}
.checkbox:disabled + label:before {
  background-color: #EEF1F2;
  opacity: .45;
}
.checkbox.ui-icon.ui-state-disabled {
  color: #C8CED1 !important;
  opacity: .45;
}
.checkbox + span {
  position: relative;
  top: -1px;
}
input[type="checkbox"].checkbox {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
}
input[type="checkbox"].checkbox + label {
  margin-left: -17px;
}
.checkbox-right + label,
.checkbox-right.ui-icon.button {
  cursor: pointer;
  margin: 0;
  position: relative;
}
.checkbox-right + label:before,
.checkbox-right + label:after {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox-right + label:after,
.checkbox-right.ui-icon.button:after {
  display: inline-block;
  content: "\e6ce";
  font-size: 14px;
}
.checkbox-right + label:after,
.checkbox-right.ui-icon.button {
  margin-left: 10px;
  background-color: #EEF1F2;
  color: #c8ced1;
}
.checkbox-right.ui-icon.button {
  width: auto;
  height: auto;
}
.checkbox-right.ui-icon.button:focus,
.checkbox-right.ui-icon.button:active:focus {
  color: #303AB2;
}
.checkbox-right.ui-icon.button.checked.ui-state-disabled:before {
  color: #a3adb2;
}
.checkbox-right + label:hover:after {
  background-color: #C0E4F9;
}
.checkbox-right + label:active:after {
  background-color: #81CAF3;
}
.checkbox-right:focus + label:after {
  color: #303AB2;
}
.checkbox-right:checked + label:before,
.checkbox-right.ui-icon.button.checked:before {
  display: inline-block;
  content: "\e675";
  position: absolute;
  top: 3px;
  right: 2px;
  color: #303AB2;
  font-size: 10px;
}
.checkbox-right:checked + label:after,
.checkbox-right.checked {
  content: "\e6ce";
}
.checkbox-right:disabled + label {
  cursor: default;
}
.checkbox-right:disabled + label:after {
  color: #a3adb2;
}
.checkbox-right:disabled + label:before {
  background-color: #EEF1F2;
}
.checkbox-right:disabled:checked + label:before {
  color: #a3adb2;
}
input[type="checkbox"].checkbox-right {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
}
input[type="checkbox"].checkbox-right + label {
  margin-left: -17px;
}
.ui-spinner-fixed {
  height: 28px;
}
.ui-spinner-fixed.has-error .ui-spinner input {
  border: 1px solid #a94442;
}
.ui-spinner-fixed .ui-spinner {
  height: 32px;
  margin: 0 ;
  padding: 0;
}
.ui-spinner-default.has-error .ui-spinner input {
  border: 1px solid #a94442;
}
input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label,
input[type="radio"].disabled,
input[type="checkbox"].disabled + label,
fieldset[disabled] input[type="radio"] + label,
fieldset[disabled] input[type="checkbox"] + label {
  color: #a3adb2;
}
a.blue,
.ui-widget-content a.blue {
  color: #0089CF;
  text-decoration: none;
  font-size: 14px;
}
a.blue:hover,
.ui-widget-content a.blue:hover,
a.blue:focus,
.ui-widget-content a.blue:focus {
  color: #0089CF;
  text-decoration: underline;
}
a.arrow-more {
  margin-top: -2px !important;
  text-decoration: none;
}
a.arrow-more:after {
  content: "\e640";
  color: #0089CF;
  text-decoration: none;
  font-size: 14px;
}
a.arrow-more.expanded:after {
  font-family: 'dwIconFont';
  content: "\e63d";
}
.dw-tabStrip *,
.dw-grid * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.row.grey {
  background-color: #eef1f2;
}
.row.padding {
  padding: 10px 0;
}
.row.padding:first-child {
  padding-bottom: 20px;
}
.row.info,
.form-group.info {
  min-height: 24px;
}
.form-group.no-margin {
  margin-bottom: 0;
}
.form-group.margin-bottom-6 {
  margin-bottom: 6px;
}
.form-group.margin-bottom-13 {
  margin-bottom: 13px;
}
.row.vert-align [class*="col-"] {
  float: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}
.row.vert-align [class*="col-"].valign-top {
  vertical-align: top;
}
.col-fixed-120 {
  width: 120px;
}
.container-fixed-width {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.form-group .checkbox-valign {
  margin-top: 3px;
  margin-bottom: 3px;
}
.form-group .checkbox-valign input.checkbox {
  min-height: auto;
  min-height: initial;
}
.left-inner-addon {
  position: relative;
}
.left-inner-addon .ui-icon {
  position: absolute;
  padding: 7px 5px;
}
.left-inner-addon input[type="text"],
.left-inner-addon input[type="search"],
.left-inner-addon input[type="password"],
.left-inner-addon input[role="spinbutton"] {
  padding-left: 20px;
}
.right-inner-addon {
  position: relative;
}
.right-inner-addon .ui-icon {
  position: absolute;
  right: 2px;
  padding: 7px 5px;
}
.right-inner-addon input[type="text"],
.right-inner-addon input[type="search"],
.right-inner-addon input[type="password"],
.right-inner-addon input[role="spinbutton"] {
  padding-right: 20px;
}
.page-wrapper {
  background-color: white;
  min-height: 100%;
  width: 100%;
  height: 1px;
  overflow: auto;
}
.wrapper {
  margin: 15px;
}
.container-fluid.overflow-y {
  overflow-y: auto;
}
.container-fluid.dark-gray {
  background-color: #91979b;
}
.container-fluid.light-gray {
  background-color: #eef1f2;
}
.container-fluid.gray {
  padding-bottom: 10px;
}
.container-fluid.gray.margin-top {
  margin-top: 20px;
}
.ui-dialog .container-fluid.gray {
  margin-left: 15px;
  margin-right: 15px;
}
.ui-dialog .scroll-vertical-visible .dw-icon-info-plain {
  margin-right: 10px;
}
.container.fixed-footer {
  padding-bottom: 54px;
}
.container.left {
  margin-left: 0;
}
.main {
  height: 100%;
}
.main > .container {
  padding-bottom: 54px;
  position: relative;
}
.container .container-fluid {
  margin: 0;
}
.section-container {
  width: 100%;
  overflow: hidden;
  /*margin-top: 10px;
    margin-bottom: 20px;*/
  padding: 20px;
}
.section-container.no-margin {
  margin: 0;
}
.section-container.dark {
  background-color: #e3e7e9;
}
.section-container.p-b-0 {
  padding-bottom: 0;
}
.icons-container {
  float: right;
  font-size: 13px;
  width: auto;
  clear: both;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}
.icons-container.show-on-hover {
  visibility: hidden;
}
.icons-container-vertical {
  float: right;
  font-size: 13px;
  width: auto;
  clear: both;
  position: relative;
  vertical-align: middle;
}
.icons-container-vertical.show-on-hover {
  visibility: hidden;
}
fieldset[disabled] .form-control {
  color: #a3adb2;
}
.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
.form-control[disabled]::-ms-value {
  color: #a3adb2;
}
.form-control.inline {
  display: inline-block;
}
.form-control.l-h-0 {
  line-height: normal;
}
.form-horizontal.gray,
.container-fluid.gray {
  padding-top: 15px;
  background-color: #eef1f2;
  border: 1px solid #c8ced1;
}
.containers-group {
  background: white;
  background-clip: content-box;
}
.container-fluid.container-content {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: white;
}
.container-fluid.container-content.no-bg {
  background: none;
}
.dw-dialog-template.container-fluid.container-content {
  padding-left: 40px;
  padding-right: 40px;
}
.form-horizontal .control-label.text-left {
  text-align: left;
}
.container-fluid .control-label {
  padding-top: 4px;
}
.container-fluid .fixed-label {
  height: 24px;
  vertical-align: top;
  display: inline-block;
  margin-top: 5px;
}
.dw-dialogs .dialog-table-height {
  height: 205px !important;
}
.dw-dialogs .flex-container {
  display: flex;
  display: -webkit-flex;
}
.dw-dialogs .flex-container .flex-column {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.dw-dialogs .flex-container .flex-column .title-container {
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.dw-dialogs .flex-container .flex-column .title-container .title {
  background: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}
.dw-dialogs .flex-container .flex-column .section-container {
  margin-top: -6px;
  padding: 10px 20px 0 20px;
  border: 1px solid #c8ced1;
}
.dw-dialogs .flex-container .flex-column .section-container ul {
  padding-left: 10px;
}
.dw-dialogs .flex-container .flex-column .section-container.grow-1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.dw-dialogs .more-options {
  padding-left: 0px;
  padding-right: 0px;
}
.has-validation-error + button,
.has-validation-error {
  border: 1px solid #a94442 !important;
}
.has-error .form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
label,
.control-label,
.help-block,
.checkbox,
.radio {
  font-weight: normal;
}
label.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.numberCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font-size: 32px;
}
.ui-autocomplete.ui-menu {
  background-color: #ffffff !important;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
  padding: 5px 5px !important;
}
.dw-no-content {
  font-size: 0;
  line-height: 24px;
  text-align: center;
  color: #353535;
  position: absolute;
  display: table;
  height: 300px;
  width: 320px;
  top: calc(50% - 150px);
  left: calc(50% - 160px);
  z-index: 1;
}
.dw-no-content.fixed {
  position: fixed;
}
.dw-no-content .text-container {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
}
.dw-no-content .text-container .icon-container {
  position: relative;
  width: 80px;
  text-align: left;
  left: 100px;
  line-height: 90px;
}
.dw-no-content .text-container .icon-container .ui-icon {
  height: 90px;
  font-size: 80px;
  color: #91979B;
  vertical-align: bottom;
}
.dw-no-content span:not(.ui-icon) {
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
}
.dw-no-content .ui-icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}
.ui-tabs .tabs-theme-light {
  border-bottom: 1px solid #c8ced1;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav {
  padding: 0px 0px 0px 0px;
  height: 34px;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav span {
  color: #353535;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav .ui-tabs-anchor {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav .ui-tabs-anchor:only-child {
  padding-right: 16px;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav .ui-tabs-anchor:hover {
  background-color: #C0E4F9;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav li {
  margin: 1px 0 0 0px;
  border-right-width: 0;
  border-top-width: 4px;
  border-top-color: transparent;
  height: 28px;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav li.ui-state-hover {
  border-top-color: transparent;
  background-color: transparent;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav li.ui-state-active {
  border-top-color: #91979B;
  background-color: #ffffff;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav li.ui-state-active:hover {
  background-color: #ffffff;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav li.ui-state-active .ui-tabs-anchor {
  background-color: #ffffff;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav li.ui-state-focus {
  outline: none;
}
.ui-tabs .tabs-theme-light.ui-tabs-nav li:first-child {
  border-left-width: 0;
}
.ui-tabs .tabs-theme-light.tabAdvanced {
  height: 32px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  border-top-width: 4px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-color: transparent;
  padding: 0;
  background: none;
  line-height: 28px;
  margin-right: 0px;
  margin-top: 1px;
}
.ui-tabs .tabs-theme-light.tabAdvanced span {
  color: #353535;
  background: #ffffff;
  padding: 0px 16px;
}
.ui-tabs .tabs-theme-light.tabAdvanced:hover {
  background: none;
}
.ui-tabs .tabs-theme-light.tabAdvanced:hover span {
  color: #353535;
  background: #C0E4F9;
}
.ui-tabs .tabs-theme-light.tabAdvanced:focus {
  outline: none;
}
.ui-tabs .tabs-theme-light.tabAdvanced.ui-state-active {
  height: 33px;
  border-top-color: #91979B;
  cursor: default;
}
.ui-tabs .tabs-theme-light.tabAdvanced.ui-state-active span {
  color: #353535;
  background: #ffffff;
}
.ui-tabs .tabs-theme-light.tabAdvanced.menu-activated {
  outline: none;
}
.block-view hr {
  clear: both;
}
.block-view .ui-icon.dw-icon-file-cabinet,
.block-view .ui-icon.dw-icon-user-management,
.block-view .ui-icon.dw-icon-subscribe-notifications,
.block-view .ui-icon.dw-icon-workflowContentArea,
.block-view .ui-icon.dw-icon-relations,
.block-view .ui-icon.dw-icon-dialog,
.block-view .ui-icon.dw-icon-databse-fields,
.block-view .ui-icon.dw-icon-select-list,
.block-view .ui-icon.dw-icon-field-mask,
.block-view .ui-icon.dw-icon-notification,
.block-view .ui-icon.dw-icon-notification-unsubscribed {
  font-size: 50px;
  margin-bottom: 12px;
  margin-right: 0;
}
.block-view .image-container .ui-icon.dw-icon-dialog {
  margin-bottom: 0;
}
.block-view .ui-icon.dw-icon-basketContentArea {
  font-size: 64px;
  margin-bottom: 12px;
}
.block-view .ui-icon.dw-icon-edit,
.block-view .ui-icon.dw-icon-copy,
.block-view .ui-icon.dw-icon-delete {
  font-size: 16px;
}
.block-view .ellipsis-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-view .ellipsis-content a,
.block-view .ellipsis-content span,
.block-view .ellipsis-content label {
  white-space: nowrap;
}
.block-view .ellipsis-content a span,
.block-view .ellipsis-content span span,
.block-view .ellipsis-content label span {
  white-space: pre;
}
.block-view .doughnut-chart {
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
}
.block-view .block-view-row {
  margin-bottom: 16px;
  position: relative;
}
.block-view .block-view-row:last-of-type {
  margin-bottom: 40px;
}
.block-view .block-view-switch {
  width: 50px;
  display: inline-block;
}
.block-view .ico-inc-4.dw-icon-file-cabinet {
  margin-bottom: 0;
}
.block-view span.button {
  display: inline-block;
  min-width: 110px;
  padding: 5px;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.block-view span.button span {
  display: block;
}
.block-view span.button:hover {
  cursor: pointer;
  background-color: #C0E4F9;
}
.block-view span.button div.button:hover {
  background: none;
}
.doughnut-chart {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #EEF1F2;
  box-shadow: 0 0 0 1px #C8CED1;
}
.doughnut-chart:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #C8CED1;
  z-index: 10;
}
.doughnut-chart:before {
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: white;
}
.doughnut-chart > div {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  left: 50%;
  transform-origin: left center;
}
.doughnut-chart > div .before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background: #303AB2;
  transform-origin: right center;
}
.doughnut-chart > div.big {
  width: 100%;
  height: 100%;
  left: 0%;
  transform-origin: center;
}
.doughnut-chart > div.big .before {
  left: 0;
  width: 50%;
}
.doughnut-chart > div.big:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  background: #303AB2;
}
.combobox-table-formcontrol {
  height: 32px;
  padding-top: 4px;
  padding-left: 12px;
}
.combobox-table-formcontrol .caret {
  float: right;
  margin-top: 10px;
}
.combobox-table-formcontrol .ellipsis-content {
  white-space: nowrap;
  width: 90%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.menu-container.combobox-table {
  color: #353535;
}
.menu-container.combobox-table div span {
  cursor: default;
}
.combobox-table {
  width: 500px;
  padding-bottom: 10px;
}
.combobox-table .container-fluid.container-content {
  padding-left: 0;
  padding-right: 0;
}
.combobox-table .icons-container {
  clear: none;
}
.combobox-table .scroll-wrapper {
  height: 200px;
}
.combobox-table hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.combobox-table .btn-group {
  margin-left: 12px;
}
.combobox-table .table {
  margin-bottom: 0;
}
.file-cabinet-select-list-dialog {
  width: 100%;
}
.file-cabinet-select-list-dialog .row.m-t-40.m-b-16 {
  margin-top: 0;
}
.file-cabinet-select-list-dialog .container-fluid.container-content {
  padding-left: 0;
  padding-right: 0;
}
.dw-dialog-template.treeView-field-properties-dialog .select-list-plugin .table-scroll-content {
  height: 400px;
}
.wizard-content p {
  padding: 50px 20px;
  font-size: 14px;
}
.dw-popover.audit-report-details {
  max-width: 800px;
  width: 800px;
  min-height: 100px;
}
.dw-popover.audit-report-details .table-scroll-content {
  height: auto;
}
.audit-events-overview-template > div > div {
  width: 100%;
}
.audit-report-toolbar input[type=text] {
  width: 120px;
}
.audit-report-toolbar button.btn-primary {
  margin-left: 16px;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'dwIconFont';
  src: url('Fonts/dwIconFont/dwIconFont.eot?hash=D2695499F3F064B0497F93D087145D9A');
  src: url('Fonts/dwIconFont/dwIconFont.eot?hash=D2695499F3F064B0497F93D087145D9A') format('embedded-opentype'), url('Fonts/dwIconFont/dwIconFont.svg?hash=BDA3A2FF874697696EAA2CF310AEB612') format('svg'), url('Fonts/dwIconFont/dwIconFont.ttf?hash=DB53C347643C2786BEF6676B62C1DCD1') format('truetype'), url('Fonts/dwIconFont/dwIconFont.woff?hash=377895095C864ABF77EF36A540155108') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'password';
  src: url('Fonts/password-font/password.ttf') format('truetype'), url('Fonts/password-font/password.woff') format('woff'), url('Fonts/password-font/password.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/*For icons inserted before an element and not using the ui-icon class*/
.dw-font-icon {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.password-font {
  font-family: 'password' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* jquery-ui icons
----------------------------------*/
.ui-icon-carat-1-n:before {
  content: "\e63d";
}
.ui-icon-carat-1-n-after:after {
  content: "\e63d";
}
.ui-icon-carat-1-ne:before {
  content: "\e670";
}
.ui-icon-carat-1-e:before,
.ui-icon-circle-triangle-e:before {
  content: "\e63e";
}
.ui-icon-carat-1-se:before {
  content: "\e670";
}
.ui-icon-carat-1-s:before {
  content: "\e640";
}
.ui-icon-carat-1-s-after:after {
  content: "\e640";
}
.ui-icon-carat-1-sw:before {
  content: "\e682";
}
.ui-icon-carat-1-w:before,
.ui-icon-circle-triangle-w:before {
  content: "\e63f";
}
.ui-icon-carat-1-nw:before {
  content: "\e63f";
}
.ui-icon-carat-2-n-s:before {
  content: "\e670";
}
.ui-icon-carat-2-e-w:before {
  content: "\e670";
}
.ui-icon-triangle-1-n:before {
  content: "\e67f";
}
.ui-icon-triangle-1-e:before {
  content: "\e680";
}
.ui-icon-triangle-1-s:before {
  content: "\e683";
}
.ui-icon-triangle-1-w:before {
  content: "\e681";
}
.ui-icon-refresh:before {
  content: "\e64c";
}
.ui-icon-refresh-left:before {
  content: "\e907";
}
.ui-icon-seek-first:before {
  content: "\e63b";
}
.ui-icon-seek-last:before {
  content: "\e61a";
}
.ui-icon-circle-close:after {
  content: "\e670";
}
.ui-icon-closethick:after {
  content: "\e671";
}
.ui-icon-seek-end:before {
  content: "\e61a";
}
.ui-icon-seek-start:before {
  content: "\e63b";
}
.ui-icon-gripsmall-diagonal-se:before {
  content: "\e6b6";
}
.ui-icon-alert:before {
  content: "\e601";
  color: #FCB200;
}
/*Navigation icons*/
.dw-icon-basketContentArea:before {
  content: "\e66a";
}
.dw-icon-searchContentArea:before {
  content: "\e64e";
}
.dw-icon-tasklistContentArea:before {
  content: "\e65e";
}
.dw-icon-workflowContentArea:before {
  content: "\e675";
}
.dw-icon-treeViewContentArea:before {
  content: "\e925";
}
.dw-icon-OCR:before {
  content: "\e6e3";
}
.dw-icon-notification:before {
  content: "\e6e2";
}
.dw-icon-connect-MFP:before {
  content: "\e6dc";
}
.dw-icon-forms:before {
  content: "\e6de";
}
.dw-icon-request:before,
.CreateREQUEST:before {
  content: "\e6e5";
}
.dw-icon-connect-outlook:before {
  content: "\e6da";
}
.dw-icon-email-accounts:before {
  content: "\e6dd";
}
.dw-icon-subscribe-notifications:before {
  content: "\e6e7";
}
.dw-icon-notification-unsubscribed:before {
  content: "\e940";
}
.dw-icon-lab:before {
  content: "\e93f";
}
.dw-icon-field-mask:before {
  content: "\e93e";
}
.dw-icon-document-processing:before {
  content: "\e93d";
}
.dw-icon-spinner-left:before {
  content: "\e944";
}
.dw-icon-transfer:before {
  content: "\e943";
}
.dw-icon-revision-history:before,
.ShowVersionHistory:before {
  content: "\e942";
}
.dw-icon-predefined-locked:before {
  content: "\e941";
}
.dw-icon-shoe-print:before {
  content: "\e946";
}
.dw-icon-field-behavior:before {
  content: "\e945";
}
/*Main arrow buttons container*/
button.icon-button {
  border: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-size: 20px !important;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.icon-button {
  width: 34px;
  height: 36px;
  position: relative;
  font-size: 20px;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.icon-button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.icon-button span {
  display: inline-block;
  width: 100%;
  height: auto;
}
.icon-button:hover {
  background-color: #C0E4F9;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px #303AB2;
  -moz-box-shadow: inset 0 0 0 1px #303AB2;
  box-shadow: inset 0 0 0 1px #303AB2;
}
.icon-button:active {
  background-color: #81CAF3;
}
.icon-button:focus {
  -webkit-box-shadow: inset 0 0 0 1px #303AB2;
  -moz-box-shadow: inset 0 0 0 1px #303AB2;
  box-shadow: inset 0 0 0 1px #303AB2;
}
.icon-button.selected .ui-icon.ui-icon[class*="icon-"] {
  margin-top: -0.6em;
}
.icon-button.border-left {
  border-left: 1px solid #c8ced1;
}
.icon-button.border-left:focus:before {
  border-left-color: transparent;
}
.icon-button.border-left:hover:before {
  border-left-color: #303AB2;
}
.icon-button.border-left:before {
  border-left: 1px solid #FFFFFF;
}
.icon-button.border-left-on-hover {
  border-left: 1px solid transparent;
}
.icon-button.border-left-on-hover:before {
  border-left: 1px solid transparent;
}
.icon-button.border-left-on-hover:hover {
  border-left-color: #c8ced1;
}
.icon-button.border-left-on-hover:hover:before {
  border-left-color: #303AB2;
}
.icon-button.border-left-on-hover:focus {
  -webkit-box-shadow: inset 0 0 0 1px #303AB2;
  -moz-box-shadow: inset 0 0 0 1px #303AB2;
  box-shadow: inset 0 0 0 1px #303AB2;
}
.icon-button.border-left-on-hover.selected {
  border-left-color: #c8ced1;
}
.icon-button.border-right {
  border-right: 1px solid #c8ced1;
}
.icon-button.border-right:before {
  border-right: 1px solid #FFFFFF;
}
.icon-button .dw-icon-close {
  font-size: 12px;
}
.icon-button .dw-icon-close-light {
  font-size: 11px;
}
/*General Icons*/
.dw-icon-drag-desktop:before {
  content: "\e693";
}
.dw-icon-split:before {
  content: "\e77e";
}
.dw-icon-checkmark:before {
  content: "\e77f";
}
.dw-icon-merge {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dw-icon-merge:before {
  content: "\e77e";
}
.dw-icon-play:before {
  content: "\e68d";
}
.dw-icon-left-align:before {
  content: "\e6b7";
}
.dw-icon-right-align:before {
  content: "\e6b9";
}
.dw-icon-center-align:before {
  content: "\e6b8";
}
.dw-icon-file-cabinet:before {
  content: "\e781";
}
.dw-icon-select-list:before {
  content: "\e905";
}
.dw-icon-multi-select-list:before {
  content: "\e904";
}
.dw-icon-file-cabinet-v1:before {
  content: "\e67a";
}
.dw-icon-connect-paperScan:before {
  content: "\e6c1";
}
.dw-icon-mobile:before {
  content: "\e6d2";
}
.dw-icon-android:before {
  content: "\e6bf";
}
.dw-icon-apple:before {
  content: "\e6c0";
}
.dw-icon-windows:before {
  content: "\e901";
}
.dw-icon-pointer:before {
  content: "\e6c4";
}
.dw-icon-import-configurations:before {
  content: "\e687";
}
.dw-icon-one-click-indexing:before {
  content: "\e627";
}
.dw-icon-connect-mail:before {
  content: "\e6d9";
}
.dw-icon-user-voice:before {
  content: "\e6a7";
}
.dw-icon-checkbox-unchecked:before {
  content: "\e6ce";
}
.dw-icon-checkbox-checked:before {
  content: "\e6cd";
}
.dw-icon-radio-unchecked:before {
  content: "\e6d0";
}
.dw-icon-radio-checked:before {
  content: "\e6d1";
}
.dw-icon-dropdown:before {
  content: "\e6cf";
}
.dw-icon-import-to:before {
  content: "\e92e";
}
.dw-icon-export-to:before {
  content: "\e92d";
}
.dw-icon-info-plain:before {
  content: "\e605";
}
.dw-icon-info-plain.gray {
  cursor: pointer;
}
.dw-icon-info-plain.gray:before {
  position: relative;
  z-index: 50;
  color: #B5BDC1;
  font-size: 16px;
}
.dw-icon-info-plain.gray:hover:before {
  color: #0089CF;
}
.dw-icon-database:before {
  content: "\e66c";
}
.dw-icon-text-sline:before {
  content: "\e6d4";
}
.dw-icon-text-mline:before {
  content: "\e6d5";
}
.dw-icon-number:before {
  content: "\e6aa";
}
.dw-icon-radio-buttons:before {
  content: "\e6d6";
}
.dw-icon-headline:before {
  content: "\e6d7";
}
.dw-icon-lock:before,
.ui-icon-locked:before {
  content: "\e695";
}
.dw-icon-keep-entries-unlocked:before {
  content: "\e694";
}
.dw-icon-keep-entries-locked:before {
  content: "\e695";
}
.dw-icon-arrow-down:before {
  content: "\e60d";
}
.dw-icon-folder:before {
  content: "\e925";
}
.dw-icon-folder-open:before {
  content: "\e926";
}
.dw-icon-folder-add:before {
  content: "\e928";
}
.dw-icon-folder-empty:before {
  content: "\e924";
}
.dw-icon-arrow-up:before {
  content: "\e60c";
}
.dw-icon-arrow-left:before {
  content: "\e63f";
}
.dw-icon-back {
  font-weight: bold !important;
}
.dw-icon-back:before {
  content: "\e63f";
}
.dw-icon-help:before {
  content: "\e608";
}
.dw-icon-dwlogo:before {
  content: "\e800";
}
.dw-icon-grid:before {
  content: "\e6df";
}
.dw-icon-logout:before {
  content: "\e6db";
}
.dw-icon-databse-fields:before {
  content: "\e6ec";
}
.dw-icon-dialog:before {
  content: "\e6eb";
}
.dw-icon-user-management:before {
  content: "\e6e8";
}
.dw-icon-add-fillarea:before {
  content: "\e6ee";
}
.dw-icon-mapping:before {
  content: "\e6ed";
}
.dw-icon-original-size:before {
  content: "\e6ef";
}
/*TOASTR ICONS*/
.dw-icon-info:before {
  content: "\e605";
  color: #0089CF;
  font-size: 24px;
}
.dw-icon-toast-info:before {
  content: "\e605";
  color: #0089CF;
  font-size: 24px;
}
.dw-icon-success:before {
  content: "\e600";
  color: #368D2E;
  font-size: 24px;
}
.dw-icon-toast-success:before {
  content: "\e600";
  color: #368D2E;
  font-size: 24px;
}
.dw-icon-warning:before {
  content: "\e601";
  color: #FCB200;
  font-size: 24px;
}
.dw-icon-toast-warning:before {
  content: "\e601";
  color: #FCB200;
  font-size: 24px;
}
.dw-icon-error:before {
  content: "\e60b";
  color: #BB3937;
  font-size: 24px;
}
.dw-icon-toast-error:before {
  content: "\e60b";
  color: #BB3937;
  font-size: 24px;
}
.dw-icon-plus:before,
.ui-icon-plus:before {
  content: "\e656";
}
.dw-icon-minus:before,
.ui-icon-minus:before {
  content: "\e65a";
  font-size: 9px;
}
.dw-icon-close:after {
  content: "\e671";
}
.dw-icon-close-light:after {
  content: "\e90a";
}
.dw-icon-default:before {
  content: "\e649";
}
.dw-icon-default.disabled:before {
  content: "\e649";
  color: #a3adb2;
}
.dw-icon-star:before {
  content: "\e649";
}
.dw-icon-star.disabled:before {
  content: "\e649";
  color: #a3adb2;
}
.dw-icon-star-empty:before {
  content: "\e908";
}
.dw-icon-star-empty.disabled:before {
  content: "\e908";
  color: #a3adb2;
}
.dw-icon-indexing:before {
  content: "\e660";
}
.dw-icon-eye:before {
  content: "\e669";
}
.dw-icon-eye-disabled:before {
  content: "\e6a3";
}
.dw-icon-splitter:before {
  content: "\e65b";
}
.dw-icon-splitter-vertical:before {
  content: "\e6c5";
}
.dw-icon-calendar:before {
  content: "\e679";
}
.dw-icon-touch-mode:before {
  content: "\e6c7";
}
.dw-icon-mouse-mode:before {
  content: "\e6c6";
}
.dw-icon-more-vertical:before {
  content: "\e6f2";
}
.dw-icon-autoindex:before {
  content: "\e932";
}
.dw-icon-deletion-policy:before {
  content: "\e933";
}
.dw-icon-indexing-assistance:before {
  content: "\e934";
}
.dw-icon-predefined:before {
  content: "\e935";
}
.dw-icon-relations:before,
.ShowLinkedDocuments:before {
  content: "\e936";
}
.dw-icon-spacer:before {
  content: "\e937";
}
.dw-icon-cloud-upload:before {
  content: "\e938";
}
.dw-icon-cloud-product:before {
  content: "\e939";
}
.dw-icon-membership:before {
  content: "\e93a";
}
.dw-wf-status.overdue:before {
  content: "\e664";
  color: #FCB200;
  font-size: 16px;
}
.dw-wf-status.expire:before {
  content: "\e664";
  color: #BB3937;
  font-size: 16px;
}
.dw-icon-send-request:before,
.dw-icon-Tools_SendRequest:before,
.SendREQUEST:before {
  content: "\e911";
}
.dw-icon-start:before {
  content: "\e6a9";
}
.dw-icon-upload:before {
  content: "\e618";
}
.dw-icon-reset:before {
  content: "\e685";
}
.dw-icon-inquiry:before {
  content: "\e621";
}
.dw-icon-arrow-2-n-s:after {
  content: "\e684";
}
.dw-icon-arrow-4-n-s-e-w:before {
  content: "\e659";
}
/*MAIN MENU ICONS*/
.dw-icon-settings:before {
  content: "\e6f3";
}
.dw-icon-configurations:before {
  content: "\e6f0";
}
.dw-icon-desktop:before {
  content: "\e6f1";
}
.dw-icon-connect-desktop:before {
  content: "\e647";
}
.dw-icon-scan:before {
  content: "\e603";
}
.dw-icon-about:before {
  content: "\e662";
}
.dw-icon-my-docuware:before {
  content: "\e645";
}
.dw-icon-chat:before {
  content: "\e67c";
}
.dw-icon-forum:before {
  content: "\e692";
}
.dw-icon-key:before {
  content: "\e661";
}
.dw-icon-book:before {
  content: "\e6c2";
}
/*CONTEXT MENUS ICONS*/
.dw-icon-open-in-viewer:before,
.DisplayDocument:before {
  content: "\e625";
}
.dw-icon-open-in-new-viewer:before,
.ShowInSeparateViewer:before {
  content: "\e626";
}
.dw-icon-edit:before,
.EditDocument:before {
  content: "\e657";
}
.dw-icon-delete:before,
.DeleteSelectedDocument:before {
  content: "\e653";
}
.dw-icon-save:before {
  content: "\e66b";
}
.dw-icon-rename:before {
  content: "\e773";
}
.dw-icon-clip:before,
.AppendFromBasket:before {
  content: "\e67d";
}
.dw-icon-unclip:before {
  content: "\e637";
}
.dw-icon-staple:before {
  content: "\e61d";
}
.dw-icon-unstaple:before {
  content: "\e638";
}
.dw-icon-send:before,
.SendAsOriginal:before,
.SendAsPDFWithoutAnno:before,
.SendAsPDF:before,
.SendAsHyperlink:before,
.SendResultList:before {
  content: "\e622";
}
.dw-icon-set-current-version:before {
  content: "\e771";
}
.dw-icon-mobile-menu:before {
  content: "\e699";
}
.dw-icon-reply:before,
.EMailReply:before {
  content: "\e624";
}
.dw-icon-reply-all:before,
.EMailReplyAll:before {
  content: "\e623";
}
.dw-icon-forward:before,
.EMailForward:before {
  content: "\e62a";
}
.dw-icon-download:before,
.DownloadAsOriginalFile:before,
.DownloadAsPDFWithoutAnno:before,
.DownloadAsPDF:before {
  content: "\e666";
}
.dw-icon-print:before,
.PrintSelectedDocument:before {
  content: "\e655";
}
.dw-icon-printer:before {
  content: "\e6e4";
}
.dw-icon-import:before {
  content: "\e607";
}
.dw-icon-copy:before,
.CopyToBasket:before,
.CopyIntoAnotherFileCabinet:before {
  content: "\e66e";
}
.dw-icon-quick-copy:before {
  content: "\e6be";
}
.dw-icon-move:before {
  content: "\e629";
}
.dw-icon-store-auto:before {
  content: "\e66b";
}
.dw-icon-checkin:before {
  content: "\e771";
}
.dw-icon-checkout:before,
.CheckoutToBasket:before,
.CheckoutToFileSystem:before {
  content: "\e665";
}
.dw-icon-undo-checkout:before,
.ChangeDocumentStatus:before {
  content: "\e771";
}
.dw-icon-repeat-indexing:before {
  content: "\e6e1";
}
.dw-icon-show-index-entries:before {
  content: "\e77d";
}
.dw-icon-document-not-indexed:before {
  content: "\e77d";
}
.dw-icon-edit-index-entries:before,
.DisplayInfoBox:before {
  content: "\e77d";
}
.dw-icon-smart-connect:before {
  content: "\e602";
}
.dw-icon-connect:before {
  content: "\e6e6";
}
.dw-icon-edit-m-index-entries:before {
  content: "\e77d";
}
.dw-icon-linked-docs:before {
  content: "\e6f8";
}
.dw-icon-workflow-history:before,
.ShowWorkflowHistory:before {
  content: "\e6c8";
}
.dw-icon-workflow-task:before {
  content: "\e6c3";
}
.dw-icon-document-history:before,
.ShowHideCheckedoutDocuments:before {
  content: "\e76e";
}
.dw-icon-reassign-task:before {
  content: "\e76d";
}
.dw-icon-set-as-read:before {
  content: "\e620";
}
.dw-icon-set-as-unread:before {
  content: "\e61f";
}
.dw-icon-stop-workflow:before,
.dw-icon-stop:before {
  content: "\e648";
}
.dw-icon-export-CSV:before,
.ExportToCSV:before {
  content: "\e666";
}
.dw-icon-table-view:before,
.dw-icon-grid-data-view:before {
  content: "\e65d";
}
.dw-icon-thumb-view:before,
.dw-icon-thumbnail-data-view:before {
  content: "\e61b";
}
.dw-icon-indexcards-view:before,
.dw-icon-card-data-view:before {
  content: "\e778";
}
.dw-icon-text-view:before,
.dw-icon-text-data-view:before {
  content: "\e69a";
}
.dw-icon-sort:before {
  content: "\e64d";
}
.dw-icon-show-storedialog:before {
  content: "\e66b";
}
.dw-icon-create-DWrequest:before {
  content: "\e66b";
}
.dw-icon-change-indexterms:before,
.ChangeIndexOfMultipleDocuments:before {
  content: "\e77d";
}
.dw-icon-certificate:before {
  content: "\e6ba";
}
.dw-icon-certificate-invalid:before {
  content: "\e6bb";
}
.dw-icon-certificate-valid:before {
  content: "\e6bc";
}
.dw-icon-certificate-warning:before {
  content: "\e6bd";
}
.dw-viewerNoDoc:before {
  content: "\e63a";
  color: #91979b;
  font-size: 80px;
}
.dw-viewerNoDoc:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -40px;
}
.dw-viewerNoSection:before {
  content: "\e92a";
  color: #91979b;
  font-size: 80px;
}
.dw-viewerNoSection:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -40px;
}
.dw-icon-double-angle-left:before {
  content: "\e63b";
}
.dw-icon-angle-left:before {
  content: "\e63f";
}
.dw-icon-angle-right:before {
  content: "\e63e";
}
.dw-icon-double-angle-right:before {
  content: "\e61a";
}
.dw-icon-type:before {
  content: "\e646";
}
.dw-icon-link:before {
  content: "\e65f";
}
.dw-icon-icon_numeric:before {
  content: "\e903";
}
.dw-icon-icon_decimal:before {
  content: "\e906";
}
.dw-icon-icon-datetime:before {
  content: "\e902";
}
.dw-icon-paragraph-left:before {
  content: "\e698";
}
.dw-icon-list:before {
  content: "\e65e";
}
.dw-icon-Table:before {
  content: "\e688";
}
.dw-icon-barcode:before {
  content: "\e92b";
}
.dw-icon-splitter-vertical:before {
  content: "\e6c5";
}
.dw-icon-cog:before {
  content: "\e66f";
}
.dw-icon-EmptyViewer:before {
  content: "\e63a";
}
.dw-icon-Anchor:before {
  content: "\e686";
}
.dw-icon-circle2:before {
  content: "\e673";
}
.dw-icon-processing:before {
  content: "\e923";
}
.dw-icon-zoom-in:before {
  content: "\e6a5";
}
.dw-icon-zoom-out:before {
  content: "\e6a4";
}
.top-bar-navigate-first:before {
  content: "\e63b";
}
.top-bar-navigate-first-disabled:before {
  content: "\e63b";
}
.top-bar-navigate-prev:before {
  content: "\e63f";
}
.top-bar-navigate-prev-disabled:before {
  content: "\e63f";
}
.top-bar-navigate-next:before {
  content: "\e63e";
}
.top-bar-navigate-next-disabled:before {
  content: "\e63e";
}
.top-bar-navigate-last:before {
  content: "\e61a";
}
.top-bar-navigate-last-disabled:before {
  content: "\e61a";
}
.document-nav-topbar-icon:before {
  content: "\e774";
}
.file-nav-topbar-icon:before {
  content: "\e77b";
}
.page-nav-topbar-icon:before {
  content: "\e64a";
}
.dw-icon-stamps:before {
  content: "\e777";
}
.dw-icon-stamps.decision:before {
  content: "\e6e9";
}
.dw-icon-stamps.yellow {
  text-shadow: -1px 0 #c8ced1, 0 1px #c8ced1, 1px 0 #c8ced1, 0 -1px #c8ced1;
}
.dw-icon-doc-split:before {
  content: "\e658";
}
.dw-icon-ann-arrow:before,
.dw-icon-Annotations_Arrow:before {
  content: "\e67e";
}
.dw-icon-ann-select-pointer:before,
.dw-icon-Annotations_Select:before {
  content: "\e66d";
}
.dw-icon-ann-delete:after,
.dw-icon-Annotations_Delete:after {
  content: "\e671";
}
.dw-icon-ann-text:before,
.dw-icon-Annotations_Text:before {
  content: "\e646";
}
.dw-icon-ann-marker:before,
.dw-icon-Annotations_Marker:before {
  content: "\e65c";
}
.dw-icon-ann-line-straight:before,
.dw-icon-Annotations_Line:before {
  content: "\e775";
}
.dw-icon-ann-rectangle-empty:before,
.dw-icon-Annotations_Rectangle:before {
  content: "\e676";
}
.dw-icon-ann-rectangle-filled:before,
.dw-icon-Annotations_FilledRectangle:before {
  content: "\e64b";
}
.dw-icon-ann-rectangle-filled-transparen:before,
.dw-icon-Annotations_TransparentRectangle:before {
  content: "\e76c";
}
.dw-icon-ann-ellipse-empty:before,
.dw-icon-Annotations_Ellipse:before {
  content: "\e674";
}
.dw-icon-ann-ellipse-filled:before,
.dw-icon-Annotations_FilledEllipse:before {
  content: "\e673";
}
.dw-icon-ann-ellipse-filled-transparent:before,
.dw-icon-Annotations_TransparentEllipse:before {
  content: "\e77c";
}
.dw-icon-ann-move-object {
  opacity: 0.2;
}
.dw-icon-ann-move-object:before {
  content: "\e673";
}
.dw-icon-Display_ZoomNumber:before {
  content: "\e668";
}
.dw-icon-Display_ZoomNumber:after {
  content: "\e64f";
}
.dw-icon-Display_ZoomNumber:after {
  position: absolute;
  top: 0;
  left: 0;
}
.dw-icon-dspl-enhancement:before,
.dw-icon-Display_DisplayEnhancement:before {
  content: "\e644";
}
.dw-icon-dspl-edit-layer:after {
  content: "\e663";
}
.dw-icon-dspl-edit-layer:after {
  font-size: 10px;
  color: #91979b;
  position: absolute;
  bottom: -1px;
  right: -6px;
}
.dw-icon-edit-layer1:before {
  content: "\e634";
}
.dw-icon-edit-layer2:before {
  content: "\e633";
}
.dw-icon-edit-layer3:before {
  content: "\e632";
}
.dw-icon-edit-layer4:before {
  content: "\e631";
}
.dw-icon-edit-layer5:before {
  content: "\e630";
}
.dw-icon-dspl-fit-to-width:before,
.dw-icon-Display_FitToWidthNoMargins:before {
  content: "\e779";
}
.dw-icon-dspl-fit-to-width-with-margins:before,
.dw-icon-Display_FitToWidth:before {
  content: "\e76a";
}
.dw-icon-dspl-fit-to-window:before,
.dw-icon-Display_FullDocument:before {
  content: "\e77a";
}
.dw-icon-dspl-invert:before,
.dw-icon-Display_Invert:before {
  content: "\e636";
}
.dw-icon-dspl-layer1:before,
.dw-icon-Display_ShowOverlay1:before {
  content: "\e62f";
}
.dw-icon-layer-full {
  text-decoration: underline;
}
.dw-icon-dspl-layer2:before,
.dw-icon-Display_ShowOverlay2:before {
  content: "\e62e";
}
.dw-icon-dspl-layer3:before,
.dw-icon-Display_ShowOverlay3:before {
  content: "\e62d";
}
.dw-icon-dspl-layer4:before,
.dw-icon-Display_ShowOverlay4:before {
  content: "\e62c";
}
.dw-icon-dspl-layer5:before,
.dw-icon-Display_ShowOverlay5:before {
  content: "\e62b";
}
.dw-icon-dspl-rotate-left:before,
.dw-icon-Display_RotateLeft:before {
  content: "\e652";
}
.dw-icon-dspl-rotate-right:before,
.dw-icon-Display_RotateRight:before {
  content: "\e651";
}
.dw-icon-dspl-zoom-in:before,
.dw-icon-Display_ZoomIn:before {
  content: "\e6a5";
}
.dw-icon-dspl-zoom-out:before,
.dw-icon-Display_ZoomOut:before {
  content: "\e6a4";
}
.dw-icon-dspl-zoom-tool:before,
.dw-icon-Display_MagnifyingGlass:before {
  content: "\e617";
}
.dw-icon-links-linked-docs:before,
.dw-icon-Tools_ShowLinkedDocuments:before {
  content: "\e6f8";
}
.dw-icon-nav-doc-first:before,
.dw-icon-Nav_FirstDocument:before,
.dw-icon-nav-file-first:before,
.dw-icon-Nav_FirstFile:before,
.dw-icon-nav-page-first:before,
.dw-icon-Nav_FirstPage:before {
  font-size: 18px;
}
.dw-icon-nav-doc-first:before,
.dw-icon-Nav_FirstDocument:before,
.dw-icon-nav-file-first:before,
.dw-icon-Nav_FirstFile:before,
.dw-icon-nav-page-first:before,
.dw-icon-Nav_FirstPage:before {
  content: "\e63b";
}
.dw-icon-nav-doc-last:before,
.dw-icon-Nav_LastDocument:before,
.dw-icon-nav-file-last:before,
.dw-icon-Nav_LastFile:before,
.dw-icon-nav-page-last:before,
.dw-icon-Nav_LastPage:before {
  font-size: 18px;
}
.dw-icon-nav-doc-last:before,
.dw-icon-Nav_LastDocument:before,
.dw-icon-nav-file-last:before,
.dw-icon-Nav_LastFile:before,
.dw-icon-nav-page-last:before,
.dw-icon-Nav_LastPage:before {
  content: "\e61a";
}
.dw-icon-nav-doc-prev:before,
.dw-icon-Nav_PreviousDocument:before,
.dw-icon-nav-file-prev:before,
.dw-icon-Nav_PreviousFile:before,
.dw-icon-nav-page-prev:before,
.dw-icon-Nav_PreviousPage:before {
  font-size: 18px;
}
.dw-icon-nav-doc-prev:before,
.dw-icon-Nav_PreviousDocument:before,
.dw-icon-nav-file-prev:before,
.dw-icon-Nav_PreviousFile:before,
.dw-icon-nav-page-prev:before,
.dw-icon-Nav_PreviousPage:before {
  content: "\e63f";
}
.dw-icon-nav-doc-next:before,
.dw-icon-Nav_NextDocument:before,
.dw-icon-nav-file-next:before,
.dw-icon-Nav_NextFile:before,
.dw-icon-nav-page-next:before,
.dw-icon-Nav_NextPage:before {
  font-size: 18px;
}
.dw-icon-nav-doc-next:before,
.dw-icon-Nav_NextDocument:before,
.dw-icon-nav-file-next:before,
.dw-icon-Nav_NextFile:before,
.dw-icon-nav-page-next:before,
.dw-icon-Nav_NextPage:before {
  content: "\e63e";
}
.dw-icon-Nav_DocumentNumber:before {
  content: "\e64a";
}
.dw-icon-Nav_FileNumber:before {
  content: "\e77b";
}
.dw-icon-Nav_PageNumber:before {
  content: "\e774";
}
.dw-icon-tools-check-sig:before {
  content: "\e604";
}
.dw-icon-tools-doc:before {
  content: "\e667";
}
.dw-icon-tools-doc-info:before,
.dw-icon-Tools_ShowDocumentInformation:before {
  content: "\e77d";
}
.dw-icon-tools-doc-ov:before,
.dw-icon-Tools_ShowDocumentOverview:before {
  content: "\e61b";
}
.dw-icon-play-5:before {
  content: "\e900";
}
.dw-icon-tools-workflow-history:before,
.dw-icon-Tools_WorkflowHistory:before {
  content: "\e6c8";
}
.dw-icon-tools-merge-layers:before,
.dw-icon-Display_MergeLayers:before {
  content: "\e691";
}
.dw-icon-tools-image-auto-correct:before,
.dw-icon-Display_ImageEnhancement:before {
  content: "\e68f";
}
.dw-icon-tools-freehand:before,
.dw-icon-Annotations_FreehandLine:before {
  content: "\e68e";
}
.dw-icon-tools-copy-to-clp:before,
.dw-icon-Tools_ShootToClipboard:before {
  content: "\e690";
}
.dw-icon-clipboard4:before {
  content: "\e6b2";
}
.dw-icon-tools-point-and-shoot-ov:before,
.dw-icon-Tools_PointAndShoot:before {
  content: "\e628";
}
.dw-icon-tools-download-document:before,
.dw-icon-Tools_Download:before {
  content: "\e666";
}
.dw-icon-tools-edit-doc:before,
.dw-icon-Tools_Edit:before {
  content: "\e657";
}
.dw-icon-tools-find:before,
.dw-icon-Tools_FulltextSearch:before {
  content: "\e64e";
}
.dw-icon-tools-find-next:before,
.dw-icon-Tools_FulltextSearchContinue:before {
  content: "\e61c";
}
.dw-icon-tools-forward:before {
  content: "\e62a";
}
.dw-icon-tools-print-doc:before,
.dw-icon-Tools_PrintDocument:before {
  content: "\e655";
}
.dw-icon-tools-reply:before {
  content: "\e624";
}
.dw-icon-tools-save:before,
.dw-icon-Tools_Save:before,
.dw-icon-Display_SaveRotation:before {
  content: "\e66b";
}
.dw-icon-tools-send:before,
.dw-icon-Tools_SendDocument:before {
  content: "\e622";
}
.dw-icon-tools-ta:before,
.dw-icon-Tools_TextAnnotation:before {
  content: "\e654";
}
.dw-icon-tools-ta-exists:before {
  content: "\e654";
  color: #FCB200;
}
.dw-icon-checksum-no-check:before {
  content: "\e677";
  color: #FCB200;
}
.dw-icon-checksum-check:before,
.dw-icon-Tools_Checksum:before {
  content: "\e677";
}
.dw-icon-checksum-ok:before {
  content: "\e600";
}
.dw-icon-checksum-error:before {
  content: "\e601";
}
.dw-icon-filetype {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #91979b;
}
.dw-icon-filetype:before {
  display: block;
}
.dw-icon-filetype:before {
  content: "\e613";
}
.dw-icon-filetype.attachment:before {
  content: "\e6a0";
}
.dw-icon-filetype.doc {
  color: #4c7cac;
}
.dw-icon-filetype.doc:before {
  content: "\e616";
}
.dw-icon-filetype.doc.attachment:before {
  content: "\e6a2";
}
.dw-icon-filetype.docx {
  color: #4c7cac;
}
.dw-icon-filetype.docx:before {
  content: "\e616";
}
.dw-icon-filetype.docx.attachment:before {
  content: "\e6a2";
}
.dw-icon-filetype.img {
  color: #a45ba4;
}
.dw-icon-filetype.img:before {
  content: "\e614";
}
.dw-icon-filetype.img.attachment:before {
  content: "\e6a1";
}
.dw-icon-filetype.jpg {
  color: #a48b5b;
}
.dw-icon-filetype.jpg:before {
  content: "\e614";
}
.dw-icon-filetype.jpg.attachment:before {
  content: "\e6a1";
}
.dw-icon-filetype.pdf {
  color: #b20000;
}
.dw-icon-filetype.pdf:before {
  content: "\e612";
}
.dw-icon-filetype.pdf.attachment:before {
  content: "\e69f";
}
.dw-icon-filetype.png {
  color: #52975e;
}
.dw-icon-filetype.png:before {
  content: "\e611";
}
.dw-icon-filetype.png.attachment:before {
  content: "\e69e";
}
.dw-icon-filetype.ppt {
  color: #a17555;
}
.dw-icon-filetype.ppt:before {
  content: "\e610";
}
.dw-icon-filetype.ppt.attachment:before {
  content: "\e69d";
}
.dw-icon-filetype.pptx {
  color: #a17555;
}
.dw-icon-filetype.pptx:before {
  content: "\e610";
}
.dw-icon-filetype.pptx.attachment:before {
  content: "\e69d";
}
.dw-icon-filetype.xls {
  color: #75ad6d;
}
.dw-icon-filetype.xls:before {
  content: "\e60e";
}
.dw-icon-filetype.xls.attachment:before {
  content: "\e69b";
}
.dw-icon-filetype.xlsx {
  color: #75ad6d;
}
.dw-icon-filetype.xlsx:before {
  content: "\e60e";
}
.dw-icon-filetype.xlsx.attachment:before {
  content: "\e69b";
}
.dw-icon-filetype.other:before {
  content: "\e613";
}
.dw-icon-filetype.other.attachment:before {
  content: "\e6a0";
}
.dw-icon-filetype.tif,
.dw-icon-filetype.tiff {
  color: #5485b7;
}
.dw-icon-filetype.tif:before,
.dw-icon-filetype.tiff:before {
  content: "\e60f";
}
.dw-icon-filetype.tif.attachment:before,
.dw-icon-filetype.tiff.attachment:before {
  content: "\e69c";
}
.dw-icon-filetype.cold {
  color: #60cbf5;
}
.dw-icon-filetype.cold:before {
  content: "\e678";
}
.dw-icon-filetype.dbRecord:before {
  content: "\e781";
}
.dw-icon-filetype.dbRecord.attachment:before {
  content: "\e77b";
}
.dw-icon-filetype.email:before {
  content: "\e622";
}
.dw-icon-filetype.email.attachment:before {
  content: "\e639";
}
.dw-icon-filetype.checkedOut:after {
  content: "\e657";
}
.dw-icon-filetype.checkedOut:before {
  opacity: 0.4;
}
.dw-icon-filetype.checkedOut:after {
  background: white;
  font-size: 8px;
  position: absolute;
  right: 0;
  line-height: 8px;
  bottom: 0;
  color: #91979b;
}
.dw-icon-query-designer-minus-black:before {
  content: "\e6f7";
}
.dw-icon-query-designer-minus-white:before {
  content: "\e6f6";
}
.dw-icon-query-designer-plus-black:before {
  content: "\e6f5";
}
.dw-icon-query-designer-plus-white:before,
.dw-icon-plus-small:before {
  content: "\e6ea";
}
.dw-icon-get-link:before,
.dw-icon-Tools_GetLink:before {
  content: "\e65f";
}
.dw-icon-sync-one-way:before {
  content: "\e91b";
}
.dw-icon-sync-two-way:before {
  content: "\e91c";
}
.dw-icon-sync:before {
  content: "\e916";
}
.dw-icon-monitoring-status:before {
  content: "\e930";
}
.dw-icon-mail-services:before {
  content: "\e92f";
}
body {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  -ms-touch-action: none;
  touch-action: none;
}
body *:focus {
  outline: none;
}
/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
  font-weight: 900;
}
h1,
.h1 {
  font-size: 16px;
}
h2,
.h2 {
  font-size: 15px;
}
h3,
.h3 {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
/*Logo*/
.dw-logo:before {
  font-family: 'dwIconFont';
  font-size: 22px;
  line-height: 36px;
  color: #303AB2;
  content: "\e93b";
}
.dw-logo:after {
  font-family: 'dwIconFont';
  font-size: 12px;
  line-height: 38px;
  color: #353535;
  content: "\e93c";
  margin-left: 5px;
  vertical-align: top;
}
/*Links*/
.ui-widget-content a.dw-blue,
a.dw-blue,
.toast-message a.dw-blue {
  color: #0089CF;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  line-height: 16px;
  border: 1px solid transparent;
}
.ui-widget-content a.dw-blue:focus,
a.dw-blue:focus,
.toast-message a.dw-blue:focus {
  border-color: #0089CF;
}
.ui-widget-content a.dw-blue:focus:hover span,
a.dw-blue:focus:hover span,
.toast-message a.dw-blue:focus:hover span {
  text-decoration: none;
}
.ui-widget-content a.dw-blue span,
a.dw-blue span,
.toast-message a.dw-blue span {
  vertical-align: middle;
}
.ui-widget-content a.dw-blue span:hover,
a.dw-blue span:hover,
.toast-message a.dw-blue span:hover {
  text-decoration: underline;
}
.ui-widget-content a.dw-blue.arrow:before,
a.dw-blue.arrow:before,
.toast-message a.dw-blue.arrow:before {
  content: "\e63e";
}
.ui-widget-content a.dw-blue.arrow:before,
a.dw-blue.arrow:before,
.toast-message a.dw-blue.arrow:before {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0089CF;
  font-size: 16px;
  padding-right: 3px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
/*Main Containers*/
.dw-mainContainer {
  background: #FFFFFF;
  width: auto;
  height: 100%;
}
.dw-mainContainer.dw-integration .dw-navigationContentWrapper {
  top: 0;
}
.dw-mainContainer.dw-integration .dw-navigationContentWrapper.top-padding {
  top: 30px;
}
.dw-mainContainer.reset-password {
  height: auto;
}
.dw-mainContainerContent {
  overflow: hidden;
  position: absolute;
  width: inherit;
  top: 36px;
  /*fixed height of dw-topArea*/
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.dw-navigationContentWrapper {
  position: absolute;
  top: 34px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
}
.dw-navigationContentWrapper.activeStoreDialog,
.dw-navigationContentWrapper .activeClipDialog {
  right: 0px;
}
.dw-navigationContentWrapper .dw-navigationContent {
  border: none;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.dw-navigationContentWrapper.top-padding {
  top: 36px;
}
.dw-basketGridWrapper {
  position: absolute;
  top: 72px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  /*
        Dialog headers are hidden when storecontent
        bar is open and activate the store dialog.
    */
}
.dw-basketGridWrapper.lockedHeaders {
  right: 120px;
}
.dw-basketGridWrapper .dw-grid {
  top: 0;
}
.dw-basketGridWrapper .dw-griddle {
  top: 0;
}
.dw-contentContainer {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 0;
}
.dw-contentContainer.no-m-b {
  margin-bottom: 0;
}
.dw-contentContainer.no-m-t {
  margin-top: 0;
}
.dw-contentContainer.f-s-inherit {
  font-size: inherit;
}
.dw-contentContainer.w-auto {
  width: auto;
}
.dw-contentContainer:last-of-type {
  margin-bottom: 0;
}
.dw-floatContainer {
  background: #FFFFFF;
  width: 100%;
  overflow: hidden;
  padding: 15px 40px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  *zoom: 1;
}
.dw-floatContainer:before,
.dw-floatContainer:after {
  display: table;
  content: "";
  line-height: 0;
}
.dw-floatContainer:after {
  clear: both;
}
.dw-floatContainer:before,
.dw-floatContainer:after {
  content: " ";
  display: table;
}
.dw-floatContainer:after {
  clear: both;
}
.dw-floatContainer:before,
.dw-floatContainer:after {
  display: table;
  content: "";
  line-height: 0;
}
.dw-floatContainer:after {
  clear: both;
}
.dw-floatContainer:before,
.dw-floatContainer:after {
  content: " ";
  display: table;
}
.dw-floatContainer:after {
  clear: both;
}
.dw-floatContainer .dw-special-link {
  line-height: 24px;
}
.dw-floatContainer.no-padding {
  padding: 0;
}
.dw-relativeContainer {
  display: block;
  position: relative;
  height: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.dw-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Center in parent with unknown height*/
}
.dw-absolute.center {
  display: block;
  text-align: center;
}
.dw-absolute.center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.dw-fullHeightContainer {
  height: 100%;
}
.dw-circle {
  position: absolute;
  display: inline-block;
  right: 2px;
  top: 2px;
  padding: 1px;
  border-radius: 50%;
  min-width: 13px;
  max-width: 35px;
  height: 13px;
  background-color: #FCB200;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  color: #353535;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.dw-circle.navigation {
  right: 1px;
  top: 1px;
  padding: 2px;
  min-width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 14px;
}
.dw-circle.new {
  background-color: #BB3937;
  color: #FFFFFF;
}
.dw-contentInfo {
  position: relative;
  font-size: 12px;
  padding-left: 32px;
  min-height: 26px;
}
.dw-contentInfo.dialog {
  margin: 10px;
}
.dw-contentMain {
  padding: 10px 0 0 0;
  font-size: 12px;
}
.dw-dialogsTxt {
  font-size: 12px;
  display: inline-block;
  padding: 0;
}
.contentRow {
  width: 100%;
  vertical-align: middle;
  min-height: 26px;
  line-height: 26px;
  padding-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.contentRow:only-child,
.contentRow:last-child {
  padding-bottom: 0;
}
.contentRow.w-auto {
  width: auto;
}
.contentRow.m-b-5 {
  padding-bottom: 0;
  margin-bottom: 5px;
}
.contentRow:after {
  clear: both;
}
.contentRow.height-small {
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  min-height: 20px;
}
.contentRow.line-height-auto {
  line-height: normal;
}
.contentRow.no-padding {
  padding: 0;
}
.contentRow.fixed-height,
.contentRow .fixed-height {
  height: 26px;
  line-height: normal;
}
.contentRow .left {
  font-size: 12px;
  float: left;
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: right;
  padding-right: 10px;
  cursor: default;
  min-height: 26px;
}
.contentRow .left.dw-reassignTask {
  width: 55px;
}
.contentRow .right {
  font-size: 12px;
  vertical-align: top;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.contentRow .right input[type="text"],
.contentRow .right input[type="password"] {
  width: 100%;
}
.contentRow .right input[type="text"].dw-dateFieldSmall,
.contentRow .right input[type="password"].dw-dateFieldSmall {
  display: inline-block;
  width: 130px;
}
.contentRow .right input[type="text"].is-timeEntry,
.contentRow .right input[type="password"].is-timeEntry {
  display: inline-block;
  width: 90px;
}
.contentRow .right textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 85px;
}
.contentRow .right .dw-checkBox + label {
  margin-left: -13px;
}
.tree-view {
  line-height: 26px;
}
.tree-view ul {
  list-style: none;
  padding-left: 18px;
}
.tree-view .ui-icon {
  font-size: 14px;
}
.tree-view .dw-icon-plus,
.tree-view .dw-icon-minus {
  cursor: pointer;
  font-size: 9px;
  margin: 0;
  border: 1px solid #c8ced1;
  padding: 2px;
}
.tree-view .dw-icon-empty {
  min-width: 15px;
}
div#qunit {
  display: inline-block;
  /*background-color: darkred;*/
  /* Let's bring some color into the game... */
  /*background: red;
    animation: my-nice-webclient-background-frames 0.2s linear 0.2s infinite alternate;
    -moz-animation:my-nice-webclient-background-frames 0.2s linear 0.2s infinite alternate; 
    -webkit-animation: my-nice-webclient-background-frames 0.2s linear 0.2s infinite alternate;
    -o-animation: my-nice-webclient-background-frames 0.2s linear 0.2s infinite alternate;*/
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 600px;
  /*webClient*/
}
#loginBox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 440px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #eef1f2;
  color: #353535;
  border: 1px solid #c8ced1;
  padding: 10px;
  background-position: 18px 20px;
}
#loginBox .dw-logo {
  float: left;
  margin-left: 4px;
}
#loginBox fieldset {
  border: none;
  margin: 0;
  padding: 0;
  margin-top: 100px;
  margin-bottom: 30px;
  /*68px;*/
}
#loginBox .dw-loginFieldsContainer {
  display: inline-block;
  text-align: center;
}
#loginBox .dw-login-field {
  display: table-row;
  border-collapse: separate;
  margin-bottom: 5px;
}
#loginBox .dw-login-field .left label {
  padding-top: 4px;
}
#loginBox .dw-login-field.expanded > div {
  padding-top: 15px;
}
#loginBox .dw-login-field.condensed {
  height: 21px;
  margin-top: 0px;
}
#loginBox .dw-login-field .left {
  display: table-cell;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: right;
  padding: 3px 0px;
  vertical-align: middle;
}
#loginBox .dw-login-field .right {
  display: table-cell;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: left;
  padding: 3px 10px;
}
#loginBox .dw-login-field input {
  background-color: #ffffff;
}
#loginBox .editor-label,
#loginBox .editor-field {
  clear: both;
}
#loginBox .editor-label *:nth-child(1),
#loginBox .editor-field *:nth-child(1) {
  float: left;
}
#loginBox .editor-label *:nth-child(2),
#loginBox .editor-field *:nth-child(2) {
  float: right;
}
#loginBox input[type="text"],
#loginBox input[type="password"] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  height: 26px;
}
.dw-navbar {
  overflow: hidden;
  *position: relative;
  *z-index: 2;
  width: auto;
}
.dw-header {
  height: 36px;
}
.dw-header.dw-withColor {
  background-color: #eef1f2;
  background-image: none;
  border-bottom: 1px solid #c8ced1;
  border-top: 0;
}
.dw-header.dw-about {
  line-height: 36px;
}
.dw-header.dw-about .dw-logo {
  margin-left: 0;
}
.dw-header.dw-about label {
  float: right;
  display: inline-block;
}
.dw-header .dw-logo {
  float: left;
  display: inline-block;
  height: 100%;
  margin-left: 5px;
}
.dw-header .dw-logout {
  height: 36px;
  float: right;
  display: inline-block;
  line-height: 14px;
  *zoom: 1;
}
.dw-header .dw-logout span {
  display: inline-block;
  width: 100%;
}
.dw-header .dw-logout:before,
.dw-header .dw-logout:after {
  display: table;
  content: "";
  line-height: 0;
}
.dw-header .dw-logout:after {
  clear: both;
}
.dw-header .dw-logout:before,
.dw-header .dw-logout:after {
  content: " ";
  display: table;
}
.dw-header .dw-logout:after {
  clear: both;
}
.dw-header .dw-logout:before,
.dw-header .dw-logout:after {
  display: table;
  content: "";
  line-height: 0;
}
.dw-header .dw-logout:after {
  clear: both;
}
.dw-header .dw-logout:before,
.dw-header .dw-logout:after {
  content: " ";
  display: table;
}
.dw-header .dw-logout:after {
  clear: both;
}
.dw-header .my-profile-button {
  border: 0;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.dw-header .my-profile-button:hover {
  background-color: #C0E4F9;
  cursor: pointer;
}
.dw-header .my-profile-button:active {
  background-color: #81CAF3;
}
.dw-header .my-profile-button:focus {
  -webkit-box-shadow: inset 0 0 0 1px #303AB2;
  -moz-box-shadow: inset 0 0 0 1px #303AB2;
  box-shadow: inset 0 0 0 1px #303AB2;
}
.dw-header .my-profile-button .dw-logoutText {
  max-width: 245px;
  font-size: 12px;
  text-align: right;
  /*Vertically center the text given @navbarHeight*/
  padding: 3px 10px 3px;
}
.dw-header .my-profile-button .dw-logoutText span:first-child {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dw-header .my-profile-button .dw-logoutIcon {
  width: 54px;
  height: 36px;
  position: relative;
  font-size: 20px;
}
.dw-header .my-profile-button .dw-logoutIcon:before {
  content: "\e640";
}
.dw-header .my-profile-button .dw-logoutIcon:before {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 8px;
}
.dw-header .my-profile-button .dw-logoutIcon span {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-right: 20px;
}
.dw-header .my-profile-button.menu-activated .dw-logoutIcon:before {
  content: "\e63d";
}
.dw-header .dw-icon-configurations {
  font-size: 18px !important;
}
.dw-navigationStrip {
  height: 34px;
  width: 100%;
  background-color: #eef1f2;
  border-top: 1px solid #c8ced1;
  border-bottom: 1px solid #c8ced1;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.dw-navigationStrip.dw-navigation-strip-mini {
  min-width: 320px;
  /*Hide labels except for baskets and searches*/
}
.dw-navigationStrip.dw-navigation-strip-mini .dw-relativeContainer .ui-icon {
  margin-right: 17px;
  margin-left: 18px;
}
.dw-navigationStrip.dw-navigation-strip-mini .dw-relativeContainer .ui-icon + .label {
  display: none;
}
.dw-navigationStrip .dw-navigationTab {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #eef1f2;
  overflow: hidden;
}
.dw-navigationStrip .dw-navigationTab * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dw-navigationStrip .dw-navigationTab li {
  min-width: 24px;
  position: relative;
  cursor: pointer;
  float: left;
  height: 100%;
  line-height: 32px;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #c8ced1;
  color: #353535;
  vertical-align: middle;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.dw-navigationStrip .dw-navigationTab li:before {
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
}
.dw-navigationStrip .dw-navigationTab li .dw-relativeContainer {
  width: auto;
  display: inline-block;
}
.dw-navigationStrip .dw-navigationTab li .dw-relativeContainer .ui-icon {
  font-size: 18px;
}
.dw-navigationStrip .dw-navigationTab li .dw-relativeContainer .ui-icon.dw-icon-treeViewContentArea {
  font-size: 15px;
}
.dw-navigationStrip .dw-navigationTab li .label {
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  padding-right: 20px;
  vertical-align: middle;
}
.dw-navigationStrip .dw-navigationTab li.menuIcon .dw-relativeContainer:before {
  content: "\e640";
}
.dw-navigationStrip .dw-navigationTab li.menuIcon .dw-relativeContainer:before {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  right: 2px;
}
.dw-navigationStrip .dw-navigationTab li:hover {
  background-color: #C0E4F9;
}
.dw-navigationStrip .dw-navigationTab li:focus {
  -webkit-box-shadow: inset 0 0 0 1px #303AB2;
  -moz-box-shadow: inset 0 0 0 1px #303AB2;
  box-shadow: inset 0 0 0 1px #303AB2;
}
.dw-navigationStrip .dw-navigationTab li.menu-active.menuIcon .dw-relativeContainer:before {
  content: "\e63d";
}
.dw-navigationStrip .dw-navigationTab li.active,
.dw-navigationStrip .dw-navigationTab li:active {
  color: #FFFFFF;
  background-color: #303AB2;
  border-color: #303AB2;
}
.dw-navigationStrip .dw-navigationTab li:first-child {
  border-left: none;
}
.dw-navigationStrip .dw-navigationTab li:last-child:after {
  display: block;
  position: absolute;
  border-right: 1px solid #FFFFFF;
  height: 100%;
  width: 1px;
  content: "";
  right: -2px;
  top: 0;
}
.dw-navigationStrip .icon-button {
  height: 32px;
}
.dw-splitButton {
  position: absolute;
  right: 0;
  top: 1px;
}
.dw-checkBox {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 0px !important;
}
.dw-checkBox + label {
  margin-left: -16px;
  color: #353535;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  height: 18px;
  line-height: 18px;
}
.dw-checkBox + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #eef1f2;
  border: 1px solid #c8ced1;
  vertical-align: top;
  margin-right: 3px;
}
.dw-checkBox:hover + label:before {
  cursor: pointer;
  background-color: #C0E4F9;
}
.dw-checkBox:focus + label:before {
  border: 1px solid #303AB2;
}
.dw-checkBox:active + label:before {
  background-color: #d1d9dc;
  border: 1px solid #303AB2;
}
.dw-checkBox:checked + label:before {
  background-image: url("Images/checkmark.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #c8ced1;
}
.dw-checkBox:checked:focus + label:before {
  border: 1px solid #303AB2;
}
.dw-checkBox:disabled + label {
  color: #353535;
}
/* Right Checkbox */
.dw-checkBoxRight {
  opacity: 0;
  filter: alpha(opacity=0);
}
.dw-checkBoxRight + label {
  float: left;
  margin-right: -13px;
  margin-bottom: 0px;
  color: #353535;
  vertical-align: middle;
  display: inline-block !important;
  line-height: 18px;
  height: 18px;
  cursor: pointer;
}
.dw-checkBoxRight + label:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #eef1f2;
  border: 1px solid #c8ced1;
  vertical-align: top;
  line-height: 16px;
  margin-left: 16px;
}
.dw-checkBoxRight:hover + label:after {
  cursor: pointer;
  background-color: #C0E4F9;
}
.dw-checkBoxRight:focus + label:after {
  border: 1px solid #303AB2;
}
.dw-checkBoxRight:active + label:after {
  background-color: #d1d9dc;
  border: 1px solid #303AB2;
}
.dw-checkBoxRight:checked + label:after {
  background-image: url("Images/checkmark.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #c8ced1;
}
.dw-checkBoxRight:checked:focus + label:after {
  border: 1px solid #303AB2;
}
.dw-checkBoxRight:disabled + label:after {
  color: #353535;
}
.dw-checkBoxSwitch {
  position: relative;
  display: block;
}
.dw-checkBoxSwitch input[type="checkbox"] {
  visibility: hidden;
}
.dw-checkBoxSwitch input[type="checkbox"] + label {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 65px;
  height: 25px;
  display: inline-block;
  font-family: arial;
  font-size: 14px;
  line-height: 1.8;
  z-index: 0;
  cursor: pointer;
}
.dw-checkBoxSwitch input[type="checkbox"] + label:before,
.dw-checkBoxSwitch input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  left: 0px;
  transition: all 0.1s ease-in;
  z-index: -1;
}
.dw-checkBoxSwitch input[type="checkbox"] + label:before {
  content: '';
  text-align: right;
  width: 50px;
  height: 25px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 20px;
  background-color: #eef1f2;
  border: 1px solid #c8ced1;
  color: #fff;
}
.dw-checkBoxSwitch input[type="checkbox"] + label:after {
  width: 19px;
  height: 19px;
  background: #A3ADB2;
  border-radius: 18px;
  top: 3px;
  left: 3px;
}
.dw-checkBoxSwitch input[type="checkbox"] + label:hover:before {
  background: #C0E4F9;
}
.dw-checkBoxSwitch input[type="checkbox"]:focus + label:before {
  border: 1px solid #c8ced1;
}
.dw-checkBoxSwitch input[type="checkbox"]:active + label:before {
  border: 1px solid #c8ced1;
}
.dw-checkBoxSwitch input[type="checkbox"]:checked + label:before {
  content: '';
  text-align: left;
}
.dw-checkBoxSwitch input[type="checkbox"]:checked + label:after {
  left: 28px;
  background: #303AB2;
}
.dw-checkBoxSwitch input[type="checkbox"][disabled] + label {
  opacity: .5;
  cursor: default;
}
.dw-checkBoxSwitch input[type="checkbox"][disabled]:hover + label:before {
  background: #eef1f2;
}
.dw-radio {
  opacity: 0;
  filter: alpha(opacity=0);
}
.dw-radio + label {
  color: #353535;
  margin-left: -16px;
  display: inline-block !important;
  cursor: pointer;
  height: 16px;
  line-height: 16px;
}
.dw-radio + label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #c8ced1;
  vertical-align: top;
  margin-right: 3px;
  border-radius: 8px;
}
.dw-radio:checked + label:before {
  background-image: url("Images/checkmark-radio.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #c8ced1;
}
.dw-radio:checked:focus + label:before {
  border: 1px solid #303AB2;
}
.dw-radio:checked:active + label:before {
  border: 1px solid #303AB2;
}
.dw-radio:hover + label:before {
  cursor: pointer;
  background-color: #C0E4F9;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[role="spinbutton"] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 5px;
  color: #353535;
  height: 26px;
  border: 1px solid #c8ced1;
  background: #EEF1F2;
  -webkit-transition: border 0.1s ease-out;
  -moz-transition: border 0.1s ease-out;
  -o-transition: border 0.1s ease-out;
  transition: border 0.1s ease-out;
  /* firefox 19+ */
  /* ie */
}
input[type="text"][readonly],
input[type="search"][readonly],
input[type="password"][readonly],
input[role="spinbutton"][readonly] {
  color: #353535;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[role="spinbutton"]:focus {
  outline: none;
  border: 1px solid #303AB2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[role="spinbutton"]::-webkit-input-placeholder {
  color: #999999;
  background-color: white;
  font-style: italic;
  font-weight: normal;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[role="spinbutton"]::-moz-placeholder {
  background-color: white;
  font-style: italic;
  font-weight: normal;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[role="spinbutton"]:-ms-input-placeholder {
  color: #999999;
  background-color: white;
  font-style: italic;
  font-weight: normal;
}
input[type="text"].invalidField,
input[type="search"].invalidField,
input[type="password"].invalidField,
input[role="spinbutton"].invalidField {
  border-color: #BB3937;
}
input[type="text"].psSelectedField,
input[type="search"].psSelectedField,
input[type="password"].psSelectedField,
input[role="spinbutton"].psSelectedField {
  background-color: #FFEFBB;
}
input[type="text"].grey-border,
input[type="search"].grey-border,
input[type="password"].grey-border,
input[role="spinbutton"].grey-border {
  border-color: #c8ced1;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[role="spinbutton"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  background-color: #EEF1F2;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[role="spinbutton"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  background-color: #EEF1F2;
  /*  opacity:  1; */
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[role="spinbutton"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  background-color: #EEF1F2;
  /*  opacity:  1; */
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[role="spinbutton"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  background-color: #EEF1F2;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 3px 5px;
  color: #353535;
  width: 100%;
  border: 1px solid #c8ced1;
  background: #ffffff;
  resize: none;
  -webkit-transition: border 0.1s ease-out;
  -moz-transition: border 0.1s ease-out;
  -o-transition: border 0.1s ease-out;
  transition: border 0.1s ease-out;
}
textarea[readonly] {
  color: #353535;
}
textarea:focus {
  outline: none;
  border: 1px solid #303AB2;
}
textarea.invalidField {
  border-color: #BB3937;
}
textarea.psSelectedField {
  background-color: #FFEFBB;
}
.field-validation-error {
  display: block;
  color: #BB3937;
  font-size: 11px;
  padding-top: 2px;
  line-height: 11px;
  white-space: normal;
}
.dw-dateFieldContainer {
  display: block;
  height: 26px;
}
.dw-dateRangeField,
.dw-dateFieldBox {
  position: relative;
}
.dw-dateRangeField.dw-inlineFields,
.dw-dateFieldBox.dw-inlineFields {
  display: inline-block;
  width: auto;
}
.dw-dateRangeField.dw-inlineFields:first-child,
.dw-dateFieldBox.dw-inlineFields:first-child {
  margin-right: 5px;
}
.dw-dateRangeField.dw-inlineFields.w-100-percent,
.dw-dateFieldBox.dw-inlineFields.w-100-percent {
  width: 100%;
}
.dw-dateRangeField.dw-inlineFields.w-100-percent input[type=text],
.dw-dateFieldBox.dw-inlineFields.w-100-percent input[type=text] {
  width: 100%;
}
.dw-dateField {
  width: 200px;
}
/* Select dropDown list */
.dw-dropDownList {
  width: 150px;
  height: 24px;
  overflow: hidden;
  background-image: url("Images/dw-dropdown-arrow.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-position: right center\9;
  background-color: #c8ced1;
  border: 1px solid #c8ced1;
}
.dw-dropDownList.dw-selectedLanguage {
  position: absolute;
  top: 5px;
  right: 5px;
}
.dw-dropDownList.dw-selectedLanguage select {
  width: 175px;
  height: 24px;
}
.dw-dropDownList.dw-loginType {
  position: relative;
  top: 0;
  left: 0;
  width: 240px;
  height: 26px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.dw-dropDownList.dw-loginType select {
  width: 240px;
  height: 26px;
  -moz-appearance: none;
}
.dw-dropDownList.dw-loginType select::-ms-expand {
  display: none;
}
.dw-dropDownList.dw-calendar {
  background-image: url("Images/dw-dropdown-arrow.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 5px;
  height: 20px;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.dw-dropDownList.dw-calendar.month {
  width: 100px;
}
.dw-dropDownList.dw-calendar.month select {
  width: 120px;
}
.dw-dropDownList.dw-calendar.year {
  width: 70px;
}
.dw-dropDownList.dw-calendar.year select {
  width: 90px;
}
.dw-dropDownList.dw-calendar select {
  height: 19px;
  padding: 1px;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.dw-dropDownList select {
  background: transparent;
  padding: 4px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  line-height: normal;
  color: #353535;
}
.dw-dropDownList select:focus {
  outline: none;
}
.dw-dropDownList option {
  outline: none;
  border: none;
}
input::-ms-clear,
input::-ms-reveal {
  color: #91979b;
  font-size: 12px;
}
input::-ms-clear {
  display: none;
}
.right-inner-addons {
  height: 100%;
  position: relative;
}
.right-inner-addons input[type="text"] {
  vertical-align: middle;
  float: left;
}
.right-inner-addons button {
  position: absolute;
  top: 3px;
}
.right-inner-addons.one input[type="text"] {
  padding-right: 22px;
}
.right-inner-addons.one .ac-button,
.right-inner-addons.one .ui-datepicker-trigger,
.right-inner-addons.one .del-button,
.right-inner-addons.one .keyword-button {
  right: 4px;
}
.right-inner-addons.two input[type="text"] {
  padding-right: 42px;
}
.right-inner-addons.two .ac-button,
.right-inner-addons.two .ui-datepicker-trigger {
  right: 4px;
}
.right-inner-addons.two .keyword-button {
  right: 5px;
}
.right-inner-addons.two .del-button {
  right: 24px;
}
.right-inner-addons.three input[type="text"] {
  padding-right: 62px;
}
.right-inner-addons.three .ac-button {
  right: 4px;
}
.right-inner-addons.three .del-button {
  right: 44px;
}
.right-inner-addons.three .keyword-button,
.right-inner-addons.three .ui-datepicker-trigger {
  right: 24px;
}
.right-inner-addons input[type="text"],
.right-inner-addons input[type="search"],
.right-inner-addons input[type="password"],
.right-inner-addons input[role="spinbutton"] {
  background: #ffffff;
}
.right-inner-addons input[type="text"].gray,
.right-inner-addons input[type="search"].gray,
.right-inner-addons input[type="password"].gray,
.right-inner-addons input[role="spinbutton"].gray {
  background: #eef1f2;
}
.right-inner-addons input[type="text"]::-webkit-input-placeholder,
.right-inner-addons input[type="search"]::-webkit-input-placeholder,
.right-inner-addons input[type="password"]::-webkit-input-placeholder,
.right-inner-addons input[role="spinbutton"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  background-color: #ffffff;
}
.right-inner-addons input[type="text"]:-moz-placeholder,
.right-inner-addons input[type="search"]:-moz-placeholder,
.right-inner-addons input[type="password"]:-moz-placeholder,
.right-inner-addons input[role="spinbutton"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  background-color: #ffffff;
  /*   opacity: 1; */
}
.right-inner-addons input[type="text"]::-moz-placeholder,
.right-inner-addons input[type="search"]::-moz-placeholder,
.right-inner-addons input[type="password"]::-moz-placeholder,
.right-inner-addons input[role="spinbutton"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  background-color: #ffffff;
  /*   opacity: 1;*/
}
.right-inner-addons input[type="text"]:-ms-input-placeholder,
.right-inner-addons input[type="search"]:-ms-input-placeholder,
.right-inner-addons input[type="password"]:-ms-input-placeholder,
.right-inner-addons input[role="spinbutton"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  background-color: #ffffff;
}
.dw-dateRangeField .three .ui-datepicker-trigger,
.dw-dateFieldBox .three .ui-datepicker-trigger {
  right: 4px;
}
.dw-dateRangeField .three .ac-button,
.dw-dateFieldBox .three .ac-button {
  right: 24px;
}
.presicion-spinner2-fields {
  width: 100% !important;
  height: 26px !important;
}
/* SELECT2 */
/*Scrollbar for select 2 themes other than the white theme */
.select2-drop:not(.select-theme-white) .vertical-handle {
  background-color: #a3adb2;
}
.select2-drop:not(.select-theme-white) .arrow-up {
  border-bottom-color: #a3adb2;
}
.select2-drop:not(.select-theme-white) .arrow-down {
  border-top-color: #a3adb2;
}
.select-theme-white.select2-container .select2-choice {
  background-color: #FFFFFF;
  color: #353535;
}
.select-theme-white.select2-container .select2-choice .select2-arrow {
  background-color: #FFFFFF;
}
.select-theme-white.select2-container.select2-container-disabled .select2-choice {
  background-color: #eef1f2;
  color: #a3adb2;
}
.select-theme-white.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #eef1f2;
  color: #a3adb2;
}
.select-theme-white.select2-drop {
  background: #FFFFFF;
}
.select-theme-light-gray.select2-container .select2-choice {
  background-color: #EEF1F2;
  color: #353535;
}
.select-theme-light-gray.select2-container .select2-choice .select2-arrow {
  background-color: #EEF1F2;
}
.select-theme-light-gray.select2-container.select2-container-disabled .select2-choice {
  background-color: #eef1f2;
  color: #a3adb2;
}
.select-theme-light-gray.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #eef1f2;
  color: #a3adb2;
}
.small.select2-container .select2-choice {
  height: 18px;
  line-height: 18px;
}
.medium.select2-container .select2-choice {
  height: 20px;
  line-height: 20px;
}
.large.select2-container .select2-choice {
  height: 26px;
  line-height: 26px;
}
.dw-popover {
  color: #353535;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 1px 2px 1px #999;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 1px 2px 1px #999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 1px 2px 1px #999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.dw-popover.top {
  margin-top: -10px;
}
.dw-popover.right {
  margin-left: 10px;
}
.dw-popover.bottom {
  margin-top: 10px;
}
.dw-popover.left {
  margin-left: -10px;
}
.dw-popover > .title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.dw-popover > .content {
  padding: 9px 14px;
  overflow: auto;
}
.dw-popover > .content a {
  font-size: 12px;
  color: #0089CF;
}
.dw-popover > .close {
  font-family: arial;
  margin: 5px 10px 0 0;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.dw-popover > .close:hover,
.dw-popover > .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dw-popover > .arrow,
.dw-popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.dw-popover > .arrow {
  border-width: 11px;
}
.dw-popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.dw-popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.dw-popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.dw-popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.dw-popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.dw-popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.dw-popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.dw-popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.dw-popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.dw-popover .relation-title span {
  font-size: 12px;
  font-weight: bold;
}
.dw-popover .relation-title:not(:first-of-type) {
  margin-top: 5px;
}
.dw-popover .label-profiles {
  background-color: #353535;
}
div.tooltip-inner {
  max-width: none;
}
.tooltip {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.wf-history-mainContainer {
  margin-top: 10px;
  padding: 0 16px;
  /*position: relative;*/
  height: 100%;
  background: #FFFFFF;
  width: auto;
  overflow: hidden;
}
.wf-history-main-step {
  width: 100%;
}
.wf-history-main-step .cell-pull-left {
  text-align: left;
}
.wf-history-main-step .cell-pull-center {
  text-align: center;
}
.wf-history-main-step .cell-pull-right {
  text-align: right;
}
.wf-additional-history-step {
  padding-left: 49px;
  padding-right: 50px;
  margin-top: 10px;
}
/*jqGrid*/
.wf-jqGridContainer {
  background-color: transparent;
  border: 1px solid #c8ced1;
  width: 100%;
}
.wf-jqGridContainer tr {
  height: 25px;
}
.wf-jqGridContainer th {
  text-align: left;
}
.wf-jqGridContainer .ui-jqgrid {
  width: auto !important;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-resize-mark {
  line-height: 0;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view {
  width: auto !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv {
  border: 0;
  background-image: none;
  width: auto !important;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable {
  border: 0;
  table-layout: auto;
  margin: 0;
  width: auto !important;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-th-column {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-style: normal;
  display: inline-block;
  border-left: 1px solid #c8ced1;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px 5px 5px;
  position: relative;
  background-image: none;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-th-column div {
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-th-column .ui-jqgrid-sortable {
  text-align: left;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-th-column .ui-jqgrid-sortable:nth-child(2) {
  text-align: left;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-th-column .ui-jqgrid-sortable .s-ico {
  position: absolute;
  right: 4px;
  width: 8px;
  color: #353535;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-th-column .ui-jqgrid-sortable .s-ico .ui-state-disabled {
  visibility: collapse;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-th-column .ui-jqgrid-sortable .s-ico .ui-icon-asc {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-th-column .ui-jqgrid-sortable .s-ico .ui-icon-asc:before {
  content: "\e67f";
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-th-column .ui-jqgrid-sortable .s-ico .ui-icon-desc {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-th-column .ui-jqgrid-sortable .s-ico .ui-icon-desc:before {
  content: "\e683";
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable th:first-child {
  border-left-color: #FFFFFF;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable th:first-child:hover {
  background-color: transparent;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-resize-ltr {
  cursor: col-resize;
  display: block;
  font-size: 0.1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  background-image: url("Images/dw_grid_column_resize_handle.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv {
  width: auto !important;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv div {
  width: inherit;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable {
  outline-style: none;
  table-layout: auto;
  border: 1px solid #c8ced1;
  width: 100% !important;
  width: inherit;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgfirstrow {
  width: inherit;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow {
  -webkit-transition: background 0.25s ease-out;
  -moz-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  background: #FFFFFF;
  color: #353535;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 5px;
  line-height: 20px;
  opacity: 1;
  border: 1px solid #c8ced1;
  border-top-width: 0;
  overflow: hidden;
  text-align: left;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row td,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow td {
  max-width: 138px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row:nth-child(2n),
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow:nth-child(2n) {
  background-color: #f4f5f6;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row:last-child,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow:last-child {
  border-bottom: none;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row:hover,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow:hover {
  background: #C0E4F9;
  margin: 0px;
  padding: 0px;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row:focus,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow:focus {
  outline: none;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row .ui-icon-plus,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow .ui-icon-plus {
  visibility: hidden;
  color: #353535;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row .ui-icon-plus:before,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow .ui-icon-plus:before {
  content: "\e640";
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row .ui-icon-minus,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow .ui-icon-minus {
  color: #353535;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row .ui-icon-minus:before,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow .ui-icon-minus:before {
  content: "\e63d";
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrid-new-row:hover .ui-icon-plus,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .jqgrow:hover .ui-icon-plus {
  visibility: visible;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .ui-state-highlight {
  background-image: none;
  border-bottom-width: 0px;
  overflow: auto;
  margin: 0px;
  vertical-align: middle;
  color: #FFFFFF;
  white-space: nowrap;
  opacity: 1;
  padding: 0px;
  outline: none;
  background-color: #91979b;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .ui-state-highlight:nth-child(2n) {
  background-color: #91979b;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .ui-state-highlight .ui-icon-plus,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .ui-state-highlight .ui-icon-minus {
  color: #FFFFFF;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .ui-state-highlight:hover {
  background-color: #91979b;
  background-image: none;
  margin: 0px;
  padding: 0px;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .ui-state-highlight:focus {
  outline: none;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .ui-subgrid .subgrid-data,
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .ui-subgrid .subgrid-cell {
  background-image: none;
  border-top-width: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  color: #FFFFFF;
  opacity: 1;
  background-color: #91979b;
  font-size: 14px;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .ui-subgrid .label-wrap span {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wf-jqGridContainer .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable .ui-subgrid .ui-icon-carat-1-sw {
  display: none;
  background-image: none;
}
.dw-Toolbar {
  color: #353535;
  background-color: #eef1f2;
}
.dw-Toolbar input[type="text"] {
  padding: 0;
  text-align: center;
  height: 14px;
  background: #FFFFFF;
}
.dw-Toolbar .ui-widget-header {
  padding-left: 3px;
  line-height: 24px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-top: 1px;
  margin-bottom: 1px;
  border: 1px solid transparent;
  border-top-color: #c8ced1;
  font-size: 11px;
}
.dw-Toolbar .ui-widget-header.dw-toolbar-header-expanded {
  background-color: #C8CED1;
}
.dw-Toolbar .ui-widget-header:focus {
  border: 1px solid #303AB2;
}
.toolbarDiv {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.toolbarDiv div:first-child .dw-toolbar-header {
  border-top-color: transparent;
  margin-top: 0;
}
.toolbarDiv div:first-child .dw-toolbar-header:focus {
  border-top-color: #303AB2;
}
.toolbarDiv div:last-child .dw-toolbar-header {
  border-bottom: 1px solid #c8ced1;
}
.toolbarDiv div:last-child .dw-toolbar-header:focus {
  border-bottom-color: #303AB2;
}
#dw-leftToolbarContent,
#dw-rightToolbarContent {
  width: 105px;
}
.toolbarDiv {
  width: 105px;
  overflow: hidden;
}
.toolbarDiv .dw-toolbar-btn-stamp .text-overflow {
  min-width: 77px;
  max-width: 77px;
}
.dw-toolbar-menu {
  padding: 0px;
  margin: 0px;
  float: none;
  padding-left: 4px;
  list-style: none;
  display: block;
}
.dw-toolbar-menu li {
  position: relative;
  padding: 2px 0 2px 18px;
}
.dw-toolbar-menu a {
  text-decoration: none;
}
.dw-toolbar-menu .ui-icon {
  position: absolute;
  top: 50%;
  left: 0;
}
.dw-toolbar-menu span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
ul.dw-toolbar-ul {
  padding: 0px;
  margin: 0px;
  float: none;
  padding-left: 4px;
  list-style: none;
  display: block;
  font-size: 0;
}
ul.dw-toolbar-ul li.dw-toolbar-li {
  white-space: nowrap;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  letter-spacing: 0px;
  text-align: center !important;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  line-height: normal;
}
ul.dw-toolbar-ul li.dw-toolbar-li.row {
  display: block;
  text-align: left;
}
ul.dw-toolbar-ul li.dw-toolbar-li:focus .dw-toolbar-btn-stamp {
  -webkit-box-shadow: inset 0 0 0 1px #303AB2;
  -moz-box-shadow: inset 0 0 0 1px #303AB2;
  box-shadow: inset 0 0 0 1px #303AB2;
}
ul.dw-toolbar-ul li.dw-toolbar-li .border {
  padding: 1px;
}
.toolbar_scroll_up,
.toolbar_scroll_down {
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #eef1f2;
}
.toolbar_scroll_up {
  border-bottom: 1px solid #c8ced1;
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.toolbar_scroll_up:before {
  content: "\e63d";
}
.toolbar_scroll_down {
  border-top: 1px solid #c8ced1;
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.toolbar_scroll_down:before {
  content: "\e640";
}
.toolbar_scroll_up:hover,
.toolbar_scroll_down:hover {
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  background-color: #C0E4F9;
}
.dw-toolbar-btn {
  width: 18px;
  height: 18px;
  padding: 1px;
  cursor: pointer;
}
.dw-toolbar-btn .ui-icon {
  font-size: 16px;
  position: relative;
  line-height: 16px;
  vertical-align: middle;
  margin-top: 0;
  border: 1px solid transparent;
}
.dw-toolbar-btn:hover > .ui-icon {
  background-color: #C0E4F9;
}
.dw-toolbar-btn:active > .ui-icon {
  background-color: #81CAF3;
}
.dw-toolbar-btn:focus > .ui-icon {
  border-color: #303AB2;
}
.dw-toolbar-btn .ui-icon.ui-state-active {
  background-color: #81CAF3;
  border-color: #0089CF;
  font-weight: normal;
  color: #353535;
}
.dw-toolbar-btn-toggled > .ui-icon {
  color: #303AB2;
}
.dw-toolbar-btn-hover > .ui-icon {
  color: #303AB2;
}
.dw-toolbar-btn.ui-state-disabled,
.dw-top-bar-btn.ui-state-disabled,
.dw-toolbar-li.ui-state-disabled,
.top-bar-nav-info.ui-state-disabled {
  color: #a3adb2;
  opacity: 1 !important;
  cursor: not-allowed !important;
}
.dw-toolbar-btn.ui-state-disabled input,
.dw-top-bar-btn.ui-state-disabled input,
.dw-toolbar-li.ui-state-disabled input,
.top-bar-nav-info.ui-state-disabled input {
  color: #a3adb2;
}
.dw-toolbar-btn.ui-state-disabled .ui-icon,
.dw-top-bar-btn.ui-state-disabled .ui-icon,
.dw-toolbar-li.ui-state-disabled .ui-icon,
.top-bar-nav-info.ui-state-disabled .ui-icon {
  color: #a3adb2;
}
.dw-toolbar-btn.ui-state-disabled:hover > .ui-icon,
.dw-top-bar-btn.ui-state-disabled:hover > .ui-icon,
.dw-toolbar-li.ui-state-disabled:hover > .ui-icon,
.top-bar-nav-info.ui-state-disabled:hover > .ui-icon {
  background-color: transparent;
  color: #a3adb2;
}
.dw-toolbar-btn.ui-state-disabled .dw-toolbar-btn-stamp *,
.dw-top-bar-btn.ui-state-disabled .dw-toolbar-btn-stamp *,
.dw-toolbar-li.ui-state-disabled .dw-toolbar-btn-stamp *,
.top-bar-nav-info.ui-state-disabled .dw-toolbar-btn-stamp * {
  color: #a3adb2 !important;
}
.dw-zoom-control-div {
  vertical-align: middle;
  width: 78px;
  margin-right: 2px;
}
.dw-zoom-control-div input.dw-zoom-control-textbox {
  width: 58px;
  border: none;
  margin-top: 0px;
  margin-left: 2px;
  height: 15px;
  position: absolute;
  top: 3px;
  z-index: 2;
  padding-left: 2px;
  text-align: left;
}
.dw-zoom-control-div input.dw-zoom-control-textbox,
.dw-zoom-control-div input.dw-zoom-control-textbox x:-moz-any-link,
.dw-zoom-control-div input.dw-zoom-control-textbox x:default {
  margin-top: 1px;
}
.dw-zoom-control-div input.dw-zoom-control-textbox:focus {
  border: none;
}
.dw-zoom-control-div input.dw-zoom-control-textbox:disabled {
  background-color: #eef1f2;
  color: #a3adb2;
}
.dw-zoom-control-div .small.select2-container .select2-choice {
  height: 16px;
  line-height: 16px;
}
.dw-zoom-control-div .dw-zoom-control-select {
  width: 78px;
  height: 18px;
}
.dw-zoom-control-div span.ui-state-active input.dw-zoom-control-textbox {
  background-color: #81CAF3 !important;
  border-color: #303AB2 !important;
  font-weight: normal;
}
.dw-zoom-control-div span.ui-state-active .select2-container a.select2-choice {
  background-color: #81CAF3 !important;
  border-color: #303AB2 !important;
}
.dw-zoom-control-div span.ui-state-active .select2-container a.select2-choice span.select2-arrow {
  background-color: #81CAF3 !important;
}
.annTextButton:hover {
  background-color: #C0E4F9;
}
.annTextButton {
  position: relative;
  width: 97px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
}
.annColorPicker {
  width: 85px;
  margin-left: 7px;
  margin-right: 7px;
}
.annLineButton {
  text-align: left;
}
.annLineButton .size {
  width: 51px;
}
.annLineButton .sp-preview {
  width: 18px;
}
.select2-chosen .line,
.select2-result-label .line {
  display: block;
  background-color: #000;
}
.annColorButton {
  text-align: left;
}
.annColorButton .sp-preview {
  width: 73px;
}
.annLine {
  margin: 7px 0;
  width: 97px;
}
.dw-toolbar-btn-stamp {
  width: auto;
  padding: 1px;
  cursor: pointer;
  text-align: left;
  padding: 3px 1px;
}
.nav_info {
  width: 90px;
  text-align: left;
}
.dw-active-tab {
  color: #f98f35 !important;
}
.dw-color {
  margin-left: 2px;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  padding: 1px;
  cursor: pointer;
}
.documentOverviewImage {
  min-width: 57px;
  border: 1px solid #c8ced1;
  cursor: pointer;
  float: left;
  margin: 0 0 10px 4px;
}
.AnchorLoadMoreImages {
  font-size: 11px;
}
#content .scroll-theme-default .vertical-track-wrapper {
  border-top: 0;
}
#dw-rightToolbar.show + #center_div #content .scroll-theme-default .vertical-track-wrapper {
  border-right: 0;
}
#dw-rightToolbar.show + #center_div #content .scroll-theme-default .horizontal-track-wrapper {
  border-left: 0;
}
#dw-rightToolbar.show + #center_div #content .scrollbar-corner {
  border-right: 0;
}
/* SPLITTER*/
/* Maybe we need to rename this 'master class name'
   to something like 'dw-theme-default'. We will use
   this class prefix to override the third-party css stytles. vmm */
.masterArea {
  overflow: hidden;
}
.masterArea .splitter-pane {
  z-index: auto!important;
}
.masterArea .left-splitter-pane {
  min-width: 440px;
}
.masterArea .splitter-bar {
  background-image: none;
}
.masterArea .splitter-bar-vertical {
  width: 10px;
  height: 100%;
  /*&-docked
        {
            .touch-handle
            {
                height: 40px;
                width: 50px;
            }
        }*/
}
.masterArea .splitter-bar-vertical:before {
  content: "\e6c5";
}
.masterArea .splitter-bar-vertical:before {
  content: "\e6c5";
}
.masterArea .splitter-bar-vertical:before {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: 10px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
}
.masterArea .splitter-bar-vertical.with-handle:before {
  content: '';
  display: none;
}
.masterArea .splitter-bar-vertical .touch-handle {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  width: 35px;
  background: #b5bdc1;
  text-align: center;
  opacity: 0.8;
}
.masterArea .splitter-bar-vertical .touch-handle:before {
  content: "\e6c5";
}
.masterArea .splitter-bar-vertical .touch-handle:before {
  content: "\e6c5";
}
.masterArea .splitter-bar-vertical .touch-handle:before {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.masterArea .splitter-bar-horizontal {
  height: 10px;
  width: 100%;
}
.masterArea .splitter-bar-horizontal:before {
  content: "\e65b";
}
.masterArea .splitter-bar-horizontal:before {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: 10px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.masterArea .splitter-bar.ui-state-default {
  background-color: #b5bdc1;
  position: relative;
  border-width: 0;
  color: #353535;
}
.masterArea .splitter-bar.ui-state-hover,
.masterArea .splitter-bar.ui-state-focus,
.masterArea .splitter-bar.ui-state-highlight,
.masterArea .splitter-bar.ui-state-hover .touch-handle,
.masterArea .splitter-bar.ui-state-focus .touch-handle,
.masterArea .splitter-bar.ui-state-highlight .touch-handle {
  background-color: #C0E4F9;
  border-width: 0;
  color: #353535;
}
.masterArea .splitter-bar.ui-state-error,
.masterArea .splitter-bar.ui-state-error .touch-handle {
  background-color: #C0E4F9;
  border-width: 0;
  color: #BB3937;
}
.masterArea div.hSplitPane {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.masterArea div.hSplitContent {
  height: 100%;
  width: 100%;
  border: none;
}
.list-group {
  border: 1px solid #c8ced1;
  background-color: #eef1f2;
}
.list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 20px;
}
.list.no-margin {
  margin: 0;
}
.list.separated-items > .list-item {
  margin-bottom: 2px;
}
.list .inner {
  padding: 0;
  margin-bottom: 0;
}
.list.expandable {
  /*.dw-iconsContainer
        {
            margin-right: 6px;
        }*/
}
.list.connectedSortable.dw-dropTarget {
  background-color: #c8ced1;
}
.list.connectedSortable .list-item {
  border-left: none;
  border-right: none;
}
.list.connectedSortable .list-item .dw-iconsContainer {
  margin-right: 6px;
}
.list.connectedSortable .list-item .dw-icon-eye,
.list.connectedSortable .list-item .dw-icon-eye-disabled {
  margin-right: 0;
}
.list.connectedSortable .list-item:first-child {
  border-top: none;
}
.list.connectedSortable .list-item:last-child {
  margin-bottom: 0;
}
.list-item {
  padding: 4px 5px;
  display: block;
  border: 1px solid #c8ced1;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  color: #353535;
  cursor: default;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.list-item:last-child {
  margin-bottom: 0;
}
.list-item:hover:not(.expanded) {
  background-color: #C0E4F9;
}
.list-item:hover:not(.expanded) .dw-icon-arrow-4-n-s-e-w {
  visibility: visible;
}
.list-item.draggable {
  cursor: pointer;
}
.list-item.active .text {
  font-weight: bold;
}
.list-item.active:hover .dw-icon-arrow-2-n-s {
  visibility: visible;
}
.list-item.active .title:hover .dw-icon-arrow-4-n-s-e-w {
  visibility: visible;
}
.list-item.disabled {
  color: #a3adb2;
}
.list-item.disabled span.text {
  font-weight: normal;
}
.list-item.disabled .ui-icon {
  color: #a3adb2;
}
.list-item.disabled .dw-icon-eye-disabled {
  margin-right: 20px;
}
.list-item.disabled:hover {
  background-color: #FFFFFF;
}
.list-item.selected {
  background-color: #303AB2;
  color: #FFFFFF;
}
.list-item.selected .title {
  background-color: #303AB2;
  color: #FFFFFF;
}
.list-item.selected .title .dw-icon-eye,
.list-item.selected .title .dw-icon-eye-disabled,
.list-item.selected .title .dw-icon-arrow-4-n-s-e-w {
  color: #FFFFFF;
}
.list-item.selected .title .dw-icon-eye:hover,
.list-item.selected .title .dw-icon-eye:focus,
.list-item.selected .title .dw-icon-eye-disabled:hover,
.list-item.selected .title .dw-icon-eye-disabled:focus {
  cursor: pointer;
  outline: 1px solid #C0E4F9;
}
.list-item.selected .title .dw-icon-plus:hover,
.list-item.selected .title .dw-icon-plus:focus,
.list-item.selected .title .dw-icon-minus:hover,
.list-item.selected .title .dw-icon-minus:focus {
  border-color: #C0E4F9;
}
.list-item.selected > .dw-iconsContainer .dw-icon-arrow-4-n-s-e-w {
  color: #FFFFFF;
}
.list-item.selected:hover {
  background-color: #303AB2;
}
.list-item.selected.expanded .title:hover {
  background-color: #303AB2;
}
.list-item.selected.disabled .dw-icon-eye:hover,
.list-item.selected.disabled .dw-icon-eye:focus,
.list-item.selected.disabled .dw-icon-eye-disabled:hover,
.list-item.selected.disabled .dw-icon-eye-disabled:focus {
  cursor: default;
  outline: none;
}
.list-item.selected.disabled .title .dw-icon-eye:hover,
.list-item.selected.disabled .title .dw-icon-eye-disabled:hover,
.list-item.selected.disabled .title .dw-icon-eye:focus,
.list-item.selected.disabled .title .dw-icon-eye-disabled:focus {
  cursor: pointer;
  outline: 1px solid #C0E4F9;
}
.list-item.expanded {
  padding: 0;
}
.list-item.expanded:hover {
  background-color: #FFFFFF;
}
.list-item.expanded .title {
  padding: 4px 5px;
}
.list-item.expanded .title:hover {
  background-color: #C0E4F9;
}
.list-item.expanded .inner .list-item {
  padding: 4px 5px 4px 24px;
  border-left: none;
  border-right: none;
}
.list-item.expanded .inner .list-item:first-child {
  border-top: 1px solid #c8ced1;
}
.list-item.expanded .inner .list-item:last-child {
  border-bottom: none;
}
.list-item.expanded .inner .list-item.ui-sortable-helper:last-child {
  border-bottom: 1px solid #c8ced1;
}
.list-item.collapsed .title {
  padding: 0;
}
.list-item .title {
  font-weight: bold;
  display: block;
  line-height: 16px;
  padding: 4px 10px 4px 0;
}
.list-item span.text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 85%;
  font-size: 12px;
  vertical-align: middle;
}
.list-item .ui-icon + span.text {
  max-width: 75%;
}
.list-item .ui-icon.border {
  cursor: pointer;
  font-size: 9px;
  margin: 0 5px 0 0;
}
.list-item > .dw-iconsContainer {
  float: right;
  font-size: 14px;
  width: auto;
  clear: both;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}
.list-item .ui-icon {
  position: relative;
}
.list-item .dw-icon-default {
  margin-left: 15px;
}
.list-item .dw-icon-arrow-2-n-s {
  padding-left: 5px;
  visibility: hidden;
}
.list-item .dw-icon-arrow-4-n-s-e-w {
  padding-right: 5px;
  visibility: hidden;
}
.list-item .dw-icon-eye,
.list-item .dw-icon-eye-disabled,
.list-item .dw-icon-default,
.list-item .dw-icon-delete {
  padding: 1px;
  cursor: pointer;
}
.list-item .dw-icon-eye:hover,
.list-item .dw-icon-eye:focus,
.list-item .dw-icon-default:hover,
.list-item .dw-icon-default:focus,
.list-item .dw-icon-delete:hover,
.list-item .dw-icon-delete:focus,
.list-item .dw-icon-eye-disabled:hover,
.list-item .dw-icon-eye-disabled:focus {
  outline: 1px solid #303AB2;
}
.list-item .dw-icon-plus:hover,
.list-item .dw-icon-plus:focus,
.list-item .dw-icon-minus:hover,
.list-item .dw-icon-minus:focus {
  border-color: #303AB2;
}
.list-sub-item {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-sub-item.m-5 {
  margin: 5px;
}
/*Drag drop helpers*/
.expandable.list .ui-sortable-placeholder {
  margin-top: -2px;
  border: none;
  border-top: 1px solid #c8ced1;
}
.connectedSortable.expandable.list .ui-sortable-placeholder {
  border: none;
}
.connectedSortable.expandable.list .ui-sortable-placeholder:last-child {
  border-bottom: 1px solid #c8ced1;
}
.list .ui-sortable-placeholder {
  background-color: #C0E4F9;
  height: 1.5em;
  padding: 0;
  border: 1px solid #c8ced1;
  border-bottom: none;
}
.list-item.ui-sortable-item,
.ui-sortable-item li {
  background-color: #eef1f2;
  color: #a3adb2;
}
.list-item.ui-sortable-item.selected,
.ui-sortable-item li.selected,
.list-item.ui-sortable-item .title,
.ui-sortable-item li .title,
.list-item.ui-sortable-item .selected.title,
.ui-sortable-item li .selected.title {
  background-color: #eef1f2;
  color: #a3adb2;
}
.list-item.ui-sortable-item.selected .ui-icon,
.ui-sortable-item li.selected .ui-icon,
.list-item.ui-sortable-item .title .ui-icon,
.ui-sortable-item li .title .ui-icon,
.list-item.ui-sortable-item .selected.title .ui-icon,
.ui-sortable-item li .selected.title .ui-icon,
.list-item.ui-sortable-item.selected .dw-icon-plus,
.ui-sortable-item li.selected .dw-icon-plus,
.list-item.ui-sortable-item .title .dw-icon-plus,
.ui-sortable-item li .title .dw-icon-plus,
.list-item.ui-sortable-item .selected.title .dw-icon-plus,
.ui-sortable-item li .selected.title .dw-icon-plus {
  color: #a3adb2;
}
.list-item.ui-sortable-item.selected .ui-icon:before,
.ui-sortable-item li.selected .ui-icon:before,
.list-item.ui-sortable-item .title .ui-icon:before,
.ui-sortable-item li .title .ui-icon:before,
.list-item.ui-sortable-item .selected.title .ui-icon:before,
.ui-sortable-item li .selected.title .ui-icon:before,
.list-item.ui-sortable-item.selected .dw-icon-plus:before,
.ui-sortable-item li.selected .dw-icon-plus:before,
.list-item.ui-sortable-item .title .dw-icon-plus:before,
.ui-sortable-item li .title .dw-icon-plus:before,
.list-item.ui-sortable-item .selected.title .dw-icon-plus:before,
.ui-sortable-item li .selected.title .dw-icon-plus:before {
  color: #a3adb2;
}
.list-item.ui-sortable-item .ui-icon,
.ui-sortable-item li .ui-icon {
  color: #a3adb2;
}
.list-item.ui-sortable-item:hover > .title,
.ui-sortable-item li:hover > .title {
  color: #a3adb2;
  background-color: #eef1f2;
}
.list-item.ui-sortable-helper {
  background-color: #FFFFFF;
  background-image: none;
  border-top-style: solid;
  border-bottom-style: solid;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.list-item.ui-sortable-helper.selected {
  background-color: #FFFFFF;
}
.list-item.ui-sortable-helper.selected .title {
  background-color: #FFFFFF;
}
.list-item.ui-sortable-helper.selected .text {
  color: #353535;
}
.list-item.ui-sortable-helper.selected.disabled .text {
  color: #a3adb2;
}
.list-item.ui-sortable-helper.selected.disabled .ui-icon {
  color: #a3adb2;
}
.list-item.ui-sortable-helper:hover {
  color: #353535;
  background-color: #FFFFFF;
}
.list-item.ui-sortable-helper:hover .dw-icon-arrow-4-n-s-e-w,
.list-item.ui-sortable-helper div.title:hover .dw-icon-arrow-4-n-s-e-w {
  visibility: hidden;
}
.list-item.ui-sortable-helper.active:hover .dw-iconsContainer .dw-icon-arrow-2-n-s {
  visibility: hidden;
}
.connectedSortable .ui-sortable-helper.disabled .dw-icon-eye-disabled {
  margin-right: 0;
}
.dw-iconsContainer {
  float: right;
  font-size: 14px;
  width: auto;
  clear: both;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}
.toolbar-panel {
  height: 210px;
  border: 1px solid #c8ced1;
  background-color: #eef1f2;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.toolbar-panel.workflow {
  border: 1px solid #c8ced1;
  height: 106px;
}
.toolbar-panel.workflow .connectedSortable {
  min-height: 106px;
}
.toolbar-panel .connectedSortable {
  min-height: 210px;
}
/* draggable icons */
.dw-drag-icons {
  position: absolute;
  padding: 100px 20px 20px 100px;
  left: -110px;
  top: -110px;
  display: inline-block;
  z-index: 99999;
  -moz-transform: translate(-1000px, -1000px);
  -ms-transform: translate(-1000px, -1000px);
  -o-transform: translate(-1000px, -1000px);
  -webkit-transform: translate(-1000px, -1000px);
  transform: translate(-1000px, -1000px);
}
/*Drag and Drop*/
.dw-drop-mask {
  position: absolute;
  z-index: 99;
  display: none;
  background-color: transparent;
  top: 0;
  bottom: 28px;
  left: 0;
  right: 0;
  background-image: url("Images/dw-drop-mask.png");
  background-position: 50% 50%;
  background-repeat: repeat;
}
.dw-drop-mask span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  padding: 50px 10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #303AB2;
  color: #FFFFFF;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  opacity: 0.5;
}
.dropPossible {
  display: block;
}
.singleDocument {
  position: absolute;
  padding: 100px 20px 20px 100px;
  left: -110px;
  top: -110px;
  display: inline-block;
  z-index: 99999;
  -moz-transform: translate(-1000px, -1000px);
  -ms-transform: translate(-1000px, -1000px);
  -o-transform: translate(-1000px, -1000px);
  -webkit-transform: translate(-1000px, -1000px);
  transform: translate(-1000px, -1000px);
}
.dragCopy:before {
  content: "\e656";
}
.dragCopy:before {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  border: 1px solid #c8ced1;
  background-color: #FFFFFF;
  position: absolute;
  top: 100px;
  right: 20px;
  font-size: 10px;
  color: #303AB2;
  z-index: 1000;
}
.multipleDocs {
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #303AB2;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  left: 50%;
  z-index: 10001;
}
.multipleDocs + .thumb-loaded {
  overflow: visible;
}
.multipleDocs + .thumb-loaded:before {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #c8ced1;
  bottom: 5px;
  content: " ";
  left: 3px;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: -1;
}
div#viewer {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
#viewer {
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
#viewer .dw-dialogContent * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#viewer * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#viewer .ui-widget-content {
  background-color: #eef1f2;
  background-image: none;
  color: #353535;
  border: 0;
}
#viewer .dw-no-content {
  margin: 43px auto 0 auto;
}
#viewer .content_no_doc:before {
  content: "\e63a";
  color: #91979b;
  font-size: 80px;
}
#viewer .content_no_doc:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -40px;
}
#viewer .content_no_doc:before {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#viewer .content_no_section:before {
  content: "\e92a";
  color: #91979b;
  font-size: 80px;
}
#viewer .content_no_section:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -40px;
}
#viewer .content_no_section:before {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#viewer .content_doc {
  background-color: #91979b;
}
#viewer .content_doc .dw-no-content {
  display: none;
}
#viewer .ui-icon-gripsmall-diagonal-se {
  font-size: 14px;
  width: auto;
  height: auto;
}
#viewer.storeViewer.centerStore .dw-fieldLabel {
  max-width: 100%;
}
#viewer.storeViewer.centerStore .scroll-visible .dw-fieldLabel {
  max-width: 100%;
}
#viewer.storeViewer.centerStore table.dw-dialog {
  table-layout: fixed;
}
#viewer.storeViewer .dialogTitle {
  width: auto;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 10px;
}
#viewer.storeViewer .dw-dialogToolbar button {
  text-align: left;
  max-width: 95px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#viewer.storeViewer .infoDialog button {
  max-width: 200px;
}
#viewer.storeViewer .dw-dialogContent.fields {
  padding: 10px;
}
#viewer.storeViewer .dw-dialogContent.fields table td {
  display: block;
  width: 100%\9;
  float: left\9;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: left;
  height: auto;
  min-height: 26px;
  padding: 0;
}
#viewer.storeViewer .dw-dialogContent.fields table td:not(.dw-fieldLabel) {
  margin-bottom: 10px;
}
#viewer.storeViewer .dw-dialogContent.fields table tr.keyword-row td,
#viewer.storeViewer .dw-dialogContent.fields table td.keywords-list {
  margin-bottom: 0;
}
#viewer.storeViewer .dw-fieldLabel {
  margin-right: 0;
  padding-bottom: 0;
  width: auto;
  max-width: 260px;
  line-height: 26px;
}
#viewer.storeViewer .scroll-visible .dw-fieldLabel {
  max-width: 240px;
}
#viewer.storeViewer button.cancel {
  display: none;
}
#viewer.storeViewer .leftStoreDialog .dw-no-content,
#viewer.storeViewer .rightStoreDialog .dw-no-content,
#viewer.storeViewer .centerStoreDialog .dw-no-content {
  margin-top: -20px;
}
#viewer .anotationWrapper {
  overflow: hidden;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  display: block;
  transform: rotate(0deg);
}
#content {
  width: auto;
  vertical-align: top;
  height: 100%;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
}
#viewerContainer {
  background-color: #3e3e3f;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
#viewer {
  margin-left: auto;
  margin-right: auto;
}
.loading {
  background: url("dw-ui/images/loading-icon.gif") center no-repeat;
}
.pageContainer {
  position: relative;
  margin: -22px auto 8px auto;
  border: 9px solid transparent;
  background-clip: content-box;
  border-image: url("dw-ui/images/shadow.png") 9 9 repeat;
  background-color: white;
  overflow: visible;
}
.dataPage {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  border-image: url(dw-ui/images/shadow.png) 9 9 repeat;
  background-color: white;
}
#toolBar {
  position: relative;
  height: 30px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}
#dw-ViewerHeader {
  position: relative;
  overflow: hidden;
  height: 36px;
}
#dw-ViewerHeader .downArrowIconContainer {
  background-color: #eef1f2;
  border-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
}
#dw-ViewerHeader .top-bar-nav-info,
#dw-ViewerHeader .top-bar-nav-info-noTextBox {
  width: 74px;
  text-align: center;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#dw-ViewerHeader .top-bar-nav-info-noTextBox {
  width: 50px;
}
#dw-ViewerHeader:focus,
#dw-ViewerHeader .ui-icon.button:focus {
  -webkit-box-shadow: inset 0 0 0 1px #303AB2;
  -moz-box-shadow: inset 0 0 0 1px #303AB2;
  box-shadow: inset 0 0 0 1px #303AB2;
}
#dw-ViewerHeader .dw-top-bar-btn {
  float: left;
}
#dw-ViewerHeader .dw-top-bar-btn .ui-state-disabled .ui-icon,
#dw-ViewerHeader .dw-top-bar-btn.ui-state-disabled .ui-icon {
  cursor: default;
}
#dw-ViewerHeader .dw-top-bar-btn.menu-activated .ui-icon.dw-icon-center-align:after,
#dw-ViewerHeader .dw-top-bar-btn.menu-activated .ui-icon.dw-icon-left-align:after,
#dw-ViewerHeader .dw-top-bar-btn.menu-activated .ui-icon.dw-icon-right-align:after,
#dw-ViewerHeader .dw-top-bar-btn.menu-activated .ui-icon.dw-icon-stamps:after {
  content: "\e63d";
}
#dw-ViewerHeader .dw-top-bar-btn .ui-icon,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon {
  cursor: pointer;
  font-size: 20px;
  vertical-align: middle;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  line-height: inherit;
}
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-close-light,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-close-light {
  font-size: 12px;
}
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-stamps,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-stamps,
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-center-align,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-center-align,
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-left-align,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-left-align,
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-right-align,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-right-align {
  padding: 0 5px;
}
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-stamps:after,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-stamps:after,
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-center-align:after,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-center-align:after,
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-left-align:after,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-left-align:after,
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-right-align:after,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-right-align:after {
  content: "\e640";
}
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-stamps:after,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-stamps:after,
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-center-align:after,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-center-align:after,
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-left-align:after,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-left-align:after,
#dw-ViewerHeader .dw-top-bar-btn .ui-icon.dw-icon-right-align:after,
#dw-ViewerHeader .dw-top-bar-btn.ui-icon.dw-icon-right-align:after {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#dw-ViewerHeader .nav-topbar-icon {
  font-size: 20px;
  vertical-align: middle;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
}
#dw-ViewerHeader .dw-ViewerHeaderLeft {
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1;
  overflow: hidden;
  height: 36px;
  display: block;
  width: 1000px;
}
#dw-ViewerHeader .dw-ViewerHeaderLeft .dw-ViewerHeaderLeftContent {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#dw-ViewerHeader .dw-ViewerHeaderLeft .dw-ViewerHeaderLeftContent input {
  width: 32px;
  font-size: 12px;
  text-align: center;
  margin-left: 2px;
  padding: 0;
  height: 20px;
  background: #FFFFFF;
}
#dw-ViewerHeader .dw-ViewerHeaderLeft .dw-ViewerHeaderLeftContent span {
  height: 36px;
  line-height: 36px;
}
#dw-ViewerHeader .dw-ViewerHeaderRight {
  overflow: hidden;
  height: 36px;
  display: table;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #eef1f2;
}
#dw-ViewerHeader .dw-ViewerHeaderRight span {
  display: inline-block;
}
#dw-ViewerHeader .dw-ViewerHeaderRight .dw-ViewerHeaderRightContent {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#dw-ViewerHeader .dw-ViewerHeaderRight .dw-ViewerHeaderSeparator {
  border-left: 1px solid #c8ced1;
  padding-left: 1px;
  position: relative;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
#dw-ViewerHeader .dw-ViewerHeaderRight .dw-ViewerHeaderSeparator:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  border-left: 1px solid #FFFFFF;
}
#dw-ViewerHeader .dw-ViewerHeaderRight .ui-icon.button {
  width: 28px;
}
#dw-viewer .dw-mainContainerContent {
  position: relative;
  float: left;
  padding: 0;
  text-align: left;
  top: 0;
}
/*Structure*/
.viewerAreaNew {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.topPanel {
  background: azure;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 36px;
}
.sidePanel {
  position: absolute;
  top: 37px;
  bottom: 0;
  width: 105px;
}
#leftPanel {
  display: none;
  left: 0px;
  border-right: 1px solid #c8ced1;
}
#rightPanel {
  display: none;
  right: 0;
  border-left: 1px solid #c8ced1;
}
.documentContent {
  overflow: hidden;
  position: absolute;
  top: 37px;
  bottom: 0;
  left: 0;
  right: 0;
}
#documentContent {
  overflow: hidden;
  position: absolute;
  top: 37px;
  bottom: 0;
  left: 0;
  right: 0;
}
.viewerAreaNew.left.right .documentContent {
  left: 106px;
  right: 106px;
}
.viewerAreaNew.left .documentContent {
  left: 106px;
  right: 0;
}
.viewerAreaNew.right .documentContent {
  left: 0;
  right: 106px;
}
.viewerAreaNew.right #rightPanel {
  display: block;
}
.viewerAreaNew.left #leftPanel {
  display: block;
}
.horizontalExpansion {
  position: absolute;
  top: 21px;
  bottom: 20px;
}
.down {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.storeViewer.left.leftStore .documentContent {
  left: 387px;
}
.storeViewer.leftStore .documentContent {
  left: 281px;
}
.storeViewer.right.rightStore .documentContent {
  right: 387px;
}
.storeViewer.rightStore .documentContent {
  right: 281px;
}
.viewerAreaNew.left .leftStoreDialog {
  left: 106px;
}
.viewerAreaNew.right .rightStoreDialog {
  right: 106px;
}
.leftStoreDialog {
  width: 280px;
  left: 0;
  border-right: 1px solid #c8ced1;
}
.rightStoreDialog {
  width: 280px;
  right: 0;
  border-left: 1px solid #c8ced1;
}
.centerStoreDialog {
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: white;
}
.storeViewer.centerStore .documentContent {
  visibility: hidden;
}
.storeViewer.centerStore .icon-button.arrow,
.storeViewer.centerStore #topbar_navigation,
.storeViewer.centerStore .split,
.storeViewer.centerStore .stamps,
.storeViewer.centerStore .zoom {
  display: none;
}
.storeViewer .collapse-button {
  position: absolute;
  cursor: pointer;
  top: 0;
  height: 20px;
  width: 8px;
  margin-top: 0;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  right: 4px;
}
.leftStoreDialog .collapse-button:before {
  content: "\e63f";
}
.rightStoreDialog .collapse-button:before {
  content: "\e63e";
}
.collapsedDialog .leftStoreDialog .collapse-button {
  right: 0;
}
.collapsedDialog .leftStoreDialog .collapse-button:before {
  content: "\e63e";
}
.collapsedDialog .rightStoreDialog .collapse-button {
  left: 0;
}
.collapsedDialog .rightStoreDialog .collapse-button:before {
  content: "\e63f";
}
.centerStoreDialog .collapse-button {
  visibility: hidden;
}
.storeViewer.collapsedDialog .storePanel:not(.centerStoreDialog) {
  background-color: #eef1f2;
  width: 10px;
}
.storeViewer.collapsedDialog .storePanel:not(.centerStoreDialog) > div {
  visibility: hidden;
}
.storeViewer.collapsedDialog .storePanel:not(.centerStoreDialog) .dw-dialogContent {
  display: none;
}
.storeViewer.left.leftStore.collapsedDialog .documentContent {
  left: 116px;
}
.storeViewer.leftStore.collapsedDialog .documentContent {
  left: 10px;
}
.storeViewer.right.rightStore.collapsedDialog .documentContent {
  right: 116px;
}
.storeViewer.rightStore.collapsedDialog .documentContent {
  right: 10px;
}
/*Stamps menu*/
#topbarStampDiv {
  width: auto;
  overflow: hidden;
  display: none;
  background-color: #eef1f2;
  padding: 2px;
  border: 1px solid #c8ced1;
  border-top: none;
  z-index: 10;
}
#topbarStampDiv:focus {
  outline: none;
}
#topbarStampDiv .dw-toolbar-li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
ul.stamps .dw-toolbar-li .text-overflow {
  display: inline-block;
  margin-left: 2px;
  font-size: 11px;
}
#footer_pack {
  display: block;
  width: 100%;
}
#footer_pack * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dw-statusBar {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: inline-block;
  width: 100%;
  font-size: 11px;
  color: #FFFFFF;
  vertical-align: middle;
  background-color: #91979b;
  height: 30px;
  line-height: 27px;
  padding: 0 10px;
}
.dw-statusBar a {
  text-decoration: none;
}
.dw-statusBar .ui-icon {
  font-size: 16px;
  color: #FFFFFF;
}
.dw-statusBar .ui-button {
  vertical-align: middle;
}
.dw-statusBar .bar-icon {
  display: inline-block;
}
.dw-statusBar .bar-icon + .bar-icon {
  margin-left: 8px;
}
#center_div {
  margin-right: -1px;
}
/*Intellix*/
.intellix-area {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3;
}
.intellix-area .box-container {
  position: absolute;
  overflow: visible;
}
.intellix-area .box-container.Red .box {
  background: rgba(187, 57, 55, 0.2);
}
.intellix-area .box-container.Red .bulb {
  display: none;
}
.intellix-area .box-container.Green .box {
  background: rgba(54, 141, 46, 0.2);
}
.intellix-area .box-container.Green .bulb {
  display: none;
}
.intellix-area .box-container.Yellow .box {
  background: rgba(252, 178, 0, 0.2);
}
.intellix-area .box-container.Yellow .bulb {
  display: none;
}
.intellix-area .box-container.None .box {
  background: rgba(71, 71, 228, 0.2);
}
.intellix-area .box-container.None .bulb {
  display: none;
}
.intellix-area .box-container .box {
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.intellix-area .box-container.selected.Red .box {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
  -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
}
.intellix-area .box-container.selected.Green .box {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
  -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
}
.intellix-area .box-container.selected.Yellow .box {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
  -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
}
.intellix-area .box-container.selected.None .box {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
  -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 0, 0.7);
}
/*Annotations*/
#fontBold,
#fontItalic,
#fontUnderline,
#fontStrikeout {
  display: none;
}
#fontBold + label,
#fontItalic + label,
#fontUnderline + label,
#fontStrikeout + label {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
#fontBold:checked + label,
#fontItalic:checked + label,
#fontUnderline:checked + label,
#fontStrikeout:checked + label {
  color: #FFFFFF;
  background: #303AB2;
}
label[for=fontBold] {
  font-weight: bold;
}
label[for=fontItalic] {
  font-style: italic;
}
label[for=fontUnderline] {
  text-decoration: underline;
}
label[for=fontStrikeout] {
  text-decoration: line-through;
}
.font.preview,
.line.preview {
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid #c8ced1;
  height: 57px;
  line-height: 57px;
}
.font.preview span,
.line.preview span {
  vertical-align: middle;
}
.font.preview {
  width: 355px;
  overflow: hidden;
}
.textAnnotationEdit {
  z-index: 10;
  position: absolute;
  border: dashed 1px black;
  overflow: hidden;
  text-indent: 4px;
}
.textShot {
  background-color: #FFFF00;
  z-index: 3;
  position: absolute;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35;
}
.textShotSelection {
  background-color: #00FF00;
  z-index: 3;
  position: absolute;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35;
}
.fullText {
  background-color: #FFFF00;
  z-index: 3;
  position: absolute;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
div.docOverview {
  visibility: hidden;
  background-color: Transparent;
  top: 0px;
  left: 0px;
  overflow-x: hidden;
  overflow-y: visible;
}
ul.OVFile {
  padding: 0px;
  margin: 0px;
  float: none;
  display: block;
  /* position: relative; */
  left: 0px;
}
li.OVPage {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  clear: none;
  float: left;
  /*position: relative; */
}
div.OVSection {
  float: none;
  white-space: nowrap;
  margin: 5px;
  background-color: #DDDDDD;
}
div.OVSectionEven {
  background-color: #AAAAAA !important;
}
img.OVImage {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  text-align: center;
  vertical-align: middle;
  border-style: solid;
  border-color: Black;
  border-width: 1px;
}
img.OVImage:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
div.Dummy {
  /* Required otherwise the containing div is too small */
  clear: left;
  height: 0px;
}
img.OVMorePages:hover {
  cursor: pointer;
}
#viewerContainer {
  background-color: #3e3e3f;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
#viewer {
  margin-left: auto;
  margin-right: auto;
}
.loading {
  background: url("dw-ui/images/loading-icon.gif") center no-repeat;
}
.pageContainer {
  position: relative;
  margin: -22px auto 8px auto;
  border: 9px solid transparent;
  background-clip: content-box;
  border-image: url("dw-ui/images/shadow.png") 9 9 repeat;
  background-color: white;
  overflow: visible;
}
.dataPage {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  border-image: url(dw-ui/images/shadow.png) 9 9 repeat;
  background-color: white;
}
#toolBar {
  position: relative;
  height: 30px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}
.textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: #b400aa;
  border-radius: 4px;
}
.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}
.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}
.textLayer .highlight.middle {
  border-radius: 0px;
}
.textLayer .highlight.selected {
  background-color: #006400;
}
.textLayer ::selection {
  background: #0000ff;
}
.textLayer ::-moz-selection {
  background: #0000ff;
}
.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.textLayer .endOfContent.active {
  top: 0px;
}
/* DIALOG TITLE */
.dialogTitleContainer {
  height: 36px;
  line-height: 34px;
  vertical-align: middle;
  background-color: #FFFFFF;
}
.dialogTitleContainer .dialogTitle {
  width: 300px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 10px;
  font-weight: bold;
  color: #353535;
  white-space: nowrap;
}
/* DIALOG TOOLBAR */
.dw-dialogToolbar {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background-color: #eef1f2;
  height: 36px;
  width: 100%;
  margin: 0px auto;
  margin: 0;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 1px 0px 0px #D5DBDD;
  -moz-box-shadow: 0 1px 0px 0px #D5DBDD;
  box-shadow: 0 1px 0px 0px #D5DBDD;
}
.dw-dialogToolbar.gray {
  background-color: #eef1f2;
}
.leftToolbarButtons {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: absolute;
  left: 0;
  white-space: nowrap;
  text-align: left;
  padding-left: 10px;
  z-index: 100;
}
.leftToolbarButtons > :first-child {
  margin-left: 0px !important;
  margin-right: 5px;
}
.rightToolbarButtons {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: absolute;
  right: 0;
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
}
.resultList .table-cell .rightToolbarButtons {
  padding-right: 0;
}
.table-cell .rightToolbarButtons {
  padding-right: 16px;
}
.table-cell .leftToolbarButtons,
.table-cell .middleToolbarButtons,
.table-cell .rightToolbarButtons {
  position: static;
  left: auto;
  right: auto;
  white-space: nowrap;
  display: table;
}
.table-cell .leftToolbarButtons button,
.table-cell .middleToolbarButtons button,
.table-cell .rightToolbarButtons button {
  padding: 6px;
  margin: 0;
}
.table-cell .leftToolbarButtons button.ui-button-text-icon-primary .ui-icon,
.table-cell .middleToolbarButtons button.ui-button-text-icon-primary .ui-icon,
.table-cell .rightToolbarButtons button.ui-button-text-icon-primary .ui-icon {
  font-size: 18px;
}
.table-cell .leftToolbarButtons button.ui-button-text-icon-primary .ui-button-text:not(:empty),
.table-cell .middleToolbarButtons button.ui-button-text-icon-primary .ui-button-text:not(:empty),
.table-cell .rightToolbarButtons button.ui-button-text-icon-primary .ui-button-text:not(:empty) {
  padding-left: 24px;
}
.table-cell .leftToolbarButtons button.ui-button-text-icon-primary .ui-icon.ui-icon-carat-1-w + .ui-button-text,
.table-cell .middleToolbarButtons button.ui-button-text-icon-primary .ui-icon.ui-icon-carat-1-w + .ui-button-text,
.table-cell .rightToolbarButtons button.ui-button-text-icon-primary .ui-icon.ui-icon-carat-1-w + .ui-button-text {
  padding-left: 15px;
}
.table-cell .leftToolbarButtons button.main,
.table-cell .middleToolbarButtons button.main,
.table-cell .rightToolbarButtons button.main {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media all and (-ms-high-contrast: none) {
  .table-cell .leftToolbarButtons button.main,
  .table-cell .middleToolbarButtons button.main,
  .table-cell .rightToolbarButtons button.main {
    display: inline-block;
  }
}
@supports (-ms-accelerator:true) {
  .table-cell .leftToolbarButtons button.main,
  .table-cell .middleToolbarButtons button.main,
  .table-cell .rightToolbarButtons button.main {
    display: inline-block;
  }
}
.table-cell .leftToolbarButtons button.optionsBtn,
.table-cell .middleToolbarButtons button.optionsBtn,
.table-cell .rightToolbarButtons button.optionsBtn {
  padding-left: 7px;
  padding-right: 7px;
}
.table-cell .leftToolbarButtons button.optionsBtn .ui-button-icon-primary,
.table-cell .middleToolbarButtons button.optionsBtn .ui-button-icon-primary,
.table-cell .rightToolbarButtons button.optionsBtn .ui-button-icon-primary {
  left: 0;
  width: 100%;
}
.table-cell .leftToolbarButtons label.fileinput.import,
.table-cell .middleToolbarButtons label.fileinput.import,
.table-cell .rightToolbarButtons label.fileinput.import {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0px;
  margin: 0;
  display: table-cell;
}
.table-cell .leftToolbarButtons label.fileinput.import.ui-button-text-icon-primary .ui-icon,
.table-cell .middleToolbarButtons label.fileinput.import.ui-button-text-icon-primary .ui-icon,
.table-cell .rightToolbarButtons label.fileinput.import.ui-button-text-icon-primary .ui-icon {
  font-size: 18px;
}
.table-cell .leftToolbarButtons label.fileinput.import.ui-button-text-icon-primary .ui-button-text:not(:empty),
.table-cell .middleToolbarButtons label.fileinput.import.ui-button-text-icon-primary .ui-button-text:not(:empty),
.table-cell .rightToolbarButtons label.fileinput.import.ui-button-text-icon-primary .ui-button-text:not(:empty) {
  padding-left: 11px;
}
.table-cell .leftToolbarButtons input[type="checkbox"] + label,
.table-cell .middleToolbarButtons input[type="checkbox"] + label,
.table-cell .rightToolbarButtons input[type="checkbox"] + label {
  margin-bottom: 0px;
}
.table-cell .leftToolbarButtons .button-selected,
.table-cell .middleToolbarButtons .button-selected,
.table-cell .rightToolbarButtons .button-selected {
  background: #81CAF3;
}
@-moz-document url-prefix() {
  .table-cell .leftToolbarButtons button.view-type-settings-btn,
  .table-cell .middleToolbarButtons button.view-type-settings-btn {
    margin-right: -4px;
  }
}
@-moz-document url-prefix() {
  .table-cell .leftToolbarButtons button.old-versions-btn,
  .table-cell .middleToolbarButtons button.old-versions-btn {
    margin-left: -4px;
  }
}
.table-cell .delimiter {
  position: static;
  border-left: 1px solid #c8ced1;
  width: 1px;
  height: 36px;
  background: #FFFFFF;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* DIALOG CONTENT */
.dw-dialogContent {
  clear: both;
  background: #eef1f2;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.dw-dialogContent * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dw-dialogContent.fields {
  padding: 10px 0px 0px 0px;
  overflow-y: auto;
}
.dw-dialogContent.fields.scroll-wrapper {
  outline: none;
}
.dw-dialogContent.fields.scroll-wrapper:focus {
  -webkit-box-shadow: inset 0 0 0 1px #303AB2;
  -moz-box-shadow: inset 0 0 0 1px #303AB2;
  box-shadow: inset 0 0 0 1px #303AB2;
}
.dw-dialogContent.dw-resultView {
  overflow-y: hidden;
}
.dw-dialogContent .dw-dialog {
  width: 100%;
  border-collapse: separate;
}
.dw-dialogContent .dw-dialog td {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  height: 26px;
  vertical-align: middle;
  -ms-word-break: break-all;
  word-break: break-all;
}
.dw-dialogContent .dw-dialog td:nth-child(2) {
  padding-right: 5px;
}
.dw-dialogContent .dw-dialog td.dw-fieldLabel {
  cursor: default;
  vertical-align: top;
}
.dw-dialogContent .dw-dialog td:not(.dw-fieldLabel) span {
  cursor: pointer;
}
.dw-dialogContent .dw-dialog input,
.dw-dialogContent .dw-dialog textarea,
.dw-dialogContent .dw-dialog div {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.dw-dialogContent .dw-dialog .dw-fieldLabel {
  max-width: 200px;
  width: 100px;
  margin-right: 10px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: right;
}
.dw-dialogContent .dw-dialog .dw-fieldLabel > span {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
}
.dw-dialogContent .dw-dialog .dw-keywordField {
  width: 100%;
  border-style: none;
  border-color: #FFFFFF;
}
.dw-dialogContent .dw-dialog .dw-keywordField input[type="text"] {
  width: 100%;
}
.dw-dialogContent .dw-dialog .dw-keywordField tr,
.dw-dialogContent .dw-dialog .dw-keywordField td {
  margin: 0;
  padding: 0;
  width: 100%;
}
.dw-dialogContent .dw-dialog .dw-keywordField td.keywords-list {
  padding-top: 0px;
}
.dw-dialogContent .dw-dialog .dw-keywordField .keywords-container {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-spacing: 0px;
  border-color: #FFFFFF;
  height: 130px;
  background: #FFFFFF;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #c8ced1;
  border-top: 0px;
  display: block;
  width: 100%;
}
.dw-dialogContent .dw-dialog .dw-keywordField .keywords-container > table {
  width: 100%;
  padding: 0;
  margin: 0;
}
.dw-dialogContent .dw-dialog .dw-keywordField .keywords-container > table tr,
.dw-dialogContent .dw-dialog .dw-keywordField .keywords-container > table td {
  padding-left: 5px;
  height: 16px;
}
.dw-dialogContent .dw-dialog .dw-keywordField .keywords-container .keyword-row {
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  border-bottom: 1px solid #c8ced1;
}
.dw-dialogContent .dw-dialog .dw-keywordField .keywords-container .keyword-row button {
  visibility: hidden;
}
.dw-dialogContent .dw-dialog .dw-keywordField .keywords-container .keyword-row:hover {
  background-color: #C0E4F9;
}
.dw-dialogContent .dw-dialog .dw-keywordField .keywords-container .keyword-row:hover button {
  visibility: visible;
}
.dw-dialogContent .dw-dialog .dw-keywordField .keywords-container .keyword-row .invalidField {
  border-color: #BB3937;
}
.dw-dialogContent .dw-dialog .dw-keywordField .keywords-container.scroll-vertical-visible .keyword-row:last-child {
  border-bottom: 0 none;
}
.dw-dialogContent .dw-dialog .dw-dateField {
  width: 200px;
}
.dw-dialogContent .dw-dialog .dw-dateRangeField,
.dw-dialogContent .dw-dialog .dw-dateFieldBox {
  font-size: 0;
}
.dw-dialogContent .dw-dialog .dw-dateRangeField .right-inner-addons,
.dw-dialogContent .dw-dialog .dw-dateFieldBox .right-inner-addons {
  font-size: 12px;
  width: 200px;
  display: inline-block;
  margin-right: 5px;
}
.dw-dialogContent .dw-dialog .dw-textField {
  width: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.dw-dialogContent .dw-dialog .dw-numericField {
  width: 100%;
}
.dw-dialogContent .dw-dialog .dw-numericRangeField {
  font-size: 0;
}
.dw-dialogContent .dw-dialog .dw-numericRangeField .right-inner-addons {
  font-size: 12px;
  width: 200px;
  display: inline-block;
  margin-right: 5px;
}
.dw-dialogContent .dw-dialog .dw-numericRangeField .right-inner-addons button {
  position: absolute;
}
.dw-dialogContent .dw-dialog .dw-numericRangeField .right-inner-addons button.arrow {
  top: 5px;
}
.dw-dialogContent .dw-dialog .dw-numericRangeField .dw-numericField {
  width: 200px;
  display: inline-block;
}
.dw-dialogContent .dw-dialog .dw-memoField {
  width: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.dw-dialogContent .dw-dialog .dw-keywords {
  padding: 0;
  margin: 0;
}
.dw-dialogContent .dw-dialog .dw-keywords li {
  display: inline;
  padding-right: 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.dw-dialogContent .dw-dialog .dw-keywords li:after {
  display: inline-block;
  content: ",";
}
.dw-dialogContent .dw-dialog .dw-keywords li:last-child:after {
  content: "";
}
/* STORE DIALOG */
.dialogHeaders {
  position: absolute;
  top: 72px;
  /*left: 0px;*/
  bottom: 0px;
  right: 0px;
  width: 0px;
  display: none;
  overflow: hidden;
  background-color: #eef1f2;
  border-left: 1px solid #c8ced1;
  border-top: 1px solid #c8ced1;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dialogHeaders.lockedHeaders {
  display: block;
  width: 119px;
}
.dialogHeaders .dialogHeadersContent {
  height: 100%;
  overflow: hidden;
}
.dialogHeaders .dialogHeadersContent.scroll-vertical-visible .dialogHeadersNavigation li div.ellipsize > span {
  max-width: 100px;
}
.dialogHeaders .dialogHeadersContent.scroll-vertical-visible .dialogHeadersNavigation li div.ellipsize > span.dw-icon-indexing + .displayName {
  max-width: 85px;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation {
  color: #353535;
  list-style: none;
  padding: 0px;
  margin: 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation ul {
  display: table;
  width: 100%;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  height: 100px;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li {
  cursor: pointer;
  height: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 120px;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li:hover {
  background-color: #C0E4F9;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li.dialogHeaderSelected {
  background-color: #303AB2;
  color: #FFFFFF;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li.dialogHeaderSelected .ui-icon {
  color: #FFFFFF;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li.canDrop {
  background-color: #c8ced1;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li.canDrop div.ellipsize {
  border-bottom-color: #a3adb2;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li.dropStart {
  background-color: #C0E4F9;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li span {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  padding-left: 3px;
  font-size: 11px;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li span.displayName {
  font-weight: bold;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li span.description {
  display: block;
  font-size: 10px;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li div.ellipsize {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-top: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 50px;
  font-size: 0;
  border-bottom: 1px solid #c8ced1;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li div.ellipsize > span {
  max-width: 113px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li span.dw-icon-indexing {
  display: inline-block;
  margin-left: -3px;
}
.dialogHeaders .dialogHeadersContent .dialogHeadersNavigation li span.dw-icon-indexing + .displayName {
  max-width: 100px;
}
/* Hidden Tabs */
.ui-tabs-nav-hidden .dialogHeaders {
  top: 34px;
}
/* UI Tabs - background for active tab */
.ui-tabs.ui-tabs-horizontal .ui-tabs-arrows .ui-tabs-arrow-down {
  background-color: #eef1f2;
}
.ui-tabs.ui-tabs-horizontal .ui-tabs-active {
  background-color: #eef1f2;
}
.ui-tabs.ui-tabs-horizontal.ui-tabs-count-single .ui-tabs-nav li:first-child {
  width: 100%;
  background: none;
  top: -3px;
}
.ui-tabs.ui-tabs-horizontal.ui-tabs-count-single .ui-tabs-nav li:first-child a.ui-tabs-anchor {
  width: calc(100% - 45px);
}
.ui-tabs.ui-tabs-horizontal.ui-tabs-count-single .ui-tabs-nav li:first-child a.ui-tabs-anchor span:not(.ui-icon):not(.dw-circle) {
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 25px);
}
/* CLIP DIALOG */
.clipDialog .dropArea {
  position: relative;
  top: 0;
  padding: 8px 0;
}
.clipDialog .dropArea.canDrop {
  background-color: #c8ced1;
}
.clipDialog .dropArea ul {
  list-style: none;
  margin: 0 8px;
  padding: 4px;
  *zoom: 1;
}
.clipDialog .dropArea ul:before,
.clipDialog .dropArea ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.clipDialog .dropArea ul:after {
  clear: both;
}
.clipDialog .dropArea ul:before,
.clipDialog .dropArea ul:after {
  content: " ";
  display: table;
}
.clipDialog .dropArea ul:after {
  clear: both;
}
.clipDialog .dropArea ul:before,
.clipDialog .dropArea ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.clipDialog .dropArea ul:after {
  clear: both;
}
.clipDialog .dropArea ul:before,
.clipDialog .dropArea ul:after {
  content: " ";
  display: table;
}
.clipDialog .dropArea ul:after {
  clear: both;
}
.clipDialog .dropArea li {
  display: block;
  position: relative;
  float: left;
  height: 120px;
  width: 120px;
  margin: 5px 0;
  padding: 0 8px;
}
.clipDialog .dropArea li.document:hover .dw-thumbnailView-item {
  background-color: #C0E4F9;
}
.clipDialog .dropArea li.base {
  color: #FFFFFF;
  padding-left: 17px;
}
.clipDialog .dropArea li.base .dw-thumbnailView-item {
  background-color: #303AB2;
}
.clipDialog .dropArea li.base:hover .dw-thumbnailView-item {
  background-color: #303AB2;
}
.clipDialog .dropArea li.dragged {
  opacity: 0.5;
}
.clipDialog .dropArea li.left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  background-color: #C0E4F9;
  border: 1px solid #c8ced1;
}
.clipDialog .dropArea li.placeholder div {
  margin: 0 5px;
  height: 116px;
  width: 106px;
  border: 1px dashed #a3adb2;
}
.clipDialog .dropArea li .remove {
  position: absolute;
  top: 3px;
  right: 13px;
  padding: 1px;
  margin-left: 10px;
  font-size: 9px;
  cursor: pointer;
  border: 1px solid transparent;
}
.clipDialog .dropArea.first li.placeholder.head div,
.clipDialog .dropArea.last li.placeholder.tail div {
  background-color: #C0E4F9;
  border-style: solid;
}
.dw-webapps {
  margin: 10px 0;
}
.dw-webapps .dw-ContainerSmallBoxes {
  display: table;
  table-layout: fixed;
  width: 610px;
}
.dw-webapps .dw-ContainerSmallBoxes .dw-ContainerSmallBoxes-cell {
  display: inline-block;
  width: 30%;
  border: 1px solid #c8ced1;
  background: #eef1f2;
  padding: 5px;
  text-align: center;
}
.dw-webapps .dw-ContainerSmallBoxes .dw-ContainerSmallBoxes-cell .dw-dialogsTxtTitle {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.dw-webapps .dw-ContainerSmallBoxes .dw-ContainerSmallBoxes-cell .dw-dialogsTxt {
  text-align: left;
}
.dw-webapps .dw-ContainerSmallBoxes .dw-ContainerSmallBoxes-cell .dw-mobileapps-img {
  display: block;
  width: 64px;
  margin: 10px auto;
}
.dw-webapps .dw-ContainerSmallBoxes .dw-ContainerSmallBoxes-cell .dw-mobileapps-img.dw-mobile-img:after {
  content: '';
  background: url('Images/mobile3app.png');
  background-size: 64px;
  height: 64px;
  display: block;
}
.dw-webapps .dw-ContainerSmallBoxes .dw-ContainerSmallBoxes-cell .dw-mobileapps-img.dw-paperscan-img:after {
  content: '';
  background: url('Images/paperscan.png');
  background-size: 64px;
  height: 64px;
  display: block;
}
.dw-webapps .dw-ContainerSmallBoxes .dw-ContainerSmallBoxes-cell .webapps-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.dw-webapps .dw-ContainerSmallBoxes .dw-ContainerSmallBoxes-cell .webapps-container .webapp-item {
  display: table-cell;
  text-align: center;
}
.dw-webapps .dw-ContainerSmallBoxes .dw-ContainerSmallBoxes-cell .webapps-container .webapp-item .webapp-download-button {
  padding: 0 !important;
  margin: 0 !important;
  width: 25px;
  line-height: 25px;
}
.dw-webapps .dw-ContainerSmallBoxes .dw-ContainerSmallBoxes-cell .webapps-container .webapp-item .webapp-download-button span {
  left: 0 !important;
  font-size: 25px !important;
}
.dw-webapps .dw-ContainerSmallBoxes .no-border-bottom {
  border-bottom: 0 !important;
}
.dw-webapps .dw-ContainerSmallBoxes .no-border-top {
  border-top: 0 !important;
}
.dw-webapps .dw-ContainerSmallBoxes .delimiter {
  width: 4%;
  border: 0;
  padding: 0;
  background: none;
}
.dw-webapps-notice {
  font-size: 11px;
  padding-left: 10px;
}
.dw-webapps-notice.m-b-20 {
  margin-bottom: 20px;
}
.dw-dialogs .dialog-password .dw-dialogContent.fields,
.dw-dialogs .dialog-stamp .dw-dialogContent.fields {
  margin: 10px 40px 21px 40px;
}
/* Intellix */
.dw-intellix {
  width: 2px;
  height: 100%;
}
.dw-intellix.dw-errorIndexing {
  display: none;
}
.dw-intellix.dw-notReadyIndexing {
  background-image: url("Images/indexing_2x23.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.dw-intellix.dw-noIndexing {
  display: none;
}
.dw-intellix.dw-badIndexing {
  background-color: #BB3937;
}
.dw-intellix.dw-mediumIndexing {
  background-color: #FCB200;
}
.dw-intellix.dw-goodIndexing {
  background-color: #368D2E;
}
.dw-intellix.thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 23px;
}
.dw-intellix.thumbnail.dw-notReadyIndexing {
  background-image: url("Images/indexing_10x23.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.dw-intellix.dw-intellixTrustColor {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 2px;
  height: 24px;
}
.suggestionEntryRed {
  border-left: 4px solid #BB3937;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.suggestionEntryGreen {
  border-left: 4px solid #368D2E;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.suggestionEntryYellow {
  border-left: 4px solid #FCB200;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.dw-storeDialogColors,
.dw-menuColors,
.dw-fcColors li {
  border-left: 4px solid transparent;
}
.dw-storeDialogColors.file-cabinet-colors,
.dw-menuColors.file-cabinet-colors,
.dw-fcColors li.file-cabinet-colors {
  padding-left: 4px;
}
.dw-storeDialogColors.file-cabinet-colors.no-color,
.dw-menuColors.file-cabinet-colors.no-color,
.dw-fcColors li.file-cabinet-colors.no-color {
  border-left-width: 0;
  padding-left: 0;
}
.dw-storeDialogColors.file-cabinet-colors:not(.table-view),
.dw-menuColors.file-cabinet-colors:not(.table-view),
.dw-fcColors li.file-cabinet-colors:not(.table-view) {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3px;
  border-left-width: 7px;
}
.dw-storeDialogColors.Red,
.dw-menuColors.Red,
.dw-fcColors li.Red {
  border-left-color: #BB3937;
}
.dw-storeDialogColors.Green,
.dw-menuColors.Green,
.dw-fcColors li.Green {
  border-left-color: #368D2E;
}
.dw-storeDialogColors.Yellow,
.dw-menuColors.Yellow,
.dw-fcColors li.Yellow {
  border-left-color: #FCB200;
}
.dw-storeDialogColors.Blue,
.dw-menuColors.Blue,
.dw-fcColors li.Blue {
  border-left-color: #0089CF;
}
.dw-storeDialogColors.Black,
.dw-menuColors.Black,
.dw-fcColors li.Black {
  border-left-color: #353535;
}
.dw-tabStrip .dw-colors {
  border-top: 2px solid transparent;
}
.dw-tabStrip .dw-colors.Red {
  border-top-color: #BB3937;
}
.dw-tabStrip .dw-colors.Green {
  border-top-color: #368D2E;
}
.dw-tabStrip .dw-colors.Yellow {
  border-top-color: #FCB200;
}
.dw-tabStrip .dw-colors.Blue {
  border-top-color: #0089CF;
}
.dw-tabStrip .dw-colors.Black {
  border-top-color: #353535;
}
/*bold text*/
.ui-bold {
  font-weight: bold;
}
/*red text */
.ui-red {
  color: #BB3937;
}
/*orange text */
.ui-orange {
  color: #FCB200;
}
/*Display*/
.inline-block {
  display: inline-block;
  zoom: 1;
}
/*Quick floats*/
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
/*Toggling content*/
.hide {
  display: none;
}
.show {
  display: block;
}
.disabled-overlay {
  position: relative;
}
.disabled-overlay .disabled-overlay-item {
  color: #A3ADB2;
}
.disabled-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.disabled-overlay .query-builder {
  opacity: 0.5;
}
.disabled-overlay .color-selector-component-container {
  opacity: .5;
}
.disabled-table-row.ui-state-disabled {
  opacity: 1 !important;
}
.disabled-table-row.ui-state-disabled td {
  opacity: .45;
}
.disabled-table-row.ui-state-disabled .table-data-enabled {
  opacity: 1;
}
.disabled-table-row.active.ui-state-disabled td {
  opacity: 1;
}
.ui-state-disabled .ui-state-disabled {
  opacity: 1 !important;
}
/*Other*/
.block {
  display: block;
}
.l-h-1 {
  line-height: 1;
}
/*Paddings and margins*/
.padding {
  padding: 20px;
}
.no-padding {
  padding: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-16 {
  padding-right: 16px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-6 {
  padding-left: 6px;
}
.p-l-8 {
  padding-left: 8px;
}
.p-b-5 {
  padding-bottom: 10px;
}
.p-b-10 {
  padding-left: 10px;
}
.p-l-0 {
  padding-left: 0;
}
.p-r-0 {
  padding-right: 0;
}
.p-t-4 {
  padding-top: 4px;
}
.p-t-6 {
  padding-top: 6px;
}
.no-margin {
  margin: 0px;
}
.m-l-3 {
  margin-left: 3px;
}
.m-t-4 {
  margin-top: 4px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-6 {
  margin-top: 6px !important;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-2 {
  margin-bottom: 2px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-8 {
  margin-left: 8px;
}
.m-t-8 {
  margin-top: 8px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-12 {
  margin-bottom: 12px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-t-16 {
  margin-top: 16px;
}
.m-l-16 {
  margin-left: 16px;
}
.m-r-8 {
  margin-right: 8px;
}
.m-r-16 {
  margin-right: 16px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-34 {
  margin-bottom: 34px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
/*List styles*/
.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/*Font-sizes*/
.f-s-b {
  font-size: 12px;
}
.f-s-b-1 {
  font-size: 11px;
}
.f-s-b-2 {
  font-size: 10px;
}
.f-s-b-3 {
  font-size: 9px;
}
.dw-noFontSize {
  font-size: 0;
}
/*Font-styles*/
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.normal {
  font-weight: normal;
}
/*Text align*/
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.pre-wrap {
  white-space: pre-wrap;
}
.text-overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/*Visibility*/
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
/*Cursor*/
.pointer {
  cursor: pointer;
}
/*Table*/
.table {
  display: table;
  width: 100%;
}
.table.v-a-top {
  vertical-align: top;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.table-cell.v-a-top {
  vertical-align: top;
}
/*Borders*/
.border {
  padding: 2px;
  background-color: #eef1f2;
  border: 1px solid #c8ced1;
}
.border-gray {
  border: 1px solid #c8ced1;
}
.underline {
  border-bottom: 1px solid #c8ced1;
}
.dw-noTopBorder {
  border-top: 0;
}
.b-r-gray {
  border-right: 1px solid #C8CED1;
}
.width-100-px {
  width: 100px;
}
.width-110-px {
  width: 110px;
}
.height-100 {
  height: 100%;
}
.height-200 {
  height: 200px;
}
.height-32 {
  height: 32px;
}
.overflow-auto {
  overflow: auto;
}
.width-100 {
  width: 100%;
}
.width-90 {
  width: 90%;
}
.min-width-40 {
  min-width: 40px;
}
.m-w-entire {
  min-width: 100%;
}
.m-w-50 {
  min-width: 50px;
}
.m-w-200 {
  min-width: 200px;
}
.m-w-350 {
  min-width: 350px;
}
.w-auto {
  width: auto;
}
.min-height-70 {
  min-height: 70px;
}
.no-overflow {
  overflow: hidden;
}
.relative {
  position: relative;
}
/* Text decorations */
.underlined {
  text-decoration: underline;
}
/*jquery-ui*/
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-front {
  z-index: 100;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Hide 'Done' button in the datepicker control*/
.ui-datepicker-close {
  display: none;
}
/*Hide elements with position absolute */
.ui-hidden {
  display: none!important;
}
.ui-hidden-before:before {
  content: '' !important;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 */
.ui-widget {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.ui-widget .ui-widget {
  font-size: 12px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.ui-widget-content {
  border: 0;
  color: #353535;
}
.ui-widget-content a {
  color: #353535;
}
.ui-widget-header {
  border: 0;
  background-color: transparent;
  color: #353535;
  font-weight: bold;
  cursor: default;
}
.ui-widget-header a {
  color: #353535;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid transparent;
  background-color: transparent;
  font-weight: normal;
  color: #353535;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #353535;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  border: 1px solid transparent;
  background-color: #C0E4F9;
  font-weight: normal;
  color: #353535;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #353535;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid transparent;
  background-color: #FFFFFF;
  font-weight: normal;
  color: #353535;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #353535;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #FCB200;
  background-color: #eef1f2;
  color: #353535;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #353535;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #BB3937;
  background-color: #fef1ec;
  color: #BB3937;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #BB3937;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #BB3937;
}
.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: .45;
  filter: Alpha(Opacity=45);
  background-image: none;
}
.ui-icon {
  font-family: 'dwIconFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #353535;
  text-align: center;
  display: inline-block;
  overflow: visible;
  width: 16px;
  height: 16px;
  margin-top: -0.5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-icon.icon-auto {
  font-size: inherit;
  height: auto;
  width: auto;
  vertical-align: middle;
  margin-top: 0;
}
.ui-icon.icon-small {
  height: 10px;
  width: 10px;
  margin-top: 0;
}
.ui-icon.icon-medium {
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-top: -0.45em;
}
.ui-icon.icon-large {
  height: 25px;
  width: 25px;
  line-height: 25px;
  margin-top: 0;
}
.ui-icon.c-inh {
  color: inherit;
}
.ui-icon.button:not(.ui-state-disabled) {
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.ui-icon.button:not(.ui-state-disabled):hover {
  cursor: pointer;
  background-color: #C0E4F9;
}
.ui-icon.button:not(.ui-state-disabled):active {
  background-color: #81CAF3;
}
.ui-icon.button:not(.ui-state-disabled):focus {
  outline: none;
  border-color: #303AB2;
}
.ui-icon.button:not(.ui-state-disabled):active:focus {
  border-color: #303AB2;
  background-color: #81CAF3;
}
.ui-icon.button.bordered {
  padding: 1px;
  border: 1px solid transparent;
}
.ui-icon.button-disabled {
  padding: 1px;
  border: 1px solid transparent;
  color: #a3adb2;
}
.ui-icon.pos-abs {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
}
.ui-icon.pos-abs.top {
  top: 0;
}
.ui-icon.pos-abs.bottom {
  bottom: 0;
  top: auto;
}
.ui-icon.pos-abs.right {
  right: 0;
  left: auto;
}
.ui-icon.pos-abs.width-full {
  width: 100%;
}
.ui-icon.ico-dec-1 {
  font-size: 11px !important;
}
.ui-icon.ico-dec-2 {
  font-size: 10px !important;
}
.ui-icon.ico-dec-3 {
  font-size: 9px !important;
}
.ui-icon.ico-inc-2 {
  font-size: 14px !important;
}
.ui-icon.ico-inc-4 {
  font-size: 16px !important;
}
.ui-icon.ico-inc-6 {
  font-size: 18px !important;
}
.ui-icon.ico-inc-8 {
  font-size: 20px !important;
}
.ui-icon.active {
  background-color: #303AB2;
  color: #FFFFFF;
}
.ui-icon.ui-state-disabled {
  opacity: 1;
  color: #a3adb2 !important;
}
.ui-icon.selected {
  background-color: #81CAF3;
  outline: 1px solid #303AB2;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-widget-overlay {
  background: #000000;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}
#drag-overlay.ui-widget-overlay,
.ui-widget-overlay.white {
  background: #FFFFFF;
}
.ui-widget-shadow {
  margin: -3px 0 0 -3px;
  padding: 3px;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/*!
 * jQuery UI Button 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 10px;
  line-height: 22px;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
.ui-button-icon-only {
  width: auto;
}
button.ui-button-icon-only {
  width: auto;
}
.ui-button-icons-only {
  width: auto;
}
button.ui-button-icons-only {
  width: auto;
}
.ui-button .ui-button-text,
.ui-button-icons-only .ui-button-text {
  display: inline;
  line-height: 22px;
  padding: 0 16px 0 21px;
}
.ui-button-text-only .ui-button-text {
  padding: 0;
}
.ui-button-icon-only .ui-button-text {
  padding: 0 0 0 16px;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding-right: 0;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0 16px 0 0;
}
.ui-button-text-icons .ui-button-text {
  padding: 0 16px 0 21px;
}
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%;
  font-size: 16px;
}
.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: 10px;
}
.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: 6px;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 6px;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*!
 * jQuery UI Dialog @VERSION
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 5px 40px;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  font-size: 18px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 35px;
  height: 18px;
  width: 18px;
  border: 1px solid transparent;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  padding: 0 16px 21px 16px;
  margin-top: 0;
}
.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;
}
/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 10px 0 0 16px;
  font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  position: relative;
  display: inline-block;
  *display: inline;
  top: 0;
  margin: 1px 0 0 3px;
  border-width: 1px;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  height: 23px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0;
  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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: default;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0;
  background: none;
  width: 100%;
  height: auto;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  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: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-cover {
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
/*!
* jQuery UI Menu @VERSION
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Menu#theming
*/
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: auto;
  list-style-image: none;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
  white-space: nowrap;
  border: 0;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: 0;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
/*!
 * jQuery UI Spinner @VERSION
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Spinner#theming
 */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner .ui-spinner-input {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 200px;
  border: 1px solid #c8ced1;
  margin: 0;
  vertical-align: middle;
  padding-right: 20px;
  background-color: #ffffff;
}
.ui-spinner .ui-spinner-input:focus ~ .ui-spinner-button {
  border-left: 1px solid #303AB2;
}
.ui-spinner input[type="text"].form-control {
  padding-right: 20px !important;
}
.ui-state-default.ui-spinner-button,
.ui-spinner-button {
  width: 20px;
  height: 50%;
  padding: 0;
  border-left: 1px solid #c8ced1;
  background-color: transparent;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-state-default.ui-spinner-button.ui-state-hover,
.ui-spinner-button.ui-state-hover,
.ui-state-default.ui-spinner-button.ui-state-hover,
.ui-spinner-button.ui-state-hover {
  background-color: transparent;
  cursor: pointer;
}
.ui-state-default.ui-spinner-button.ui-state-hover .ui-icon:before,
.ui-spinner-button.ui-state-hover .ui-icon:before,
.ui-state-default.ui-spinner-button.ui-state-hover .ui-icon:before,
.ui-spinner-button.ui-state-hover .ui-icon:before {
  color: #C0E4F9;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: 0;
  left: 0;
  top: 0;
  height: 13px;
  width: 100%;
  font-size: 16px;
}
.ui-spinner .ui-icon:before {
  display: block;
  text-align: center;
  color: #353535;
  width: 100%;
  line-height: 13px;
  vertical-align: middle;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.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("jquery_ui/images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
/*!
 * jQuery UI Resizable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 12px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 12px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 12px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 12px;
  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-tooltip {
  padding: 2px 7px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  background-color: #353535;
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-tooltip-content {
  position: relative;
  text-align: center;
}
.ui-tooltip-arrow {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}
.auto .ui-tooltip-arrow {
  border-width: 0;
}
.top .ui-tooltip-arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-color: #353535 transparent;
  border-width: 5px 5px 0;
}
.right .ui-tooltip-arrow {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-color: transparent #353535;
  border-width: 5px 5px 5px 0;
}
.bottom .ui-tooltip-arrow,
.center .ui-tooltip-arrow {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-color: #353535 transparent;
  border-width: 0 5px 5px;
}
.left .ui-tooltip-arrow {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-color: transparent #353535;
  border-width: 5px 0 5px 5px;
}
.ui-tooltip-sensor {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
}
.ui-tooltip-pre-wrap {
  white-space: pre-wrap;
}
.ui-tooltip-pre-wrap .ui-tooltip-content {
  text-align: left;
}
/* CALENDAR */
#ui-datepicker-div,
.ui-datepicker-inline {
  font-size: 11px;
}
.ui-datepicker {
  border: 1px solid #c8ced1;
  background-color: #eef1f2;
  padding: 3px;
  /* ThemeRoller Flick override style sheet for jQuery Calendars Picker v1.2.1. */
  /*@import "ui.calendars.picker.css";*/
}
.ui-datepicker .ui-datepicker table {
  font-size: 10px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default,
.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border: 1px solid #c8ced1;
  background-image: none;
  background-color: #eef1f2;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  border: 1px solid #FCB200;
}
.ui-datepicker .ui-state-active.ui-state-default {
  background-color: #303AB2 !important;
  color: #FFFFFF;
}
.ui-datepicker .ui-state-active.ui-state-default:hover {
  background-color: #303AB2;
}
.ui-datepicker .ui-state-default.ui-state-hover {
  background-color: #C0E4F9;
}
.ui-datepicker .ui-widget-header a,
.ui-datepicker .ui-widget-header select {
  color: #353535;
  /* Set (.ui-widget-header a) colour from theme here */
}
.ui-datepicker .ui-widget-header a:hover {
  background-color: #C0E4F9;
  /* Set (.ui-state-hover) colours from theme here */
  color: #353535;
  border: none;
}
.ui-datepicker .ui-widget-header select,
.ui-datepicker .ui-widget-header option {
  font-weight: normal;
}
.ui-datepicker .ui-state-highlight a {
  color: #353535;
  /* Set (.ui-state-highlight) colour from theme here */
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  color: transparent;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #353535;
}
/*dw-theme*/
/*dw-theme button*/
.ui-button {
  /* additions */
  /*Reducing the width for ui-icon for the arrows*/
}
.ui-button.ui-button-icon-only.no-padding {
  padding: 0;
}
.ui-button.no-padding {
  padding: 0;
}
.ui-button.no-padding .ui-button-icon-primary {
  left: 0;
  width: 100%;
}
.ui-button.ui-state-default {
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.ui-button.ui-state-hover,
.ui-button:hover,
.ui-button.ui-state-hover.ui-state-focus {
  background-color: #C0E4F9;
}
.ui-button.ui-state-active,
.ui-button:active {
  background-color: #81CAF3;
}
.ui-button.ui-state-focus,
.ui-button:focus {
  outline: none;
  background-color: transparent;
  border-color: #303AB2;
}
.ui-button.ui-state-active.ui-state-focus,
.ui-button:active:focus {
  border-color: #303AB2;
  background-color: #81CAF3;
}
.ui-button.menu-activated .ui-icon-carat-1-s:before {
  content: "\e63d";
}
.ui-button.fixed-width {
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ui-button.main {
  background-color: #FCB200;
}
.ui-button.main.ui-state-hover,
.ui-button.main:hover {
  background-color: #FDD166;
}
.ui-button.main.ui-state-active,
.ui-button.main:active {
  background-color: #FC973A;
}
.ui-button.main.ui-state-focus,
.ui-button.main:focus {
  background-color: #FCB200;
  border-color: #353535;
}
.ui-button.main.ui-state-active.ui-state-focus,
.ui-button.main:active:focus {
  background-color: #FC973A;
  border-color: #353535;
}
.ui-button.secondary:not(.ui-state-focus) {
  border-color: #FCB200;
}
.ui-button.gray {
  background-color: #eef1f2;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.ui-button.gray:hover {
  background-color: #C0E4F9;
}
.ui-button.gray:active {
  background-color: #81CAF3;
}
.ui-button.gray:focus {
  outline: none;
  background-color: #FFFFFF;
  border-color: #303AB2;
}
.ui-button.gray:active:focus {
  border-color: #303AB2;
  background-color: #81CAF3;
}
.ui-button.link {
  margin-left: -10px;
  color: #FCB200;
}
.ui-button.link.ui-state-default {
  background-color: #FFFFFF;
}
.ui-button.link.ui-state-hover .ui-button-text,
.ui-button.link.ui-state-active .ui-button-text,
.ui-button.link:hover .ui-button-text,
.ui-button.link:active .ui-button-text {
  text-decoration: underline;
  color: #FCB200;
}
.ui-button.link:focus .ui-button-text {
  text-decoration: underline;
}
.ui-button.link .ui-button-icon-primary,
.ui-button.link .ui-button-icon-secondary {
  color: #FCB200;
}
.ui-button.dw-imageButton {
  width: 18px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
  padding: 0;
}
.ui-button.dw-imageButton .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button.dw-imageButton.border {
  border-color: #c8ced1;
}
.ui-button.dw-imageButton.border.ui-state-focus,
.ui-button.dw-imageButton.border:focus {
  border-color: #303AB2;
}
.ui-button.dw-imageButton.ui-datepicker-trigger {
  margin-left: 10px;
}
.ui-button.fileinput input {
  display: inline-block;
  position: absolute;
  left: -1000px;
}
.ui-button.fileinput .ui-button-text .ui-button-text {
  padding: 0;
}
.ui-button.button-selected {
  background: #81CAF3;
}
.ui-button .ui-icon-carat-1-w,
.ui-button .ui-icon-carat-1-e {
  width: 8px;
}
.ui-button .ui-icon-carat-1-w + .ui-button-text,
.ui-button .ui-icon-carat-1-e + .ui-button-text {
  padding: 0px 0 0px 12px;
}
.audit-report-toolbar .ui-button.del-button {
  position: absolute;
  right: 55px;
  top: 8px;
}
.user-management-out-of-office .ui-button.del-button {
  position: absolute;
  right: 30px;
  top: 8px;
}
.ui-dialog-titlebar-close {
  padding: 0;
  height: 18px;
  width: 18px;
}
.ui-buttonset {
  margin-right: 0;
}
.ui-buttonset .ui-button {
  margin-right: -0.4em;
  margin-bottom: 0;
  border-color: #c8ced1;
  background-color: #F8F8F8;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.ui-buttonset .ui-button.ui-state-active {
  background-color: #303AB2;
  color: white;
}
.ui-buttonset .ui-button.ui-state-active:hover,
.ui-buttonset .ui-button.ui-state-active.ui-state-hover {
  color: white;
  background-color: #303AB2;
}
.ui-buttonset .ui-button.ui-state-hover {
  background-color: #C0E4F9;
}
.ui-buttonset .ui-button.ui-state-focus,
.ui-buttonset .ui-button:focus {
  border-color: #303AB2;
}
.ui-buttonset .ui-button.ui-state-active.ui-state-focus,
.ui-buttonset .ui-button:active:focus {
  border-color: #c8ced1;
}
/*dw-theme menu*/
/* MULTICOLUMN MENU*/
.menu-column-container {
  border: 1px solid #c8ced1;
}
.menu-column-container .menu-column {
  min-width: 200px;
  float: left;
  border-right: 1px solid #c8ced1;
}
.menu-column-container .menu-column:first-child {
  border-left: none;
}
.menu-column-container .menu-column:last-child {
  border-right: none;
}
.menu-column-container .menu-column:last-child:not(:only-child) ul:last-child li {
  border-bottom: 1px solid #c8ced1;
}
.menu-column-container .menu-column ul.ui-menu {
  padding: 0;
  position: relative;
}
.menu-column-container .menu-column ul.ui-menu li {
  border-bottom: 1px solid #c8ced1;
  min-width: 200px;
}
.menu-column-container .menu-column ul.ui-menu li.with-separator:before {
  content: '';
  width: 100%;
  display: block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c8ced1;
}
.menu-column-container .menu-column ul.ui-menu li.with-separator:only-child:before {
  display: none;
}
.menu-column-container .menu-column ul.ui-menu li:last-child {
  border-bottom: none;
}
.menu-column-container .menu-column ul.ui-menu li:active {
  /*color: @OT_WHITE;
                    background-color: @OT_SelectionBlue;*/
}
.menu-column-container .menu-column ul.ui-menu li.with-badge a {
  padding-right: 40px;
}
.menu-column-container .menu-column ul.ui-menu li a {
  line-height: 24px;
  position: relative;
  padding-left: 8px;
  padding-right: 28px;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.menu-column-container .menu-column ul.ui-menu li a span.dw-circle {
  top: 7px;
  right: 20px;
}
.menu-column-container .menu-column ul.ui-menu li a span.dw-icon-delete {
  right: 2px;
  top: 6px;
  left: auto;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
}
.menu-column-container .menu-column ul.ui-menu li a span.dw-icon-delete:hover {
  border-color: #303AB2;
}
.menu-column-container .menu-column ul.ui-menu .ui-menu {
  position: absolute;
}
/* UI Menu */
/*Fix form IE*/
li,
li li,
li li li {
  list-style-type: none;
}
.ui-menu,
.menu-container {
  z-index: 1020;
  position: absolute;
  display: none;
  min-width: 150px;
  color: #91979b;
  background-color: #eef1f2;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.ui-menu.menu-column-container .ui-menu,
.menu-container.menu-column-container .ui-menu {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.ui-menu.menu-column-container .ui-menu-item .ui-menu,
.menu-container.menu-column-container .ui-menu-item .ui-menu {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.ui-menu > .ui-menu,
.menu-container > .ui-menu {
  display: block;
  position: static;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.ui-menu > .ui-menu .ui-menu-item a,
.menu-container > .ui-menu .ui-menu-item a {
  position: relative;
  padding-right: 20px;
}
.ui-menu * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-menu.scroll-wrapper {
  max-height: 220px;
  /* 22(height)*10(items)=220 */
}
.ui-menu.scroll-visible {
  padding-right: 16px !important;
}
.ui-menu .ui-menu-item:hover {
  background-color: #C0E4F9;
}
.ui-menu .ui-menu-item .fileinput {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
}
.ui-menu .ui-menu-item .fileinput + input {
  display: none;
}
.ui-menu .ui-menu-item a {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background-color: #C0E4F9;
}
.ui-menu .ui-menu-item a span {
  white-space: nowrap;
}
.ui-menu .ui-menu-item a.dw-menuColors .dw-icon-indexing {
  left: 0.5em;
}
.ui-menu .ui-menu-item a .ui-icon[class*="icon"] {
  width: auto;
  height: auto;
  top: 50%;
}
.ui-menu .ui-menu-item a .ui-menu-scrollable {
  max-height: 200px;
}
.ui-menu .ui-menu-item a .dw-shortcut {
  position: absolute;
  width: 110px;
  right: 20px;
  text-align: right;
  overflow: hidden;
  font-size: 11px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ui-menu .ui-menu-item a .ui-menu-icon {
  position: absolute;
  right: 5px;
  left: auto;
  top: 50%;
}
.ui-menu .ui-menu-divider,
.menu-divider {
  border-bottom: 1px solid #c8ced1;
}
.ui-menu .ui-menu-divider:first-child,
.menu-divider:first-child {
  display: none;
  /*invisible dummy <li> element to fix jquery-ui bug.*/
}
.ui-menu .ui-menu-divider:before,
.menu-divider:before {
  content: '';
  width: 100%;
  display: block;
  border-top: 1px solid #ffffff;
}
/* CONTEXT MENU */
.ui-menu.contextMenu {
  position: absolute;
  /* Margin for ie9,10 */
  margin-right: 1px;
}
.ui-menu.contextMenu a {
  padding-right: 145px;
}
.ui-menu.contextMenu.scroll-visible a {
  /* substract scrollbar width */
  padding-right: 128px;
}
.ui-menu.contextMenu.no-shortcuts a {
  padding-right: 0;
}
/*Selective Select*/
.dw-autocomplete {
  position: absolute;
}
.dw-autocompleteColumnContainer {
  background-color: #FFFFFF;
  color: #353535;
  border: 1px solid #c8ced1;
  z-index: 20;
  min-height: 33px;
}
.dw-autocompleteColumnContainer .dw-autocomplete-noentries {
  padding: 4px;
  font-style: italic;
}
.dw-autocompleteColumnContainer .dw-autocompleteContainerFooter {
  border-top: 1px solid #c8ced1;
  width: 100%;
  height: 26px;
}
.dw-autocompleteColumnContainer .dw-autocompleteContainerFooter:only-child {
  border-top: none;
}
.dw-autocompleteColumnContainer.dw-wfAutocompletMmenu ul.dw-MultiControlList {
  padding: 0;
  border-bottom-width: 0;
}
.dw-autocompleteColumnContainer.dw-wfAutocompletMmenu ul.dw-MultiControlList li.dw-MultiControl {
  line-height: 25px;
  height: 25px;
  border-bottom: 1px solid #c8ced1;
  vertical-align: middle;
  white-space: nowrap;
}
.dw-autocompleteColumnContainer.dw-wfAutocompletMmenu ul.dw-MultiControlList li.dw-MultiControl label {
  vertical-align: middle;
  display: inline;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dw-autocompleteColumnContainer.dw-wfAutocompletMmenu ul.dw-MultiControlList li.dw-MultiControl label:before {
  vertical-align: text-bottom;
}
.dw-autocompleteColumnContainer.dw-wfAutocompletMmenu ul.dw-MultiControlList li.dw-MultiControl:last-child {
  border-bottom: none;
}
.dw-autocompleteColumnContainer span {
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.dw-autocompleteColumnContainer hr {
  margin-top: 0;
  margin-bottom: 0;
}
.dw-autocompleteColumnContainer ul {
  margin: 0;
  padding: 5px 8px;
  list-style: none;
  border-bottom: 1px solid #c8ced1;
}
.dw-autocompleteColumnContainer ul.intelligent-indexing li {
  padding: 0 24px;
}
.dw-autocompleteColumnContainer ul.intelligent-indexing li.header {
  padding: 0 8px;
  vertical-align: middle;
  background-color: #FFFFFF;
  cursor: default;
  white-space: nowrap;
}
.dw-autocompleteColumnContainer ul.intelligent-indexing li.header span {
  display: inline;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dw-autocompleteColumnContainer ul.select-list {
  border-bottom: none;
}
.dw-autocompleteColumnContainer ul.no-border-bottom {
  border-bottom: none;
}
.dw-autocompleteColumnContainer ul li {
  display: block;
  padding: 0px 0px;
  cursor: pointer;
  line-height: 25px;
  white-space: pre;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dw-autocompleteColumnContainer ul li:hover {
  background-color: #C0E4F9;
}
.dw-autocompleteColumnContainer ul li.selected {
  background: #303AB2;
  color: #FFFFFF;
}
.dw-autocompleteColumnContainer ul li.selected .dw-checkBox + label {
  color: #FFFFFF;
}
.dw-autocompleteColumnContainer ul li.dw-autocomplete-separator {
  height: 1px;
  font-size: 0;
  border-bottom: 1px solid #c8ced1;
  margin-bottom: 5px;
  padding-top: 5px;
}
.dw-autocompleteColumnContainer ul li.dw-autocomplete-separator:hover {
  background-color: #FFFFFF;
  cursor: default;
}
.dw-autocompleteColumnContainer .dw-autocompleteFooter {
  display: inline-block;
  padding: 1px 8px 4px;
  white-space: nowrap;
}
.dw-autocompleteColumnContainer .dw-autocompleteFooter.pull-right {
  padding-top: 4px;
}
.dw-autocompleteColumnContainer .dw-autocompleteScrollArea {
  max-height: 300px;
}
.dw-autocompleteColumnContainer .dw-autocompleteScrollArea.scroll-visible {
  padding-right: 16px !important;
}
.dw-dialog .dw-autocompleteColumnContainer {
  min-height: 54px;
}
.dw-dialog .dw-autocompleteColumnContainer.dw-autocomplete-single-result {
  min-height: 26px;
}
.dw-dialog .dw-autocompleteContainerFooter {
  position: absolute;
  bottom: 0;
}
.dw-autocompleteColumnContainer-with-footer {
  padding-bottom: 26px;
}
/* Menu Bar */
.ui-menu-horizontal {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.ui-menu-horizontal > .ui-menu {
  z-index: 2;
  margin: 0;
  padding: 0px 0px 0px 0px;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  display: inline-block;
  background-color: transparent;
  min-width: 10px;
  height: 36px;
  width: 100%;
  vertical-align: middle;
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 22px;
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item .dw-shortcut {
  display: none;
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item .ui-menu .ui-icon,
.ui-menu-horizontal > .ui-menu > .ui-menu-item .ui-menu .dw-shortcut {
  display: inline-block;
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item .ui-menu .dw-shortcut {
  position: absolute;
  width: 110px;
  right: 20px;
  text-align: right;
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item .ui-menu a {
  padding-right: 130px;
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item > a {
  padding: 6px 5px 6px 20px;
  display: inline-block;
  line-height: inherit;
  border: 1px solid rgba(0, 0, 0, 0);
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item > a.ui-state-focus {
  border-color: #303AB2;
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item > a[aria-haspopup=true] {
  padding-right: 25px;
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item .ui-menu-icon {
  position: absolute;
  right: 6px;
  left: auto;
  font-size: 16px;
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item .ui-icon-menuitem-arrow:before {
  content: "\e640";
}
.ui-menu-horizontal > .ui-menu > .ui-menu-item .ui-menu-item-open .ui-icon-menuitem-arrow:before,
.ui-menu-horizontal > .ui-menu > .ui-menu-item .ui-menu-item-active .ui-icon-menuitem-arrow:before {
  content: "\e63d";
}
.ui-menu-horizontal > .ui-menu > .ui-menu-divider {
  display: none;
  /* Invisible for now */
  width: 1px;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 24px;
  height: 24px;
  border-left: 1px solid #c8ced1;
  border-bottom: 0 none;
}
.ui-menu-horizontal .ui-menu .ui-menu-dropdown {
  display: none;
  float: right;
}
.ui-menu-horizontal .ui-menu .ui-menu-dropdown.ui-menu-item > a {
  padding-left: 4px;
  margin-right: 0;
}
.ui-menu-horizontal .ui-menu .ui-menu-dropdown.ui-menu-item > a .ui-menu-icon {
  position: static;
  float: none;
  margin-top: -3px;
  vertical-align: middle;
}
.ui-menu-horizontal .ui-menu .ui-menu-dropdown.ui-menu-item > a .ui-menu-icon.ui-icon-arrow-down:before {
  content: "\e640";
}
.ui-menu-horizontal .ui-menu .ui-menu-dropdown.ui-menu-item > a.ui-menu-item-open .ui-icon.ui-icon-arrow-down:before {
  content: "\e63d";
}
.ui-menu-horizontal .ui-menu .ui-menu-dropdown.ui-menu-item > a > .ui-menu-text {
  float: left;
}
.ui-menu-horizontal.dropdown-enabled .ui-menu .ui-menu-item.ui-menu-dropdown {
  display: inline-block;
}
.ui-menu-horizontal.working {
  overflow: hidden !important;
  visibility: hidden !important;
  height: 22px !important;
}
.ui-menu-horizontal.working .ui-menu .ui-menu-item.ui-menu-dropdown {
  display: inline-block !important;
}
.ui-menu .ui-menu-icon.ui-icon-menuitem-arrow:before {
  content: "\e63e";
}
.ui-menu .ui-menuitem-noarrow .ui-menu-icon {
  display: none;
}
.ui-activity-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  z-index: 999;
  /*z-index: 20000000;*/
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.ui-activity-container {
  position: absolute;
  width: 0px;
  z-index: 1000;
  /*z-index: 20000001;*/
  left: 50%;
  top: 50%;
}
.ui-activity-message {
  position: absolute;
  margin-top: 13px;
  font-size: 14px;
}
.ui-activity-message.top {
  left: -50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ui-activity-message.right {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ui-activity-message.bottom {
  left: -50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ui-activity-message.left {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ui-activity-message.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.ui-hidden {
  display: none!important;
}
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 12px;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 22px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #c8ced1;
  white-space: nowrap;
  line-height: 22px;
  color: #485258;
  text-decoration: none;
  border-radius: 0;
  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: #c8ced1;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #c8ced1;
  border-radius: 0;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 24px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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;
  /* TODO: Background for clear button*/
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #EEF1F2;
  color: #485258;
  border: 1px solid #303AB2;
  border-top: 0;
  border-radius: 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-auto-width {
  border-top: 1px solid #c8ced1;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #c8ced1;
  border-bottom: 0;
  border-radius: 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 #303AB2;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #303AB2;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 16px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #c8ced1;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 16px;
}
.select2-container .select2-choice .select2-arrow b:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 24px;
  vertical-align: middle;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  font-weight: normal;
  content: "\e640";
  text-indent: 0;
  font-family: 'dwIconFont';
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 24px;
  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: 24px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #c8ced1;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*  TODO: Background for seach icon in search field
    background: #fff url('select2.png') no-repeat 100% -22px;
    */
  background: #fff;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  /*  TODO: Background for progress animation in search field
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    */
  background: #fff;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #303AB2;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: #c8ced1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #303AB2;
  border-top-color: #c8ced1;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  /*background: transparent;*/
}
.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\e63d";
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0;
  margin: 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 ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li,
.select2-no-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  text-transform: uppercase;
  font-weight: bold;
}
.select2-results .select2-result-label,
.select2-no-results {
  padding: 0px 7px;
  min-height: 24px;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #c0e4f9;
  color: #485258;
}
.select2-results .select2-current {
  background: #303AB2;
  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: #485258;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #EEF1F2;
  color: #485258;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #a3adb2 ;
  background: #eef1f2;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #eef1f2;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  /* TODO: Spinner Animation */
  background: #eef1f2;
}
.select2-more-results {
  background: #eef1f2;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #eef1f2;
  background-image: none;
  border: 1px solid #c8ced1;
  cursor: default;
  color: #a3adb2;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #eef1f2;
  background-image: none;
  border-left: 0;
  color: #a3adb2;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #c8ced1;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}
.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 #303AB2;
  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;
}
.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: #485258;
  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 {
  /* TODO: Spinner Animation */
  background: #fff!important;
}
.select2-default {
  color: #485258!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: #485258;
  cursor: default;
  border: 1px solid #c8ced1;
  border-radius: 0px;
  -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;
}
.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;
  /* TODO: Background for close button in multiple dialog
    background: url('select2.png') right top no-repeat;
    */
}
.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;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #eef1f2;
  background-image: none;
  border: 1px solid #c8ced1;
  cursor: default;
  color: #a3adb2;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #c8ced1;
  background-image: none;
  background-color: #eef1f2;
  color: #a3adb2;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    /* TODO: different icon for retina display
      background-image: url('select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
      */
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.dw-tabStrip {
  height: 36px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.dw-tabStrip.tabAdvanced {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  line-height: 12px;
  color: #A3ADB2;
  background: #F8F8F8;
  height: 24px;
  margin-top: 11px;
  margin-right: 19px;
  border: 1px solid #c8ced1;
  border-bottom: 0px;
  padding: 5.5px 10px 5.5px 5px;
}
.dw-tabStrip.tabAdvanced:hover {
  color: #353535;
  background: #FFFFFF;
}
.dw-tabStrip.tabAdvanced:focus {
  outline: 1px solid #303AB2;
}
.dw-tabStrip.tabAdvanced.ui-state-active {
  color: #353535 !important;
  background: #FFFFFF !important;
  height: 25px;
}
.dw-tabStrip.tabAdvanced.menu-activated {
  color: #353535 !important;
  background: #FFFFFF !important;
  height: 25px;
  outline: 1px solid #303AB2;
}
.dw-tabStrip.ui-tabs-nav {
  /*Icons positioning*/
  /*Drop area styles*/
}
.dw-tabStrip.ui-tabs-nav .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  cursor: default;
}
.dw-tabStrip.ui-tabs-nav .ui-tabs-anchor {
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  padding: 5.5px 5px 5.5px 5px;
  /*Padding for tab with no icons*/
}
.dw-tabStrip.ui-tabs-nav .ui-tabs-anchor:only-child {
  padding-right: 10px;
}
.dw-tabStrip.ui-tabs-nav .ui-icon.dw-icon-drag-desktop {
  float: left;
  margin: 5px 5px 5px auto;
  line-height: 12px;
}
.dw-tabStrip.ui-tabs-nav .ui-icon.dw-icon-drag-desktop + .dw-icon-close-light {
  margin-left: 0;
}
.dw-tabStrip.ui-tabs-nav .ui-icon.dw-icon-close-light {
  float: left;
  padding: 1px;
  margin: 4px 5px 4px 0px;
}
.dw-tabStrip.ui-tabs-nav .canDrop {
  background-color: #c8ced1;
}
.dw-tabStrip.ui-tabs-nav .dropStart {
  background-color: #C0E4F9;
}
.dw-tabStrip.ui-widget-header:not(:empty) {
  border-bottom: 1px solid #c8ced1;
}
.dw-tabStrip .ui-state-default {
  border-color: #c8ced1;
}
.dw-tabStrip .ui-state-default .dw-icon-drag-desktop {
  position: relative;
  visibility: hidden;
}
.dw-tabStrip .ui-state-default .dw-icon-drag-desktop a {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
.dw-tabStrip .ui-state-default.ui-state-hover .dw-icon-drag-desktop {
  cursor: move;
  visibility: visible;
}
.dw-tabStrip .ui-state-default.ui-state-hover span {
  color: #353535;
}
.dw-tabStrip .ui-state-default.ui-state-hover .dw-circle {
  opacity: 1;
}
.dw-tabStrip .ui-state-active {
  border-color: #c8ced1;
  outline: none;
}
.dw-tabStrip .ui-state-active span {
  color: #353535;
}
.dw-tabStrip .ui-state-active .dw-circle {
  opacity: 1;
}
.dw-tabStrip .ui-state-active .dw-icon-drag-desktop {
  cursor: move;
}
.dw-tabStrip .ui-state-focus {
  outline: 1px solid #303AB2;
}
.dw-tabStrip span {
  color: #a3adb2;
}
.dw-tabStrip span:nth-child(1) {
  white-space: nowrap;
  float: left;
  display: block;
}
.dw-tabStrip span.dw-circle {
  margin: -3px 0px 0 4px;
  position: static;
  opacity: 0.3;
  color: #353535;
}
.dw-tabStrip span.dw-circle.new {
  color: #FFFFFF !important;
  opacity: 1;
}
.dw-tabStrip span.dw-icon-close-light,
.dw-tabStrip span.dw-icon-delete {
  display: inline-block;
  font-size: 9px;
  cursor: pointer;
  border: 1px solid transparent;
  visibility: hidden;
}
.dw-tabStrip span.dw-icon-close-light:hover,
.dw-tabStrip span.dw-icon-delete:hover {
  border-color: #303AB2;
  color: #353535;
}
.dw-tabStrip span.dw-icon-star,
.dw-tabStrip span.dw-icon-star-empty {
  display: inline-block;
  margin-right: 5px;
  margin-top: -1px;
  font-size: 11px;
  cursor: pointer;
  border: 1px solid transparent;
}
.dw-tabStrip span.dw-icon-star:hover,
.dw-tabStrip span.dw-icon-star-empty:hover {
  border-color: #303AB2;
}
.dw-tabStrip span.dw-icon-default:before {
  padding-right: 5px;
}
.dw-tabStrip .ui-state-hover span.dw-icon-close-light,
.dw-tabStrip .ui-state-active span.dw-icon-close-light,
.dw-tabStrip .ui-state-hover span.dw-icon-star,
.dw-tabStrip .ui-state-active span.dw-icon-star,
.dw-tabStrip .ui-state-hover span.dw-icon-star-empty,
.dw-tabStrip .ui-state-active span.dw-icon-star-empty {
  visibility: visible !important;
  color: #353535 !important;
}
/*Horizontal tabs*/
.ui-tabs-horizontal {
  /*One tab*/
  /*Nested tabs*/
  /*With colored top border*/
}
.ui-tabs-horizontal.ui-tabs-count-single .ui-tabs-nav li {
  display: block;
}
.ui-tabs-horizontal.ui-tabs-count-single .ui-tabs-nav {
  border-bottom-color: transparent;
  padding-left: 13px;
  padding-right: 6px;
}
.ui-tabs-horizontal.ui-tabs-count-single .ui-tabs-nav .dw-icon-close-light {
  right: 0;
  position: absolute;
}
.ui-tabs-horizontal.ui-tabs-count-single .ui-tabs-nav .dw-icon-close-light:hover {
  border-color: transparent;
}
.ui-tabs-horizontal.ui-tabs-count-single .ui-tabs-nav .ui-icon.dw-icon-close-light {
  margin: 5px 5px 5px auto;
}
.ui-tabs-horizontal.ui-tabs-count-single li.ui-tabs-active {
  border: 0;
  margin-left: 0;
}
.ui-tabs-horizontal.ui-tabs-count-single li.ui-tabs-active.dw-colors a {
  padding-left: 0;
}
.ui-tabs-horizontal.ui-tabs-count-single li.dw-colors.no-color {
  border-top: none;
}
.ui-tabs-horizontal.ui-tabs-count-single .link.ui-button {
  margin-left: -11px;
}
.ui-tabs-horizontal.ui-tabs-count-single .leftToolbarButtons {
  padding-left: 13px;
}
.ui-tabs-horizontal .ui-tabs-vertical .ui-tabs-nav {
  width: 150px;
  padding: 0;
  border-bottom-color: #c8ced1;
}
.ui-tabs-horizontal .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li:not(.ui-tabs-active) > a span.dw-icon-star-empty {
  display: none;
}
.ui-tabs-horizontal li.dw-colors {
  height: 20px;
  border-top: 4px solid transparent;
}
.ui-tabs-horizontal li.dw-colors.no-color {
  height: 22px;
  padding-top: 1px;
  border-top: 1px solid #c8ced1;
}
.ui-tabs-horizontal li.dw-colors.Red {
  border-top-color: #BB3937;
}
.ui-tabs-horizontal li.dw-colors.Green {
  border-top-color: #368D2E;
}
.ui-tabs-horizontal li.dw-colors.Yellow {
  border-top-color: #FCB200;
}
.ui-tabs-horizontal li.dw-colors.Blue {
  border-top-color: #0089CF;
}
.ui-tabs-horizontal li.dw-colors.Black {
  border-top-color: #353535;
}
.ui-tabs-horizontal li.dw-colors a.ui-tabs-anchor {
  padding: 5px 5px 5px 5px;
}
/*Vertical tabs*/
.ui-tabs-vertical .ui-tabs-nav {
  float: left;
  white-space: normal;
  position: relative;
  height: 100%;
  overflow: visible;
  background-color: #eef1f2;
  border: 1px solid #c8ced1;
  border-left-width: 0;
  width: 150px;
  padding: 0;
  font-size: 11px;
}
.ui-tabs-vertical .ui-tabs-nav.ui-widget-header {
  text-transform: none;
}
.ui-tabs-vertical .ui-tabs-nav li {
  float: left;
  clear: left;
  cursor: pointer;
  height: 49px;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  margin: 0;
}
.ui-tabs-vertical .ui-tabs-nav li span {
  color: #353535;
  display: inline-block;
  max-width: 149px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 3px;
}
.ui-tabs-vertical .ui-tabs-nav li .ui-tabs-anchor {
  padding: 0;
  vertical-align: middle;
  line-height: 49px;
  display: block;
  width: 100%;
  font-weight: bold;
  text-transform: none;
}
.ui-tabs-vertical .ui-tabs-nav li .ui-tabs-anchor:only-child {
  padding-right: 0;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-default {
  background-color: #eef1f2;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #c8ced1;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-default.ui-state-hover {
  background-color: #C0E4F9;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active {
  background-color: #303AB2;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active span {
  color: #FFFFFF;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active.ui-state-hover {
  background-color: #303AB2;
  color: #FFFFFF;
}
.ui-tabs-vertical .ui-tabs-panel {
  display: block;
  height: 100%;
  margin-left: 150px;
  width: auto;
}
.ui-tabs-vertical .dw-dialogContent {
  clear: none;
}
/* Scrollable Tabs */
.ui-tabs-scrollable .ui-tabs-nav {
  white-space: nowrap;
}
.ui-tabs-scrollable .leftToolbarButtons {
  padding-left: 16px;
}
.ui-tabs-scrollable .ui-tabs-nav li a {
  outline: none;
  width: auto;
}
.ui-tabs-scrollable .ui-tabs-nav-scrollable {
  position: relative;
}
.ui-tabs-scrollable .ui-tabs-arrow {
  display: none;
  position: absolute;
  border: 1px solid #c8ced1;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  color: #353535;
  z-index: 2;
}
.ui-tabs-scrollable .ui-tabs-arrows {
  overflow: hidden;
}
.ui-tabs-scrollable .ui-tabs-arrows .ui-tabs-arrow {
  display: block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-tabs-scrollable.ui-tabs-horizontal .ui-tabs-nav {
  padding-left: 13px;
}
.ui-tabs-scrollable.ui-tabs-horizontal .ui-tabs-arrow {
  font-size: 14px;
  bottom: 0px;
  width: 15px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}
.ui-tabs-scrollable.ui-tabs-horizontal .ui-tabs-arrow.ui-tabs-arrow-prev {
  left: 0;
  border-left: 0 none;
}
.ui-tabs-scrollable.ui-tabs-horizontal .ui-tabs-arrow.ui-tabs-arrow-prev:before {
  content: "\e63f";
}
.ui-tabs-scrollable.ui-tabs-horizontal .ui-tabs-arrow.ui-tabs-arrow-next {
  right: 0;
  border-right: 0 none;
}
.ui-tabs-scrollable.ui-tabs-horizontal .ui-tabs-arrow.ui-tabs-arrow-next:before {
  content: "\e63e";
}
.ui-tabs-scrollable.ui-tabs-horizontal .ui-tabs-arrow.ui-tabs-arrow-down {
  right: 15px;
}
.ui-tabs-scrollable.ui-tabs-horizontal .ui-tabs-arrow.ui-tabs-arrow-down:before {
  content: "\e640";
}
.ui-tabs-scrollable.ui-tabs-horizontal .ui-tabs-arrow.ui-tabs-arrow-down.ui-state-active:before {
  content: "\e63d";
}
.ui-tabs-scrollable.ui-tabs-horizontal .ui-tabs-vertical .ui-tabs-nav {
  padding-left: 0;
}
.ui-tabs-scrollable.ui-tabs-vertical .ui-tabs-arrow {
  width: 100%;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  border-left: 0 none;
  text-align: center;
  background-color: #eef1f2;
}
.ui-tabs-scrollable.ui-tabs-vertical .ui-tabs-arrow.ui-tabs-arrow-prev {
  top: 0;
  border-top: 0 none;
  margin: 0;
}
.ui-tabs-scrollable.ui-tabs-vertical .ui-tabs-arrow.ui-tabs-arrow-prev:before {
  content: "\e63d";
}
.ui-tabs-scrollable.ui-tabs-vertical .ui-tabs-arrow.ui-tabs-arrow-next {
  bottom: 0;
  border-bottom: 0 none;
  margin: 0;
}
.ui-tabs-scrollable.ui-tabs-vertical .ui-tabs-arrow.ui-tabs-arrow-next:before {
  content: "\e640";
}
.ui-tabs-scrollable.ui-tabs-vertical .ui-tabs-nav-scrollable {
  float: left;
  height: 100%;
  background-color: #eef1f2;
  border: 1px solid #c8ced1;
  border-left-width: 0;
}
.ui-tabs-scrollable.ui-tabs-vertical .ui-tabs-nav-scrollable .ui-tabs-nav {
  background-color: transparent;
  border: none;
}
.ui-tabs-scrollable.ui-tabs-vertical .ui-tabs-nav-scrollable.ui-tabs-arrows {
  overflow: hidden;
}
.ui-tabs-scrollable.ui-tabs-vertical .ui-tabs-nav-scrollable.ui-tabs-arrows ul {
  padding: 16px 0px 16px 0px;
}
/*Sortable tabs*/
.ui-tabs-sortable {
  /*The grayed out original item  on drag*/
  /*The dragged item*/
}
.ui-tabs-sortable.ui-tabs-vertical .ui-sortable-placeholder {
  height: 8px !important;
}
.ui-tabs-sortable.ui-tabs-horizontal .ui-sortable-placeholder {
  width: 8px !important;
  border-top: 2px solid #c8ced1 !important;
}
.ui-tabs-sortable.ui-tabs-horizontal .ui-sortable-placeholder:after {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  border-top: 2px solid #C0E4F9 !important;
  content: '';
}
.ui-tabs-sortable .ui-sortable-placeholder {
  background-color: #C0E4F9 !important;
  border: 1px solid #c8ced1;
  padding: 0 !important;
  visibility: visible !important;
}
.ui-tabs-sortable .ui-sortable-item {
  display: inline-block !important;
  background-color: #eef1f2;
  overflow: hidden;
}
.ui-tabs-sortable .ui-sortable-item span {
  color: #a3adb2 !important;
}
.ui-tabs-sortable .ui-sortable-helper {
  background-color: #FFFFFF;
  background-image: none;
  border-top-style: solid;
  border-bottom-style: solid;
  color: #353535;
  overflow: hidden;
}
.ui-tabs-quick-menu {
  z-index: 102;
}
.ui-tabs-quick-menu .ui-visible-state-focus {
  display: none;
}
.ui-tabs-quick-menu .ui-state-focus .ui-visible-state-focus {
  display: block;
}
.ui-tabs-quick-menu .ui-menu > li a:not(.ui-state-focus) > .dw-icon-star-empty {
  visibility: hidden;
}
.ui-tabs-quick-menu .ui-menu > li span.ui-icon {
  left: 7px;
  line-height: normal;
  margin-top: -0.5em;
  color: #353535 !important;
}
.ui-tabs-quick-menu .ui-menu > li span.ui-icon.dw-icon-close-light {
  font-size: 9px;
}
.ui-tabs-quick-menu .ui-menu > li span.ui-icon + span {
  padding-left: 17px;
}
.ui-tabs-quick-menu .ui-menu > li.ui-tabs-close-all > a {
  border-left: 4px solid transparent;
  padding-right: 12px !important;
  text-align: center;
}
.ui-tabs-quick-menu .ui-menu > li.ui-tabs-close-all > a .dw-icon-close-light {
  left: auto;
}
.ui-tabs-quick-menu .ui-menu > li:not(.ui-tabs-close-all) .ui-state-focus span.dw-icon-close-light {
  left: auto;
  right: 10px;
}
.ui-tabs-nav-hidden .dw-basketGridWrapper {
  top: 34px;
}
.ui-tabs-panel.padding {
  padding: 15px;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > .ui-tabs-arrow.ui-tabs-arrow-prev,
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > .ui-tabs-arrow.ui-tabs-arrow-next {
  display: none;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > .ui-tabs-arrow.ui-tabs-arrow-down {
  font-size: 20px;
  width: 32px;
  right: 0;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav {
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 13px;
  padding-right: calc(37px);
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li {
  min-width: 5px;
  padding-right: 0;
  overflow: hidden;
  flex-grow: 1;
  flex-basis: 0;
  display: inline-block;
  display: -webkit-flex;
  display: flex;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li .dw-icon-close {
  -ms-flex: 0 0 9px;
  -webkit-flex: 0 0 9px;
  flex: 0 0 9px;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li .dw-icon-drag-desktop {
  -ms-flex: 0 0 12px;
  -webkit-flex: 0 0 12px;
  flex: 0 0 12px;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li > a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 23px;
  overflow: hidden;
  width: calc(100% - 23px);
  display: flex;
  -ms-flex: 0 0 calc(100% - 23px);
  -webkit-flex: 0 0 calc(100% - 23px);
  flex: 0 0 calc(100% - 23px);
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li > a > .dw-circle,
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li > a > .ui-icon {
  -ms-flex: 0 0 16px;
  -webkit-flex: 0 0 16px;
  flex: 0 0 16px;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li > a span {
  display: block;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li > a:focus,
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li:not([max-width~='60px']) > a.ui-tab-extra-link {
  width: calc(100% - 35px);
  -ms-flex: 0 0 calc(100% - 35px);
  -webkit-flex: 0 0 calc(100% - 35px);
  flex: 0 0 calc(100% - 35px);
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li[max-width~='80px']:not(.ui-tabs-active) span.dw-icon-default,
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li[max-width~='80px']:not(.ui-tabs-active) span.dw-circle {
  display: none;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li[max-width~='60px']:not(.ui-tabs-active) .dw-icon-drag-desktop {
  display: none;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li[max-width~='40px']:not(.ui-tabs-active) > a {
  position: absolute;
  z-index: 1;
  padding-left: 50%;
  padding-right: 50%;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li[max-width~='40px']:not(.ui-tabs-active) .dw-icon-close {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -6px;
}
.ui-tabs-flex.ui-tabs-horizontal > .ui-tabs-nav-scrollable > ul.ui-tabs-nav > li.ui-tabs-active {
  min-width: 80px;
}
.dw-track-wrapper {
  position: absolute;
  margin: 0;
}
.dw-track {
  position: relative;
}
.dw-track-handle {
  position: absolute;
  z-index: 1;
}
.scroll-wrapper {
  overflow: hidden !important;
  position: relative;
  outline: none;
}
.scroll-wrapper.touch-enabled {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none !important;
  -webkit-overflow-scrolling: touch;
}
.scroll-wrapper.touch-enabled.scroll-horizontal-visible {
  overflow-x: scroll!important;
}
.scroll-wrapper.touch-enabled.scroll-vertical-visible {
  overflow-y: scroll!important;
}
.scroll-wrapper.touch-enabled::-webkit-scrollbar {
  width: 0 !important;
}
.scroll-content {
  width: auto;
  height: auto;
}
.scroll-tools {
  position: absolute;
  width: 0;
  height: 0;
  overflow: visible;
  z-index: 4;
}
.scroll-up-btn,
.scroll-down-btn,
.scroll-left-btn,
.scroll-right-btn {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}
.scroll-up-btn {
  border-bottom-color: transparent;
}
.scroll-down-btn {
  border-top-color: transparent;
}
.scroll-left-btn {
  border-right-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.scroll-right-btn {
  border-left-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #c8ced1;
  margin: 5px auto;
}
.scroll-up-btn:hover .arrow-up {
  border-bottom-color: #91979b;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #c8ced1;
  margin: 5px auto;
}
.scroll-down-btn:hover .arrow-down {
  border-top-color: #91979b;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #c8ced1;
  margin: 4px auto;
}
.scroll-right-btn:hover .arrow-right {
  border-left-color: #91979b;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #c8ced1;
  margin: 4px auto;
}
.scroll-left-btn:hover .arrow-left {
  border-right-color: #91979b;
}
.horizontal-track-wrapper,
.vertical-track-wrapper {
  border: 1px solid transparent;
}
.vertical-track {
  width: 16px;
}
.vertical-handle,
.viewer-vertical-handle {
  cursor: pointer;
  margin: 0 4px;
  width: 8px;
  background-color: transparent;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.vertical-handle .top,
.viewer-vertical-handle .top,
.vertical-handle .bottom,
.viewer-vertical-handle .bottom {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: transparent;
}
.vertical-handle .top,
.viewer-vertical-handle .top {
  top: 0;
}
.vertical-handle .bottom,
.viewer-vertical-handle .bottom {
  bottom: 0;
}
/* Horisontal */
.horizontal-track-wrapper {
  padding: 0;
}
.horizontal-track {
  width: 100%;
  height: 16px;
}
.horizontal-handle,
.viewer-horizontal-handle {
  cursor: pointer;
  margin: 4px 0;
  height: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.horizontal-handle .left,
.viewer-horizontal-handle .left {
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: transparent;
}
.horizontal-handle .right,
.viewer-horizontal-handle .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: transparent;
}
.scrollbar-corner {
  position: absolute;
  z-index: 2;
  margin: 0;
  width: 18px;
  height: 18px;
  background: transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
/* Default Theme */
.scroll-theme-default .dw-track-wrapper {
  background: #eef1f2;
}
.scroll-theme-default .scroll-up-btn,
.scroll-theme-default .scroll-down-btn,
.scroll-theme-default .scroll-left-btn,
.scroll-theme-default .scroll-right-btn {
  background-color: #eef1f2;
}
.scroll-theme-default .horizontal-track-wrapper,
.scroll-theme-default .vertical-track-wrapper {
  border: 1px solid #c8ced1;
}
.scroll-theme-default .vertical-track,
.scroll-theme-default .horizontal-track {
  background: #eef1f2;
}
.scroll-theme-default .scrollbar-corner {
  background: #eef1f2;
  border-right: 1px solid #c8ced1;
  border-bottom: 1px solid #c8ced1;
}
.scroll-theme-default .vertical-handle {
  background-color: #c8ced1;
}
.scroll-theme-default .vertical-handle:hover,
.scroll-theme-default .vertical-handle.active {
  background-color: #91979b;
}
.scroll-theme-default .horizontal-handle {
  background: #c8ced1;
}
.scroll-theme-default .horizontal-handle:hover,
.scroll-theme-default .horizontal-handle.active {
  background-color: #91979b;
}
/* Light theme */
.scroll-theme-light .horizontal-track-wrapper,
.scroll-theme-light .vertical-track-wrapper {
  border: 0px none;
}
.scroll-theme-light .vertical-handle {
  background-color: #c8ced1;
}
.scroll-theme-light .vertical-handle:hover,
.scroll-theme-light .vertical-handle.active {
  background-color: #91979b;
}
.scroll-theme-light .horizontal-handle {
  background: #c8ced1;
}
.scroll-theme-light .horizontal-handle:hover,
.scroll-theme-light .horizontal-handle.active {
  background-color: #91979b;
}
.no-borders.scroll-theme-default .horizontal-track-wrapper {
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.no-borders.scroll-theme-default .vertical-track-wrapper {
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
/* Dark Theme */
.scroll-theme-dark .dw-track-wrapper {
  background: #eef1f2;
}
.scroll-theme-dark .scroll-up-btn,
.scroll-theme-dark .scroll-down-btn,
.scroll-theme-dark .scroll-left-btn,
.scroll-theme-dark .scroll-right-btn {
  background-color: #eef1f2;
}
.scroll-theme-dark .horizontal-track-wrapper,
.scroll-theme-dark .vertical-track-wrapper {
  border: 1px solid #d8d8d8;
}
.scroll-theme-dark .vertical-track,
.scroll-theme-dark .horizontal-track {
  background: #d8d8d8;
}
.scroll-theme-dark .scrollbar-corner {
  background: #eef1f2;
  border-right: 1px solid #c8ced1;
  border-bottom: 1px solid #c8ced1;
}
.scroll-theme-dark .vertical-handle {
  background-color: #B5BDC1;
}
.scroll-theme-dark .vertical-handle:hover,
.scroll-theme-dark .vertical-handle.active {
  background-color: #91979b;
}
.scroll-theme-dark .horizontal-handle {
  background: #B5BDC1;
}
.scroll-theme-dark .horizontal-handle:hover,
.scroll-theme-dark .horizontal-handle.active {
  background-color: #91979b;
}
/* Viewer handle */
.scroll-theme-light .viewer-vertical-handle {
  background-color: #c8ced1;
}
.scroll-theme-light .viewer-vertical-handle:hover,
.scroll-theme-light .viewer-vertical-handle.active {
  background-color: #353535;
}
.scroll-theme-light .viewer-horizontal-handle {
  background: #c8ced1;
}
.scroll-theme-light .viewer-horizontal-handle:hover,
.scroll-theme-light .viewer-horizontal-handle.active {
  background-color: #353535;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: normal;
}
.toast-message a,
.toast-message label {
  color: #FFF;
}
.toast-message a.dw-blue {
  color: #0089CF;
}
.toast-message a:hover {
  color: #a3adb2;
  text-decoration: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width .toast {
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width .toast {
  width: 100%;
}
.toast-top-left {
  left: 12px;
  top: 12px;
}
.toast-bottom-right {
  bottom: 12px;
  right: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-container {
  position: absolute;
  z-index: 9999;
}
.toast-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  /*a z-index less than the .toast-container*/
}
.toast-container > div {
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  margin: 0 0 6px;
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 15px 15px 15px 50px;
  width: 300px;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-top-right {
  right: 12px;
  top: 12px;
}
.toast-top-right.toast-container > div {
  width: auto;
  min-width: 200px;
  max-width: 440px;
}
.toastr-confirm-btn {
  margin-left: 10px;
  margin-right: 10px;
}
.toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
.toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
.toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
.toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  .toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 108px;
  }
}
@media all and (min-width: 241px) and (max-width: 320px) {
  .toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 128px;
  }
}
@media all and (min-width: 321px) and (max-width: 480px) {
  .toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 192px;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 300px;
  }
  .toast-top-right.toast-container > div {
    width: auto;
    min-width: 200px;
    max-width: 300px;
  }
}
@media all and (min-width: 769px) {
  .toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 300px;
  }
  .toast-top-right.toast-container > div {
    width: auto;
    min-width: 200px;
    max-width: 440px;
  }
}
/*
* Webclient styles
*/
.dw-toast-login {
  width: 100%;
  left: 0;
  top: 0;
}
.dw-toast-login.toast-container > div {
  width: 100%;
}
.toast-message a {
  font-size: 12px;
  font-weight: normal;
}
.toast-message label {
  font-size: 14px;
}
.toast-message a,
.toast-message label {
  color: #353535;
}
.toast-container > div {
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #353535;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  margin: 0 0 6px;
  -moz-opacity: 1;
  opacity: 1;
  padding: 15px 15px 15px 60px;
  width: 440px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.toast-container > .toast-no-icon {
  padding: 15px 15px 15px 15px;
}
.toast-container > :hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.toast-title {
  font-weight: bold;
  font-size: 14px;
}
.toast {
  background-color: #FFFFFF;
}
.toast .ui-icon.dw-icon-toast-success,
.toast .ui-icon.dw-icon-toast-error,
.toast .ui-icon.dw-icon-toast-info,
.toast .ui-icon.dw-icon-toast-warning {
  background-color: #FFFFFF;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -18px;
}
.toast .ui-icon.dw-icon-toast-success:before,
.toast .ui-icon.dw-icon-toast-error:before,
.toast .ui-icon.dw-icon-toast-info:before,
.toast .ui-icon.dw-icon-toast-warning:before {
  font-size: 36px;
}
.toast-center {
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  /* -webkit-backface-visibility: hidden; */
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media all and (-ms-high-contrast: none) {
  .toast-center {
    backface-visibility: hidden;
  }
}
@supports (-ms-accelerator:true) {
  .toast-center {
    backface-visibility: hidden;
  }
}
.toast-confirm {
  background-color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-image: none;
  padding: 15px 15px 15px 15px !important;
}
.toast-confirm .dw-icon-toast-confirm {
  display: none;
}
.toastr-confirm-btn {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0px 18px 0px 18px;
  line-height: 27px;
}
.toastr-progress.ui-progressbar {
  height: 10px;
}
.toastr-progress .ui-widget-header {
  background-color: #FCB200;
}
.ui-widget-overlay.toast-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  /*a z-index less than the .toast-container*/
}
.diagnostic-time-logger {
  width: 600px !important;
}
.diagnostic-time-logger .toast-title {
  padding: 0 0 10px 0;
}
.diagnostic-time-logger .time-logger-actions {
  border: 1px solid #C8CED1;
  border-collapse: separate;
  width: 100%;
}
.diagnostic-time-logger .time-logger-actions td {
  padding-bottom: 1px;
  padding-top: 1px;
  vertical-align: middle;
  padding-left: 5px;
}
.diagnostic-time-logger .time-logger-actions tr:nth-child(even) {
  background-color: #EEF1F2;
}
.diagnostic-time-logger .time-logger-actions tr:nth-child(odd) {
  background-color: #FFF;
}
.diagnostic-time-logger .time-logger-actions .time-logger-title {
  width: 30%;
}
.diagnostic-time-logger .time-logger-actions .time-logger-ellapsed {
  width: 5%;
}
.diagnostic-time-logger .time-logger-actions .time-logger-stat {
  position: relative;
  width: 65%;
  overflow: hidden;
}
.diagnostic-time-logger .time-logger-actions .time-logger-bar {
  border-style: solid;
  border-radius: 1px;
  border-width: 1px;
  box-sizing: border-box;
  position: relative;
  height: 10px;
  font-size: 0;
}
.diagnostic-time-logger .action-type-server {
  border-color: #999;
  background-color: #FCB200;
}
.diagnostic-time-logger .action-type-client {
  border-color: #999;
  background-color: #0089CF;
}
.diagnostic-time-logger .time-logger-legend {
  padding-right: 10px;
  text-align: right;
}
.diagnostic-time-logger .time-logger-legend ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.diagnostic-time-logger .time-logger-legend ul li {
  display: inline-block;
  margin-left: 10px;
  padding-top: 10px;
  line-height: 12px;
}
.diagnostic-time-logger .time-logger-legend ul li.time-logger-summary {
  text-align: left;
  float: left;
  padding-top: 0;
  margin-left: 0px;
}
.diagnostic-time-logger .time-logger-legend ul li span {
  display: block;
  float: left;
  height: 10px;
  width: 20px;
  margin-right: 5px;
  margin-left: 0;
}
.dw-dialogs {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  /*Annotations options margin*/
}
.dw-dialogs:after {
  content: "";
}
.dw-dialogs.no-tabs .ui-dialog-content {
  padding: 0 16px 0 16px;
}
.dw-dialogs.no-tabs .ui-dialog-buttonpane {
  padding-top: 16px;
}
.dw-dialogs.no-tabs .ui-dialog-titlebar {
  padding-bottom: 10px;
}
.dw-dialogs.no-close .ui-dialog-titlebar-close {
  display: none;
}
.dw-dialogs.gray {
  background-color: #eef1f2;
  border: 1px solid #c8ced1;
}
.dw-dialogs .ui-dialog-titlebar-close .ui-button-icon-primary {
  font-size: 10px;
  left: 0;
}
.dw-dialogs .ui-dialog-titlebar-close span.ui-button-text {
  display: none;
}
.dw-dialogs .ui-dialog-titlebar.ui-widget-header {
  padding-top: 30px;
  font-size: 14px;
}
.dw-dialogs .ui-dialog-titlebar.ui-widget-header .ui-icon-closethick:after {
  font-size: 10px;
}
.dw-dialogs .ui-dialog-buttonpane {
  padding: 15px 40px 40px 40px;
}
.dw-dialogs .ui-dialog-buttonpane button {
  margin: 0;
  font-size: 14px;
}
.dw-dialogs .ui-tabs-arrow.ui-tabs-arrow-down {
  right: 40px !important;
}
.dw-dialogs .ui-widget.ui-spinner .ui-spinner-input {
  width: 65px;
}
.dw-dialogs .dw-annotations-options.color {
  text-align: center;
}
.dw-dialogs .dw-annotations-options.font {
  width: 355px;
}
.dw-dialogs .dw-annotations-options > *:not(.row) {
  margin-right: 10px;
}
.dw-dialogs .dw-annotations-options .font {
  width: 200px;
}
.dw-dialogs .dw-tabContent .ui-widget-header,
.dw-dialogs .dw-subheaders {
  font-size: 14px;
  color: #353535;
}
.dw-dialogs .dw-subheaders {
  border-bottom: 1px solid #c8ced1;
  line-height: 25px;
}
.dw-dialogs .container-title {
  font-size: 14px;
  font-weight: bold;
}
.dw-dialogs .ui-dialog-content {
  overflow: hidden;
}
.dw-dialogs .dw-navigationContent {
  padding: 0;
  background-color: #FFFFFF;
}
.dw-dialogs .dw-mainContainer {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 40px 0px 40px;
  overflow: visible;
  position: relative;
  margin-top: 0;
}
.dw-dialogs .dw-mainContainer.dw-about .dw-contentContainer:last-child {
  margin-bottom: 20px;
}
.dw-dialogs .dw-mainContainer ul:last-child {
  margin: 0;
}
.dw-dialogs .dw-mainContainer label {
  font-weight: normal;
  margin-bottom: 0;
}
.dw-dialogs .dw-contentLeft {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.dw-dialogs .dw-contentLeft.w-auto {
  width: auto;
}
.dw-dialogs .dw-contentRight {
  position: relative;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  width: 35%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.dw-dialogs .dw-contentRight.w-auto {
  width: auto;
}
.dw-dialogs .dw-contentRight.max-width {
  max-width: 286px;
}
.dw-dialogs .dw-threeColumnsContainer .dw-contentLeft {
  display: table-cell;
  vertical-align: top;
  width: 46%;
}
.dw-dialogs .dw-threeColumnsContainer .dw-contentRight {
  display: table-cell;
  vertical-align: top;
  width: 46%;
  padding: 0;
}
.dw-dialogs .dw-threeColumnsContainer .dw-contentMiddle {
  font-size: 0;
  display: table-cell;
  vertical-align: top;
  width: 8%;
  text-align: center;
}
.dw-dialogs .dw-threeColumnsContainer .dw-contentMiddle.workflow {
  vertical-align: middle;
}
.dw-dialogs .dw-threeColumnsContainer .dw-contentMiddle .ui-icon {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dw-dialogs .dw-threeColumnsContainer .dw-contentMiddle .dw-imageButton {
  margin-bottom: 5px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.dw-dialogs .dw-threeColumnsContainer .dw-contentMiddle .dw-imageButton:hover {
  background-color: #C0E4F9;
}
.dw-dialogs .dw-threeColumnsContainer .ui-widget-header {
  height: 20px;
  line-height: 12px;
}
.dw-dialogs .dw-threeColumnsContainer .dw-contentMain {
  display: table;
  table-layout: fixed;
}
.dw-dialogs .dw-contentInfo {
  position: relative;
  font-size: 12px;
  padding-left: 32px;
}
.dw-dialogs .dw-contentMain {
  width: 100%;
  padding: 10px 0 0 0;
  font-size: 12px;
}
.dw-dialogs .dw-contentMain.no-padding {
  padding: 0;
}
.dw-dialogs .dw-dialogsTxt {
  font-size: 12px;
  display: inline-block;
  padding: 0;
}
.dw-dialogs .dw-dialogContent {
  border: 1px solid #c8ced1;
  min-width: 300px;
  padding: 10px;
  height: auto;
}
.dw-dialogs .dw-dialogContent.fields {
  min-height: 40px;
  margin: 10px 16px 21px 16px;
}
.dw-dialogs .dw-dialogContent.fields.no-margin {
  margin: 0;
}
.dw-dialogs .dw-dialogContent.fields.scroll-wrapper:focus {
  box-shadow: none;
}
.dw-dialogs.info-dialog .infodialog-template {
  position: relative;
  padding: 0 26px;
}
.dw-dialogs.info-dialog .infodialog-template + .ui-dialog-toolbar {
  padding-top: 10px;
  padding-bottom: 40px;
}
.dw-dialogs.info-dialog .infodialog-template .dw-dialogToolbar {
  background: none;
  box-shadow: none;
}
.dw-dialogs.info-dialog .infodialog-template .dw-dialogContent {
  background: none;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.dw-dialogs.info-dialog .dw-dialogContent.fields {
  -ms-user-select: text !important;
  margin: 0;
}
.dw-dialogs.ui-dialog.ui-draggable {
  width: 300px;
}
.dw-dialogs.ui-dialog.ui-draggable .rightToolbarButtons {
  width: auto;
  padding-right: 0;
}
.dw-dialogs .dw-tutorial {
  padding: 0px 40px 0px 40px;
}
.dw-dialogs .dw-tutorial iframe {
  height: 600px;
  width: 800px;
  border: none;
}
.dw-dialogs .dw-tabStrip.ui-tabs-nav {
  margin: 0px 40px;
  padding-left: 0 !important;
}
.dw-dialogs .dw-tabStrip.ui-tabs-nav .ui-state-focus {
  outline: none;
}
.dw-dialogs .dw-tabStrip.ui-tabs-nav li {
  margin: 0;
}
.dw-dialogs.slippery {
  -webkit-transition: left 0.32s, top 0.32s;
  -moz-transition: left 0.32s, top 0.32s;
  -o-transition: left 0.32s, top 0.32s;
  transition: left 0.32s, top 0.32s;
}
.dw-dialogs .position-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.dw-dialogs .dw-dialog-template {
  margin-bottom: 80px;
  max-height: 665px;
  height: calc(100% - 90px);
  overflow: auto;
}
.dw-dialogs .dw-dialog-tabs-template {
  margin-bottom: 79px;
  max-height: 690px;
  height: calc(100% - 115px);
  overflow: auto;
}
.dw-dialogs .dw-profile-info .title {
  font-weight: bold;
}
.dw-dialogs .dw-profile-info .content .table-cell {
  vertical-align: top;
}
.dw-dialogs .dw-profile-info .content .table-cell.circle {
  width: 15px;
}
.dw-dialogs .dw-profile-info .content .table-cell .ui-icon {
  font-size: 8px;
}
.dw-dialogs .dw-profile-info .dw-blue {
  color: #0089CF;
}
.dw-dialogs .dw-profile-info .dw-red {
  color: #BB3937;
}
.dw-dialogs .dw-profile-info .link {
  cursor: pointer;
  text-decoration: underline;
}
.dw-dialogs.settings-dialog {
  background-color: #EEF1F2;
}
.dw-dialogs.settings-dialog .dw-navigationContent {
  background: none;
}
.dw-dialogs.settings-dialog .dw-floatContainer {
  background: none;
}
.dw-dialogs.settings-dialog .ui-dialog-tab-content {
  background: content-box #ffffff;
}
.dw-dialogs.settings-dialog .ui-dialog-tab-content .ui-tabs-panel {
  padding-left: 16px;
  padding-right: 16px;
}
/*GRID*/
.dw-griddle {
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 100%;
  left: 0;
  right: 0;
  /*Common classes for card view and full text view*/
  /*Card view*/
  /*Full text view*/
}
.dw-griddle .slick-viewport {
  height: 100% !important;
}
.dw-griddle.dw-fullTextView {
  top: 0;
}
.dw-griddle.dw-fullTextView .grid-canvas {
  border-top: 1px solid #c8ced1;
}
.dw-griddle.dw-fullTextView .slick-row.odd {
  background-color: #FFFFFF;
}
.dw-griddle.dw-fullTextView .slick-cell {
  border-bottom: 1px solid #c8ced1;
  border-top: 1px solid transparent;
}
.dw-griddle.basket {
  top: 0;
}
.dw-griddle .slick-header-columns {
  height: 0;
}
.dw-griddle .slick-row {
  background-color: #eef1f2;
}
.dw-griddle .slick-row.odd {
  background-color: #eef1f2;
}
.dw-griddle .slick-header {
  display: none;
}
.dw-griddle .slick-cell {
  padding: 0;
  border: none;
}
.dw-griddle .slick-cell.hidden-cell {
  display: none;
}
.dw-griddle .slick-cell.hidden-cell:hover {
  background: #91979b;
}
.dw-griddle .slick-cell.selected {
  background: #91979b;
}
.dw-griddle .slick-cell.selected .dw-icon-mobile-menu {
  color: #FFFFFF;
}
.dw-griddle .slick-cell.selected .dw-icon-mobile-menu:after {
  color: #FFFFFF;
}
.dw-griddle .slick-cell.selected .dw-icon-folder:before {
  color: #FFFFFF;
}
.dw-griddle .slick-cell.selected .wrapper .thumb-title,
.dw-griddle .slick-cell.selected .wrapper .data {
  color: #FFFFFF;
}
.dw-griddle .slick-cell.selected:hover {
  background: #91979b;
}
.dw-griddle .slick-cell:hover {
  background: #C0E4F9;
}
.dw-griddle .slick-cell.dropzone.dragging {
  outline: 1px solid #303AB2;
}
.dw-griddle .slick-cell.dropzone.dragging .wrapper .thumb-title,
.dw-griddle .slick-cell.dropzone.dragging .wrapper .data {
  color: #353535;
}
.dw-griddle .slick-cell.dropzone.dragging .dw-icon-folder {
  display: none;
}
.dw-griddle .slick-cell.dropzone.dragging .dw-icon-folder-open.hidden-icon {
  visibility: visible !important;
  width: 100% !important;
}
.dw-griddle .slick-cell.dropzone.dragging.selected {
  background-color: #C0E4F9 !important;
}
.dw-griddle .slick-cell.folder .dw-cardView-item .data {
  vertical-align: middle;
}
.dw-griddle .slick-cell .ico-inc-thumbnail {
  font-size: 52px;
  width: 100%;
}
.dw-griddle .slick-cell .ico-inc-thumbnail:before {
  position: relative;
  top: 54%;
}
.dw-griddle .slick-cell.tempFolder {
  color: #a3adb2;
}
.dw-griddle .slick-cell.tempFolder.selected {
  color: #FFFFFF;
}
.dw-griddle .slick-cell.tempFolder .dw-icon-folder:before {
  content: "\e924";
}
.dw-griddle .slick-cell.tempFolder .dw-icon-folder-open.hidden-icon:before {
  content: "\e927";
}
.dw-griddle .dw-thumbnailView-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}
.dw-griddle .dw-thumbnailView-item .rename-input-container {
  position: absolute;
  bottom: 0;
}
.dw-griddle .scroll-vertical-visible {
  padding-right: 16px !important;
  width: auto !important;
}
.dw-griddle .scroll-vertical-visible .dw-fullTextView-item .dw-icon-mobile-menu {
  right: 20px;
}
.dw-griddle .dw-cardView-item,
.dw-griddle .dw-fullTextView-item {
  display: table;
  width: 100%;
  height: 100%;
}
.dw-griddle .dw-cardView-item .wrapper,
.dw-griddle .dw-fullTextView-item .wrapper {
  display: table-row;
}
.dw-griddle .dw-cardView-item .wrapper:hover .data,
.dw-griddle .dw-fullTextView-item .wrapper:hover .data {
  overflow-y: auto;
}
.dw-griddle .dw-cardView-item .wrapper .thumb,
.dw-griddle .dw-fullTextView-item .wrapper .thumb {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  display: inline-block;
  line-height: 0;
}
.dw-griddle .dw-cardView-item .wrapper .thumb .indexing,
.dw-griddle .dw-fullTextView-item .wrapper .thumb .indexing {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  /*by design*/
  height: 23px;
  /*by design*/
  background-color: transparent;
}
.dw-griddle .dw-cardView-item .wrapper .thumb .indexing.good,
.dw-griddle .dw-fullTextView-item .wrapper .thumb .indexing.good {
  background-color: #368D2E;
}
.dw-griddle .dw-cardView-item .wrapper .thumb .indexing.medium,
.dw-griddle .dw-fullTextView-item .wrapper .thumb .indexing.medium {
  background-color: #FCB200;
}
.dw-griddle .dw-cardView-item .wrapper .thumb .indexing.bad,
.dw-griddle .dw-fullTextView-item .wrapper .thumb .indexing.bad {
  background-color: #BB3937;
}
.dw-griddle .dw-cardView-item .wrapper .thumb .loadingImage,
.dw-griddle .dw-fullTextView-item .wrapper .thumb .loadingImage {
  background-image: url("Images/ajax-loader-small.gif"), url("Images/dw-load-file.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.dw-griddle .dw-cardView-item .wrapper .thumb-loaded,
.dw-griddle .dw-fullTextView-item .wrapper .thumb-loaded {
  border: 1px solid #c8ced1;
}
.dw-griddle .dw-cardView-item .wrapper .image,
.dw-griddle .dw-fullTextView-item .wrapper .image {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.dw-griddle .dw-cardView-item .wrapper .data,
.dw-griddle .dw-fullTextView-item .wrapper .data {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: table-cell;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  overflow-y: hidden;
  overflow-x: hidden;
  line-height: 15px;
}
.dw-griddle .dw-cardView-item .image {
  width: 40%;
}
.dw-griddle .dw-cardView-item .data {
  width: 145px;
  height: 120px;
  padding-top: 15px;
  padding-left: 5px;
}
.dw-griddle .dw-cardView-item .data .data-wrapper {
  max-height: 96px;
}
.dw-griddle .dw-cardView-item .data .title span {
  display: block;
  font-weight: bold;
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 5px;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dw-griddle .dw-cardView-item .data .intellixField,
.dw-griddle .dw-cardView-item .data .content {
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dw-griddle .dw-cardView-item .data .intellixField {
  min-height: 15px;
}
.dw-griddle .dw-cardView-item .data div {
  text-align: left;
}
.dw-griddle .dw-cardView-item .dw-icon-mobile-menu {
  margin-top: 0;
}
.dw-griddle .dw-fullTextView-item .image {
  width: 82px;
  padding: 0 20px;
}
.dw-griddle .dw-fullTextView-item .data {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: table-cell;
  padding: 10px 40px 10px 0;
  vertical-align: middle;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  overflow-y: hidden;
  line-height: 15px;
}
.dw-griddle .dw-fullTextView-item .data .data-wrapper {
  max-height: 96px;
}
.dw-griddle .dw-fullTextView-item .data .title span {
  display: block;
  font-weight: bold;
  text-align: left;
  white-space: normal;
  margin-bottom: 5px;
}
.dw-griddle .dw-fullTextView-item .data .title .documentNameLink {
  cursor: pointer;
  font-weight: normal !important;
}
.dw-griddle .dw-fullTextView-item .data .content {
  text-align: left;
  white-space: normal;
}
.dw-griddle .dw-fullTextView-item .data div {
  text-align: left;
}
.dw-griddle .dw-thumbnailView-item .tooltipContainer,
.dw-griddle .dw-cardView-item .tooltipContainer {
  height: 20px;
}
.dw-griddle .dw-thumbnailView-item .tooltipContainer .documentNameLink,
.dw-griddle .dw-cardView-item .tooltipContainer .documentNameLink {
  cursor: pointer;
  font-weight: normal !important;
  display: inline;
}
.dw-griddle .dw-icon-mobile-menu {
  margin-top: 0;
}
.dw-griddle.dropzoneSelected {
  background-color: #C0E4F9 !important;
}
.dw-griddle.dropzoneSelected .slick-row {
  background-color: #C0E4F9 !important;
}
.dw-griddle.dropzoneSelected .slick-cell:after {
  background: rgba(192, 228, 249, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}
.wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.wrapper .thumb {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  display: inline-block;
  line-height: 0;
  -webkit-background-size: 80px 80px 100%;
  -moz-background-size: 80px 80px 100%;
  -o-background-size: 80px 80px 100%;
  background-size: 80px 80px 100%;
}
.wrapper .thumb .indexing {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  /*by design*/
  height: 23px;
  /*by design*/
  background-color: transparent;
}
.wrapper .thumb .indexing.good {
  background-color: #368D2E;
}
.wrapper .thumb .indexing.medium {
  background-color: #FCB200;
}
.wrapper .thumb .indexing.bad {
  background-color: #BB3937;
}
.wrapper .thumb.dw-noImage {
  border: 0 !important;
}
.wrapper .thumb.dw-noImage:before {
  content: "\e92a";
  font-family: 'dwIconFont';
  font-size: 52px;
  line-height: 1;
}
.wrapper .thumb.dw-noImage .dbRecord {
  display: none;
}
.wrapper .thumb .loadingImage {
  background-image: url("Images/ajax-loader-small.gif"), url("Images/dw-load-file.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.wrapper .thumb-loaded {
  border: 1px solid #c8ced1;
}
.wrapper .thumb-title span {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: absolute;
  display: block;
  width: 100%;
  background: none;
  left: 0px;
  bottom: 1px;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.wrapper .thumb-title span label {
  display: inline;
  font-weight: bold;
  margin-bottom: 0;
}
.dw-grid {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 30px;
}
.dw-grid .scrollbar-corner {
  border: 0;
}
.dw-grid.basket {
  top: 0;
}
.dw-grid.wf-grid {
  top: 0;
}
.dw-grid .slick-header {
  z-index: 2;
}
.dw-grid .slick-header.ui-state-default {
  border: 0;
}
.dw-grid .slick-header .slick-header-columns {
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column {
  font-size: 11px;
  font-weight: bold;
  background: transparent;
  border: none;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.ui-state-default {
  height: 15px;
  line-height: 15px;
  margin: 0;
  padding: 5px 14px 5px 5px;
  border-style: none;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.ui-state-default:first-child {
  text-align: center;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.slick-sortable-placeholder {
  background-color: #C0E4F9;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.slick-header-sortable {
  background-color: transparent;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column .slick-resizable-handle {
  background-color: #FFFFFF;
  background-image: url("Images/dw_grid_column_resize_handle.png");
  background-position: center center;
  background-repeat: repeat-y;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.dw-intellixHeader {
  padding-right: 3px;
  min-width: 0;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.slick-header-column-sorted {
  font-style: normal;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.slick-header-column-sorted .slick-sort-indicator {
  font-size: 10px;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.slick-header-column-sorted .slick-sort-indicator.slick-sort-indicator-asc {
  background-image: none;
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.slick-header-column-sorted .slick-sort-indicator.slick-sort-indicator-asc:before {
  content: "\e67f";
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.slick-header-column-sorted .slick-sort-indicator.slick-sort-indicator-desc {
  background-image: none;
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dw-grid .slick-header .slick-header-columns .slick-header-column.slick-header-column-sorted .slick-sort-indicator.slick-sort-indicator-desc:before {
  content: "\e683";
}
.dw-grid .slick-header .slick-header-columns .slick-header-column:last-child .slick-resizable-handle {
  display: none;
}
.dw-grid .ui-widget-content.slick-row {
  border-bottom: 1px solid #c8ced1;
  border-color: #c8ced1;
  background: #FFFFFF;
  -webkit-transition: background 0.25s ease-out;
  -moz-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  line-height: 29px;
}
.dw-grid .ui-widget-content.slick-row.odd {
  background: #FFFFFF;
}
.dw-grid .ui-widget-content.slick-row.even {
  background: #eef1f2;
}
.dw-grid .ui-widget-content.slick-row:hover {
  background: #C0E4F9;
}
.dw-grid .ui-widget-content.slick-row:last-child {
  border-bottom: none;
}
.dw-grid .ui-widget-content.slick-row.dropzone.dragging .slick-cell.selected {
  background-color: #C0E4F9;
  color: #353535;
}
.dw-grid .ui-widget-content.slick-row.dropzone.dragging .slick-cell {
  border-top: 1px solid #303AB2;
  border-bottom: 1px solid #303AB2;
}
.dw-grid .ui-widget-content.slick-row.dropzone.dragging .slick-cell:first-child {
  border-left: 1px solid #303AB2;
}
.dw-grid .ui-widget-content.slick-row.dropzone.dragging .slick-cell:last-child {
  border-right: 1px solid #303AB2;
}
.dw-grid .ui-widget-content.slick-row.dropzone.dragging .dw-icon-folder.slick-cell-icon {
  display: none;
}
.dw-grid .ui-widget-content.slick-row.dropzone.dragging .dw-icon-folder-open.hidden-icon {
  width: 18px !important;
  visibility: visible !important;
}
.dw-grid .ui-widget-content.slick-row.tempFolder .slick-cell {
  color: #81CAF3;
}
.dw-grid .ui-widget-content.slick-row.tempFolder .slick-cell.selected {
  color: #FFFFFF;
}
.dw-grid .ui-widget-content.slick-row.tempFolder .slick-cell .dw-icon-folder.slick-cell-icon:before {
  content: "\e924";
}
.dw-grid .ui-widget-content.slick-row.tempFolder .slick-cell .dw-icon-folder-open.hidden-icon:before {
  content: "\e927";
}
.dw-grid .slick-cell {
  background: transparent;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #353535;
  border-left: none;
  border-right: none;
  padding-left: 5px;
  padding-right: 10px;
  border-bottom-color: #c8ced1;
}
.dw-grid .slick-cell label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dw-grid .slick-cell label:before {
  margin-right: 0;
}
.dw-grid .slick-cell label:after {
  top: 8px;
}
.dw-grid .slick-cell:empty {
  padding-left: 0px;
  padding-right: 0px;
}
.dw-grid .slick-cell.selected {
  background-color: #91979B;
  color: #FFFFFF;
}
.dw-grid .slick-cell.selected .dw-icon-filetype,
.dw-grid .slick-cell.selected .dw-icon-mobile-menu,
.dw-grid .slick-cell.selected .dw-icon-folder {
  color: #FFFFFF;
}
.dw-grid .slick-cell.selected .dw-icon-filetype:after,
.dw-grid .slick-cell.selected .dw-icon-mobile-menu:after,
.dw-grid .slick-cell.selected .dw-icon-folder:after {
  color: #FFFFFF;
}
.dw-grid .slick-cell.selected .dw-icon-filetype:before,
.dw-grid .slick-cell.selected .dw-icon-mobile-menu:before,
.dw-grid .slick-cell.selected .dw-icon-folder:before {
  color: #FFFFFF;
}
.dw-grid .slick-cell span.slick-cell-text {
  padding-left: 5px;
}
.dw-grid .dw-icon-filetype {
  bottom: initial;
  top: 50%;
  left: calc(50% - 13px);
  background-color: transparent;
}
.dw-grid .dw-icon-filetype.checkedOut:after {
  background: transparent;
  color: #91979b;
  position: absolute;
  left: 0;
  top: 50%;
}
.dw-grid .dw-icon-filetype:hover {
  cursor: pointer;
}
.dw-grid div.ui-icon:not(.dw-wf-status) {
  font-size: 15px;
  width: 18px;
  height: 15px;
}
.dw-grid div.ui-icon:not(.dw-wf-status).slick-cell-icon {
  margin-top: -3px;
  vertical-align: middle;
  margin-left: calc(50% - 10px);
}
.dw-grid .dw-icon-mobile-menu {
  margin-top: 0;
}
.dw-grid.dropzoneSelected {
  background-color: #b2d6e9;
}
.dw-grid.dropzoneSelected .slick-row.odd .slick-cell {
  background-color: #C0E4F9;
}
.dw-grid.dropzoneSelected .slick-row.even .slick-cell {
  background-color: #C0E4F9;
}
/* Hidden Tabs */
.ui-tabs-nav-hidden .dw-grid {
  top: 37px;
}
/*GRID PAGER*/
div.dw-pager {
  width: 100%;
  height: 30px;
  min-height: 20px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  bottom: 0;
  z-index: 5;
}
div.dw-pager * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
div.dw-pager .pager-content {
  height: 28px;
  border-top: 1px solid #c8ced1;
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  display: table;
}
div.dw-pager .pager-content > div {
  display: table-row;
}
div.dw-pager .pager-content .section {
  display: table-cell;
  width: 50%;
  min-width: 25px;
  vertical-align: middle;
}
div.dw-pager .pager-content .section.controls {
  width: 250px;
}
div.dw-pager .pager-content .section .ui-icon {
  cursor: pointer;
  margin-top: 0;
  vertical-align: -10%;
}
div.dw-pager .pager-content .section .ui-icon:focus {
  -webkit-box-shadow: inset 0 0 0 1px #303AB2;
  -moz-box-shadow: inset 0 0 0 1px #303AB2;
  box-shadow: inset 0 0 0 1px #303AB2;
}
div.dw-pager .pager-content .section .page-input {
  margin-left: 5px;
  margin-right: 6px;
  width: 32px;
  height: 20px;
  line-height: 12px;
  font-size: 12px;
  color: #353535;
  border: 1px solid #c8ced1;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
div.dw-pager .pager-content .section .page-input:focus {
  border-color: #303AB2;
}
div.dw-pager .pager-content .section .separator {
  display: table-cell;
  min-width: 1px;
  width: 1px;
  height: 28px;
  background-color: #c8ced1;
  border-right: 1px solid #FFFFFF;
}
div.dw-pager .pager-content .section .page-numbers {
  margin-right: 5px;
  text-align: right;
  font-size: 11px;
  white-space: nowrap;
  float: right;
  width: 140px;
  color: #353535;
}
.dw-griddle,
.dw-grid {
  /* Drag drop */
  border: 1px solid rgba(0, 0, 0, 0);
}
.dw-griddle.canDrop,
.dw-grid.canDrop {
  background-color: #c8ced1;
  z-index: 100;
}
.dw-griddle.canDrop .slick-row,
.dw-grid.canDrop .slick-row {
  background-color: #c8ced1;
}
.dw-griddle.canDrop:hover,
.dw-grid.canDrop:hover {
  background-color: #C0E4F9;
}
.dw-griddle.canDrop:hover .slick-row,
.dw-grid.canDrop:hover .slick-row {
  background-color: #C0E4F9;
}
.dw-griddle.dropStart,
.dw-grid.dropStart {
  background-color: #C0E4F9;
}
.dw-griddle.dropStart .slick-cell.selected .dw-icon-folder:before,
.dw-grid.dropStart .slick-cell.selected .dw-icon-folder:before {
  content: "\e926";
}
.dw-griddle.dropStart .slick-cell.selected.tempFolder .dw-icon-folder:before,
.dw-grid.dropStart .slick-cell.selected.tempFolder .dw-icon-folder:before {
  content: "\e927";
}
.dw-griddle.dropStart .slick-row.tempFolder .slick-cell.selected .dw-icon-folder:before,
.dw-grid.dropStart .slick-row.tempFolder .slick-cell.selected .dw-icon-folder:before {
  content: "\e927";
}
.dw-griddle .ui-icon.dw-icon-folder,
.dw-grid .ui-icon.dw-icon-folder,
.dw-griddle .ui-icon.dw-icon-folder-open,
.dw-grid .ui-icon.dw-icon-folder-open,
.dw-griddle .ui-icon.dw-icon-folder-add,
.dw-grid .ui-icon.dw-icon-folder-add {
  color: #303AB2;
}
.dw-grid.ui-state-focus,
.dw-griddle.ui-state-focus {
  border: 1px #303AB2 solid;
}
/*Help cell used to calculate the width with the current styles*/
.slick-header-column-helper {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px 5px 5px;
}
.slick-header-sortable:hover {
  cursor: pointer;
}
.slick-header-sortable:hover:not(.slick-header-column-sorted):before {
  content: "\e64d";
}
.slick-header-sortable:before {
  font-family: 'dwIconFont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  font-size: 10px;
}
.mobile-menu {
  display: none;
}
.touch .mobile-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mobile-menu.horizontal {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.mobile-menu.horizontal .dw-icon-mobile-menu {
  display: block;
}
.mobile-menu .dw-checkBox + label,
.mobile-menu .checkbox + label {
  vertical-align: inherit;
  line-height: inherit;
}
.mobile-menu .dw-checkBox + label:before,
.mobile-menu .checkbox + label:before {
  margin-right: 0;
}
.wf-grid .mobile-menu .dw-checkBox {
  display: none;
}
.wf-grid .mobile-menu .dw-checkBox + label {
  display: none;
}
.drop-indicator {
  top: 50%;
  left: 50%;
  max-width: 90%;
  position: absolute;
  background-color: transparent;
  display: none;
  z-index: 2;
}
.drop-indicator .center-part {
  left: -50%;
  position: relative;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(72, 82, 88, 0.8);
  -moz-box-shadow: 0px 2px 6px 0px rgba(72, 82, 88, 0.8);
  box-shadow: 0px 2px 6px 0px rgba(72, 82, 88, 0.8);
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.drop-indicator .center-part span:not(.ui-icon) {
  line-height: 52px;
}
.drop-indicator .center-part span.ui-icon {
  font-size: 24px;
  margin-top: -6px;
  margin-right: 8px;
  color: #303AB2;
}
.drop-indicator .center-part span.ui-icon.empty:before {
  content: "\e927";
}
.hidden-icon {
  visibility: hidden;
  width: 0px !important;
}
.basketArea .dw-grid .dw-no-content .icon-container .ui-icon:before,
.basketArea .dw-griddle .dw-no-content .icon-container .ui-icon:before {
  content: "\e66a";
}
.searchArea .dw-grid .dw-no-content .icon-container .ui-icon:before,
.searchArea .dw-griddle .dw-no-content .icon-container .ui-icon:before {
  content: "\e64e";
}
.tasklistArea .dw-grid .dw-no-content .icon-container .ui-icon:before,
.tasklistArea .dw-griddle .dw-no-content .icon-container .ui-icon:before {
  content: "\e65e";
}
.treeViewArea .dw-grid .dw-no-content .icon-container .ui-icon:before,
.treeViewArea .dw-griddle .dw-no-content .icon-container .ui-icon:before {
  content: "\e924";
}
.workflowArea .dw-grid .dw-no-content .icon-container .ui-icon:before,
.workflowArea .dw-griddle .dw-no-content .icon-container .ui-icon:before {
  content: "\e77f";
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
/* Don't allow text selection */
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #FFFFFF;
  border: solid 1px #0089cf;
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #485258;
}
/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
/* Palettes */
.sp-palette-container {
  border-right: solid 1px #a3adb2;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #a3adb2;
  background: #FFFFFF;
  color: #333;
  vertical-align: middle;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #0089cf;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: #a3adb2;
  color: #a3adb2;
}
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}
.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
}
/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #a3adb2;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}