@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.no-scroll {
  overflow: scroll;
  position: fixed;
  width: 100%;
}
.auto-grow {
  overflow-y: hidden;
  resize: none;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  text-decoration: none;
}
.questonbox-icon {
  position: absolute;
  margin-left: 10px;
  vertical-align: middle;
}
.questionbox-text {
  width: auto;
  padding-left: 64px;
  font-size: 14px;
}
ul.question-list {
  list-style: none;
  margin-left: 2px;
  margin-top: 7px;
}
ul.question-list li {
  padding-left: 15px;
  background: url('../icons/orange_3angle.gif') 0px 1px no-repeat;
  margin-bottom: 6px;
}
.no-margin {
  margin: 0 !important;
}
.border-no-right-ratio {
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.border-no-left-ratio {
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.border-no-top-ratio {
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.border-no-top-right-ratio {
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.border-no-top-left-ratio {
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.border-no-bottom-ratio {
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  
  max-width: 100%;
  
  width: auto\9;
  
  height: auto;
  
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: transparent;
}
a {
  color: #3b5c9b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2d4676;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left-force {
  text-align: left !important;
}
.text-right-force {
  text-align: right !important;
}
.text-center-force {
  text-align: center !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #EEE;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 180px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 200px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #EEE;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EEE;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s 0.2s linear !important;
  -webkit-transition: border linear .2s, box-shadow linear .2s 0.2s linear !important;
  -moz-transition: border linear .2s, box-shadow linear .2s 0.2s linear !important;
  -o-transition: border linear .2s, box-shadow linear .2s 0.2s linear !important;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  
  margin-top: 1px \9;
  
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  
  *margin-top: 4px;
  
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #EEE;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #EEE;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 180px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 200px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 200px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 200px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 10px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: transparent;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #ececec;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f8f6e6;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../icons/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../icons/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #385894;
  background-image: -moz-linear-gradient(top, #3b5c9b, #345189);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#345189));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #345189);
  background-image: -o-linear-gradient(top, #3b5c9b, #345189);
  background-image: linear-gradient(to bottom, #3b5c9b, #345189);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff345189', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #385894;
  background-image: -moz-linear-gradient(top, #3b5c9b, #345189);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#345189));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #345189);
  background-image: -o-linear-gradient(top, #3b5c9b, #345189);
  background-image: linear-gradient(to bottom, #3b5c9b, #345189);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff345189', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear 0.2s linear !important;
  -webkit-transition: opacity 0.15s linear 0.2s linear !important;
  -moz-transition: opacity 0.15s linear 0.2s linear !important;
  -o-transition: opacity 0.15s linear 0.2s linear !important;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease 0.2s linear !important;
  -webkit-transition: height 0.35s ease 0.2s linear !important;
  -moz-transition: height 0.35s ease 0.2s linear !important;
  -o-transition: height 0.35s ease 0.2s linear !important;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-ostendis.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3b4f9b;
  background-image: -moz-linear-gradient(top, #3b5c9b, #3b3c9b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#3b3c9b));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #3b3c9b);
  background-image: -o-linear-gradient(top, #3b5c9b, #3b3c9b);
  background-image: linear-gradient(to bottom, #3b5c9b, #3b3c9b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff3b3c9b', GradientType=0);
  border-color: #3b3c9b #3b3c9b #262764;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3b3c9b;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #3b3c9b;
  *background-color: #343589;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d2e76 \9;
}
.btn-ostendis {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-ostendis:hover,
.btn-ostendis:focus,
.btn-ostendis:active,
.btn-ostendis.active,
.btn-ostendis.disabled,
.btn-ostendis[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
.btn-ostendis:active,
.btn-ostendis.active {
  background-color: #1f3051 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #3b5c9b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #2d4676;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #3b3c9b;
}
.btn-group.open .btn-ostendis.dropdown-toggle {
  background-color: #2d4676;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-ostendis .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 2%;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #EEE;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #3b5c9b;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #EEE #EEE #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #777;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #3b5c9b;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #3b5c9b;
  border-bottom-color: #3b5c9b;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #2d4676;
  border-bottom-color: #2d4676;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #EEE #ddd #EEE #EEE;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #EEE #EEE #EEE #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #777;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #777;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  transition: none 0.2s linear !important;
  -webkit-transition: none 0.2s linear !important;
  -moz-transition: none 0.2s linear !important;
  -o-transition: none 0.2s linear !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  transition: opacity .3s linear, top .3s ease-out 0.2s linear !important;
  -webkit-transition: opacity .3s linear, top .3s ease-out 0.2s linear !important;
  -moz-transition: opacity .3s linear, top .3s ease-out 0.2s linear !important;
  -o-transition: opacity .3s linear, top .3s ease-out 0.2s linear !important;
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  transition: all 0.2s ease-in-out 0.2s linear !important;
  -webkit-transition: all 0.2s ease-in-out 0.2s linear !important;
  -moz-transition: all 0.2s ease-in-out 0.2s linear !important;
  -o-transition: all 0.2s ease-in-out 0.2s linear !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3b5c9b;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #777;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: width 0.6s ease 0.2s linear !important;
  -webkit-transition: width 0.6s ease 0.2s linear !important;
  -moz-transition: width 0.6s ease 0.2s linear !important;
  -o-transition: width 0.6s ease 0.2s linear !important;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left 0.2s linear !important;
  -webkit-transition: 0.6s ease-in-out left 0.2s linear !important;
  -moz-transition: 0.6s ease-in-out left 0.2s linear !important;
  -o-transition: 0.6s ease-in-out left 0.2s linear !important;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #EEE;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.control-group {
  margin-bottom: 11px !important;
  position: relative !important;
}
.control-group .control-label label {
  display: inline;
}
.alert-neutral {
  background-color: #eeeeee;
  border-color: #e1e1e1;
  color: #747474;
}
.alert-neutral h4 {
  color: #686868;
}
.btn-neutral-dark {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b0b0b0;
  background-image: -moz-linear-gradient(top, #b6b6b6, #a7a7a7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b6b6b6), to(#a7a7a7));
  background-image: -webkit-linear-gradient(top, #b6b6b6, #a7a7a7);
  background-image: -o-linear-gradient(top, #b6b6b6, #a7a7a7);
  background-image: linear-gradient(to bottom, #b6b6b6, #a7a7a7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb6b6b6', endColorstr='#ffa7a7a7', GradientType=0);
  border-color: #a7a7a7 #a7a7a7 #818181;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #a7a7a7;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-neutral-dark:hover,
.btn-neutral-dark:focus,
.btn-neutral-dark:active,
.btn-neutral-dark.active,
.btn-neutral-dark.disabled,
.btn-neutral-dark[disabled] {
  color: #fff;
  background-color: #a7a7a7;
  *background-color: #9a9a9a;
}
.btn-neutral-dark:active,
.btn-neutral-dark.active {
  background-color: #8e8e8e \9;
}
table.table tbody tr:last-child {
  border-bottom: 1px solid #e1e1e1;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #444;
}
.webfont-fix {
  display: none !important;
  font-family: "Open Sans", sans-serif;
}
.webfont-fix .weight-400 {
  font-weight: 400;
}
.webfont-fix .weight-600 {
  font-weight: 600;
}
.webfont-fix .weight-700 {
  font-weight: 700;
}
.webfont-fix .style-italic {
  font-style: italic;
}
@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('../fonts/websymbols-regular-webfont.eot');
  src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/websymbols-regular-webfont.woff') format('woff'), url('../fonts/websymbols-regular-webfont.ttf') format('truetype'), url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
p,
select,
input,
span,
div,
label {
  font-weight: 400;
  color: inherit;
  line-height: 146%;
}
strong {
  font-weight: 600;
}
h1 {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
  height: 30px;
}
h1 span.selection {
  font-size: 24px;
  color: #098ED1;
}
.pdf-download {
  float: right;
  display: inline-block;
  padding-right: 2px;
  margin-bottom: 12px;
}
.pdf-download a,
.pdf-download span {
  font-size: 14px;
}
.pdf-download a i,
.pdf-download span i {
  margin-right: 6px;
  font-size: 15px;
  text-decoration: none !important;
}
.pdf-download a.finish,
.pdf-download span.finish {
  color: #129900;
}
.background {
  background: url(/image/content-background.gif) top left repeat-x;
  min-width: 1266px;
}
.pageWrapper {
  width: 1266px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.pageWrapper-moreWidth {
  width: 1600px;
}
.pageWrapper-maxWidth {
  width: 100%;
}
#fixedTopWrapper {
  position: fixed;
  top: 0;
  height: 36px;
  width: 100%;
  background-color: #3b5998;
  border-bottom: 1px solid #29487d;
  z-index: 199;
}
#fixedTopWrapper .pageWrapper {
  height: 37px;
}
#fixedTopWrapper #navigation {
  
}
#fixedTopWrapper #navigation ul.main-nav {
  margin: 0;
  font-size: 0;
}
#fixedTopWrapper #navigation ul.main-nav.nav-left {
  float: left;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right {
  float: right;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main {
  white-space: nowrap;
  transition: all 0.28s ease !important;
  -webkit-transition: all 0.28s ease !important;
  -moz-transition: all 0.28s ease !important;
  -o-transition: all 0.28s ease !important;
  -webkit-transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.multiposting {
  width: 79px;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.reporting {
  width: 66px;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.recycle-bin {
  width: 68px;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.account {
  width: 51px;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.company {
  width: 82px;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.admin-search {
  width: 47px;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.admin {
  width: 49px;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.admin:hover i.icon-heart-empty:before,
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.admin.active i.icon-heart-empty:before {
  content: "\f004";
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.lang {
  width: 56px;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main.logout {
  width: 50px;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main > a {
  overflow: hidden;
  text-align: center;
  padding: 2px 0 4px 0;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main > a i {
  padding: 0;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main > a i.icon-heart,
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main > a i.icon-heart-empty {
  font-size: 13px;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main > a span {
  display: block;
  color: inherit;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -0.5px;
  font-size: 10px;
  line-height: 11px;
  font-weight: 400;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main > a > i {
  transition: all 0.28s ease !important;
  -webkit-transition: all 0.28s ease !important;
  -moz-transition: all 0.28s ease !important;
  -o-transition: all 0.28s ease !important;
  -webkit-transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main:hover {
  -webkit-transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main:hover > a span {
  font-family: 'Open Sans', sans-serif;
}
#fixedTopWrapper #navigation ul.main-nav.nav-right li.main:hover > a > i {
  -webkit-transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
#fixedTopWrapper #navigation ul.main-nav li {
  position: relative;
  display: inline-block;
}
#fixedTopWrapper #navigation ul.main-nav li:last-child a {
  border-right: none;
}
#fixedTopWrapper #navigation ul.main-nav li:hover > a {
  color: #ffffff;
  background-color: #2e4576;
}
#fixedTopWrapper #navigation ul.main-nav li:hover ul.sub-nav {
  -webkit-transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 37px;
  visibility: visible;
  width: 216px;
}
#fixedTopWrapper #navigation ul.main-nav a {
  display: block;
  text-decoration: none;
  padding: 7px 18px 9px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  text-shadow: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  transition: all 0.28s ease !important;
  -webkit-transition: all 0.28s ease !important;
  -moz-transition: all 0.28s ease !important;
  -o-transition: all 0.28s ease !important;
}
#fixedTopWrapper #navigation ul.main-nav a.active,
#fixedTopWrapper #navigation ul.main-nav a.dep-active {
  color: #ffffff;
  background-color: #2e4576;
}
#fixedTopWrapper #navigation ul.main-nav a.current-lang {
  color: #ffffff;
  background-color: #3b5998;
}
#fixedTopWrapper #navigation ul.main-nav a.ostendis-back {
  padding-left: 15px;
  padding-right: 17px;
}
#fixedTopWrapper #navigation ul.main-nav a img.lang-flag {
  margin-top: -1px;
  margin-right: 10px;
}
#fixedTopWrapper #navigation ul.main-nav i {
  text-shadow: none;
  padding-right: 11px;
  font-size: 15px;
}
#fixedTopWrapper #navigation ul.main-nav i.icon-folder-open-alt {
  padding-right: 8px;
}
#fixedTopWrapper #navigation ul.main-nav i.icon-arrow-left {
  font-size: 16px;
  padding-right: 0px;
}
#fixedTopWrapper #navigation ul.main-nav i.icon-building {
  font-size: 14px;
}
#fixedTopWrapper #navigation ul.main-nav i.icon-trash {
  font-size: 16px;
}
#fixedTopWrapper #navigation ul.sub-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 49px;
  visibility: hidden;
  transition: all 0.28s ease !important;
  -webkit-transition: all 0.28s ease !important;
  -moz-transition: all 0.28s ease !important;
  -o-transition: all 0.28s ease !important;
  -webkit-transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  width: 0;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  left: 0;
  margin: 0;
  margin-left: -1px;
  border-top: 1px solid #29487d;
  white-space: normal;
}
#fixedTopWrapper #navigation ul.sub-nav li {
  margin: 0;
  background: #3b5998;
  width: 100%;
}
#fixedTopWrapper #navigation ul.sub-nav li:last-child {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#fixedTopWrapper #navigation ul.sub-nav li:last-child a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#fixedTopWrapper #navigation ul.sub-nav li a {
  background: none;
  font-size: 13px;
  padding: 9px 25px 12px 13px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.31);
  border-right: none;
}
#fixedTopWrapper #navigation ul.sub-nav li a:hover,
#fixedTopWrapper #navigation ul.sub-nav li a.active {
  background: #2e4576;
}
#fixedTopWrapper #navigation ul.sub-nav li a i {
  margin-top: 4px;
  display: inline-block;
  width: 35px;
  text-align: center;
  padding-right: 0;
}
.ostendis-lang img {
  cursor: pointer;
  margin-right: 9px;
  opacity: 0.26;
  filter: alpha(opacity=26);
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: url(../image/desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(0.6);
  transition-property: all;
  transition-duration: 0.65s;
}
.ostendis-lang img:hover,
.ostendis-lang img.active {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  transition-property: all;
  transition-duration: 0.65s;
}
#header {
  position: relative;
  display: block;
  border-bottom: 1px solid #000000;
  margin-top: 36px;
  height: 64px;
  min-width: 1266px;
  background-color: #161819;
}
#header a.ostendis-logo {
  float: left;
  background: url(../image/ostendis-sprite.png) 0 -24px;
  background-size: 314px;
  width: 149px;
  height: 29px;
  margin-top: 18px;
}
@-webkit-keyframes blink {
  from {
    color: #b70000;
  }
  to {
    color: white;
  }
}
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1.9s;
}
#header-content-space {
  border-bottom: 1px solid #e4e4e4;
  height: 33px;
  min-width: 1266px;
  background: #f3f3f3;
  background-color: #f3f3f3;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #fff);
  background-image: -moz-linear-gradient(top, #f3f3f3, #fff);
  background-image: -o-linear-gradient(top, #f3f3f3, #fff);
  background-image: -ms-linear-gradient(top, #f3f3f3, #fff);
  background-image: linear-gradient(top, #f3f3f3, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3, endColorstr=#fff, GradientType=0);
  
}
#header-content-space ul {
  margin-bottom: 0px;
  overflow: hidden;
  height: 200px;
}
#header-content-space ul .number-circle {
  display: inline-block;
  position: relative !important;
  background-color: #b70000;
  color: white;
  font-weight: bold;
  z-index: 999;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 9px;
  margin-top: -8px !important;
  margin-left: 4px;
  margin-right: -4px;
}
#header-content-space li {
  position: relative;
  z-index: 112;
  padding: 0px 14px 2px 14px;
  display: block;
  
  float: right;
  margin-left: 21px;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  background-color: #5e5e5e;
  transition: top 0.4s !important;
  top: 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
  -moz-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
  -o-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
}
#header-content-space li a:hover,
#header-content-space li a:focus {
  text-decoration: none;
}
#header-content-space li.blink-active {
  background-color: #bb4b49;
  border-color: #a54d4b;
}
#header-content-space li.blink-active span {
  color: #ffffff !important;
}
#header-content-space li span.trigger {
  color: #d6d6d6;
  font-size: 11px;
}
#header-content-space li span.trigger i {
  margin-right: 5px;
}
#header-content-space li span.trigger:hover {
  color: #f6f6f6;
}
#header-content-space li span.number-circle {
  cursor: pointer;
}
#header-content-space li div {
  -moz-border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 20px 20px 20px;
  background-color: #262624;
  position: absolute;
  bottom: 22px;
  
  right: -1px;
  width: 800px;
}
#header-content-space li div i {
  margin-right: 15px;
}
#header-content-space li div .icon-chevron-sign-up {
  margin-right: 0;
  position: absolute;
  right: 20px;
  top: 16px;
  color: #a6a6a6;
  font-size: 22px;
}
#header-content-space li div .icon-chevron-sign-up:hover {
  color: #989898;
}
#header-content-space li div h2 {
  color: #bababa;
  font-size: 22px;
}
#header-content-space li div textarea {
  display: block;
  height: 240px;
}
#header-content-space li div p.hotline {
  color: #efefef;
  font-size: 14px;
  margin-top: 13px;
  margin-left: 1px;
}
#header-content-space li div p.hotline span {
  font-size: 13px;
  margin-left: 16px;
  color: inherit;
}
#header-content-space li div p.hotline span span {
  font-size: 11px;
  color: inherit;
  margin-left: 9px;
}
#header-content-space li div p.hotline i {
  color: #e9e9e9;
  margin-right: 3px;
  font-size: 15px;
}
#header-content-space li div dl dt {
  color: #9c9c9c;
  font-weight: normal;
  text-align: left;
  width: 99px;
}
#header-content-space li div dl dd {
  margin-left: 100px;
}
#header-content-space li div dl dd h3 {
  color: #bababa;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
}
#header-content-space li div dl dd p {
  color: #9c9c9c;
}
#header-content-space li div.contact-content {
  width: 450px;
}
#content {
  width: 100%;
  min-height: 700px;
  padding: 20px 0;
  float: left;
}
.news-text {
  padding-bottom: 13px;
}
i.tooltip-info {
  color: #89cbd8;
  padding-left: 6px;
  font-size: 11px;
}
h1.duplicate-title {
  padding-bottom: 17px !important;
  margin-bottom: 25px;
}
h1.duplicate-title i {
  font-size: 33px;
  color: #6e6e6e;
  margin-right: 14px;
}
h1.whats-this a {
  padding-left: 17px;
  font-size: 14px;
  cursor: help;
  text-decoration: none;
}
h1.whats-this a i {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px 0 0;
}
h1.whats-this a:hover {
  color: #3b5c9b;
}
h1.with-main-icon i {
  padding-right: 5px;
}
h1 i.title-icon {
  color: #646464;
  padding-right: 11px;
  font-size: 20px;
}
h1 i.icon-folder-open-alt {
  padding-right: 7px;
}
a.whats-this {
  cursor: help;
  text-decoration: none;
}
.job-actions {
  float: right;
  height: 36px;
  color: #e2e2e2;
  font-family: arial !important;
}
.job-actions div.separator {
  height: 100%;
  width: 1px;
  background-color: #dedede;
  border-left: 1px #f4f4f4;
  float: right;
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.job-actions div.iconTextCombo {
  position: relative;
  cursor: pointer;
  float: right;
  color: inherit;
  height: 100%;
  padding: 0 10px;
}
.job-actions div.iconTextCombo .rounded-corner-info {
  margin-top: 8px;
  margin-left: 4px;
  color: white;
}
.job-actions div.iconTextCombo .rounded-corner-info .rounded-corner-info-content {
  color: white;
}
.job-actions div.iconTextCombo i {
  padding: 10px 4px;
  float: left;
}
.job-actions div.iconTextCombo p {
  float: left;
  padding: 9px 0 0 5px;
  font-size: 11px;
  color: inherit;
  margin-left: -1px;
}
.job-actions div.iconTextCombo:hover {
  color: #d3d3d3;
}
.job-actions i {
  cursor: pointer;
  float: right;
  padding: 10px;
}
.job-actions i:hover {
  color: #d3d3d3;
}
.odm-bait {
  padding: 2%;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.odm-bait img {
  float: left;
  margin-right: 34px;
  margin-top: 7px;
}
.odm-bait p {
  font-size: 16px;
  margin-top: 45px;
  line-height: 25px;
  font-weight: 600;
}
.odm-bait a {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
  float: right;
  margin: 13px 1px 10px 0;
  padding: 13px 20px 16px 20px;
  font-size: 16px;
}
.odm-bait a:hover,
.odm-bait a:focus,
.odm-bait a:active,
.odm-bait a.active,
.odm-bait a.disabled,
.odm-bait a[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.odm-bait a:active,
.odm-bait a.active {
  background-color: #cccccc \9;
}
.odm-bait a:first-child {
  *margin-left: 0;
}
.odm-bait a:hover,
.odm-bait a:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.odm-bait a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.odm-bait a.active,
.odm-bait a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.odm-bait a.disabled,
.odm-bait a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.odm-bait a .label,
.odm-bait a .badge {
  position: relative;
  top: -1px;
}
.odm-bait a .ostendis-badge {
  position: relative;
  top: -1px;
}
.odm-bait a [class^="icon-"].icon-large,
.odm-bait a [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.odm-bait a [class^="icon-"].icon-spin,
.odm-bait a [class*=" icon-"].icon-spin {
  display: inline-block;
}
.odm-bait a [class^="icon-"].pull-left.icon-2x,
.odm-bait a [class*=" icon-"].pull-left.icon-2x,
.odm-bait a [class^="icon-"].pull-right.icon-2x,
.odm-bait a [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.odm-bait a [class^="icon-"].icon-spin.icon-large,
.odm-bait a [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.odm-bait a i {
  padding-left: 7px;
  color: #767676;
  font-size: 17px;
}
.odm-bait-small {
  padding: 2%;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  margin-left: 5px;
  width: 252px;
  padding-right: 13px;
}
.odm-bait-small img {
  float: left;
  margin-right: 6px;
  margin-top: 0px;
  width: 68px;
  margin-left: -12px;
}
.odm-bait-small p {
  font-size: 12px;
  margin-top: 0px;
  line-height: 16px;
  font-weight: 600;
  padding-left: 71px;
}
.odm-bait-small a {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
  float: right;
  margin: 13px 1px 10px 0;
  padding: 9px;
  font-size: 12px;
}
.odm-bait-small a:hover,
.odm-bait-small a:focus,
.odm-bait-small a:active,
.odm-bait-small a.active,
.odm-bait-small a.disabled,
.odm-bait-small a[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.odm-bait-small a:active,
.odm-bait-small a.active {
  background-color: #cccccc \9;
}
.odm-bait-small a:first-child {
  *margin-left: 0;
}
.odm-bait-small a:hover,
.odm-bait-small a:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.odm-bait-small a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.odm-bait-small a.active,
.odm-bait-small a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.odm-bait-small a.disabled,
.odm-bait-small a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.odm-bait-small a .label,
.odm-bait-small a .badge {
  position: relative;
  top: -1px;
}
.odm-bait-small a .ostendis-badge {
  position: relative;
  top: -1px;
}
.odm-bait-small a [class^="icon-"].icon-large,
.odm-bait-small a [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.odm-bait-small a [class^="icon-"].icon-spin,
.odm-bait-small a [class*=" icon-"].icon-spin {
  display: inline-block;
}
.odm-bait-small a [class^="icon-"].pull-left.icon-2x,
.odm-bait-small a [class*=" icon-"].pull-left.icon-2x,
.odm-bait-small a [class^="icon-"].pull-right.icon-2x,
.odm-bait-small a [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.odm-bait-small a [class^="icon-"].icon-spin.icon-large,
.odm-bait-small a [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.odm-bait-small a i {
  padding-left: 4px;
  color: #767676;
  font-size: 13px;
}
.overlay-content .odm-bait {
  margin-bottom: 0px;
}
.empty-entity-msg {
  border: 1px solid #dadada;
  border-top: none;
  margin-top: -4px;
  height: 38px;
  text-align: center;
  padding-top: 21px;
  color: #9b9b9b;
  font-size: 13px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 18px;
}
.empty-entity-msg .demo-dossier {
  margin-left: 9px;
}
.line-behind {
  display: table;
  white-space: nowrap;
  margin: 0 11px 16px 11px;
  color: #434343;
}
.line-behind:before,
.line-behind:after {
  border-top: 1px solid #d3d3d3;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.95em;
  width: 45%;
}
.line-behind:before {
  right: 11px;
}
.line-behind:after {
  left: 11px;
}
.table-small-header th {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
  text-decoration: none;
}
.table-small-header th div,
.table-small-header th span {
  color: inherit;
}
.ostendis-tiles div {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  width: 20%;
  margin: 6px;
  vertical-align: middle;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding-top: 26px;
  padding-bottom: 33px;
  font-size: 17px;
}
.ostendis-tiles div:hover,
.ostendis-tiles div:focus,
.ostendis-tiles div:active,
.ostendis-tiles div.active,
.ostendis-tiles div.disabled,
.ostendis-tiles div[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.ostendis-tiles div:active,
.ostendis-tiles div.active {
  background-color: #cccccc \9;
}
.ostendis-tiles div:first-child {
  *margin-left: 0;
}
.ostendis-tiles div:hover,
.ostendis-tiles div:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.ostendis-tiles div:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ostendis-tiles div.active,
.ostendis-tiles div:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.ostendis-tiles div.disabled,
.ostendis-tiles div[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ostendis-tiles div .label,
.ostendis-tiles div .badge {
  position: relative;
  top: -1px;
}
.ostendis-tiles div .ostendis-badge {
  position: relative;
  top: -1px;
}
.ostendis-tiles div [class^="icon-"].icon-large,
.ostendis-tiles div [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.ostendis-tiles div [class^="icon-"].icon-spin,
.ostendis-tiles div [class*=" icon-"].icon-spin {
  display: inline-block;
}
.ostendis-tiles div [class^="icon-"].pull-left.icon-2x,
.ostendis-tiles div [class*=" icon-"].pull-left.icon-2x,
.ostendis-tiles div [class^="icon-"].pull-right.icon-2x,
.ostendis-tiles div [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.ostendis-tiles div [class^="icon-"].icon-spin.icon-large,
.ostendis-tiles div [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.ostendis-tiles div:hover,
.ostendis-tiles div:focus,
.ostendis-tiles div:active,
.ostendis-tiles div.active,
.ostendis-tiles div.disabled,
.ostendis-tiles div[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.ostendis-tiles div:active,
.ostendis-tiles div.active {
  background-color: #080808 \9;
}
.ostendis-tiles div .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.ostendis-tiles div i {
  font-size: 37px;
  padding-bottom: 10px;
  display: block;
  opacity: 0.67;
  filter: alpha(opacity=67);
}
.ostendis-tiles div:hover {
  opacity: 0.72;
  filter: alpha(opacity=72);
}
#odm-news h1 a {
  font-size: 14px;
  margin-left: 14px;
}
#odm-news h1 a i {
  margin-right: 3px;
}
.ost-divider {
  margin: 20px 0;
  border: 1px solid transparent;
}
.step-badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 8px 12px;
  border-radius: 50%;
  font-size: 20px;
  color: #333;
  border: 1px dashed #333;
  background: transparent;
  font-weight: 100;
  line-height: 20px;
  margin-right: 10px;
}
.step-badge:empty {
  display: none;
}
.step-badge-important {
  background-color: #b94a48;
}
.step-badge-important[href] {
  background-color: #953b39;
}
.step-badge-warning {
  background-color: #f89406;
}
.step-badge-warning[href] {
  background-color: #c67605;
}
.step-badge-success {
  background-color: #468847;
}
.step-badge-success[href] {
  background-color: #356635;
}
.step-badge-info {
  background-color: #3a87ad;
}
.step-badge-info[href] {
  background-color: #2d6987;
}
.step-badge-inverse {
  background-color: #333;
}
.step-badge-inverse[href] {
  background-color: #1a1a1a;
}
.ost-lead {
  font-size: 18px;
}
.indent {
  margin-left: 50px;
}
.ostendis-badge {
  display: inline;
  padding: 2px 7px 2px 7px;
  margin-left: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ostendis-badge-important {
  background-color: #b94a48;
}
.ostendis-badge-important[href] {
  background-color: #953b39;
}
.ostendis-badge-warning {
  background-color: #f89406;
}
.ostendis-badge-warning[href] {
  background-color: #c67605;
}
.ostendis-badge-success {
  background-color: #468847;
}
.ostendis-badge-success[href] {
  background-color: #356635;
}
.ostendis-badge-info {
  background-color: #3a87ad;
}
.ostendis-badge-info[href] {
  background-color: #2d6987;
}
.ostendis-badge-inverse {
  background-color: #333;
}
.ostendis-badge-inverse[href] {
  background-color: #1a1a1a;
}
.ostendis-badge:empty {
  display: none;
}
.ostendis-badge-show-empty-as-0:empty {
  display: inline;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-shadow: inherit;
}
.ostendis-badge-show-empty-as-0:empty:before {
  content: "0";
}
.ostendis-badge-remove {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-shadow: inherit;
}
a.ostendis-badge:hover,
a.ostendis-badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .ostendis-badge {
  position: relative;
  top: -1px;
}
.btn-mini .ostendis-badge {
  top: 0;
}
.anti-mask {
  position: relative;
  z-index: 1000;
  background: #ffffff;
}
.anti-mask .header {
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.special-input {
  display: inline-block;
}
.special-input-hint {
  display: inline-block;
  color: #b70000;
  font-size: 12px;
  margin-left: 5px;
}
input.input_disabled {
  cursor: not-allowed;
  background-color: #EEE;
  display: block !important;
  width: 100% !important;
  min-height: 30px !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.datepicker_bootstrap {
  z-index: 1200;
}
.datepicker_bootstrap.datepicker_bootstrap_massselection {
  z-index: 1200;
}
.application-context-menu-icon {
  font-size: 19px;
  color: #666666;
  padding-left: 15px !important;
  padding-right: 18px !important;
  margin-right: -8px;
}
.application-context-menu {
  top: auto;
  left: auto;
  right: 0;
  opacity: 0;
}
.application-context-menu li a {
  text-align: left;
}
.application-context-menu li a i {
  font-size: 14px;
  display: inline-block;
  width: 20px;
  padding-left: 0;
  margin-left: -9px;
}
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading a,
.wf-loading span,
.wf-loading p,
.wf-loading label .wf-loading table,
.wf-loading section,
.wf-loading nav {
  visibility: hidden;
}
.clear {
  clear: both;
  height: 0;
}
.el-hide {
  display: none !important;
  visibility: hidden !important;
}
.padding-remove {
  padding: 0 !important;
}
.inline-block {
  display: inline-block;
}
.rounded-corner-info {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  padding: 0px 0px 0 9px;
  font-size: 0.8em;
  color: inherit;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.rounded-corner-info.hover:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.35);
}
.rounded-corner-info i {
  padding: 0 !important;
  margin-top: 4px;
  cursor: default;
  margin-left: 1px;
  margin-right: 4px;
}
.rounded-corner-info-content {
  border-radius: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.22);
  padding: 2px 7px 2px 7px;
  text-align: center;
  margin-left: 6px;
  font-size: 1em;
  color: inherit;
  line-height: 14px;
}
.rounded-corner-info-content.hightlight {
  background: rgba(230, 0, 0, 0.78);
}
.no-opacity {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.12s linear !important;
  -webkit-transition: all 0.12s linear !important;
  -moz-transition: all 0.12s linear !important;
  -o-transition: all 0.12s linear !important;
}
.quarter-opacity {
  opacity: 0.25;
  filter: alpha(opacity=25);
  transition: all 0.12s linear !important;
  -webkit-transition: all 0.12s linear !important;
  -moz-transition: all 0.12s linear !important;
  -o-transition: all 0.12s linear !important;
}
.half-opacity {
  opacity: 0.55;
  filter: alpha(opacity=55);
  transition: all 0.12s linear !important;
  -webkit-transition: all 0.12s linear !important;
  -moz-transition: all 0.12s linear !important;
  -o-transition: all 0.12s linear !important;
}
.full-opacity {
  opacity: 0.55;
  filter: alpha(opacity=55);
  transition: all 0.12s linear !important;
  -webkit-transition: all 0.12s linear !important;
  -moz-transition: all 0.12s linear !important;
  -o-transition: all 0.12s linear !important;
}
@keyframes spinner-line-fade-more {
  0%,
  100% {
    opacity: 0;
    
  }
  1% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-quick {
  0%,
  39%,
  100% {
    opacity: 0.25;
    
  }
  40% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-default {
  0%,
  100% {
    opacity: 0.22;
    
  }
  1% {
    opacity: 1;
  }
}
@keyframes spinner-line-shrink {
  0%,
  25%,
  100% {
    
    transform: scale(0.5);
    opacity: 0.25;
  }
  26% {
    transform: scale(1);
    opacity: 1;
  }
}
.missing-localization {
  padding: 4px 7px;
  background: #d3dd1e;
  font-family: 'Muli', sans-serif !important;
}
.missing-localization.no-db-entry {
  background: #f70b33;
  color: #fff;
}
.rotate-m-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rotate-0 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotate-animated {
  transition: all 0.52s linear !important;
  -webkit-transition: all 0.52s linear !important;
  -moz-transition: all 0.52s linear !important;
  -o-transition: all 0.52s linear !important;
}
.grey-black-background {
  background: #8a8a8a;
  
  background: -moz-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(46%, #6b6b6b), color-stop(54%, #636363), color-stop(100%, #777777));
  
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -o-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -ms-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: linear-gradient(to bottom, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #8a8a8a , EndColorStr= #777777 );
  
}
.grey-black-border {
  border-top: 1px solid #7d7d7d;
  border-right: 1px solid #6c6c6c;
  border-bottom: 1px solid #575757;
  border-left: 1px solid #6c6c6c;
}
.grey-black-fadeout-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAiCAQAAACzFZKcAAAAd0lEQVRIx+2TQQ7DIAwEB7Cdv/fP1D2UhN5y2qgHI42MEGK1rN2SV8cYGIbhGIHjBEHgBAcH8VPP3T7dt5243jEGw+CNcpVACZTAEkiajOUgZZSDv3Aw1W06hR+Ujwxakzro0FGyHCDDvqUyuMmgk0Kqi2qSK4MPNTspzuOz6t4AAAAASUVORK5CYII=);
}
.green-background {
  background: #66B24C;
  
  background: -moz-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66B24C), color-stop(46%, #53913E), color-stop(54%, #508C3C), color-stop(100%, #5CA145));
  
  background: -webkit-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -o-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -ms-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: linear-gradient(to bottom, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #66B24C , EndColorStr= #5CA145 );
  
}
.green-border {
  border-top: 1px solid #5FA647;
  border-right: 1px solid #559440;
  border-bottom: 1px solid #498037;
  border-left: 1px solid #559440;
}
.green-fadeout-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAiCAYAAAAZHFoXAAABDUlEQVRYw92X0ZGEMAxDn00Wqts2rsDrb6P7sOECHWj5eWPDDNEIxSQk8fP7TqRBxNYczVdzR3p1vXe9L/WBdCz9Z713fSz3n/3X4/n1fc/1DKSNiG0A6DMhAqYfS4CwXDwRJWB+RARo+nHQFpgacHfAUURlYApRlxsvARDd9uLigLrlxcrAFEEw8WM7AFIlw41fMokniEkQdswzA8iTt10Iwo7LHHAcY7pPYsdRlpcD8uT/eUBtixkH1JZaP9iyYwJEBq6sA00EmSXMjl/hwJUB/FgOREB4cpwykkTIjuNyoA8Jblwy0LE247ILyZJZiYbMtOSSAfrb8mIJSPqYJjteDohThBcvAb2T2vEPqJARFxVLglsAAAAASUVORK5CYII=);
}
.blue-background {
  background: #3d6bac;
  
  background: -moz-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d6bac), color-stop(46%, #3b5998), color-stop(54%, #3d5a9b), color-stop(100%, #3e61a3));
  
  background: -webkit-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -o-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -ms-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: linear-gradient(to bottom, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #3d6bac , EndColorStr= #3e61a3 );
  
}
.blue-border {
  border-top: 1px solid #3d62a3;
  border-right: 1px solid #3b5998;
  border-bottom: 1px solid #34578e;
  border-left: 1px solid #3b5998;
}
.blue-fadeout-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAiCAYAAAAZHFoXAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4JGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTgtMDMtMDhUMTU6NDI6MzUrMDE6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxOC0wMy0wOFQxNTo0NjozNCswMTowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTgtMDMtMDhUMTU6NDY6MzQrMDE6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6YTMzNWEwZDYtZTUwZi1iMzQzLWI1OTQtOWI0NmM5MDgxNGNmPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOmEzMzVhMGQ2LWU1MGYtYjM0My1iNTk0LTliNDZjOTA4MTRjZjwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmEzMzVhMGQ2LWU1MGYtYjM0My1iNTk0LTliNDZjOTA4MTRjZjwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDphMzM1YTBkNi1lNTBmLWIzNDMtYjU5NC05YjQ2YzkwODE0Y2Y8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTgtMDMtMDhUMTU6NDI6MzUrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NDg8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MzQ8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PmxdLM0AAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAihJREFUeNq0WGtSxiAM3MVn9UqexJt52a4/bB3EJARomekwH/BBHptNgJJwto/PrwcA5/cE4LHqXwG8Vf129PW3AXg/+q1aX//ejrEXAM/Hd55Rn08A5RCNTf/bCuxGZ3xH3NjZg8lzAAiZVpBrDNbLEUjBWE9KhbpNKKCqZ3C4DMGF+aarPWAJyM6BzEFmTqfSEdaDg2d9JtYYZ8mTgb0wKkmrM9i0Vq61tpxYaP5LY3wtiCN8yxCuZildAyEuxYBlSU+YsoBxrs2rS4vehnvjiVmhlIBvuFUEoSgIiyO8grxwzu+c98gUhM6z6bBOj4XUBCaVyzdTCgRWpwxhW2szYB0adlnOC8XYkB38tpSqhoU4yGzjCjGGkJdpLerUQNAysVYpRZTLxJG1lKwuZSifsbKyHimDBRwTG6sJ/FbwfQAk04lMDl9naJOBM5nMzNMs5OGaRgBbbt6TlezteQBOKYEGEj9zNNdmGEarrDQaxLtZE8mESMtamrCwZiGUuTJ6axlYM2thrrKQkoUWnZI6oyzoK6QVD3DgAmPNF6d+YgIfl8TAyiW88Qgd3AtJNtIVQSwDNr0M3XkH4m3FXK/o6gWiLvTmcinxnxFoMtLAY9XQ2nkI0WdldmoaGnfkXtAvZWQTQoqpzizwmEtE7OSVS0qJP9BQHMCWpPvgBf42GmWAYwaZmqOvEJygz2wQx8IwJaAGzD78MFwGWUBOERf9lxP4TnvgewCPVcxvM8gNbgAAAABJRU5ErkJggg==);
}
.red-background {
  background: #dc0505;
  
  background: -moz-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc0505), color-stop(46%, #bd0404), color-stop(54%, #b80404), color-stop(100%, #cc0404));
  
  background: -webkit-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -o-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -ms-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: linear-gradient(to bottom, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #dc0505 , EndColorStr= #cc0404 );
  
}
.red-border {
  border-top: 1px solid #cf0404;
  border-right: 1px solid #bd0404;
  border-bottom: 1px solid #a80303;
  border-left: 1px solid #bd0404;
}
.red-fadeout-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAiCAYAAAAZHFoXAAAAtElEQVRYw+2WUQrCMBBE3yZpvP/9vIpdP7KBWOqXgo5uYXnJUkqGySw1d+faewEaUIOztmCP9RbrvvQ6cInqT/bH3tm7Z9+eveN55llrA9jRfYYAdzADQQ4BZkOOINOBdOBtDoiKSAe+woGbOwa4IAuAm7GLMh1IB15kA/AoBPkbv9PTARPkgwOK16gBFGEHyrxLRZRt3Zgg29qQnUKZgU9noIaiIsicQjmFcgplBjID/52BO05YHQG2Hy92AAAAAElFTkSuQmCC);
}
.orange-background {
  background: #fd6d0a;
  
  background: -moz-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd6d0a), color-stop(46%, #de5e09), color-stop(54%, #d95c09), color-stop(100%, #ed6509));
  
  background: -webkit-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: -o-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: -ms-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: linear-gradient(to bottom, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #fd6d0a , EndColorStr= #ed6509 );
  
}
.orange-border {
  border-top: 1px solid #f0660a;
  border-right: 1px solid #de5e09;
  border-bottom: 1px solid #c95508;
  border-left: 1px solid #de5e09;
}
.orange-fadeout-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAiCAYAAAAZHFoXAAAA5klEQVRYR+3VQQ6DMAxE0W8TYNGz9v6rMl3YbQMXqKaqFzw5IIE1CglJPO63JBiIpR3t2m4Ea/db99vU7wT7tH7tt+736f51fb08P7/v+j2DYEEsA+B4XcLPGuAQRIChnUBQE/n5T+Db/lACEhh6TkB+/kYCj0M9kJ8DQARSTeTmP4FvWwlIBCD8rAQEosrN+o2+OsNKqGkOeXpKQIYmQAaEqUlXhqdjbhorx3shAPn5TkBQx7OZ9nsgAZaEMDUBUE9kaO2BrCYMrb+QgJ7IzYRKIExNujI8/ZzEgjD0fBIbej6J8fMJbCYJHev8Bj8AAAAASUVORK5CYII=);
}
.border-serrated-base {
  position: relative;
  overflow: auto;
  -webkit-filter: drop-shadow(#757575 0px 1px 1px);
}
div.mini-job-droppable-area {
  position: fixed;
  width: 690px;
  z-index: 1000;
  display: none;
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-radius: 2px;
  padding: 23px 37px;
  box-shadow: 0px 11px 5px -5px rgba(0, 0, 0, 0.22);
}
div.mini-job-droppable-area h1 {
  color: #000000;
  margin-top: 0px;
  paddin-top: 0px;
  margin-bottom: 27px;
}
div.mini-job-droppable-area h1 i {
  color: #404040;
  padding-right: 7px;
}
div.mini-job-droppable-area div.no-jobs-text p {
  padding-left: 40px;
  font-weight: 600;
}
div.mini-job-droppable-area div.filtered-list {
  margin: -8px 0 19px 6px;
}
div.mini-job-droppable-area div.filtered-list p {
  font-weight: 600;
}
div.mini-job-droppable-area div.filtered-list p span {
  padding-left: 7px;
  color: #898989;
  font-size: 12px;
}
div.mini-job-droppable-area div.filtered-list p i {
  color: #b70000;
  font-size: 20px;
  margin-right: 14px;
}
div.mini-job-droppable-area div.new-job {
  width: block;
  vertical-align: middle;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 38px;
  margin: 20px 0 12px 39px;
  background-color: #f2f2f2;
  border: 1px solid #dadada;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.mini-job-droppable-area div.new-job span i {
  padding-left: 4px;
}
div.mini-job-droppable-area div.new-job span span {
  padding-left: 8px;
  color: #898989;
  font-size: 12px;
}
div.mini-job-droppable-area div.new-job.drop-hover {
  background-color: #ececec;
  border: 1px solid #d6d6d6;
}
div.mini-job-droppable-area div.small-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 150px;
  padding-top: 4px;
  padding-bottom: 8px;
  position: absolute;
  right: 39px;
  top: 5px;
  overflow: hidden;
  font-size: 13px;
  color: #696969;
}
div.mini-job-droppable-area div.small-box.drop-hover {
  color: #ffffff;
  background: #66B24C;
  
  background: -moz-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66B24C), color-stop(46%, #53913E), color-stop(54%, #508C3C), color-stop(100%, #5CA145));
  
  background: -webkit-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -o-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -ms-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: linear-gradient(to bottom, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #66B24C , EndColorStr= #5CA145 );
  
  border-top: 1px solid #5FA647;
  border-right: 1px solid #559440;
  border-bottom: 1px solid #498037;
  border-left: 1px solid #559440;
}
div.mini-job-droppable-area div.small-box i {
  color: inherit;
  padding-right: 5px;
}
div.mini-job-droppable-area div.small-box span {
  color: inherit;
  font-size: inherit;
}
div.mini-job-droppable-area div.mini-job {
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0;
  height: 26px;
}
div.mini-job-droppable-area div.mini-job.inbox {
  opacity: 0.68;
  filter: alpha(opacity=68);
}
div.mini-job-droppable-area div.mini-job h2 {
  line-height: 24px;
  font-size: 12px;
}
div.mini-job-droppable-area div.mini-job h2 i {
  font-size: 12px;
}
div.mini-job-droppable-area div.mini-job .rounded-corner-info {
  margin-top: 4px;
  position: absolute;
  right: 4px;
  padding-left: 11px;
}
div.mini-job-droppable-area div.mini-job .rounded-corner-info .rounded-corner-info-content {
  font-weight: 700;
  padding-left: 8px;
  padding-right: 8px;
}
div.mini-job-droppable-area div.mini-job h2 span.job-title {
  color: inherit;
  font-size: inherit;
}
div.mini-job-droppable-area div.mini-job.drop-hover {
  background: #dc0505;
  
  background: -moz-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc0505), color-stop(46%, #bd0404), color-stop(54%, #b80404), color-stop(100%, #cc0404));
  
  background: -webkit-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -o-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -ms-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: linear-gradient(to bottom, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #dc0505 , EndColorStr= #cc0404 );
  
  border-top: 1px solid #cf0404;
  border-right: 1px solid #bd0404;
  border-bottom: 1px solid #a80303;
  border-left: 1px solid #bd0404;
}
div.mini-job-droppable-area .active {
  background: #3d6bac;
  
  background: -moz-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d6bac), color-stop(46%, #3b5998), color-stop(54%, #3d5a9b), color-stop(100%, #3e61a3));
  
  background: -webkit-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -o-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -ms-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: linear-gradient(to bottom, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #3d6bac , EndColorStr= #3e61a3 );
  
  border-top: 1px solid #3d62a3;
  border-right: 1px solid #3b5998;
  border-bottom: 1px solid #34578e;
  border-left: 1px solid #3b5998;
}
div.mini-job-droppable-area .inactive {
  background: #8a8a8a;
  
  background: -moz-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(46%, #6b6b6b), color-stop(54%, #636363), color-stop(100%, #777777));
  
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -o-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -ms-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: linear-gradient(to bottom, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #8a8a8a , EndColorStr= #777777 );
  
  border-top: 1px solid #7d7d7d;
  border-right: 1px solid #6c6c6c;
  border-bottom: 1px solid #575757;
  border-left: 1px solid #6c6c6c;
}
div.mini-job-droppable-area div.micro-job {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  padding: 3px 5px 3px 6px;
  width: 322px;
  color: #eeeeee;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.mini-job-droppable-area div.micro-job.inbox {
  opacity: 0.68;
  filter: alpha(opacity=68);
}
div.mini-job-droppable-area div.micro-job.drop-hover {
  background: #dc0505;
  
  background: -moz-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc0505), color-stop(46%, #bd0404), color-stop(54%, #b80404), color-stop(100%, #cc0404));
  
  background: -webkit-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -o-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -ms-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: linear-gradient(to bottom, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #dc0505 , EndColorStr= #cc0404 );
  
  border-top: 1px solid #cf0404;
  border-right: 1px solid #bd0404;
  border-bottom: 1px solid #a80303;
  border-left: 1px solid #bd0404;
}
.notify {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 1000px;
  z-index: 200;
}
.notify span {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 23px;
  top: 28px;
  z-index: 1;
}
.notify span.success {
  background: url('../icons/plugin-notify-sprite.png') no-repeat 0 0;
}
.notify span.error {
  background: url('../icons/plugin-notify-sprite.png') no-repeat 0 -32px;
}
.notify span.warning {
  background: url('../icons/plugin-notify-sprite.png') no-repeat 0 -64px;
}
.notify span.dialog {
  background: url('../icons/plugin-notify-sprite.png') no-repeat 0 -96px;
}
.notify span.info {
  background: url('../icons/plugin-notify-sprite.png') no-repeat 0 -128px;
}
.notify-item {
  position: absolute;
  right: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  padding: 13px;
  padding-right: 30px;
  padding-left: 73px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.notify-item h3 {
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.notify-item p {
  display: block;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
  font-size: 13px;
}
.floating-tip-wrapper {
  z-index: 9999999 !important;
}
.floating-tip {
  background: #00a3bb;
  background-color: #00a3bb;
  background-image: -webkit-linear-gradient(top, #00a3bb, #0087a6);
  background-image: -moz-linear-gradient(top, #00a3bb, #0087a6);
  background-image: -o-linear-gradient(top, #00a3bb, #0087a6);
  background-image: -ms-linear-gradient(top, #00a3bb, #0087a6);
  background-image: linear-gradient(top, #00a3bb, #0087a6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00a3bb, endColorstr=#0087a6, GradientType=0);
  
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTNiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg3YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  padding: 7px 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 420px;
}
.floating-tip-black,
.floating-tip-smiles {
  background-color: #000;
  padding: 4px 8px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.floating-tip-smiles {
  font-size: 11px;
  padding: 8px 16px;
}
#cerabox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1106;
  display: none;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  transform: scale(1);
  transform-origin: 50% 50%;
}
#cerabox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("../icons/cerabox.png");
}
#cerabox-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
  background: #000;
  opacity: 0.5;
}
#cerabox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 64000;
  display: none;
  opacity: 0;
  background: #fff;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 0 0;
  transform: scale(1);
  transform-origin: 0 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#cerabox .cerabox-content {
  width: 100%;
  height: 100%;
  padding: 0;
  outline: none;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 1102;
  border: 0px solid #fff;
  
  -moz-box-shadow: 0 0 30px -5px #333;
  -webkit-box-shadow: 0 0 30px -5px #333;
  box-shadow: 0 0 30px -5px #333;
}
#cerabox span.cerabox-error,
#cerabox .cerabox-title span {
  padding: 10px;
  display: block;
  font-family: Helvetica;
  font-size: 12px;
  color: #000;
  line-height: normal;
}
#cerabox span.cerabox-error {
  text-align: justify;
}
#cerabox .cerabox-title span {
  display: none;
  color: #fff;
}
#cerabox .cerabox-title {
  z-index: 1102;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 0 100%;
  transform: scale(1);
  transform-origin: 0 100%;
}
#cerabox .cerabox-close {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  z-index: 1105;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 100% 0;
  transform: scale(1);
  transform-origin: 100% 0;
  text-align: right;
  background-color: #ffffff;
  text-decoration: none !important;
}
#cerabox .cerabox-close i {
  color: #c8c8c8;
  text-decoration: none;
  padding-right: 5px;
}
#cerabox .cerabox-close:hover i {
  color: #a3a3a3;
  text-decoration: none;
}
#cerabox .cerabox-content img.image {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#cerabox .cerabox-content iframe.iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#cerabox a.cerabox-left,
#cerabox a.cerabox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../icons/blank.gif');
  z-index: 1104;
  display: none;
}
#cerabox a.cerabox-left {
  left: 0px;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 0 50%;
  transform: scale(1);
  transform-origin: 0 50%;
}
#cerabox a.cerabox-right {
  right: 0px;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 100% 50%;
  transform: scale(1);
  transform-origin: 100% 50%;
}
#cerabox a.cerabox-left span,
#cerabox a.cerabox-right span {
  position: absolute;
  top: 50%;
  
  width: 40px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  z-index: 1104;
  display: block;
}
#cerabox a.cerabox-left:hover span,
#cerabox.mobile a.cerabox-left span {
  background-image: url('../icons/cerabox.png');
  background-position: -42px -40px;
  background-repeat: no-repeat;
  left: -20px;
}
#cerabox a.cerabox-right:hover span,
#cerabox.mobile a.cerabox-right span {
  background-image: url('../icons/cerabox.png');
  background-position: -42px -80px;
  background-repeat: no-repeat;
  right: -20px;
}
#cerabox .cerabox-content-protection {
  display: none;
  position: absolute;
  background: transparent url('../icons/blank.gif');
  z-index: 1103;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
#cerabox-loading.ceraboxbox-ie6 {
  position: absolute;
  margin-top: 0;
  top: 'expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + ' px ')';
}
#cerabox.mobile {
  
  background: #000;
}
#cerabox.mobile .cerabox-content {
  background: #fff;
  
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cerabox.mobile .cerabox-content :first-child {
  background: #fff;
}
#cerabox.mobile .cerabox-close {
  top: 2px !important;
  right: 0 !important;
}
#cerabox.mobile a.cerabox-left span {
  left: 0 !important;
}
#cerabox.mobile a.cerabox-right span {
  right: 0 !important;
}
#cerabox.mobile a.cerabox-left,
#cerabox.mobile a.cerabox-right {
  width: 10%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #cerabox-loading div,
  #cerabox .cerabox-close,
  #cerabox a.cerabox-left:hover span,
  #cerabox.mobile a.cerabox-left span,
  #cerabox a.cerabox-right:hover span,
  #cerabox.mobile a.cerabox-right span {
    
    background-image: url('../img/cerabox@2x.png');
    
    background-size: 82px auto;
  }
}
span.searchResultHighlight {
  background: #ffff00;
  font-weight: 600 !important;
  color: inherit !important;
  font-size: inherit;
}
span.searchResult {
  font-weight: inherit !important;
  color: inherit !important;
  font-size: inherit;
}
div.expandableSearchField {
  transition: all 0.85s ease !important;
  -webkit-transition: all 0.85s ease !important;
  -moz-transition: all 0.85s ease !important;
  -o-transition: all 0.85s ease !important;
}
div.expandableSearchField i {
  color: #cccccc;
}
div.expandableSearchField i.icon-search {
  transition: all 0.84s ease !important;
  -webkit-transition: all 0.84s ease !important;
  -moz-transition: all 0.84s ease !important;
  -o-transition: all 0.84s ease !important;
  cursor: pointer;
  display: inline;
}
div.expandableSearchField i.icon-remove-sign {
  font-size: 15px;
  position: absolute;
  top: 0px;
  right: 11px;
  cursor: pointer;
}
div.expandableSearchField i.icon-remove-sign:hover {
  color: #b70000 !important;
}
div.expandableSearchField input {
  height: 20px;
  margin-top: 7px;
  padding: 0;
  width: 0px;
  font-size: 12px;
  visibility: hidden;
  transition: all 0.85s ease !important;
  -webkit-transition: all 0.85s ease !important;
  -moz-transition: all 0.85s ease !important;
  -o-transition: all 0.85s ease !important;
}
div.expandableSearchField input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
div.expandableSearchField.active input {
  padding: 0 10px;
  width: 146px;
  visibility: visible;
}
div.expandableSearchField.active i.icon-search {
  display: none;
}
tr.noSearchResults td {
  color: #ff0000;
  text-align: center;
}
tr.noSearchResults td div {
  font-size: 13px;
}
span.sortableTH {
  margin-right: 11px;
}
table th.sortableTH,
span.sortableTH {
  cursor: pointer;
  padding-left: 15px;
}
table th.sortableTH:hover,
span.sortableTH:hover {
  text-decoration: underline;
}
table th.number,
span.number {
  width: 30px;
}
table th.diagonal-label,
span.diagonal-label {
  height: 104px;
  white-space: nowrap;
  vertical-align: middle !important;
}
table th.diagonal-label.number,
span.diagonal-label.number {
  width: 30px;
}
table th.diagonal-label div,
span.diagonal-label div {
  transform: translate(-8px, 64px) rotate(315deg);
  width: 30px;
}
table th.diagonal-label span,
span.diagonal-label span {
  border-top: 1px solid #e5e5e5;
  padding: 8px 10px 5px 44px;
}
table th.diagonal-label:before,
span.diagonal-label:before {
  margin-left: 15px !important;
  margin-top: 54px !important;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
table th.sortASC,
span.sortASC,
table th.sortDESC,
span.sortDESC {
  text-decoration: underline;
}
table th.sortASC:before,
span.sortASC:before,
table th.sortDESC:before,
span.sortDESC:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -16px;
  margin-top: 4px;
  color: #ff0000;
  background: url(../icons/sortASC.png) no-repeat 0 0;
}
table th.sortDESC:before,
span.sortDESC:before {
  background: url(../icons/sortDESC.png) no-repeat 0 0;
}
table th.sortTALL,
span.sortTALL {
  background-position: 0% 90%;
}
.diagonal-label-spacer {
  width: 3px;
}
table.sortable th {
  cursor: pointer;
  padding-left: 16px;
}
table.sortable th:hover {
  text-decoration: underline;
}
table.sortable th.sortASC,
table.sortable th.sortDESC {
  color: #999999;
  background: url(../icons/sortASC.png) no-repeat center left;
  text-decoration: underline;
}
table.sortable th.sortDESC {
  background: url(../icons/sortDESC.png) no-repeat center left;
}
table.sortable th .center {
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}
table.sortable td {
  padding-left: 16px;
}
table.sortable td .center {
  text-align: center;
}
.omnigrid {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  position: relative;
  border: 0px solid #eee;
  overflow: hidden;
  
  color: #000;
}
.omnigrid div.hDivBox {
  position: relative;
  overflow: hidden;
}
.omnigrid div.hDiv {
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f9f9f9 43%, #f1f2f4 44%, #ebecee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(43%, #f9f9f9), color-stop(44%, #f1f2f4), color-stop(100%, #ebecee));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 43%, #f1f2f4 44%, #ebecee 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #f9f9f9 43%, #f1f2f4 44%, #ebecee 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f9f9f9 43%, #f1f2f4 44%, #ebecee 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 43%, #f1f2f4 44%, #ebecee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ebecee', GradientType=0);
  position: relative;
  border: 1px solid #ccc;
  border-bottom: 0px;
  overflow: hidden;
}
.omnigrid div.bDiv {
  border: 1px solid #ccc;
  border-top: 0px;
  background: #fff;
  overflow: auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.omnigrid div.hDiv .th,
.omnigrid div.bDiv .td {
  text-align: left;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fff;
  vertical-align: top !important;
  display: inline-block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  
  padding-left: 5px;
  
  
  cursor: pointer;
}
.omnigrid ::selection {
  color: none;
  background-color: transparent;
}
.omnigrid div.hDiv div.th {
  line-height: 24px;
  border-bottom: 1px solid #CCC;
}
.omnigrid div.bDiv .td {
  line-height: 24px;
  
}
.omnigrid div.bDiv ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
}
.omnigrid div.bDiv ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.omnigrid li.erow {
  background-color: #f7f7f7;
  
}
.omnigrid li.selected {
  background-color: #d9e6f4 !important;
  
}
.omnigrid li.over {
  background-color: #eaeff4;
  
}
.omnigrid div.bDiv .toggleicon {
  background-image: url("../image/omnigrid//plusminus.gif");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 4px 3px 0 0;
}
.omnigrid div.bDiv ul li.section {
  display: none;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.omnigrid div.tDiv {
  background: #fafafa url("../image/omnigrid//bg.gif") repeat-x top;
  position: relative;
  border: 1px solid #ccc;
  border-bottom: 0px;
  overflow: hidden;
  height: 25px;
}
.omnigrid div.fbutton {
  margin-top: 1px;
  float: left;
  display: block;
  cursor: pointer;
  padding: 1px;
}
.omnigrid div.fbutton div {
  float: left;
  padding: 1px 3px;
}
.omnigrid div.fbutton span {
  float: left;
  display: block;
  padding: 3px;
}
.omnigrid div.fbutton.fbOver {
  padding: 0px;
  border: 1px solid #ccc;
}
.omnigrid div.fbutton.fbOver div {
  padding: 0px 2px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.omnigrid div.btnseparator {
  float: left;
  height: 22px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #fff;
  margin: 2px;
}
.omnigrid li.hide {
  display: none;
}
.omnigrid div.cDrag {
  float: left;
  position: absolute;
  z-index: 2;
  overflow: visible;
}
.omnigrid div.cDrag div {
  float: left;
  background: none;
  display: block;
  position: absolute;
  height: 24px;
  width: 5px;
  cursor: col-resize;
}
.omnigrid div.cDrag div.dragging {
  background: url("../image/omnigrid//line.gif") repeat-y 2px center;
}
.omnigrid div.hDiv div.DESC {
  background: url("../image/omnigrid//ddn.png") no-repeat right 5px center;
}
.omnigrid div.hDiv div.ASC {
  background: url("../image/omnigrid//uup.png") no-repeat right 5px center;
}
.omnigrid div.hDiv div.th:hover {
  border-bottom: 1px solid orange !important;
}
.omnigrid div.pDiv {
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #d7d7d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #d7d7d7));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #d7d7d7 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #d7d7d7 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d7d7d7', GradientType=0);
  border: 1px solid #ccc;
  border-top: 0px;
  overflow: hidden;
  white-space: nowrap;
}
.omnigrid div.pDiv div.pDiv2 {
  margin: 2px;
  margin-left: -2px;
  float: left;
  width: 1024px;
}
div.pGroup {
  float: left;
  background: none;
  height: 24px;
  margin: 0px 5px;
}
.omnigrid div.pDiv .pPageStat,
.omnigrid div.pDiv .pcontrol {
  position: relative;
  top: 5px;
  overflow: visible;
  font-size: 10px;
  color: #777777;
}
.omnigrid div.pDiv select {
  font-size: 10px;
  margin-top: 2px;
}
.omnigrid div.pDiv input {
  vertical-align: text-top;
  position: relative;
  top: -2px;
  font-size: 10px;
}
.omnigrid div.pDiv .btnseparator {
  height: 19px;
}
.omnigrid div.pDiv div.pButton {
  float: left;
  width: 16px;
  height: 16px;
  border: 0px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 3px;
}
.omnigrid div.pDiv div.pButton:hover,
.omnigrid div.pDiv div.pButton.pBtnOver {
  background-position: -16px 0;
}
.omnigrid2 div.pDiv div.pButton:hover,
.omnigrid2 div.pDiv div.pButton.pBtnOver {
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.omnigrid .pSearch {
  background: url("../image/omnigrid//magnifier.png") no-repeat center;
}
.omnigrid .pFirst {
  background: url("../image/omnigrid//first.gif") no-repeat;
}
.omnigrid .pPrev {
  background: url("../image/omnigrid//prev.gif") no-repeat;
}
.omnigrid .pNext {
  background: url("../image/omnigrid//next.gif") no-repeat;
}
.omnigrid .pLast {
  background: url("../image/omnigrid//last.gif") no-repeat;
}
.omnigrid .pReload {
  background: url("../image/omnigrid//refresh.gif") no-repeat;
}
.omnigrid .pReload.loading {
  background: url("../image/omnigrid//load.gif") no-repeat;
  background-position: 0 0 !important;
}
.omnigrid .elementloader {
  width: 16px;
  height: 16px;
  background: url("../image/omnigrid//load.gif") no-repeat;
  position: absolute;
}
.omnigrid input.inline {
  
  padding: 1px 2px 1px 2px;
  
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.svg#fontawesomeregular') format('svg'), url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eee;
}
.icon-light {
  color: #fff;
}
.icon-dark {
  color: #333;
}
.icon-border {
  border: solid 1px #eee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/font-awesome-4.7.0/fontawesome-webfont.eot?v=4.7.0');
  src: url('../font/font-awesome-4.7.0/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font/font-awesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font/font-awesome-4.7.0/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font/font-awesome-4.7.0/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font/font-awesome-4.7.0/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
i.with-padding {
  padding-right: 12px;
}
i.icon-question {
  color: #bbbbbb;
}
i.icon-female {
  color: #cf9dca;
}
i.icon-male {
  color: #abc48a;
}
.color-grey-hdarkred {
  color: #808080;
}
.color-grey-hdarkred:hover {
  color: #b70000;
}
.color-lightgrey-hdarkred {
  color: #c6c6c6;
}
.color-lightgrey-hdarkred:hover {
  color: #b70000;
}
.color-grey-hred {
  color: #939393;
}
.color-grey-hred:hover {
  color: #f60000;
}
.color-red {
  color: #f60000;
}
.color-red-forced {
  color: #f60000 !important;
}
.color-darkred {
  color: #b70000;
}
.color-grey-hgreen {
  color: #808080;
}
.color-grey-hgreen:hover {
  color: #129900;
}
.color-green {
  color: #129900;
}
.color-darkgreen {
  color: #0f7e00;
}
.color-grey-horange {
  color: #808080;
}
.color-grey-horange:hover {
  color: #eb910a;
}
.color-orange {
  color: #eb910a;
}
.color-darkorange {
  color: #d67107;
}
.color-grey-hblack {
  color: #808080;
}
.color-grey-hblack:hover {
  color: #1b1b1b;
}
.pointer {
  cursor: pointer;
}
.no-pointer {
  cursor: default !important;
}
.color-grey {
  color: #a3a3a3;
}
.color-lightgrey {
  color: #d0d0d0;
}
.color-lightgrey-hlightgrey {
  color: #d0d0d0;
}
.color-lightgrey-hlightgrey:hover {
  color: #b3b3b3;
}
.color-darkgrey {
  color: #333333;
}
.header {
  position: relative;
  height: 36px;
  margin-bottom: 0px;
  -webkit-box-shadow: '0 3px 0px -2px #d8d8d8, 0 4px 0px -2px #e9e9e9';
  -moz-box-shadow: '0 3px 0px -2px #d8d8d8, 0 4px 0px -2px #e9e9e9';
  box-shadow: '0 3px 0px -2px #d8d8d8, 0 4px 0px -2px #e9e9e9';
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #8a8a8a;
  
  background: -moz-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(46%, #6b6b6b), color-stop(54%, #636363), color-stop(100%, #777777));
  
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -o-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -ms-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: linear-gradient(to bottom, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #8a8a8a , EndColorStr= #777777 );
  
  border-top: 1px solid #7d7d7d;
  border-right: 1px solid #6c6c6c;
  border-bottom: 1px solid #575757;
  border-left: 1px solid #6c6c6c;
}
.header.header-blue {
  background: #3d6bac;
  
  background: -moz-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d6bac), color-stop(46%, #3b5998), color-stop(54%, #3d5a9b), color-stop(100%, #3e61a3));
  
  background: -webkit-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -o-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -ms-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: linear-gradient(to bottom, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #3d6bac , EndColorStr= #3e61a3 );
  
  border-top: 1px solid #3d62a3;
  border-right: 1px solid #3b5998;
  border-bottom: 1px solid #34578e;
  border-left: 1px solid #3b5998;
}
.header.header-blue div.fadeout-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAiCAYAAAAZHFoXAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4JGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTgtMDMtMDhUMTU6NDI6MzUrMDE6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxOC0wMy0wOFQxNTo0NjozNCswMTowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTgtMDMtMDhUMTU6NDY6MzQrMDE6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6YTMzNWEwZDYtZTUwZi1iMzQzLWI1OTQtOWI0NmM5MDgxNGNmPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOmEzMzVhMGQ2LWU1MGYtYjM0My1iNTk0LTliNDZjOTA4MTRjZjwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmEzMzVhMGQ2LWU1MGYtYjM0My1iNTk0LTliNDZjOTA4MTRjZjwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDphMzM1YTBkNi1lNTBmLWIzNDMtYjU5NC05YjQ2YzkwODE0Y2Y8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTgtMDMtMDhUMTU6NDI6MzUrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NDg8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MzQ8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PmxdLM0AAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAihJREFUeNq0WGtSxiAM3MVn9UqexJt52a4/bB3EJARomekwH/BBHptNgJJwto/PrwcA5/cE4LHqXwG8Vf129PW3AXg/+q1aX//ejrEXAM/Hd55Rn08A5RCNTf/bCuxGZ3xH3NjZg8lzAAiZVpBrDNbLEUjBWE9KhbpNKKCqZ3C4DMGF+aarPWAJyM6BzEFmTqfSEdaDg2d9JtYYZ8mTgb0wKkmrM9i0Vq61tpxYaP5LY3wtiCN8yxCuZildAyEuxYBlSU+YsoBxrs2rS4vehnvjiVmhlIBvuFUEoSgIiyO8grxwzu+c98gUhM6z6bBOj4XUBCaVyzdTCgRWpwxhW2szYB0adlnOC8XYkB38tpSqhoU4yGzjCjGGkJdpLerUQNAysVYpRZTLxJG1lKwuZSifsbKyHimDBRwTG6sJ/FbwfQAk04lMDl9naJOBM5nMzNMs5OGaRgBbbt6TlezteQBOKYEGEj9zNNdmGEarrDQaxLtZE8mESMtamrCwZiGUuTJ6axlYM2thrrKQkoUWnZI6oyzoK6QVD3DgAmPNF6d+YgIfl8TAyiW88Qgd3AtJNtIVQSwDNr0M3XkH4m3FXK/o6gWiLvTmcinxnxFoMtLAY9XQ2nkI0WdldmoaGnfkXtAvZWQTQoqpzizwmEtE7OSVS0qJP9BQHMCWpPvgBf42GmWAYwaZmqOvEJygz2wQx8IwJaAGzD78MFwGWUBOERf9lxP4TnvgewCPVcxvM8gNbgAAAABJRU5ErkJggg==);
}
.header.header-red {
  background: #dc0505;
  
  background: -moz-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc0505), color-stop(46%, #bd0404), color-stop(54%, #b80404), color-stop(100%, #cc0404));
  
  background: -webkit-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -o-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -ms-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: linear-gradient(to bottom, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #dc0505 , EndColorStr= #cc0404 );
  
  border-top: 1px solid #cf0404;
  border-right: 1px solid #bd0404;
  border-bottom: 1px solid #a80303;
  border-left: 1px solid #bd0404;
}
.header.header-red div.fadeout-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAiCAYAAAAZHFoXAAAAtElEQVRYw+2WUQrCMBBE3yZpvP/9vIpdP7KBWOqXgo5uYXnJUkqGySw1d+faewEaUIOztmCP9RbrvvQ6cInqT/bH3tm7Z9+eveN55llrA9jRfYYAdzADQQ4BZkOOINOBdOBtDoiKSAe+woGbOwa4IAuAm7GLMh1IB15kA/AoBPkbv9PTARPkgwOK16gBFGEHyrxLRZRt3Zgg29qQnUKZgU9noIaiIsicQjmFcgplBjID/52BO05YHQG2Hy92AAAAAElFTkSuQmCC);
}
.header.header-green {
  background: #66B24C;
  
  background: -moz-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66B24C), color-stop(46%, #53913E), color-stop(54%, #508C3C), color-stop(100%, #5CA145));
  
  background: -webkit-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -o-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -ms-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: linear-gradient(to bottom, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #66B24C , EndColorStr= #5CA145 );
  
  border-top: 1px solid #5FA647;
  border-right: 1px solid #559440;
  border-bottom: 1px solid #498037;
  border-left: 1px solid #559440;
}
.header.header-green div.fadeout-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAiCAYAAAAZHFoXAAABDUlEQVRYw92X0ZGEMAxDn00Wqts2rsDrb6P7sOECHWj5eWPDDNEIxSQk8fP7TqRBxNYczVdzR3p1vXe9L/WBdCz9Z713fSz3n/3X4/n1fc/1DKSNiG0A6DMhAqYfS4CwXDwRJWB+RARo+nHQFpgacHfAUURlYApRlxsvARDd9uLigLrlxcrAFEEw8WM7AFIlw41fMokniEkQdswzA8iTt10Iwo7LHHAcY7pPYsdRlpcD8uT/eUBtixkH1JZaP9iyYwJEBq6sA00EmSXMjl/hwJUB/FgOREB4cpwykkTIjuNyoA8Jblwy0LE247ILyZJZiYbMtOSSAfrb8mIJSPqYJjteDohThBcvAb2T2vEPqJARFxVLglsAAAAASUVORK5CYII=);
}
.header div.fadeout-img {
  position: absolute;
  right: 0;
  top: 1px;
  width: 48px;
  height: 36px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAiCAQAAACzFZKcAAAAd0lEQVRIx+2TQQ7DIAwEB7Cdv/fP1D2UhN5y2qgHI42MEGK1rN2SV8cYGIbhGIHjBEHgBAcH8VPP3T7dt5243jEGw+CNcpVACZTAEkiajOUgZZSDv3Aw1W06hR+Ujwxakzro0FGyHCDDvqUyuMmgk0Kqi2qSK4MPNTspzuOz6t4AAAAASUVORK5CYII=);
}
.header h2 {
  position: relative;
  padding: 0 0 0 13px;
  margin-top: 0;
  line-height: 36px;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
  color: white;
}
.header h2 span.email {
  color: #e5e5e5;
  font-weight: bold;
  font-size: 14px;
}
.header h2 i.icon {
  margin-right: 12px;
  font-size: 1.2em;
}
.header .new-dossier-trigger {
  position: absolute;
  padding: 9px 10px;
  top: 0px;
  right: 30px;
  cursor: pointer;
}
.header .new-dossier-trigger:hover i,
.header .new-dossier-trigger:hover p {
  color: #bababa;
}
.header .new-dossier-trigger i {
  float: left;
}
.header .new-dossier-trigger p {
  float: left;
  margin-left: 7px;
  font-size: 9px;
  color: #d0d0d0;
}
h1.filtered-dossiers span.filtered {
  margin-left: 7px;
  font-size: 18px;
}
h1.filtered-dossiers a {
  font-size: 14px;
}
h1.filtered-dossiers a.show-all-dossiers {
  margin-left: 9px;
}
h1.filtered-dossiers a.back-to-jobs {
  float: right;
  margin-right: 7px;
  margin-top: 4px;
}
h1.dossiers a.dossier-import {
  float: right;
  margin-right: 5px;
  margin-top: 4px;
  cursor: pointer;
}
h1.dossiers a.dossier-import i {
  margin: 0;
}
h1.dossiers a.dossier-import:hover {
  color: #2d4676;
  text-decoration: none;
}
.recalled-dossier {
  font-size: 13px;
  color: #cb0d09;
}
.recalled-dossier i {
  padding-right: 3px;
}
span.title-suffix {
  color: #f9f9f9 !important;
  font-size: 11px;
  margin-left: 16px;
}
#dossier {
  width: 100%;
}
#dossier .dossierGroup,
#dossier .group {
  margin-bottom: 13px;
}
#dossier .dossierGroup .dossier-rows,
#dossier .group .dossier-rows {
  padding-bottom: 22px;
}
#dossier .dossierGroup .no-dossiers,
#dossier .group .no-dossiers {
  padding-left: 29px;
  padding-top: 10px;
  color: #565656;
}
#dossier .dossierGroup .no-dossiers a,
#dossier .group .no-dossiers a {
  color: #121212;
}
#dossier a.job-link {
  color: inherit;
}
#dossier a.job-link:hover {
  color: white;
}
.dossier-table .rounded-corner-info-dossier-type {
  position: absolute;
  margin-top: -14px;
  margin-left: -13px;
  min-width: 16px;
  min-height: 16px;
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
  color: #717171;
  border-radius: 12px;
  padding: 0px 0px 0px 1px;
  text-align: center;
  font-size: 12px;
}
.dossier-table .rounded-corner-info-dossier-type i.icon-play {
  color: #f39800;
  font-size: 10px;
  top: -1px;
  left: 1px;
}
.dossier-table .rounded-corner-info-num-dossiers,
.dossier-table .rounded-corner-info-content {
  position: absolute;
  margin-top: -12px;
  margin-left: 28px;
  min-width: 12px;
  background: #f1f1f1;
  border: 1px solid #d3d3d3;
  color: #000000;
  border-radius: 10px;
  padding: 1px 1px 1px 2px;
  text-align: center;
  font-size: 9px;
}
.dossier-table .rounded-corner-info-dossier-lang-code {
  position: absolute;
  margin-top: -48px;
  margin-left: -12px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-filter: grayscale(0.28);
  filter: grayscale(0.28);
}
.dossier-table .rounded-corner-info-dossier-lang-code img {
  height: 16px;
  width: 16px;
  border: none;
  margin-left: 0;
}
.dossier-table .show-on-row-hover {
  display: none;
}
.dossier-table tbody tr {
  height: 64px;
}
.dossier-table tr:hover .show-on-row-hover {
  display: inline-block;
}
.dossier-table.dossier-table-forwarded .actions {
  width: 60px;
}
.dossier-table.dossier-table-forwarded .answer {
  width: 155px;
}
.dossier-table th {
  white-space: nowrap;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
.dossier-table th.answer-highlight {
  color: #d40000;
  font-weight: bold;
}
.dossier-table th.dossier-language {
  padding-right: 4px;
}
.dossier-table tr.active-app {
  border-left: 2px solid #3b5998;
  border-right: 2px solid #3b5998;
}
.dossier-table tr.active-app td {
  border-top: 2px solid #3b5998 !important;
  border-bottom: 2px solid #3b5998 !important;
}
.dossier-table tr.mass-selection:hover .actions .no-opacity,
.dossier-table tr.mass-selection:hover .dossier-info-actions .no-opacity,
.dossier-table tr.mass-selection:hover .dossier-dragger .no-opacity,
.dossier-table tr.mass-selection:hover .dossier-merge-dragger .no-opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}
.dossier-table tr.mass-selection:hover .show-on-row-hover {
  display: none;
}
.dossier-table tr.mass-selection td {
  position: relative;
}
.dossier-table tr.mass-selection-active td {
  background: #cfcfcf;
  background-color: #cfcfcf;
  background-image: -webkit-linear-gradient(top, #cfcfcf, #aaaaaa);
  background-image: -moz-linear-gradient(top, #cfcfcf, #aaaaaa);
  background-image: -o-linear-gradient(top, #cfcfcf, #aaaaaa);
  background-image: -ms-linear-gradient(top, #cfcfcf, #aaaaaa);
  background-image: linear-gradient(top, #cfcfcf, #aaaaaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cfcfcf, endColorstr=#aaaaaa, GradientType=0);
  
}
.dossier-table tr.dossier-archived {
  color: #6e6e6e;
}
.dossier-table tr.dossier-archived span.dossier-archived {
  font-size: 11px;
  color: #7d0000;
  padding-left: 3px;
}
.dossier-table tr.dossier-archived span.dossier-archived i {
  padding-right: 2px;
}
.dossier-table tr.deactivated {
  opacity: 0.52;
  filter: alpha(opacity=52);
}
.dossier-table tr.deactivated:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.dossier-table tr.drag-hover td.read-state,
.dossier-table tr.drag-hover td.mass-selection,
.dossier-table tr.drag-hover td.thumb,
.dossier-table tr.drag-hover td.particular,
.dossier-table tr.drag-hover td.dossier-dragger,
.dossier-table tr.drag-hover td.dossier-merge-dragger {
  background-color: #cacaca;
}
.dossier-table tr.drag-hover td.zigzag-border div {
  visibility: visible;
}
.dossier-table tr.merge-drop-hover td {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.dossier-table tr.merge-drop-hover td:hover,
.dossier-table tr.merge-drop-hover td:focus,
.dossier-table tr.merge-drop-hover td:active,
.dossier-table tr.merge-drop-hover td.active,
.dossier-table tr.merge-drop-hover td.disabled,
.dossier-table tr.merge-drop-hover td[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.dossier-table tr.merge-drop-hover td:active,
.dossier-table tr.merge-drop-hover td.active {
  background-color: #408140 \9;
}
.dossier-table tr.merge-drop-hover td.actions i {
  color: #ffffff;
}
.dossier-table tr.merge-drop-hover td .icon-copy {
  color: #ffffff !important;
}
.dossier-table .icon-copy.info-tooltip {
  color: inherit;
}
.dossier-table td {
  vertical-align: middle;
}
.dossier-table td.email2dossier {
  color: #858585;
}
.dossier-table td.read-state {
  position: relative;
  font-size: 10px;
  padding: 0px;
  width: 20px;
  vertical-align: middle;
}
.dossier-table td.read-state i.icon-archive {
  position: absolute;
  left: 0px;
  bottom: 10px;
  margin-left: -18px;
  color: #878787;
  font-size: 12px;
}
.dossier-table td.read-state .unless,
.dossier-table td.read-state .unlinked,
.dossier-table td.read-state .unrated {
  position: absolute;
  top: 0;
  height: 100%;
  min-height: 64px;
  width: 5px;
}
.dossier-table td.read-state .unless {
  background-color: rgba(59, 89, 152, 0.38);
  border-left: 2px solid #3b5998;
}
.dossier-table td.read-state .unlinked {
  background-color: rgba(237, 11, 11, 0.38);
  border-left: 2px solid rgba(237, 11, 11, 0.58);
}
.dossier-table td.read-state .unrated {
  background-color: rgba(15, 126, 0, 0.38);
  border-left: 2px solid rgba(15, 126, 0, 0.58);
}
.dossier-table td.read-state i {
  margin-left: -18px;
  font-size: 12px;
}
.dossier-table td.read-state i.icon-unlink {
  color: #cb0d09;
}
.dossier-table td.read-state i.icon-circle {
  color: #3b609f;
  font-size: 10px;
  margin-left: -16px;
}
.dossier-table td.read-state i.icon-bar-chart {
  position: absolute;
  color: #a1a1a1;
  font-size: 14px;
  margin-left: -24px;
  margin-top: -11px;
}
.dossier-table td.read-state span.icon-stack {
  position: absolute;
  color: #0F7E00;
  font-size: 12px;
  margin-left: -3px;
  display: inline-block;
  margin-top: -11px;
}
.dossier-table td.read-state span.icon-stack .icon-stack-base {
  color: white;
}
.dossier-table td.mass-selection {
  width: 32px;
  padding-left: 5px;
}
.dossier-table td.thumb {
  width: 38px;
  text-align: center;
  cursor: pointer;
  padding-left: 3px;
}
.dossier-table td.thumb img {
  height: 38px;
  min-width: 38px;
  width: 38px;
  border: 1px solid #dddddd;
  margin-left: -3px;
}
.dossier-table td.particular {
  cursor: pointer;
}
.dossier-table td.particular i {
  padding-right: 5px;
  width: 17px;
  display: inline-block;
  
}
.dossier-table td.particular i.icon-tag,
.dossier-table td.particular i.icon-expand-alt,
.dossier-table td.particular i.icon-collapse-alt {
  color: #838383;
  margin-left: 1px;
  font-size: 12px;
}
.dossier-table td.particular i.icon-expand-alt,
.dossier-table td.particular i.icon-collapse-alt {
  padding-right: 2px;
}
.dossier-table td.particular i.short-note-icon {
  margin-left: 10px;
}
.dossier-table td.particular span.link-holder {
  font-size: 12px;
  white-space: nowrap;
  margin-right: 0 !important;
}
.dossier-table td.particular span.link-holder a {
  margin-right: 9px;
}
.dossier-table td.particular span.link-holder:hover i {
  color: #b70000;
}
.dossier-table td.particular span.link-holder:hover a {
  text-decoration: none;
  color: #3b5c9b;
}
.dossier-table td.particular div.dossierInfoCompanyJoining,
.dossier-table td.particular div.dossierInfoSalary,
.dossier-table td.particular div.dossierInfoEmployment {
  color: #838383;
  font-size: 11px;
}
.dossier-table td.particular div.dossierInfoCompanyJoining {
  margin-bottom: 6px;
}
.dossier-table td.particular div.dossierShortNote {
  margin-top: 2px;
  font-size: 0;
  width: 100%;
}
.dossier-table td.particular div.dossierShortNote .read {
  vertical-align: middle;
}
.dossier-table td.particular div.dossierShortNote .read table {
  table-layout: fixed;
  width: 90%;
}
.dossier-table td.particular div.dossierShortNote .read table tr {
  height: auto;
  border: 0;
}
.dossier-table td.particular div.dossierShortNote .read table td {
  padding: 0;
  height: auto;
  border: 0 !important;
  background-color: inherit;
}
.dossier-table td.particular div.dossierShortNote .read span {
  font-size: 12px;
  color: #838383;
}
.dossier-table td.particular div.dossierShortNote .read span.short-note-text {
  width: 100%;
  margin-right: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.dossier-table td.particular div.dossierShortNote .read span.shortened {
  height: 20px;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  max-width: 65%;
  margin-bottom: -7px;
}
.dossier-table td.particular div.dossierShortNote .read span.link-holder {
  font-size: 12px;
  white-space: nowrap;
  position: relative;
}
.dossier-table td.particular div.dossierShortNote .read span.link-holder a {
  margin-right: 9px;
  white-space: nowrap;
}
.dossier-table td.particular div.dossierShortNote .read span.link-holder:hover i {
  color: #b70000;
}
.dossier-table td.particular div.dossierShortNote .read span.link-holder:hover a {
  text-decoration: none;
  color: #3b5c9b;
}
.dossier-table td.particular div.dossierShortNote .write {
  margin-top: 4px;
}
.dossier-table td.particular div.dossierShortNote .write textarea {
  width: 88%;
  height: 82px;
  font-size: 12px;
  line-height: 16px;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.dossier-table td.particular div.dossierShortNote .write .input-append {
  width: 90%;
  margin-top: -1px;
  margin-bottom: 0px;
}
.dossier-table td.particular div.dossierShortNote .write input {
  font-size: 12px;
  padding: 1px 4px;
  margin-bottom: 0px;
  width: 89%;
}
.dossier-table td.particular div.dossierShortNote .write button {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-size: 13px;
  padding: 4px 0;
  box-sizing: content-box;
  margin-bottom: 0px;
  width: 12%;
  height: 82px;
}
.dossier-table td.particular div.dossierShortNote .write button:hover,
.dossier-table td.particular div.dossierShortNote .write button:focus,
.dossier-table td.particular div.dossierShortNote .write button:active,
.dossier-table td.particular div.dossierShortNote .write button.active,
.dossier-table td.particular div.dossierShortNote .write button.disabled,
.dossier-table td.particular div.dossierShortNote .write button[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.dossier-table td.particular div.dossierShortNote .write button:active,
.dossier-table td.particular div.dossierShortNote .write button.active {
  background-color: #408140 \9;
}
.dossier-table td.particular div.dossierShortNote .write button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.dossier-table td.dossier-dragger {
  width: 100px;
  min-width: 90px;
  cursor: move;
}
.dossier-table td.dossier-dragger i.icon-move {
  display: inline-block;
  font-size: 27px;
  color: #999999;
  transition: color 0.75s ease-out !important;
  -webkit-transition: color 0.75s ease-out !important;
  -moz-transition: color 0.75s ease-out !important;
  -o-transition: color 0.75s ease-out !important;
  margin-top: 2px;
  float: left;
}
.dossier-table td.dossier-dragger:hover i,
.dossier-table td.dossier-dragger:hover div.text {
  color: #1b1b1b;
}
.dossier-table td.dossier-dragger div.text {
  display: inline-block;
  float: right;
  color: #767676;
  font-size: 11px;
  margin-right: 1px;
  width: 56px;
  transition: color 0.75s ease-out !important;
  -webkit-transition: color 0.75s ease-out !important;
  -moz-transition: color 0.75s ease-out !important;
  -o-transition: color 0.75s ease-out !important;
}
.dossier-table td.dossier-merge-dragger {
  width: 98px;
  cursor: move;
}
.dossier-table td.dossier-merge-dragger i.icon-copy {
  display: inline-block;
  font-size: 22px;
  color: #999999;
  transition: color 0.75s ease-out !important;
  -webkit-transition: color 0.75s ease-out !important;
  -moz-transition: color 0.75s ease-out !important;
  -o-transition: color 0.75s ease-out !important;
  margin-top: 4px;
  float: left;
}
.dossier-table td.dossier-merge-dragger:hover i,
.dossier-table td.dossier-merge-dragger:hover div.text {
  color: #1b1b1b;
}
.dossier-table td.dossier-merge-dragger div.text {
  display: inline-block;
  float: right;
  color: #767676;
  font-size: 11px;
  margin-right: 1px;
  width: 60px;
  transition: color 0.75s ease-out !important;
  -webkit-transition: color 0.75s ease-out !important;
  -moz-transition: color 0.75s ease-out !important;
  -o-transition: color 0.75s ease-out !important;
}
.dossier-table td.zigzag-border {
  width: 20px;
  padding: 0px;
  position: relative;
}
.dossier-table td.zigzag-border div {
  position: relative;
  overflow: auto;
  -webkit-filter: drop-shadow(#757575 0px 1px 1px);
  padding-right: 12px;
  width: 0px;
  height: 100% !important;
  position: absolute;
  top: 0;
  float: left;
  visibility: hidden;
}
.dossier-table td.zigzag-border div:after {
  right: 0px;
  background-position: right top;
  background: linear-gradient(45deg, #cacaca 6px, transparent 0), linear-gradient(135deg, #cacaca 6px, transparent 0);
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 12px;
  background-repeat: repeat-y;
  background-size: 12px 12px;
}
.dossier-table td.distance2workplace {
  width: 52px;
  font-size: 10px;
  text-align: right;
}
.dossier-table td.distance2workplace span {
  color: #8b8b8b;
}
.dossier-table td.app-infos {
  width: 72px;
}
.dossier-table td.status-flag {
  width: 21px;
  text-align: right;
  margin-right: 3px;
  font-size: 13px;
}
.dossier-table td.new-comments {
  width: 21px;
  text-align: right;
  margin-right: 3px;
  font-size: 13px;
}
.dossier-table td.new-comments a {
  text-decoration: none;
}
.dossier-table td.job-service {
  width: 21px;
  text-align: right;
  margin-right: 3px;
  font-size: 13px;
}
.dossier-table td.job-service a {
  text-decoration: none;
}
.dossier-table td.job-service .rounded-corner-info-num-dossiers {
  margin-top: -9px;
  margin-left: 16px;
}
.dossier-table td.dossier-language {
  width: 21px;
  text-align: right;
  margin-right: 3px;
  font-size: 13px;
  padding-left: 4px;
  padding-right: 0px;
}
.dossier-table td.dossier-language img {
  margin-top: -3px;
}
.dossier-table td.dossier-language a {
  text-decoration: none;
}
.dossier-table td.rating {
  width: 98px;
  padding-left: 4px;
}
.dossier-table td.rating .tooltip-wrapper {
  display: inline-block;
}
.dossier-table td.rating .rating-bar {
  margin-top: 6px;
}
.dossier-table td.rating .btn {
  padding: 4px 8px 2px 8px;
  font-size: 14px;
}
.dossier-table td.rating-average {
  width: 25px;
  padding-left: 4px;
}
.dossier-table td.rating-average .tooltip-wrapper {
  display: inline-block;
}
.dossier-table td.rating-average .number-circle-wrapper {
  position: relative;
  height: 0px !important;
  width: 0px !important;
}
.dossier-table td.rating-average .number-circle-wrapper .number-circle {
  cursor: pointer;
  position: absolute;
  margin-top: 4px;
  background-color: #afafaf;
}
.dossier-table td.answer {
  text-align: left;
  padding-left: 18px;
  width: 112px;
}
.dossier-table td.answer .forwarded-from-text {
  background: -webkit-linear-gradient(0deg, #444, #444 83px, #f2f2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  float: left;
  max-width: 139px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dossier-table td.answer .btn-group {
  height: 28px;
}
.dossier-table td.answer .btn {
  line-height: 0;
  padding: 4px 8px 5px 8px;
  font-size: 16px;
}
.dossier-table td.answer .highlight-btn-group a {
  border-color: #c10000;
}
.dossier-table td.answer i.icon-credit-card {
  display: block !important;
  margin-top: 10px;
}
.dossier-table td.answer .address-warning {
  position: absolute;
  color: #d67107;
  margin-left: 7px;
  margin-top: 4px;
  cursor: pointer;
}
.dossier-table td.answer .address-error {
  color: #b70000;
}
.dossier-table td.archived-from {
  width: 186px;
}
.dossier-table td.archived-time {
  width: 126px;
}
.dossier-table td.archived-actions {
  width: 65px;
  text-align: right;
  padding-right: 10px;
}
.dossier-table td.archived-actions i {
  padding-right: 4px;
  cursor: pointer;
}
.dossier-table td.recycled-from {
  width: 350px;
}
.dossier-table td.recycled-time {
  width: 126px;
}
.dossier-table td.recycled-actions {
  width: 43px;
  text-align: right;
  padding-right: 10px;
}
.dossier-table td.recycled-actions i {
  padding-right: 4px;
  cursor: pointer;
}
.dossier-table td.actions {
  width: 79px;
  text-align: right;
  padding-top: 12px;
  
}
.dossier-table td.actions i {
  cursor: pointer;
  padding-left: 3px;
}
.dossier-table td.actions i.icon-download-alt.active {
  position: relative;
}
.dossier-table td.actions i.icon-download-alt.active div.descr-text {
  font-family: "Open Sans", sans-serif !important;
  position: absolute;
  top: 13px;
  left: 3px;
  font-size: 7px;
  color: #8c8c8c;
  font-weight: bold;
}
.dossier-table td.actions i.icon-share-alt {
  position: relative;
  margin-right: 1px;
}
.dossier-table td.actions i.icon-download-alt.inactive {
  color: #aeaeae;
}
.dossier-table td.actions i.icon-ban-circle {
  font-size: 18px;
  color: #b94a48;
  opacity: 0.52;
  filter: alpha(opacity=52);
  cursor: help;
}
.dossier-table td.actions i.icon-ban-circle p,
.dossier-table td.actions i.icon-ban-circle h1 {
  display: none;
}
.dossier-table td.actions .number-circle {
  cursor: pointer;
  position: absolute;
  margin-left: -16px;
  margin-top: 2px;
  background-color: #afafaf;
}
.dossier-table td.actions .number-circle.green {
  background: #66B24C;
  
  background: -moz-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66B24C), color-stop(46%, #53913E), color-stop(54%, #508C3C), color-stop(100%, #5CA145));
  
  background: -webkit-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -o-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -ms-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: linear-gradient(to bottom, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #66B24C , EndColorStr= #5CA145 );
  
}
.dossier-table td.actions .number-circle.red {
  background: #dc0505;
  
  background: -moz-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc0505), color-stop(46%, #bd0404), color-stop(54%, #b80404), color-stop(100%, #cc0404));
  
  background: -webkit-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -o-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -ms-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: linear-gradient(to bottom, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #dc0505 , EndColorStr= #cc0404 );
  
}
.dossier-table td.actions .num-forwards {
  position: absolute;
  top: 16px;
  left: 7px;
}
.dossier-table td.dossier-info-actions {
  width: 40px;
}
.dossier-table td.dossier-info-actions > div {
  position: relative;
  height: 38px;
  width: 100%;
}
.dossier-table tbody tr:hover .actions .no-opacity,
.dossier-table tbody tr:hover .dossier-info-actions .no-opacity,
.dossier-table tbody tr:hover .dossier-dragger .no-opacity,
.dossier-table tbody tr:hover .dossier-merge-dragger .no-opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-group-raw-choice .btn {
  color: #999999;
  font-weight: 600;
}
.btn-group-raw-choice .btn.good:hover,
.btn-group-raw-choice .btn.good.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #90cf90;
  background-image: -moz-linear-gradient(top, #9ad99a, #80c080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ad99a), to(#80c080));
  background-image: -webkit-linear-gradient(top, #9ad99a, #80c080);
  background-image: -o-linear-gradient(top, #9ad99a, #80c080);
  background-image: linear-gradient(to bottom, #9ad99a, #80c080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ad99a', endColorstr='#ff80c080', GradientType=0);
  border-color: #80c080 #80c080 #51a351;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #80c080;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-group-raw-choice .btn.good:hover:hover,
.btn-group-raw-choice .btn.good.active:hover,
.btn-group-raw-choice .btn.good:hover:focus,
.btn-group-raw-choice .btn.good.active:focus,
.btn-group-raw-choice .btn.good:hover:active,
.btn-group-raw-choice .btn.good.active:active,
.btn-group-raw-choice .btn.good:hover.active,
.btn-group-raw-choice .btn.good.active.active,
.btn-group-raw-choice .btn.good:hover.disabled,
.btn-group-raw-choice .btn.good.active.disabled,
.btn-group-raw-choice .btn.good:hover[disabled],
.btn-group-raw-choice .btn.good.active[disabled] {
  color: #fff;
  background-color: #80c080;
  *background-color: #6fb86f;
}
.btn-group-raw-choice .btn.good:hover:active,
.btn-group-raw-choice .btn.good.active:active,
.btn-group-raw-choice .btn.good:hover.active,
.btn-group-raw-choice .btn.good.active.active {
  background-color: #5eaf5e \9;
}
.btn-group-raw-choice .btn.good.scheduled-accept-answer {
  color: #fff;
  
  background: -webkit-repeating-linear-gradient(-45deg, #51a351 0px, #51a351 2px, #62c462 2px, #62c462 4px);
  
  background: -moz-repeating-linear-gradient(-45deg, #51a351 0px, #51a351 2px, #62c462 2px, #62c462 4px);
  background: repeating-linear-gradient(-45deg, #51a351 0px, #51a351 2px, #62c462 2px, #62c462 4px);
}
.btn-group-raw-choice .btn.average:hover,
.btn-group-raw-choice .btn.average.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fcc77d;
  background-image: -moz-linear-gradient(top, #fdd49a, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fbb450);
  background-image: -o-linear-gradient(top, #fdd49a, #fbb450);
  background-image: linear-gradient(to bottom, #fdd49a, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdd49a', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-group-raw-choice .btn.average:hover:hover,
.btn-group-raw-choice .btn.average.active:hover,
.btn-group-raw-choice .btn.average:hover:focus,
.btn-group-raw-choice .btn.average.active:focus,
.btn-group-raw-choice .btn.average:hover:active,
.btn-group-raw-choice .btn.average.active:active,
.btn-group-raw-choice .btn.average:hover.active,
.btn-group-raw-choice .btn.average.active.active,
.btn-group-raw-choice .btn.average:hover.disabled,
.btn-group-raw-choice .btn.average.active.disabled,
.btn-group-raw-choice .btn.average:hover[disabled],
.btn-group-raw-choice .btn.average.active[disabled] {
  color: #fff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.btn-group-raw-choice .btn.average:hover:active,
.btn-group-raw-choice .btn.average.active:active,
.btn-group-raw-choice .btn.average:hover.active,
.btn-group-raw-choice .btn.average.active.active {
  background-color: #fa9f1e \9;
}
.btn-group-raw-choice .btn.average.scheduled-wait-answer {
  color: #fff;
  
  background: -webkit-repeating-linear-gradient(-45deg, #f89406 0px, #f89406 2px, #fbb450 2px, #fbb450 4px);
  
  background: -moz-repeating-linear-gradient(-45deg, #f89406 0px, #f89406 2px, #fbb450 2px, #fbb450 4px);
  background: repeating-linear-gradient(-45deg, #f89406 0px, #f89406 2px, #fbb450 2px, #fbb450 4px);
}
.btn-group-raw-choice .btn.bad:hover,
.btn-group-raw-choice .btn.bad.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e98b87;
  background-image: -moz-linear-gradient(top, #f5a3a0, #d86761);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5a3a0), to(#d86761));
  background-image: -webkit-linear-gradient(top, #f5a3a0, #d86761);
  background-image: -o-linear-gradient(top, #f5a3a0, #d86761);
  background-image: linear-gradient(to bottom, #f5a3a0, #d86761);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5a3a0', endColorstr='#ffd86761', GradientType=0);
  border-color: #d86761 #d86761 #bd362f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d86761;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-group-raw-choice .btn.bad:hover:hover,
.btn-group-raw-choice .btn.bad.active:hover,
.btn-group-raw-choice .btn.bad:hover:focus,
.btn-group-raw-choice .btn.bad.active:focus,
.btn-group-raw-choice .btn.bad:hover:active,
.btn-group-raw-choice .btn.bad.active:active,
.btn-group-raw-choice .btn.bad:hover.active,
.btn-group-raw-choice .btn.bad.active.active,
.btn-group-raw-choice .btn.bad:hover.disabled,
.btn-group-raw-choice .btn.bad.active.disabled,
.btn-group-raw-choice .btn.bad:hover[disabled],
.btn-group-raw-choice .btn.bad.active[disabled] {
  color: #fff;
  background-color: #d86761;
  *background-color: #d3534c;
}
.btn-group-raw-choice .btn.bad:hover:active,
.btn-group-raw-choice .btn.bad.active:active,
.btn-group-raw-choice .btn.bad:hover.active,
.btn-group-raw-choice .btn.bad.active.active {
  background-color: #ce3f38 \9;
}
.btn-group-raw-choice .btn.bad.scheduled-decline-answer {
  color: #fff;
  
  background: -webkit-repeating-linear-gradient(-45deg, #bd362f 0px, #bd362f 2px, #ee5f5b 2px, #ee5f5b 4px);
  
  background: -moz-repeating-linear-gradient(-45deg, #bd362f 0px, #bd362f 2px, #ee5f5b 2px, #ee5f5b 4px);
  background: repeating-linear-gradient(-45deg, #bd362f 0px, #bd362f 2px, #ee5f5b 2px, #ee5f5b 4px);
}
.btn-group-raw-choice .btn i.icon-smile,
.btn-group-raw-choice .btn i.icon-meh,
.btn-group-raw-choice .btn i.icon-frown {
  font-size: 17px;
}
.scheduled-group {
  position: relative;
}
.scheduled-group .scheduled-answer-icon {
  position: absolute;
  right: 0;
  bottom: 4px;
  z-index: 2;
  width: auto;
  height: auto;
  line-height: normal;
}
.scheduled-group .scheduled-answer-icon i {
  font-size: 16px !important;
  width: 14px !important;
}
.scheduled-group .scheduled-accept-answer {
  right: 68px;
}
.scheduled-group .scheduled-wait-answer {
  right: 38px;
}
.scheduled-group .scheduled-decline-answer {
  right: 8px;
}
.rounded-corner-info-dossier-type-big {
  position: absolute;
  margin-top: 122px;
  margin-left: 31px;
  width: 20px !important;
  height: 20px !important;
  background: #f1f1f1 !important;
  border: 1px solid #d9d9d9 !important;
  color: #717171 !important;
  border-radius: 12px;
  padding: 0px 0px 0px 1px !important;
  text-align: center;
  font-size: 13px !important;
  z-index: 10;
}
.rounded-corner-info-dossier-type-big i.icon-play {
  color: #f39800;
  font-size: 12px;
  left: 1px;
}
.rounded-corner-info-dossier-lang-code-big {
  position: absolute !important;
  margin-top: -10px;
  margin-left: 31px;
  z-index: 10;
  width: 24px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-filter: grayscale(0.28);
  filter: grayscale(0.28);
}
div.rating-bar {
  border: 1px solid #c7c7c7;
  background-color: #e0e0e0;
  height: 6px;
  width: 85px;
  margin-left: 4px;
  margin-top: -3px;
  -webkit-box-shadow: 0px -1px 0px 0px #acacac;
  -moz-box-shadow: 0px -1px 0px 0px #acacac;
  box-shadow: 0px -1px 0px 0px #acacac;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.rating-bar .slider {
  height: 7px;
  width: 7px;
  margin-top: -2px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.64;
  filter: alpha(opacity=64);
}
div.rating-bar .style-10 {
  border-left: 1px solid #41941E;
  border-right: 1px solid #41941E;
  border-top: 1px solid #41941E;
  border-bottom: 1px solid #3b871b;
  background: #48a521;
  background-color: #48a521;
  background-image: -webkit-linear-gradient(top, #48a521, #3a831b);
  background-image: -moz-linear-gradient(top, #48a521, #3a831b);
  background-image: -o-linear-gradient(top, #48a521, #3a831b);
  background-image: -ms-linear-gradient(top, #48a521, #3a831b);
  background-image: linear-gradient(top, #48a521, #3a831b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#48a521, endColorstr=#3a831b, GradientType=0);
  
  margin-left: -1px;
}
div.rating-bar .style-11 {
  border-left: 1px solid #4D9620;
  border-right: 1px solid #4D9620;
  border-top: 1px solid #4D9620;
  border-bottom: 1px solid #47891d;
  background: #56a724;
  background-color: #56a724;
  background-image: -webkit-linear-gradient(top, #56a724, #44851c);
  background-image: -moz-linear-gradient(top, #56a724, #44851c);
  background-image: -o-linear-gradient(top, #56a724, #44851c);
  background-image: -ms-linear-gradient(top, #56a724, #44851c);
  background-image: linear-gradient(top, #56a724, #44851c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#56a724, endColorstr=#44851c, GradientType=0);
  
  margin-left: 2px;
}
div.rating-bar .style-12 {
  border-left: 1px solid #5D9A24;
  border-right: 1px solid #5D9A24;
  border-top: 1px solid #5D9A24;
  border-bottom: 1px solid #568e21;
  background: #67ab28;
  background-color: #67ab28;
  background-image: -webkit-linear-gradient(top, #67ab28, #538920);
  background-image: -moz-linear-gradient(top, #67ab28, #538920);
  background-image: -o-linear-gradient(top, #67ab28, #538920);
  background-image: -ms-linear-gradient(top, #67ab28, #538920);
  background-image: linear-gradient(top, #67ab28, #538920);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#67ab28, endColorstr=#538920, GradientType=0);
  
  margin-left: 5px;
}
div.rating-bar .style-13 {
  border-left: 1px solid #719E28;
  border-right: 1px solid #719E28;
  border-top: 1px solid #719E28;
  border-bottom: 1px solid #689225;
  background: #7dae2c;
  background-color: #7dae2c;
  background-image: -webkit-linear-gradient(top, #7dae2c, #658e24);
  background-image: -moz-linear-gradient(top, #7dae2c, #658e24);
  background-image: -o-linear-gradient(top, #7dae2c, #658e24);
  background-image: -ms-linear-gradient(top, #7dae2c, #658e24);
  background-image: linear-gradient(top, #7dae2c, #658e24);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7dae2c, endColorstr=#658e24, GradientType=0);
  
  margin-left: 8px;
}
div.rating-bar .style-14 {
  border-left: 1px solid #88A42C;
  border-right: 1px solid #88A42C;
  border-top: 1px solid #88A42C;
  border-bottom: 1px solid #7e9829;
  background: #95b430;
  background-color: #95b430;
  background-image: -webkit-linear-gradient(top, #95b430, #7b9428);
  background-image: -moz-linear-gradient(top, #95b430, #7b9428);
  background-image: -o-linear-gradient(top, #95b430, #7b9428);
  background-image: -ms-linear-gradient(top, #95b430, #7b9428);
  background-image: linear-gradient(top, #95b430, #7b9428);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#95b430, endColorstr=#7b9428, GradientType=0);
  
  margin-left: 11px;
}
div.rating-bar .style-15 {
  border-left: 1px solid #9DA831;
  border-right: 1px solid #9DA831;
  border-top: 1px solid #9DA831;
  border-bottom: 1px solid #929c2e;
  background: #acb836;
  background-color: #acb836;
  background-image: -webkit-linear-gradient(top, #acb836, #8e982c);
  background-image: -moz-linear-gradient(top, #acb836, #8e982c);
  background-image: -o-linear-gradient(top, #acb836, #8e982c);
  background-image: -ms-linear-gradient(top, #acb836, #8e982c);
  background-image: linear-gradient(top, #acb836, #8e982c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#acb836, endColorstr=#8e982c, GradientType=0);
  
  margin-left: 14px;
}
div.rating-bar .style-16 {
  border-left: 1px solid #B5AB35;
  border-right: 1px solid #B5AB35;
  border-top: 1px solid #B5AB35;
  border-bottom: 1px solid #a9a032;
  background: #c5ba3a;
  background-color: #c5ba3a;
  background-image: -webkit-linear-gradient(top, #c5ba3a, #a59c30);
  background-image: -moz-linear-gradient(top, #c5ba3a, #a59c30);
  background-image: -o-linear-gradient(top, #c5ba3a, #a59c30);
  background-image: -ms-linear-gradient(top, #c5ba3a, #a59c30);
  background-image: linear-gradient(top, #c5ba3a, #a59c30);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c5ba3a, endColorstr=#a59c30, GradientType=0);
  
  margin-left: 17px;
}
div.rating-bar .style-17 {
  border-left: 1px solid #CAAB39;
  border-right: 1px solid #CAAB39;
  border-top: 1px solid #CAAB39;
  border-bottom: 1px solid #c0a233;
  background: #ceb249;
  background-color: #ceb249;
  background-image: -webkit-linear-gradient(top, #ceb249, #bc9f32);
  background-image: -moz-linear-gradient(top, #ceb249, #bc9f32);
  background-image: -o-linear-gradient(top, #ceb249, #bc9f32);
  background-image: -ms-linear-gradient(top, #ceb249, #bc9f32);
  background-image: linear-gradient(top, #ceb249, #bc9f32);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ceb249, endColorstr=#bc9f32, GradientType=0);
  
  margin-left: 20px;
}
div.rating-bar .style-18 {
  border-left: 1px solid #DEAB3D;
  border-right: 1px solid #DEAB3D;
  border-top: 1px solid #DEAB3D;
  border-bottom: 1px solid #dca530;
  background: #e1b34e;
  background-color: #e1b34e;
  background-image: -webkit-linear-gradient(top, #e1b34e, #dba32c);
  background-image: -moz-linear-gradient(top, #e1b34e, #dba32c);
  background-image: -o-linear-gradient(top, #e1b34e, #dba32c);
  background-image: -ms-linear-gradient(top, #e1b34e, #dba32c);
  background-image: linear-gradient(top, #e1b34e, #dba32c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e1b34e, endColorstr=#dba32c, GradientType=0);
  
  margin-left: 23px;
}
div.rating-bar .style-19 {
  border-left: 1px solid #EDAB3F;
  border-right: 1px solid #EDAB3F;
  border-top: 1px solid #EDAB3F;
  border-bottom: 1px solid #eca531;
  background: #efb352;
  background-color: #efb352;
  background-image: -webkit-linear-gradient(top, #efb352, #eba32c);
  background-image: -moz-linear-gradient(top, #efb352, #eba32c);
  background-image: -o-linear-gradient(top, #efb352, #eba32c);
  background-image: -ms-linear-gradient(top, #efb352, #eba32c);
  background-image: linear-gradient(top, #efb352, #eba32c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efb352, endColorstr=#eba32c, GradientType=0);
  
  margin-left: 26px;
}
div.rating-bar .style-20 {
  border-left: 1px solid #F7AB3F;
  border-right: 1px solid #F7AB3F;
  border-top: 1px solid #F7AB3F;
  border-bottom: 1px solid #f6a530;
  background: #f8b453;
  background-color: #f8b453;
  background-image: -webkit-linear-gradient(top, #f8b453, #f6a22b);
  background-image: -moz-linear-gradient(top, #f8b453, #f6a22b);
  background-image: -o-linear-gradient(top, #f8b453, #f6a22b);
  background-image: -ms-linear-gradient(top, #f8b453, #f6a22b);
  background-image: linear-gradient(top, #f8b453, #f6a22b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8b453, endColorstr=#f6a22b, GradientType=0);
  
  margin-left: 29px;
}
div.rating-bar .style-21 {
  border-left: 1px solid #F7A33E;
  border-right: 1px solid #F7A33E;
  border-top: 1px solid #F7A33E;
  border-bottom: 1px solid #f69c2f;
  background: #f8ac52;
  background-color: #f8ac52;
  background-image: -webkit-linear-gradient(top, #f8ac52, #f69a2a);
  background-image: -moz-linear-gradient(top, #f8ac52, #f69a2a);
  background-image: -o-linear-gradient(top, #f8ac52, #f69a2a);
  background-image: -ms-linear-gradient(top, #f8ac52, #f69a2a);
  background-image: linear-gradient(top, #f8ac52, #f69a2a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8ac52, endColorstr=#f69a2a, GradientType=0);
  
  margin-left: 32px;
}
div.rating-bar .style-22 {
  border-left: 1px solid #F7963B;
  border-right: 1px solid #F7963B;
  border-top: 1px solid #F7963B;
  border-bottom: 1px solid #f68e2c;
  background: #f8a14f;
  background-color: #f8a14f;
  background-image: -webkit-linear-gradient(top, #f8a14f, #f68c27);
  background-image: -moz-linear-gradient(top, #f8a14f, #f68c27);
  background-image: -o-linear-gradient(top, #f8a14f, #f68c27);
  background-image: -ms-linear-gradient(top, #f8a14f, #f68c27);
  background-image: linear-gradient(top, #f8a14f, #f68c27);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8a14f, endColorstr=#f68c27, GradientType=0);
  
  margin-left: 35px;
}
div.rating-bar .style-23 {
  border-left: 1px solid #F78738;
  border-right: 1px solid #F78738;
  border-top: 1px solid #F78738;
  border-bottom: 1px solid #f67e29;
  background: #f8934c;
  background-color: #f8934c;
  background-image: -webkit-linear-gradient(top, #f8934c, #f67b24);
  background-image: -moz-linear-gradient(top, #f8934c, #f67b24);
  background-image: -o-linear-gradient(top, #f8934c, #f67b24);
  background-image: -ms-linear-gradient(top, #f8934c, #f67b24);
  background-image: linear-gradient(top, #f8934c, #f67b24);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8934c, endColorstr=#f67b24, GradientType=0);
  
  margin-left: 38px;
}
div.rating-bar .style-24 {
  border-left: 1px solid #F57633;
  border-right: 1px solid #F57633;
  border-top: 1px solid #F57633;
  border-bottom: 1px solid #f46c24;
  background: #f68346;
  background-color: #f68346;
  background-image: -webkit-linear-gradient(top, #f68346, #f46920);
  background-image: -moz-linear-gradient(top, #f68346, #f46920);
  background-image: -o-linear-gradient(top, #f68346, #f46920);
  background-image: -ms-linear-gradient(top, #f68346, #f46920);
  background-image: linear-gradient(top, #f68346, #f46920);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f68346, endColorstr=#f46920, GradientType=0);
  
  margin-left: 41px;
}
div.rating-bar .style-25 {
  border-left: 1px solid #EE632E;
  border-right: 1px solid #EE632E;
  border-top: 1px solid #EE632E;
  border-bottom: 1px solid #ed5820;
  background: #f07141;
  background-color: #f07141;
  background-image: -webkit-linear-gradient(top, #f07141, #ec551b);
  background-image: -moz-linear-gradient(top, #f07141, #ec551b);
  background-image: -o-linear-gradient(top, #f07141, #ec551b);
  background-image: -ms-linear-gradient(top, #f07141, #ec551b);
  background-image: linear-gradient(top, #f07141, #ec551b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f07141, endColorstr=#ec551b, GradientType=0);
  
  margin-left: 44px;
}
div.rating-bar .style-26 {
  border-left: 1px solid #E75029;
  border-right: 1px solid #E75029;
  border-top: 1px solid #E75029;
  border-bottom: 1px solid #e5451b;
  background: #e95f3b;
  background-color: #e95f3b;
  background-image: -webkit-linear-gradient(top, #e95f3b, #e24319);
  background-image: -moz-linear-gradient(top, #e95f3b, #e24319);
  background-image: -o-linear-gradient(top, #e95f3b, #e24319);
  background-image: -ms-linear-gradient(top, #e95f3b, #e24319);
  background-image: linear-gradient(top, #e95f3b, #e24319);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e95f3b, endColorstr=#e24319, GradientType=0);
  
  margin-left: 47px;
}
div.rating-bar .style-27 {
  border-left: 1px solid #DF3F24;
  border-right: 1px solid #DF3F24;
  border-top: 1px solid #DF3F24;
  border-bottom: 1px solid #d5391f;
  background: #e24f36;
  background-color: #e24f36;
  background-image: -webkit-linear-gradient(top, #e24f36, #d0381e);
  background-image: -moz-linear-gradient(top, #e24f36, #d0381e);
  background-image: -o-linear-gradient(top, #e24f36, #d0381e);
  background-image: -ms-linear-gradient(top, #e24f36, #d0381e);
  background-image: linear-gradient(top, #e24f36, #d0381e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e24f36, endColorstr=#d0381e, GradientType=0);
  
  margin-left: 50px;
}
div.rating-bar .style-28 {
  border-left: 1px solid #D8301F;
  border-right: 1px solid #D8301F;
  border-top: 1px solid #D8301F;
  border-bottom: 1px solid #cb2d1d;
  background: #e13c2b;
  background-color: #e13c2b;
  background-image: -webkit-linear-gradient(top, #e13c2b, #c62c1c);
  background-image: -moz-linear-gradient(top, #e13c2b, #c62c1c);
  background-image: -o-linear-gradient(top, #e13c2b, #c62c1c);
  background-image: -ms-linear-gradient(top, #e13c2b, #c62c1c);
  background-image: linear-gradient(top, #e13c2b, #c62c1c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e13c2b, endColorstr=#c62c1c, GradientType=0);
  
  margin-left: 53px;
}
div.rating-bar .style-29 {
  border-left: 1px solid #D2221C;
  border-right: 1px solid #D2221C;
  border-top: 1px solid #D2221C;
  border-bottom: 1px solid #c4201a;
  background: #e12721;
  background-color: #e12721;
  background-image: -webkit-linear-gradient(top, #e12721, #c01f1a);
  background-image: -moz-linear-gradient(top, #e12721, #c01f1a);
  background-image: -o-linear-gradient(top, #e12721, #c01f1a);
  background-image: -ms-linear-gradient(top, #e12721, #c01f1a);
  background-image: linear-gradient(top, #e12721, #c01f1a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e12721, endColorstr=#c01f1a, GradientType=0);
  
  margin-left: 59px;
}
div.rating-bar .style-30 {
  border-left: 1px solid #CF1819;
  border-right: 1px solid #CF1819;
  border-top: 1px solid #CF1819;
  border-bottom: 1px solid #c11617;
  background: #e11a1b;
  background-color: #e11a1b;
  background-image: -webkit-linear-gradient(top, #e11a1b, #bd1617);
  background-image: -moz-linear-gradient(top, #e11a1b, #bd1617);
  background-image: -o-linear-gradient(top, #e11a1b, #bd1617);
  background-image: -ms-linear-gradient(top, #e11a1b, #bd1617);
  background-image: linear-gradient(top, #e11a1b, #bd1617);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e11a1b, endColorstr=#bd1617, GradientType=0);
  
  margin-left: 62px;
}
#testcolor {
  height: 100px;
  width: 100px;
  float: left;
  background-color: #41941e;
}
#testcolor1 {
  height: 100px;
  width: 100px;
  float: left;
  background-color: #3a831b;
}
#testcolor2 {
  height: 100px;
  width: 100px;
  float: left;
  background-color: #48a521;
}
.archiving-button-addition {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}
.status-flag.status-flag-0 {
  color: #b3b3b3;
}
.status-flag.status-flag-1 {
  color: #b70000;
}
.status-flag.status-flag-2 {
  color: #0f7e00;
}
.status-flag.status-flag-3 {
  color: #d67107;
}
.status-flag.status-flag-4 {
  color: #5EACC2;
}
.status-flag.status-flag-5 {
  color: #1b1b1b;
}
#answer-frame h1.main-title {
  font-size: 21px;
  padding: 0;
  margin: 10px 0 22px 0;
  line-height: 20px;
  color: #333;
}
#answer-frame h1.main-title i {
  color: #848484;
  padding-right: 5px;
}
#answer-frame div.content-left {
  width: 650px;
  float: left;
}
#answer-frame .goToTop {
  font-size: 13px;
  float: right;
}
#answer-frame .btn-group-answer-medium .btn {
  color: #999999;
  font-weight: 600;
  width: 144px;
}
#answer-frame .btn-group-answer-medium .btn.answer-medium:hover,
#answer-frame .btn-group-answer-medium .btn.answer-medium.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #81cce2;
  background-image: -moz-linear-gradient(top, #9bd8eb, #5bb9d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bd8eb), to(#5bb9d4));
  background-image: -webkit-linear-gradient(top, #9bd8eb, #5bb9d4);
  background-image: -o-linear-gradient(top, #9bd8eb, #5bb9d4);
  background-image: linear-gradient(to bottom, #9bd8eb, #5bb9d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bd8eb', endColorstr='#ff5bb9d4', GradientType=0);
  border-color: #5bb9d4 #5bb9d4 #2f96b4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bb9d4;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answer-frame .btn-group-answer-medium .btn.answer-medium:hover:hover,
#answer-frame .btn-group-answer-medium .btn.answer-medium.active:hover,
#answer-frame .btn-group-answer-medium .btn.answer-medium:hover:focus,
#answer-frame .btn-group-answer-medium .btn.answer-medium.active:focus,
#answer-frame .btn-group-answer-medium .btn.answer-medium:hover:active,
#answer-frame .btn-group-answer-medium .btn.answer-medium.active:active,
#answer-frame .btn-group-answer-medium .btn.answer-medium:hover.active,
#answer-frame .btn-group-answer-medium .btn.answer-medium.active.active,
#answer-frame .btn-group-answer-medium .btn.answer-medium:hover.disabled,
#answer-frame .btn-group-answer-medium .btn.answer-medium.active.disabled,
#answer-frame .btn-group-answer-medium .btn.answer-medium:hover[disabled],
#answer-frame .btn-group-answer-medium .btn.answer-medium.active[disabled] {
  color: #fff;
  background-color: #5bb9d4;
  *background-color: #47b0cf;
}
#answer-frame .btn-group-answer-medium .btn.answer-medium:hover:active,
#answer-frame .btn-group-answer-medium .btn.answer-medium.active:active,
#answer-frame .btn-group-answer-medium .btn.answer-medium:hover.active,
#answer-frame .btn-group-answer-medium .btn.answer-medium.active.active {
  background-color: #34a7c8 \9;
}
#answer-frame .btn-group-answer-medium .btn i.icon-smile,
#answer-frame .btn-group-answer-medium .btn i.icon-meh,
#answer-frame .btn-group-answer-medium .btn i.icon-frown {
  font-size: 17px;
}
#answer-frame .btn-group-answer-medium .btn span {
  font-size: 10px;
  color: inherit;
  padding-left: 11px;
}
#answer-frame .without-postanswer .btn {
  width: 228px;
}
#answer-frame .noBottomRadius {
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#answer-frame .letterHeadPreview {
  width: 588px;
  border: 1px solid #cccccc;
  padding: 24px 31px;
  margin-bottom: 14px;
  margin-top: -17px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#answer-frame .btn-group-answer-medium.two-buttons .btn {
  width: 228px;
}
#answer-frame .btn-group-answer-mode {
  font-weight: 600;
  margin-bottom: 14px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 14px;
}
#answer-frame .btn-group-answer-mode a.btn {
  width: 300px;
  color: #999999;
  padding-top: 6px;
  padding-bottom: 6px;
  
}
#answer-frame .btn-group-answer-mode a.btn i {
  font-size: 17px;
}
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in:hover,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9c9c9c;
  background-image: -moz-linear-gradient(top, #aaaaaa, #888888);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaaaaa), to(#888888));
  background-image: -webkit-linear-gradient(top, #aaaaaa, #888888);
  background-image: -o-linear-gradient(top, #aaaaaa, #888888);
  background-image: linear-gradient(to bottom, #aaaaaa, #888888);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ff888888', GradientType=0);
  border-color: #888888 #888888 #626262;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #888888;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in:hover:hover,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in.active:hover,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in:hover:focus,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in.active:focus,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in:hover:active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in.active:active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in:hover.active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in.active.active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in:hover.disabled,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in.active.disabled,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in:hover[disabled],
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in.active[disabled] {
  color: #fff;
  background-color: #888888;
  *background-color: #7b7b7b;
}
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in:hover:active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in.active:active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in:hover.active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-in.active.active {
  background-color: #6f6f6f \9;
}
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out:hover,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9ad49a;
  background-image: -moz-linear-gradient(top, #a5dda5, #8bc58b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a5dda5), to(#8bc58b));
  background-image: -webkit-linear-gradient(top, #a5dda5, #8bc58b);
  background-image: -o-linear-gradient(top, #a5dda5, #8bc58b);
  background-image: linear-gradient(to bottom, #a5dda5, #8bc58b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5dda5', endColorstr='#ff8bc58b', GradientType=0);
  border-color: #8bc58b #8bc58b #58ac58;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #8bc58b;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out:hover:hover,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out.active:hover,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out:hover:focus,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out.active:focus,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out:hover:active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out.active:active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out:hover.active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out.active.active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out:hover.disabled,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out.active.disabled,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out:hover[disabled],
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out.active[disabled] {
  color: #fff;
  background-color: #8bc58b;
  *background-color: #7abd7a;
}
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out:hover:active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out.active:active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out:hover.active,
#answer-frame .btn-group-answer-mode a.btn.answer-medium-out.active.active {
  background-color: #69b469 \9;
}
#answer-frame .btn-group-raw-choice a.btn {
  width: 144px;
  margin-bottom: 24px;
}
#answer-frame .btn-group-raw-choice a.btn,
#answer-frame .btn-group-recipient-choice a.btn,
#answer-frame .btn-group-answer-medium a.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
#answer-frame .btn-group-raw-choice a.btn:first-child,
#answer-frame .btn-group-recipient-choice a.btn:first-child,
#answer-frame .btn-group-answer-medium a.btn:first-child {
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#answer-frame .btn-group-raw-choice.error a,
#answer-frame .btn-group-recipient-choice.error a,
#answer-frame .btn-group-answer-medium.error a {
  border-color: #ff7070;
  box-shadow: 0 0 3px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 3px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 3px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
}
#answer-frame .mce-content-error,
#answer-frame input.error {
  border-color: #ff7070;
  box-shadow: 0 0 3px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 3px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 3px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
}
#answer-frame div.alert i {
  font-size: 32px;
  margin-top: 4px;
}
#answer-frame h1 a {
  font-size: 13px;
  float: right;
}
#answer-frame h1 i {
  padding: 0 3px;
}
#answer-frame h4 i {
  padding-right: 4px;
}
#answer-frame .input-prepend {
  width: 100% !important;
}
#answer-frame .input-prepend select {
  height: 34px;
  width: 506px;
}
#answer-frame .input-prepend span {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#answer-frame .input-prepend span.add-on {
  text-align: right;
  padding-right: 13px;
  width: 127px;
  color: #838383;
  font-size: 12px;
}
#answer-frame .input-prepend span.uneditable-input {
  width: 488px !important;
  padding-left: 10px;
  background-color: #eeeeee;
}
#answer-frame textarea {
  height: 180px;
  margin-bottom: 12px;
}
#answer-frame .mce-tinymce {
  margin-bottom: 15px;
}
#answer-frame label {
  float: left;
  padding-top: 8px;
  width: 130px;
}
#answer-frame #last-answers-toggler .showText {
  position: absolute;
  top: 12px;
  right: 0px;
  color: #B5B5B5;
  font-size: 14px;
}
#answer-frame #last-answers-toggler .showText i {
  margin-left: 10px;
}
#answer-frame #last-answers-toggler .showText i.rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.5s linear !important;
  -webkit-transition: all 0.5s linear !important;
  -moz-transition: all 0.5s linear !important;
  -o-transition: all 0.5s linear !important;
}
#answer-frame #last-answers-toggler .showText i.rotate-0:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s linear !important;
  -webkit-transition: all 0.5s linear !important;
  -moz-transition: all 0.5s linear !important;
  -o-transition: all 0.5s linear !important;
}
#answer-frame #last-answers {
  margin-top: 44px;
}
#answer-frame #last-answers td > i,
#answer-frame #last-answers .last-answer-type-state > i {
  color: #a4a4a4;
  font-size: 11px;
}
#answer-frame #last-answers .last-answer-type {
  border: 1px solid #b0cc9a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 7px;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state {
  border-left: 1px solid #b0cc9a;
  border-right: 1px solid #b0cc9a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 8px 4px 8px;
  display: table-cell;
  position: relative;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state:first-child,
#answer-frame #last-answers .last-answer-type .last-answer-type-state:last-child {
  border: 0;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state:first-child {
  border-radius: 4px 0 0 4px;
  padding-right: 7px;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state:last-child {
  border-radius: 0 4px 4px 0;
  padding-left: 9px;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state .delayed-indicator {
  display: none;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active > i {
  color: #ffffff;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-green {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-green:hover,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-green:focus,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-green:active,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-green.active,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-green.disabled,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-green[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-green:active,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-green.active {
  background-color: #408140 \9;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-green .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-orange {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-orange:hover,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-orange:focus,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-orange:active,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-orange.active,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-orange.disabled,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-orange[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-orange:active,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-orange.active {
  background-color: #c67605 \9;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-orange .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-red {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-red:hover,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-red:focus,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-red:active,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-red.active,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-red.disabled,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-red[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-red:active,
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-red.active {
  background-color: #942a25 \9;
}
#answer-frame #last-answers .last-answer-type .last-answer-type-state.active-red .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#answer-frame #last-answers .last-answer-type i {
  padding: 0;
}
#answer-frame #last-answers .last-answer-type i.icon-ok.active {
  color: #51a351;
}
#answer-frame #last-answers .last-answer-type i.icon-ellipsis-horizontal.active {
  color: #f89406;
}
#answer-frame #last-answers .last-answer-type i.icon-remove.active {
  color: #c63a32;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active > i {
  color: #ffffff;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-green {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  
  background: -webkit-repeating-linear-gradient(-45deg, #51a351 0px, #51a351 2px, #62c462 2px, #62c462 4px);
  
  background: -moz-repeating-linear-gradient(-45deg, #51a351 0px, #51a351 2px, #62c462 2px, #62c462 4px);
  background: repeating-linear-gradient(-45deg, #51a351 0px, #51a351 2px, #62c462 2px, #62c462 4px);
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-green:hover,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-green:focus,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-green:active,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-green.active,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-green.disabled,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-green[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-green:active,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-green.active {
  background-color: #408140 \9;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-green .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-orange {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  
  background: -webkit-repeating-linear-gradient(-45deg, #f89406 0px, #f89406 2px, #fbb450 2px, #fbb450 4px);
  
  background: -moz-repeating-linear-gradient(-45deg, #f89406 0px, #f89406 2px, #fbb450 2px, #fbb450 4px);
  background: repeating-linear-gradient(-45deg, #f89406 0px, #f89406 2px, #fbb450 2px, #fbb450 4px);
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-orange:hover,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-orange:focus,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-orange:active,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-orange.active,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-orange.disabled,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-orange[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-orange:active,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-orange.active {
  background-color: #c67605 \9;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-orange .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-red {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  
  background: -webkit-repeating-linear-gradient(-45deg, #bd362f 0px, #bd362f 2px, #ee5f5b 2px, #ee5f5b 4px);
  
  background: -moz-repeating-linear-gradient(-45deg, #bd362f 0px, #bd362f 2px, #ee5f5b 2px, #ee5f5b 4px);
  background: repeating-linear-gradient(-45deg, #bd362f 0px, #bd362f 2px, #ee5f5b 2px, #ee5f5b 4px);
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-red:hover,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-red:focus,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-red:active,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-red.active,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-red.disabled,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-red[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-red:active,
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-red.active {
  background-color: #942a25 \9;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active-red .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active .delayed-indicator {
  bottom: -13px;
  display: inline-block;
  position: absolute;
  right: -20px;
  padding: 0;
  z-index: 2;
}
#answer-frame #last-answers .delayed-answer-send-time .last-answer-type-state.active .delayed-indicator i {
  font-size: 16px !important;
  width: 14px !important;
}
#answer-frame #last-answers div.del-last-answer {
  position: absolute;
  right: 17px;
  bottom: 11px;
}
#answer-frame #last-answers div.del-last-answer a {
  opacity: 0.58;
  filter: alpha(opacity=58);
  font-size: 11px;
  color: #494949;
}
#answer-frame #last-answers div.del-last-answer a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
#answer-frame #last-answers p.last-rating-header {
  padding-left: 10px;
  color: #474747;
  font-size: 13px;
  width: 76.5%;
}
#answer-frame #last-answers p.last-rating-header span {
  color: #898989;
  font-size: 12px;
  width: 89px;
  display: inline-block;
  text-align: right;
  padding-right: 7px;
}
#answer-frame #last-answers p.last-rating-header span.ellipsis {
  width: 265px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  text-align: left;
  vertical-align: bottom;
}
#answer-frame #last-answers p.text {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 10px;
}
#answer-frame #last-answers p.text span {
  font-weight: inherit;
}
#answer-frame #last-answers .last-answer-table-wrapper {
  margin-bottom: 50px;
  width: 90%;
  float: right;
}
#answer-frame #last-answers .last-answer-table-wrapper.incoming-msg {
  float: left;
}
#answer-frame #last-answers .last-answer-table-wrapper.incoming-msg tr.answer-header td {
  background-color: #ececec !important;
}
#answer-frame #last-answers .last-answer-table-wrapper.incoming-msg tr.answer-header td.medium {
  background-color: #e1e1e1 !important;
  padding-top: 15px;
}
#answer-frame #last-answers table tr.answer-header td {
  background-color: #daf6c3;
  position: relative;
}
#answer-frame #last-answers table tr td {
  padding-top: 12px;
  width: 86%;
}
#answer-frame #last-answers table tr td.medium {
  padding-top: 22px;
  width: 14%;
  background-color: #cbe7b4;
  text-align: center;
  position: relative;
  color: white !important;
}
#answer-frame #last-answers table tr td.medium i.answer-medium {
  font-size: 32px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.32);
}
#answer-frame #last-answers table tr td.medium i.answer-type {
  font-size: 17px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.32);
  position: absolute;
  bottom: 7px;
  right: 8px;
  font-weight: 400;
}
#mass-answer-frame .mce-edit-area {
  border-width: 0 !important;
}
#mass-answer-frame .mass-answer-translation-flag {
  margin-left: 15px;
  display: inline-block;
}
#mass-answer-frame .mass-answer-translation-flag span div.number-of-dossiers {
  border: 1px solid #d1d1d1;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
  float: left;
  font-size: 10px;
  color: #757575;
  display: block;
  height: 16px;
  margin-top: 9px;
  margin-right: -8px;
  padding: 1px 8px 0 5px;
  width: auto;
}
#mass-answer-frame .mass-answer-translation-flag span i {
  color: #129900;
  float: left;
  margin-top: 23px;
  margin-left: -24px;
  z-index: 1;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
}
#mass-answer-frame .mass-answer-translation-flag span i.icon-exclamation-sign {
  color: #c00000;
}
#mass-answer-frame .mass-answer-translation-flag span .img-holder {
  float: left;
  width: 32px;
  margin-right: 11px;
  padding: 1px 6px 2px 6px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s linear !important;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#mass-answer-frame .mass-answer-translation-flag span .img-holder:hover {
  border-color: #b9e3b4;
  -webkit-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  -moz-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  box-shadow: inset 0px 0px 0px 7px #c9f7c4;
}
#mass-answer-frame .mass-answer-translation-flag span img {
  opacity: 0.26;
  filter: alpha(opacity=26);
  width: 32px;
  filter: grayscale(0.6);
  -webkit-filter: grayscale(0.6);
}
#mass-answer-frame .mass-answer-translation-flag span.currently-active .img-holder {
  border-color: #b9e3b4;
  -webkit-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  -moz-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  box-shadow: inset 0px 0px 0px 7px #c9f7c4;
}
#mass-answer-frame .mass-answer-translation-flag span.active-trans img {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: none;
  -webkit-filter: grayscale(0);
}
#mass-answer-frame .send-answer-tt {
  float: right;
  margin-top: 7px;
  margin-right: 12px;
}
#mass-answer-frame .excludeAnsweredDossiers-holder {
  float: left;
  padding: 6px 0 0 1px;
}
#mass-answer-frame .excludeAnsweredDossiers-holder input[type=checkbox] {
  float: left;
}
#mass-answer-frame .excludeAnsweredDossiers-holder label {
  padding-top: 0px;
  width: auto;
  padding-left: 6px;
  font-size: 13px;
}
#mass-answer-frame div.content-left {
  width: 650px;
  float: left;
}
#mass-answer-frame div.alert i {
  font-size: 32px;
  margin-top: 4px;
}
#mass-answer-frame h1 i {
  padding: 0 3px;
}
#mass-answer-frame h4 i {
  padding-right: 4px;
}
#mass-answer-frame .input-prepend {
  width: 100% !important;
}
#mass-answer-frame .input-prepend select {
  height: 34px;
  width: 524px;
}
#mass-answer-frame .input-prepend span {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#mass-answer-frame .input-prepend span.add-on {
  text-align: right;
  padding-right: 13px;
  width: 107px;
  color: #838383;
  font-size: 12px;
}
#mass-answer-frame .input-prepend span.uneditable-input {
  width: 506px !important;
  padding-left: 10px;
  background-color: #eeeeee;
}
#mass-answer-frame .input-prepend div.recipient-counter {
  float: right;
  display: inline-block;
  margin-top: 4px;
}
#mass-answer-frame .input-prepend div.recipient-counter div {
  font-size: 10px;
  display: inline-block;
}
#mass-answer-frame .input-prepend div.recipient-counter div.text {
  color: #515151;
  border-left: 1px solid #b5b5b5;
  padding-left: 9px;
  white-space: normal;
  width: 63px;
}
#mass-answer-frame .input-prepend div.recipient-counter div.count {
  font-size: 20px;
  vertical-align: top;
  padding-right: 10px;
}
#mass-answer-frame .input-prepend .btn-group a.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
#mass-answer-frame .input-prepend .btn-group a.btn:first-child {
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#mass-answer-frame .btn-group-recipient-choice .btn {
  color: #717171;
  font-weight: 400;
  width: 150px;
  opacity: 0.64;
  filter: alpha(opacity=64);
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a:hover,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a:hover:hover,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a.active:hover,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a:hover:focus,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a.active:focus,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a:hover:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a.active:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a:hover.active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a.active.active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a:hover.disabled,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a.active.disabled,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a:hover[disabled],
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a:hover:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a.active:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a:hover.active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a.active.active {
  background-color: #408140 \9;
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a:hover .caret,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-a.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b:hover,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b:hover:hover,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b.active:hover,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b:hover:focus,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b.active:focus,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b:hover:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b.active:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b:hover.active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b.active.active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b:hover.disabled,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b.active.disabled,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b:hover[disabled],
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b.active[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b:hover:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b.active:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b:hover.active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b.active.active {
  background-color: #c67605 \9;
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b:hover .caret,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-b.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c:hover,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c:hover:hover,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c.active:hover,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c:hover:focus,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c.active:focus,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c:hover:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c.active:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c:hover.active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c.active.active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c:hover.disabled,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c.active.disabled,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c:hover[disabled],
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c.active[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c:hover:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c.active:active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c:hover.active,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c.active.active {
  background-color: #942a25 \9;
}
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c:hover .caret,
#mass-answer-frame .btn-group-recipient-choice .btn.btn-rec-c.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#mass-answer-frame .btn-group-raw-choice .btn {
  color: #717171;
  font-weight: 400;
  width: 150px;
  opacity: 0.64;
  filter: alpha(opacity=64);
}
#mass-answer-frame .btn-group-raw-choice .btn.good:hover,
#mass-answer-frame .btn-group-raw-choice .btn.good.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#mass-answer-frame .btn-group-raw-choice .btn.good:hover:hover,
#mass-answer-frame .btn-group-raw-choice .btn.good.active:hover,
#mass-answer-frame .btn-group-raw-choice .btn.good:hover:focus,
#mass-answer-frame .btn-group-raw-choice .btn.good.active:focus,
#mass-answer-frame .btn-group-raw-choice .btn.good:hover:active,
#mass-answer-frame .btn-group-raw-choice .btn.good.active:active,
#mass-answer-frame .btn-group-raw-choice .btn.good:hover.active,
#mass-answer-frame .btn-group-raw-choice .btn.good.active.active,
#mass-answer-frame .btn-group-raw-choice .btn.good:hover.disabled,
#mass-answer-frame .btn-group-raw-choice .btn.good.active.disabled,
#mass-answer-frame .btn-group-raw-choice .btn.good:hover[disabled],
#mass-answer-frame .btn-group-raw-choice .btn.good.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#mass-answer-frame .btn-group-raw-choice .btn.good:hover:active,
#mass-answer-frame .btn-group-raw-choice .btn.good.active:active,
#mass-answer-frame .btn-group-raw-choice .btn.good:hover.active,
#mass-answer-frame .btn-group-raw-choice .btn.good.active.active {
  background-color: #408140 \9;
}
#mass-answer-frame .btn-group-raw-choice .btn.good:hover .caret,
#mass-answer-frame .btn-group-raw-choice .btn.good.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#mass-answer-frame .btn-group-raw-choice .btn.average:hover,
#mass-answer-frame .btn-group-raw-choice .btn.average.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#mass-answer-frame .btn-group-raw-choice .btn.average:hover:hover,
#mass-answer-frame .btn-group-raw-choice .btn.average.active:hover,
#mass-answer-frame .btn-group-raw-choice .btn.average:hover:focus,
#mass-answer-frame .btn-group-raw-choice .btn.average.active:focus,
#mass-answer-frame .btn-group-raw-choice .btn.average:hover:active,
#mass-answer-frame .btn-group-raw-choice .btn.average.active:active,
#mass-answer-frame .btn-group-raw-choice .btn.average:hover.active,
#mass-answer-frame .btn-group-raw-choice .btn.average.active.active,
#mass-answer-frame .btn-group-raw-choice .btn.average:hover.disabled,
#mass-answer-frame .btn-group-raw-choice .btn.average.active.disabled,
#mass-answer-frame .btn-group-raw-choice .btn.average:hover[disabled],
#mass-answer-frame .btn-group-raw-choice .btn.average.active[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
#mass-answer-frame .btn-group-raw-choice .btn.average:hover:active,
#mass-answer-frame .btn-group-raw-choice .btn.average.active:active,
#mass-answer-frame .btn-group-raw-choice .btn.average:hover.active,
#mass-answer-frame .btn-group-raw-choice .btn.average.active.active {
  background-color: #c67605 \9;
}
#mass-answer-frame .btn-group-raw-choice .btn.average:hover .caret,
#mass-answer-frame .btn-group-raw-choice .btn.average.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#mass-answer-frame .btn-group-raw-choice .btn.bad:hover,
#mass-answer-frame .btn-group-raw-choice .btn.bad.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#mass-answer-frame .btn-group-raw-choice .btn.bad:hover:hover,
#mass-answer-frame .btn-group-raw-choice .btn.bad.active:hover,
#mass-answer-frame .btn-group-raw-choice .btn.bad:hover:focus,
#mass-answer-frame .btn-group-raw-choice .btn.bad.active:focus,
#mass-answer-frame .btn-group-raw-choice .btn.bad:hover:active,
#mass-answer-frame .btn-group-raw-choice .btn.bad.active:active,
#mass-answer-frame .btn-group-raw-choice .btn.bad:hover.active,
#mass-answer-frame .btn-group-raw-choice .btn.bad.active.active,
#mass-answer-frame .btn-group-raw-choice .btn.bad:hover.disabled,
#mass-answer-frame .btn-group-raw-choice .btn.bad.active.disabled,
#mass-answer-frame .btn-group-raw-choice .btn.bad:hover[disabled],
#mass-answer-frame .btn-group-raw-choice .btn.bad.active[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#mass-answer-frame .btn-group-raw-choice .btn.bad:hover:active,
#mass-answer-frame .btn-group-raw-choice .btn.bad.active:active,
#mass-answer-frame .btn-group-raw-choice .btn.bad:hover.active,
#mass-answer-frame .btn-group-raw-choice .btn.bad.active.active {
  background-color: #942a25 \9;
}
#mass-answer-frame .btn-group-raw-choice .btn.bad:hover .caret,
#mass-answer-frame .btn-group-raw-choice .btn.bad.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#mass-answer-frame .btn-group-raw-choice.error a,
#mass-answer-frame .btn-group-recipient-choice.error a {
  border-color: #ff7070;
  box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
}
#mass-answer-frame p.from {
  float: left;
  padding-top: 8px;
}
#mass-answer-frame div.clearfix {
  height: 0px;
  clear: both;
}
#mass-answer-frame textarea {
  height: 340px;
}
#mass-answer-frame textarea.error {
  border-color: #ff7070;
  box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
}
#mass-answer-frame .alert-info {
  font-size: 13px;
  margin-top: 14px;
  margin-bottom: 16px;
}
#mass-answer-frame .mce-tinymce {
  margin-bottom: 15px;
}
#mass-answer-frame .mce-tinymce.error {
  border: 1px solid red;
}
#mass-answer-frame label {
  float: left;
  padding-top: 8px;
  width: 130px;
}
#dossier-import-frame {
  padding-left: 24px;
  padding-right: 35px;
}
#dossier-import-frame h1 i {
  padding: 0 4px;
}
#dossier-import-frame div.left-alert {
  width: 48.7%;
  float: left;
}
#dossier-import-frame div.right-alert {
  width: 48.7%;
  float: right;
}
#dossier-import-frame div.alert h3 {
  font-size: 27px;
  text-align: center;
}
#dossier-import-frame div.alert h4 {
  font-size: 15px;
}
#dossier-import-frame div.alert p {
  font-size: 14px;
}
#dossier-import-frame div.alert-success,
#dossier-import-frame div.alert-neutral {
  min-height: 177px;
}
#dossier-import-frame div.alert-info p {
  text-align: center;
}
#dossier-import-frame p.teaser {
  margin-top: 24px;
  margin-bottom: 21px;
  text-align: center;
}
#dossier-import-frame p.email {
  font-size: 25px !important;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 17px;
}
#rating-frame {
  width: 650px;
}
#rating-frame h1 i {
  color: #4c4c4c;
}
#rating-frame h1 i:last-of-type {
  padding-right: 5px;
}
#rating-frame h1 span {
  color: #aeaeae;
  font-size: 11px;
  padding-left: 10px;
}
#rating-frame div.alert i {
  font-size: 32px;
  margin-top: 4px;
}
#rating-frame .btn-group {
  margin-bottom: 10px;
  float: left;
}
#rating-frame .btn-group .btn-large {
  padding: 8px 25px;
}
#rating-frame div.rating-date {
  float: left;
  margin: 10px 0 0 16px;
  font-size: 12px;
  color: #9e9e9e;
}
#rating-frame textarea {
  height: 200px;
}
#rating-frame .readonly .btn {
  cursor: default !important;
  color: #949494;
  font-weight: 600;
}
#rating-frame .readonly .btn.good.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#rating-frame .readonly .btn.good.active:hover,
#rating-frame .readonly .btn.good.active:focus,
#rating-frame .readonly .btn.good.active:active,
#rating-frame .readonly .btn.good.active.active,
#rating-frame .readonly .btn.good.active.disabled,
#rating-frame .readonly .btn.good.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#rating-frame .readonly .btn.good.active:active,
#rating-frame .readonly .btn.good.active.active {
  background-color: #408140 \9;
}
#rating-frame .readonly .btn.good.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#rating-frame .readonly .btn.average.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#rating-frame .readonly .btn.average.active:hover,
#rating-frame .readonly .btn.average.active:focus,
#rating-frame .readonly .btn.average.active:active,
#rating-frame .readonly .btn.average.active.active,
#rating-frame .readonly .btn.average.active.disabled,
#rating-frame .readonly .btn.average.active[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
#rating-frame .readonly .btn.average.active:active,
#rating-frame .readonly .btn.average.active.active {
  background-color: #c67605 \9;
}
#rating-frame .readonly .btn.average.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#rating-frame .readonly .btn.bad.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#rating-frame .readonly .btn.bad.active:hover,
#rating-frame .readonly .btn.bad.active:focus,
#rating-frame .readonly .btn.bad.active:active,
#rating-frame .readonly .btn.bad.active.active,
#rating-frame .readonly .btn.bad.active.disabled,
#rating-frame .readonly .btn.bad.active[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#rating-frame .readonly .btn.bad.active:active,
#rating-frame .readonly .btn.bad.active.active {
  background-color: #942a25 \9;
}
#rating-frame .readonly .btn.bad.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#last-forwards #dossier-forward {
  position: relative;
  left: -700px;
  width: 100%;
  padding-top: 0px;
}
#last-forwards .left-reset {
  left: 0px !important;
}
#last-forwards input {
  transition: margin-bottom 0.6s linear !important;
  -webkit-transition: margin-bottom 0.6s linear !important;
  -moz-transition: margin-bottom 0.6s linear !important;
  -o-transition: margin-bottom 0.6s linear !important;
}
#last-forwards fieldset {
  margin-top: -14px;
}
#last-forwards fieldset legend {
  margin-bottom: 24px;
}
#last-forwards textarea {
  margin-bottom: 15px;
}
#last-forwards .error-fix {
  height: 27px;
  margin-top: 5px;
}
#last-forwards #form-details,
#last-forwards #form-dossier-forward {
  margin-top: 18px;
}
#last-forwards #form-details span.mail-add-on,
#last-forwards #form-dossier-forward span.mail-add-on {
  padding-left: 9px;
}
#last-forwards #form-details span.mail-add-on i,
#last-forwards #form-dossier-forward span.mail-add-on i {
  padding-right: 4px;
}
#last-forwards .readonly .btn {
  cursor: default !important;
  color: #949494;
  font-weight: 600;
}
#last-forwards .readonly .btn.good.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#last-forwards .readonly .btn.good.active:hover,
#last-forwards .readonly .btn.good.active:focus,
#last-forwards .readonly .btn.good.active:active,
#last-forwards .readonly .btn.good.active.active,
#last-forwards .readonly .btn.good.active.disabled,
#last-forwards .readonly .btn.good.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#last-forwards .readonly .btn.good.active:active,
#last-forwards .readonly .btn.good.active.active {
  background-color: #408140 \9;
}
#last-forwards .readonly .btn.good.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#last-forwards .readonly .btn.average.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#last-forwards .readonly .btn.average.active:hover,
#last-forwards .readonly .btn.average.active:focus,
#last-forwards .readonly .btn.average.active:active,
#last-forwards .readonly .btn.average.active.active,
#last-forwards .readonly .btn.average.active.disabled,
#last-forwards .readonly .btn.average.active[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
#last-forwards .readonly .btn.average.active:active,
#last-forwards .readonly .btn.average.active.active {
  background-color: #c67605 \9;
}
#last-forwards .readonly .btn.average.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#last-forwards .readonly .btn.bad.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#last-forwards .readonly .btn.bad.active:hover,
#last-forwards .readonly .btn.bad.active:focus,
#last-forwards .readonly .btn.bad.active:active,
#last-forwards .readonly .btn.bad.active.active,
#last-forwards .readonly .btn.bad.active.disabled,
#last-forwards .readonly .btn.bad.active[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#last-forwards .readonly .btn.bad.active:active,
#last-forwards .readonly .btn.bad.active.active {
  background-color: #942a25 \9;
}
#last-forwards .readonly .btn.bad.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#new-dossier .control-label {
  width: 100px;
}
#new-dossier .controls {
  margin-left: 113px;
}
#new-dossier-frame {
  padding: 28px;
  width: 860px;
  display: block;
  position: relative;
}
#new-dossier-frame div.alert {
  display: none;
}
#new-dossier-frame div.alert i.icon-plus-sign-alt {
  font-size: 41px;
  margin-left: 2px;
}
#new-dossier-frame textarea {
  height: 335px;
}
#new-dossier-frame form#dossier-infos {
  width: 680px;
}
#new-dossier-frame #DossierInfoContactNote {
  height: 175px;
}
#new-dossier-frame .extendedView-hide {
  display: none;
}
#new-dossier-frame .extendedView-show {
  display: block !important;
}
#new-dossier-frame i.icon-female {
  margin-right: 7px;
}
#new-dossier-frame .action-buttons {
  padding-top: 11px !important;
}
#new-dossier-frame .action-buttons #extendedViewToggler {
  margin-right: 18px;
  float: right;
  margin-top: 1px;
}
#dossier-infos-frame {
  padding: 28px;
  width: 860px;
  display: block;
  position: relative;
  min-height: 490px;
}
#dossier-infos-frame div.alert i {
  font-size: 32px;
  margin-top: 4px;
}
#dossier-infos-frame textarea {
  height: 335px;
}
#dossier-infos-frame #DossierInfoContactNote {
  height: 175px;
}
#dossier-infos-frame .extendedView-hide {
  display: none;
}
#dossier-infos-frame .extendedView-show {
  display: block !important;
}
#dossier-infos-frame i.icon-female {
  margin-right: 7px;
}
#dossier-infos-frame .action-buttons {
  padding-top: 11px !important;
}
#dossier-infos-frame .action-buttons #extendedViewToggler {
  margin-right: 18px;
  float: right;
  margin-top: 1px;
}
#dossier-infos-frame div.forwarded-dossiers-not-editable,
#dossier-infos-frame div.forwarded-dossiers-not-editable-small {
  text-align: right;
  font-size: 11px;
  color: #b70000;
  margin-top: 7px;
  margin-right: 16px;
}
#dossier-infos-frame div.forwarded-dossiers-not-editable-small {
  float: right;
  clear: both;
  width: 175px;
  margin-top: 10px;
  margin-right: 0;
}
.answer-templates-title {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 5px;
  margin-left: 36px;
  width: 276px;
  float: left;
}
.answer-templates-manage {
  color: #a4a4a4;
  padding-left: 14px;
  font-size: 12px;
  font-weight: normal;
}
.answer-templates-manage i {
  text-decoration: none;
  padding-right: 5px !important;
}
#answer-templates {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 8px;
  margin-left: 36px;
  float: left;
  width: 276px;
  height: 100%;
}
#answer-templates p {
  padding-left: 32px;
  padding-top: 6px;
  font-size: 12px;
  color: #757575;
  width: 200px;
}
#answer-templates h4 {
  padding-top: 9px;
}
#answer-templates h4 i {
  margin-left: 6px;
  padding-right: 5px;
}
#answer-templates a.manage-templates {
  font-size: 12px;
  margin: 6px 8px 0 0;
  float: right;
  color: #979797;
}
#answer-templates table {
  width: 95%;
}
#answer-templates table tr {
  cursor: pointer;
  border: 1px solid transparent !important;
}
#answer-templates table tr.active {
  background-color: #c9f7c4 !important;
}
#answer-templates table tr.active:hover td {
  background-color: #c9f7c4;
}
#answer-templates table tr[class*=default-] {
  font-weight: bold;
}
#answer-templates table tr:first-child td {
  border-top: none !important;
}
#answer-templates table tr td {
  padding: 4px 0 6px 1px;
  font-size: 12px !important;
}
#answer-templates table tr td.lang {
  width: 18px;
  padding-left: 9px;
}
#answer-templates table tr td.lang span.answer-type-icon-40 {
  color: #f89406;
}
#answer-templates table tr td.lang span.answer-type-icon-40 i.icon-circle:before {
  content: "\f141";
}
#answer-templates table tr td.lang span.answer-type-icon-50 {
  color: #51a351;
}
#answer-templates table tr td.lang span.answer-type-icon-50 i.icon-circle:before {
  content: "\f00c";
}
#answer-templates table tr td.lang span.answer-type-icon-60 {
  color: #c63a32;
}
#answer-templates table tr td.lang span.answer-type-icon-60 i.icon-circle:before {
  content: "\f00d";
}
#answer-templates table tr td.title {
  padding-left: 0px;
  font-size: 13px;
}
#answer-templates table tr td.title i {
  color: #129900;
  margin-left: 6px;
}
#answer-templates table tr td.title.default {
  font-weight: bold;
}
#answer-templates table tr td.template-text {
  display: none;
  height: 0px;
  width: 0px;
}
#singleDossier-wrapper div.no-records,
#singleDossier-wrapper div.no-records-left {
  text-align: center;
  font-size: 12px;
  color: #939393;
  margin-bottom: 28px;
}
#singleDossier-wrapper div.no-records {
  margin-bottom: 147px;
}
#singleDossier-wrapper div.no-records-left {
  text-align: left;
}
#singleDossier-wrapper .ostendis-tab-contents #answer-frame {
  padding: 0;
  margin-bottom: 130px;
}
#singleDossier-wrapper .ostendis-tab-contents #answer-templates {
  
}
#singleDossier-wrapper div.forwarded-dossiers-not-editable,
#singleDossier-wrapper div.forwarded-dossiers-not-editable-small {
  text-align: right;
  font-size: 11px;
  color: #b70000;
  margin-top: 7px;
  margin-right: 16px;
}
#singleDossier-wrapper div.forwarded-dossiers-not-editable-small {
  float: right;
  clear: both;
  width: 175px;
  margin-top: 10px;
  margin-right: 0;
}
#singleDossier-wrapper i.icon-group {
  color: #7d7d7d;
  font-size: 21px;
  margin-left: 11px;
}
#singleDossier-wrapper .social-media-link {
  margin-left: 8px;
}
#singleDossier-wrapper .social-media-link:hover i.fa {
  color: #3b5c9b;
}
#singleDossier-wrapper .social-media-link i.fa {
  color: #858585;
  font-size: 16px;
}
#singleDossier-wrapper .video-link {
  position: absolute;
  opacity: 0;
  padding: 0;
  height: 0;
}
#singleDossier-wrapper .google-location-link {
  margin-left: 7px;
  margin-right: 20px;
  text-decoration: none;
}
#singleDossier-wrapper .google-location-link:hover i.icon-map-marker {
  color: #f75c54;
}
#singleDossier-wrapper .google-location-link i.icon-map-marker {
  color: #858585;
  font-size: 24px;
}
#singleDossier-wrapper .dossier-status-flag {
  margin-right: 15px;
  max-width: 200px;
}
#singleDossier-wrapper .dossier-status-flag .status-flag-text {
  display: inline-block;
  margin-left: 5px;
  word-break: break-all;
  max-width: 130px;
  vertical-align: text-top;
}
#singleDossier-wrapper #dossier-summary-wrapper p.particular-infos {
  display: inline-block;
  margin-top: 6px;
  font-size: 20px;
  color: #444444;
}
#singleDossier-wrapper #dossier-summary-wrapper p.particular-infos i {
  font-size: 19px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.action-links {
  float: right;
  width: auto;
  max-width: 280px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.action-links a {
  line-height: 21px;
  display: block;
  font-size: 13px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.action-links a i {
  padding-right: 8px;
  text-decoration: none;
}
#singleDossier-wrapper #dossier-summary-wrapper div.action-links a i.icon-download-alt {
  position: relative;
}
#singleDossier-wrapper #dossier-summary-wrapper div.action-links a i.icon-download-alt div.descr-text {
  font-family: "Open Sans", sans-serif !important;
  position: absolute;
  top: 11px;
  color: inherit;
  left: 0;
  font-size: 7px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.action-links a i.icon-trash {
  padding-left: 1px;
  padding-right: 10px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.view-desc {
  float: left;
  text-align: center;
  margin-right: 6px;
  width: 34px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.view-desc div {
  width: 138px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  color: #cfcfcf;
  letter-spacing: 1px;
  font-size: 24.5px;
  margin: 51px 0 0 -55px;
}
#singleDossier-wrapper #dossier-summary-wrapper .particularString {
  margin-left: 3px;
}
#singleDossier-wrapper #dossier-summary-wrapper img {
  padding-right: 2px;
}
#singleDossier-wrapper #dossier-summary-wrapper a.thumb {
  position: relative;
}
#singleDossier-wrapper #dossier-summary-wrapper a.thumb img {
  border-radius: 7px;
  width: 138px;
  height: 138px;
  float: left;
  margin-right: 20px;
}
#singleDossier-wrapper #dossier-summary-wrapper a.thumb .rounded-corner-info-content {
  position: absolute;
  margin-top: 122px;
  right: 13px;
  min-width: 16px;
  background: #f1f1f1;
  border: 1px solid #cbcbcb;
  color: #2f2f2f;
  border-radius: 14px;
  padding: 2px 2px 2px 3px;
  text-align: center;
  font-size: 12px;
}
#singleDossier-wrapper #dossier-summary-wrapper h3 {
  margin-top: 0;
  margin-bottom: 3px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.middle-content {
  margin-left: 198px;
  margin-right: 296px;
}
#singleDossier-wrapper #dossier-summary-wrapper p.dossier-received {
  padding-top: 2px;
  color: #8c8c8c;
  font-size: 13px;
  display: inline-block;
}
#singleDossier-wrapper #dossier-summary-wrapper p.dossier-received span {
  padding-left: 5px;
}
#singleDossier-wrapper #dossier-summary-wrapper p.dossier-received i {
  margin-left: 4px;
  cursor: pointer;
}
#singleDossier-wrapper #dossier-summary-wrapper p.distance-to-workplace {
  padding-top: 2px;
  margin-left: 23px;
  color: #8c8c8c;
  font-size: 13px;
  display: inline-block;
}
#singleDossier-wrapper #dossier-summary-wrapper p.distance-to-workplace span {
  padding-left: 5px;
}
#singleDossier-wrapper #dossier-summary-wrapper p.auto-wait-mail {
  padding-top: 2px;
  margin-left: 23px;
  color: #8c8c8c;
  font-size: 13px;
  display: inline-block;
}
#singleDossier-wrapper #dossier-summary-wrapper p.auto-wait-mail span {
  padding-left: 5px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note {
  margin-top: -2px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note i.icon-pencil,
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note i.icon-tag,
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note i.icon-expand-alt,
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note i.icon-collapse-alt {
  padding-right: 5px;
  color: #838383;
  margin-left: 1px;
  font-size: 12px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .info-label {
  color: #8c8c8c;
  cursor: default;
  display: inline-block;
  font-size: 13px;
  line-height: 2.4;
  margin-right: 8px;
  vertical-align: top;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .read {
  display: inline-block;
  padding-top: 6px;
  width: 500px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .read span {
  display: inline-block;
  font-size: 13px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .read span.short-note-text {
  width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .read span.shortened {
  height: 20px;
  white-space: nowrap;
  max-width: 80%;
  width: auto;
  margin-bottom: 0;
  margin-right: 20px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .read span.short-note-icon-text {
  margin-left: -3px;
  color: #3b5c9b;
  font-size: 12px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .read span.change-label {
  position: relative;
  top: -7px;
  height: 20px;
  margin-right: 20px;
  padding-left: 0;
  cursor: pointer;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .read span.change-label:hover i {
  color: #b70000;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .read span.change-label.add-note {
  top: 0;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write {
  display: inline-block;
  width: 500px;
  margin-top: 3px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write .input-append {
  width: 100%;
  margin-top: -1px;
  margin-bottom: 0px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write input {
  font-size: 12px;
  padding: 1px 4px;
  margin-bottom: 0px;
  width: 92%;
  margin-left: 0px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write textarea {
  width: 89%;
  height: 128px;
  font-size: 12px;
  line-height: 16px;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write button {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-size: 12px;
  padding: 4px 0;
  margin-bottom: 0px;
  width: 9.5%;
  box-sizing: content-box;
  height: 128px;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write button:hover,
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write button:focus,
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write button:active,
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write button.active,
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write button.disabled,
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write button[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write button:active,
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write button.active {
  background-color: #408140 \9;
}
#singleDossier-wrapper #dossier-summary-wrapper div.dossier-short-note .write button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#singleDossier-wrapper #dossier-tabs {
  padding-top: 40px;
  clear: both;
}
#singleDossier-wrapper #dossier-tabs .white-helper {
  position: absolute;
  background-color: white;
  width: 7px;
  height: 9px;
  left: 3px;
  top: 3px;
  z-index: -1;
}
#singleDossier-wrapper #dossier-tabs .address-warning {
  font-size: 15px;
  color: #d67107;
  margin-left: 4px;
  padding-right: 0;
  z-index: 1;
}
#singleDossier-wrapper #dossier-tabs .address-error {
  color: #b70000;
}
#singleDossier-wrapper #dossier-wrapper .sex-icon {
  width: 26px;
  padding-right: 6px;
  text-align: center;
}
#singleDossier-wrapper #dossier-wrapper .sex-icon i {
  display: inline;
}
#singleDossier-wrapper #dossier-wrapper th {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
#singleDossier-wrapper #dossier-wrapper th.last-dossier {
  width: 87px;
}
#singleDossier-wrapper #dossier-wrapper tbody a:hover {
  text-decoration: none;
}
#singleDossier-wrapper #dossier-wrapper .text-center {
  text-align: center !important;
}
#singleDossier-wrapper #dossier-wrapper i.icon-male,
#singleDossier-wrapper #dossier-wrapper i.icon-female,
#singleDossier-wrapper #dossier-wrapper i.icon-question {
  padding-left: 4px;
}
.no-border {
  border: none !important;
  padding-top: 1px !important;
}
#ostendisApplication {
  width: 1010px;
  margin-left: -20px;
}
#ostendisApplication .inactive-dossier {
  margin-left: 22px;
  margin-top: 18px;
}
#ostendisApplication.wide {
  width: 1269px;
}
#ostendisApplication .holds-the-iframe .spinner {
  position: absolute !important;
  width: 50px;
  height: 50px;
  top: 82px !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
}
#ostendisApplication iframe {
  border: 0;
  min-height: 1000px;
  width: 100%;
  position: relative;
  z-index: 110;
}
#dossierInfos form#dossier-infos {
  width: 900px;
  border: 1px solid transparent;
  
}
#dossierInfos .date-error {
  border-color: #ff7070;
  box-shadow: 0 0 3px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 3px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 3px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
}
#dossierInfos .control-label {
  width: 172px;
}
#dossierInfos .controls {
  margin-left: 192px;
}
#dossierInfos i.icon-group {
  font-size: 14px;
  margin-left: 2px;
}
#dossierInfos i.gray-icon {
  color: #c0c0c0;
}
#dossierInfos .action-buttons {
  float: right;
}
#dossierInfos .action-buttons #extendedViewToggler {
  margin-right: 18px;
  float: right;
  margin-top: 1px;
}
#dossierInfos .extendedView-hide {
  display: none;
}
#dossierInfos .extendedView-show {
  display: block !important;
}
#dossierInfos fieldset {
  width: 400px;
  float: left;
  margin-bottom: 20px;
}
#dossierInfos fieldset.full-width {
  width: 100% !important;
}
#dossierInfos fieldset.right {
  float: right;
}
#dossierInfos i.on-input {
  position: absolute !important;
  top: 7px;
  right: -20px;
}
#coverLetter textarea {
  min-height: 350px;
}
#notes h1 span {
  font-size: 13px;
  color: #757575;
  padding-left: 3px;
}
#notes textarea.onlyProAccounts {
  border: 1px solid #f49803;
}
#notes .pdf-download {
  line-height: 185%;
  margin-bottom: 0;
}
#notes fieldset:first-of-type {
  margin-left: 0 !important;
}
#notes fieldset.col-1-2 {
  display: inline-block;
  box-sizing: border-box;
  width: 48%;
  margin-left: 30px;
  float: left;
}
#keywords .keyword-badge,
#searchTerms .keyword-badge,
.action-Forward .keyword-badge {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 6px 11px 8px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: default;
  white-space: nowrap;
}
#keywords .keyword-badge:hover,
#searchTerms .keyword-badge:hover,
.action-Forward .keyword-badge:hover,
#keywords .keyword-badge:focus,
#searchTerms .keyword-badge:focus,
.action-Forward .keyword-badge:focus,
#keywords .keyword-badge:active,
#searchTerms .keyword-badge:active,
.action-Forward .keyword-badge:active,
#keywords .keyword-badge.active,
#searchTerms .keyword-badge.active,
.action-Forward .keyword-badge.active,
#keywords .keyword-badge.disabled,
#searchTerms .keyword-badge.disabled,
.action-Forward .keyword-badge.disabled,
#keywords .keyword-badge[disabled],
#searchTerms .keyword-badge[disabled],
.action-Forward .keyword-badge[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#keywords .keyword-badge:active,
#searchTerms .keyword-badge:active,
.action-Forward .keyword-badge:active,
#keywords .keyword-badge.active,
#searchTerms .keyword-badge.active,
.action-Forward .keyword-badge.active {
  background-color: #cccccc \9;
}
#keywords .keyword-badge:first-child,
#searchTerms .keyword-badge:first-child,
.action-Forward .keyword-badge:first-child {
  *margin-left: 0;
}
#keywords .keyword-badge:hover,
#searchTerms .keyword-badge:hover,
.action-Forward .keyword-badge:hover,
#keywords .keyword-badge:focus,
#searchTerms .keyword-badge:focus,
.action-Forward .keyword-badge:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#keywords .keyword-badge:focus,
#searchTerms .keyword-badge:focus,
.action-Forward .keyword-badge:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#keywords .keyword-badge.active,
#searchTerms .keyword-badge.active,
.action-Forward .keyword-badge.active,
#keywords .keyword-badge:active,
#searchTerms .keyword-badge:active,
.action-Forward .keyword-badge:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#keywords .keyword-badge.disabled,
#searchTerms .keyword-badge.disabled,
.action-Forward .keyword-badge.disabled,
#keywords .keyword-badge[disabled],
#searchTerms .keyword-badge[disabled],
.action-Forward .keyword-badge[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#keywords .keyword-badge .label,
#searchTerms .keyword-badge .label,
.action-Forward .keyword-badge .label,
#keywords .keyword-badge .badge,
#searchTerms .keyword-badge .badge,
.action-Forward .keyword-badge .badge {
  position: relative;
  top: -1px;
}
#keywords .keyword-badge .ostendis-badge,
#searchTerms .keyword-badge .ostendis-badge,
.action-Forward .keyword-badge .ostendis-badge {
  position: relative;
  top: -1px;
}
#keywords .keyword-badge [class^="icon-"].icon-large,
#searchTerms .keyword-badge [class^="icon-"].icon-large,
.action-Forward .keyword-badge [class^="icon-"].icon-large,
#keywords .keyword-badge [class*=" icon-"].icon-large,
#searchTerms .keyword-badge [class*=" icon-"].icon-large,
.action-Forward .keyword-badge [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
#keywords .keyword-badge [class^="icon-"].icon-spin,
#searchTerms .keyword-badge [class^="icon-"].icon-spin,
.action-Forward .keyword-badge [class^="icon-"].icon-spin,
#keywords .keyword-badge [class*=" icon-"].icon-spin,
#searchTerms .keyword-badge [class*=" icon-"].icon-spin,
.action-Forward .keyword-badge [class*=" icon-"].icon-spin {
  display: inline-block;
}
#keywords .keyword-badge [class^="icon-"].pull-left.icon-2x,
#searchTerms .keyword-badge [class^="icon-"].pull-left.icon-2x,
.action-Forward .keyword-badge [class^="icon-"].pull-left.icon-2x,
#keywords .keyword-badge [class*=" icon-"].pull-left.icon-2x,
#searchTerms .keyword-badge [class*=" icon-"].pull-left.icon-2x,
.action-Forward .keyword-badge [class*=" icon-"].pull-left.icon-2x,
#keywords .keyword-badge [class^="icon-"].pull-right.icon-2x,
#searchTerms .keyword-badge [class^="icon-"].pull-right.icon-2x,
.action-Forward .keyword-badge [class^="icon-"].pull-right.icon-2x,
#keywords .keyword-badge [class*=" icon-"].pull-right.icon-2x,
#searchTerms .keyword-badge [class*=" icon-"].pull-right.icon-2x,
.action-Forward .keyword-badge [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
#keywords .keyword-badge [class^="icon-"].icon-spin.icon-large,
#searchTerms .keyword-badge [class^="icon-"].icon-spin.icon-large,
.action-Forward .keyword-badge [class^="icon-"].icon-spin.icon-large,
#keywords .keyword-badge [class*=" icon-"].icon-spin.icon-large,
#searchTerms .keyword-badge [class*=" icon-"].icon-spin.icon-large,
.action-Forward .keyword-badge [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
#keywords .keyword-badge:hover,
#searchTerms .keyword-badge:hover,
.action-Forward .keyword-badge:hover,
#keywords .keyword-badge:focus,
#searchTerms .keyword-badge:focus,
.action-Forward .keyword-badge:focus,
#keywords .keyword-badge:active,
#searchTerms .keyword-badge:active,
.action-Forward .keyword-badge:active,
#keywords .keyword-badge.active,
#searchTerms .keyword-badge.active,
.action-Forward .keyword-badge.active,
#keywords .keyword-badge.disabled,
#searchTerms .keyword-badge.disabled,
.action-Forward .keyword-badge.disabled,
#keywords .keyword-badge[disabled],
#searchTerms .keyword-badge[disabled],
.action-Forward .keyword-badge[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#keywords .keyword-badge:active,
#searchTerms .keyword-badge:active,
.action-Forward .keyword-badge:active,
#keywords .keyword-badge.active,
#searchTerms .keyword-badge.active,
.action-Forward .keyword-badge.active {
  background-color: #408140 \9;
}
#keywords .keyword-badge .caret,
#searchTerms .keyword-badge .caret,
.action-Forward .keyword-badge .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#keywords .keyword-badge:active,
#searchTerms .keyword-badge:active,
.action-Forward .keyword-badge:active,
#keywords .keyword-badge.active,
#searchTerms .keyword-badge.active,
.action-Forward .keyword-badge.active {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  background-color: #51a351;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
#keywords .keyword-badge i,
#searchTerms .keyword-badge i,
.action-Forward .keyword-badge i {
  padding-left: 6px;
  cursor: pointer;
  pointer-events: auto;
}
#keywords .keyword-badge i:hover,
#searchTerms .keyword-badge i:hover,
.action-Forward .keyword-badge i:hover {
  color: #b70000;
}
#keywords .keyword-badge.disabled,
#searchTerms .keyword-badge.disabled,
.action-Forward .keyword-badge.disabled {
  pointer-events: none;
}
#keywords .keyword-badge-grey,
#searchTerms .keyword-badge-grey,
.action-Forward .keyword-badge-grey {
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
#keywords .keyword-badge-grey:hover,
#searchTerms .keyword-badge-grey:hover,
.action-Forward .keyword-badge-grey:hover,
#keywords .keyword-badge-grey:focus,
#searchTerms .keyword-badge-grey:focus,
.action-Forward .keyword-badge-grey:focus,
#keywords .keyword-badge-grey:active,
#searchTerms .keyword-badge-grey:active,
.action-Forward .keyword-badge-grey:active,
#keywords .keyword-badge-grey.active,
#searchTerms .keyword-badge-grey.active,
.action-Forward .keyword-badge-grey.active,
#keywords .keyword-badge-grey.disabled,
#searchTerms .keyword-badge-grey.disabled,
.action-Forward .keyword-badge-grey.disabled,
#keywords .keyword-badge-grey[disabled],
#searchTerms .keyword-badge-grey[disabled],
.action-Forward .keyword-badge-grey[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#keywords .keyword-badge-grey:active,
#searchTerms .keyword-badge-grey:active,
.action-Forward .keyword-badge-grey:active,
#keywords .keyword-badge-grey.active,
#searchTerms .keyword-badge-grey.active,
.action-Forward .keyword-badge-grey.active {
  background-color: #cccccc \9;
}
#keywords .keyword-badge-grey:active,
#searchTerms .keyword-badge-grey:active,
.action-Forward .keyword-badge-grey:active,
#keywords .keyword-badge-grey.active,
#searchTerms .keyword-badge-grey.active,
.action-Forward .keyword-badge-grey.active {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
#keywords div ul.keywords,
#searchTerms div ul.keywords,
.action-Forward div ul.keywords {
  padding: 0;
  margin: 1px;
  position: relative;
}
#keywords div ul.keywords li,
#searchTerms div ul.keywords li,
.action-Forward div ul.keywords li {
  display: inline-block !important;
  vertical-align: bottom !important;
  margin-right: 7px;
  margin-bottom: 8px;
}
#keywords div ul.keywords .alert,
#searchTerms div ul.keywords .alert,
.action-Forward div ul.keywords .alert {
  display: inline-block;
}
#keywords div.keywords-dossier,
#searchTerms div.keywords-dossier,
.action-Forward div.keywords-dossier {
  display: inline-block;
  width: 60%;
}
#keywords div.keywords-company,
#searchTerms div.keywords-company,
.action-Forward div.keywords-company {
  display: inline-block;
  float: right;
  width: 35%;
  padding-left: 29px;
  border-left: 1px solid #eeeeee;
}
#keywords div.keywords-company .alert,
#searchTerms div.keywords-company .alert,
.action-Forward div.keywords-company .alert {
  display: inline-block;
}
#keywords div.keywords-company .catalog-help-basic,
#searchTerms div.keywords-company .catalog-help-basic,
.action-Forward div.keywords-company .catalog-help-basic,
#keywords div.keywords-company .catalog-help-advanced,
#searchTerms div.keywords-company .catalog-help-advanced,
.action-Forward div.keywords-company .catalog-help-advanced {
  color: #8c8c8c;
  font-size: 12px;
  margin-left: 4px;
}
#keywords div.keywords-company .catalog-help-basic i,
#searchTerms div.keywords-company .catalog-help-basic i,
.action-Forward div.keywords-company .catalog-help-basic i,
#keywords div.keywords-company .catalog-help-advanced i,
#searchTerms div.keywords-company .catalog-help-advanced i,
.action-Forward div.keywords-company .catalog-help-advanced i {
  padding-left: 1px;
  padding-right: 3px;
}
#keywords div.keywords-company .input-append,
#searchTerms div.keywords-company .input-append,
.action-Forward div.keywords-company .input-append {
  width: 100%;
}
#keywords div.keywords-company .input-append input,
#searchTerms div.keywords-company .input-append input,
.action-Forward div.keywords-company .input-append input {
  width: 66%;
}
#keywords div.keywords-company .input-append button,
#searchTerms div.keywords-company .input-append button,
.action-Forward div.keywords-company .input-append button {
  width: 30%;
}
#keywords div.keywords-company ul li div,
#searchTerms div.keywords-company ul li div,
.action-Forward div.keywords-company ul li div {
  cursor: pointer;
}
#keywords div.keywords-company ul li.hidden,
#searchTerms div.keywords-company ul li.hidden,
.action-Forward div.keywords-company ul li.hidden {
  display: none !important;
}
#keywords div.keywords-company ul li.active div,
#searchTerms div.keywords-company ul li.active div,
.action-Forward div.keywords-company ul li.active div {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#keywords div.keywords-company ul li.active div:hover,
#searchTerms div.keywords-company ul li.active div:hover,
.action-Forward div.keywords-company ul li.active div:hover,
#keywords div.keywords-company ul li.active div:focus,
#searchTerms div.keywords-company ul li.active div:focus,
.action-Forward div.keywords-company ul li.active div:focus,
#keywords div.keywords-company ul li.active div:active,
#searchTerms div.keywords-company ul li.active div:active,
.action-Forward div.keywords-company ul li.active div:active,
#keywords div.keywords-company ul li.active div.active,
#searchTerms div.keywords-company ul li.active div.active,
.action-Forward div.keywords-company ul li.active div.active,
#keywords div.keywords-company ul li.active div.disabled,
#searchTerms div.keywords-company ul li.active div.disabled,
.action-Forward div.keywords-company ul li.active div.disabled,
#keywords div.keywords-company ul li.active div[disabled],
#searchTerms div.keywords-company ul li.active div[disabled],
.action-Forward div.keywords-company ul li.active div[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#keywords div.keywords-company ul li.active div:active,
#searchTerms div.keywords-company ul li.active div:active,
.action-Forward div.keywords-company ul li.active div:active,
#keywords div.keywords-company ul li.active div.active,
#searchTerms div.keywords-company ul li.active div.active,
.action-Forward div.keywords-company ul li.active div.active {
  background-color: #1f3051 \9;
}
#keywords div.keywords-company ul li.active div .caret,
#searchTerms div.keywords-company ul li.active div .caret,
.action-Forward div.keywords-company ul li.active div .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#keywords div.keywords-company .keyword-badge,
#searchTerms div.keywords-company .keyword-badge,
.action-Forward div.keywords-company .keyword-badge {
  cursor: pointer;
}
#rating .left-col {
  width: 42.5%;
  float: left;
}
#rating .right-col {
  float: right;
  width: 53%;
}
#rating form.new-comment textarea {
  float: right;
  min-height: 90px;
  width: 100%;
  box-sizing: border-box;
}
#rating form.new-comment #update-info-link {
  float: right;
  line-height: 30px;
  font-size: 12px;
  margin-right: 21px;
  visibility: hidden;
}
#rating form.new-comment #update-info-link i {
  margin-left: 7px;
  text-decoration: none;
  cursor: default;
}
#rating form.new-comment button {
  margin-bottom: 34px;
}
#rating .chat {
  width: 100%;
}
#rating .chat .comment-infos {
  font-size: 10px;
  color: #7e7e7e;
  padding-right: 9px;
}
#rating .chat .bubble {
  clear: both;
  border-radius: 6px;
  display: inline-block;
  padding: 3px 13px 7px 13px;
  position: relative;
  vertical-align: top;
  max-width: 83%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#rating .chat .bubble i.icon-remove {
  position: absolute;
  font-size: 9px;
  cursor: pointer;
  top: 6px;
  right: 6px;
  color: #a4a4a4;
}
#rating .chat .bubble i.icon-remove:hover {
  color: #f60000;
}
#rating .chat .bubble:before {
  background-color: #F2F2F2;
  content: "\00a0";
  display: block;
  height: 9px;
  width: 10px;
  position: absolute;
  bottom: 7px;
}
#rating .chat .other {
  background-color: #ececec;
  float: left;
  left: 8px;
}
#rating .chat .other:before {
  transform: rotate(16deg) skew(-35deg);
  -moz-transform: rotate(16deg) skew(-35deg);
  -ms-transform: rotate(16deg) skew(-35deg);
  -o-transform: rotate(16deg) skew(-35deg);
  -webkit-transform: rotate(16deg) skew(-35deg);
  background-color: #ececec;
  left: -3px;
}
#rating .chat .me {
  background-color: #daf6c4;
  float: right;
  margin-right: 8px;
}
#rating .chat .me:before {
  transform: rotate(43deg) skew(-35deg);
  -moz-transform: rotate(43deg) skew(-35deg);
  -ms-transform: rotate(43deg) skew(-35deg);
  -o-transform: rotate(43deg) skew(-35deg);
  -webkit-transform: rotate(43deg) skew(-35deg);
  background-color: #daf6c2;
  box-shadow: 1px -1px 1px 0 rgba(178, 178, 178, 0.2);
  right: -3px;
}
#rating h6 span {
  padding-left: 4px;
  font-size: 10px;
  color: #3f3f3f;
}
#rating .rating-hint {
  text-align: center;
  color: #b70000;
  font-size: 12px;
  margin-bottom: 5px;
}
#rating .btn-group-raw-choice {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 34px;
}
#rating .btn-group-raw-choice a {
  width: 33.3%;
  box-sizing: border-box;
}
#rating table.ratings {
  margin-bottom: 20px;
  width: 100%;
  table-layout: fixed;
}
#rating table.ratings th,
#rating table.ratings td {
  padding: 10px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#rating table.ratings th {
  font-weight: bold;
}
#rating table.ratings thead th {
  vertical-align: bottom;
}
#rating table.ratings caption + thead tr:first-child th,
#rating table.ratings caption + thead tr:first-child td,
#rating table.ratings colgroup + thead tr:first-child th,
#rating table.ratings colgroup + thead tr:first-child td,
#rating table.ratings thead:first-child tr:first-child th,
#rating table.ratings thead:first-child tr:first-child td {
  border-top: 0;
}
#rating table.ratings tbody + tbody {
  border-top: 2px solid #ddd;
}
#rating table.ratings .table {
  background-color: transparent;
}
#rating table.ratings th,
#rating table.ratings td {
  padding: 4px 5px;
}
#rating table.ratings tr:first-child td {
  border-top: none !important;
}
#rating table.ratings td {
  vertical-align: middle;
}
#rating table.ratings td.name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#rating table.ratings td.date,
#rating table.ratings td.date-not-rated {
  width: 94px;
}
#rating table.ratings td.date-not-rated {
  font-size: 12px;
  color: #7a7a7a;
}
#rating table.ratings td.rating {
  width: 63px;
  height: 28px;
}
#rating table.ratings td.rating .btn {
  cursor: default;
  padding: 3px 27px;
}
#forward .rec-grant {
  margin-top: -13px;
}
#forward .bold span {
  font-weight: bold;
}
#forward i.icon-remove {
  cursor: pointer;
  color: #808080;
  margin-right: 2px;
}
#forward i.icon-remove:hover {
  color: #b70000;
}
#forward .left-col {
  width: 63.5%;
  float: left;
}
#forward .left-col i.icon-pencil {
  color: #e9a000;
  padding-left: 1px;
  padding-right: 1px;
}
#forward .left-col div.alert {
  margin-top: -29px;
  margin-bottom: 36px;
}
#forward .left-col div.alert button.close {
  position: relative;
  right: -15px;
  top: -7px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#forward .left-col div.alert button.close i {
  color: #3a8cb2;
  font-size: 14px;
}
#forward .left-col div.alert button.close i:hover {
  color: #386488;
}
#forward .left-col a.rating-link {
  color: #9f9f9f;
  font-size: 11px;
  float: right;
  margin-top: -26px;
  margin-bottom: 28px;
  margin-right: 1px;
}
#forward .left-col a.rating-link i {
  padding-right: 6px;
  text-decoration: none;
}
#forward .left-col h6 span {
  font-size: 10px;
  color: #8c8c8c;
  padding-left: 5px;
}
#forward .left-col .input-append {
  width: 100%;
}
#forward .left-col .input-append input {
  width: 78%;
  height: 30px;
  box-sizing: border-box;
}
#forward .left-col .input-append button {
  width: 22%;
}
#forward .left-col form {
  margin-top: 12px;
  margin-bottom: 43px;
}
#forward .left-col .ellipsis-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#forward .left-col .ellipsis-overflow.with-icon {
  max-width: 91%;
  float: left;
  margin-right: 5px;
}
#forward .left-col table.forwardingsactive,
#forward .left-col table.forwardingsinactive {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
  font-size: 13px;
  margin-bottom: 56px;
}
#forward .left-col table.forwardingsactive th,
#forward .left-col table.forwardingsinactive th,
#forward .left-col table.forwardingsactive td,
#forward .left-col table.forwardingsinactive td {
  padding: 10px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#forward .left-col table.forwardingsactive th,
#forward .left-col table.forwardingsinactive th {
  font-weight: bold;
}
#forward .left-col table.forwardingsactive thead th,
#forward .left-col table.forwardingsinactive thead th {
  vertical-align: bottom;
}
#forward .left-col table.forwardingsactive caption + thead tr:first-child th,
#forward .left-col table.forwardingsinactive caption + thead tr:first-child th,
#forward .left-col table.forwardingsactive caption + thead tr:first-child td,
#forward .left-col table.forwardingsinactive caption + thead tr:first-child td,
#forward .left-col table.forwardingsactive colgroup + thead tr:first-child th,
#forward .left-col table.forwardingsinactive colgroup + thead tr:first-child th,
#forward .left-col table.forwardingsactive colgroup + thead tr:first-child td,
#forward .left-col table.forwardingsinactive colgroup + thead tr:first-child td,
#forward .left-col table.forwardingsactive thead:first-child tr:first-child th,
#forward .left-col table.forwardingsinactive thead:first-child tr:first-child th,
#forward .left-col table.forwardingsactive thead:first-child tr:first-child td,
#forward .left-col table.forwardingsinactive thead:first-child tr:first-child td {
  border-top: 0;
}
#forward .left-col table.forwardingsactive tbody + tbody,
#forward .left-col table.forwardingsinactive tbody + tbody {
  border-top: 2px solid #ddd;
}
#forward .left-col table.forwardingsactive .table,
#forward .left-col table.forwardingsinactive .table {
  background-color: transparent;
}
#forward .left-col table.forwardingsactive th,
#forward .left-col table.forwardingsinactive th,
#forward .left-col table.forwardingsactive td,
#forward .left-col table.forwardingsinactive td {
  padding: 4px 5px;
}
#forward .left-col table.forwardingsactive th,
#forward .left-col table.forwardingsinactive th {
  font-weight: 400;
  font-size: 12px;
  color: #a9a9a9;
  border-top: none;
}
#forward .left-col table.forwardingsactive tr td {
  border-color: #d9d9d9;
}
#forward .left-col table.forwardingsactive tr.deleted-by-recipient td.recipient span {
  color: #b70000;
}
#forward .left-col table.forwardingsactive tr.all-done td.recipient span {
  color: #009c00;
}
#forward .left-col table.forwardingsactive col.recipient {
  width: auto;
}
#forward .left-col table.forwardingsactive col.sender {
  width: 60px;
}
#forward .left-col table.forwardingsactive col.forwarded {
  width: 102px;
}
#forward .left-col table.forwardingsactive col.reminder {
  width: 141px;
}
#forward .left-col table.forwardingsactive col.actions {
  width: 22px;
}
#forward .left-col table.forwardingsactive i.icon-pencil {
  color: #e9a000;
  padding-left: 3px;
}
#forward .left-col table.forwardingsactive th.sender {
  text-align: center;
}
#forward .left-col table.forwardingsactive td.recipient {
  padding-left: 8px !important;
}
#forward .left-col table.forwardingsactive td.recipient span.ellipsis-overflow {
  display: inline-block;
  max-width: 87%;
}
#forward .left-col table.forwardingsactive td.recipient .state-icons {
  display: inline-block;
}
#forward .left-col table.forwardingsactive td.recipient .state-icons i {
  vertical-align: text-top;
  margin-left: -2px;
  cursor: default;
}
#forward .left-col table.forwardingsactive td.recipient .state-icons i:first-child {
  margin-left: 4px;
}
#forward .left-col table.forwardingsactive td.recipient .state-icons i.icon-forward-seen {
  color: #8e8e8e;
}
#forward .left-col table.forwardingsactive td.recipient .state-icons i.icon-forward-rated {
  color: #009c00;
}
#forward .left-col table.forwardingsactive td.recipient .state-icons i.icon-forward-deleted {
  color: #B70000;
  margin-left: 0px;
}
#forward .left-col table.forwardingsactive td.sender {
  text-align: center;
}
#forward .left-col table.forwardingsactive td.sender i {
  color: #8E8E8E;
}
#forward .left-col table.forwardingsactive td i.icon-repeat {
  color: #3b5c9b;
  margin-left: 4px;
  cursor: pointer;
}
#forward .left-col table.forwardingsactive .not-reminded {
  font-size: 12px;
  color: #a2a2a2;
}
#forward .left-col table.forwardingsactive .reminder-done {
  color: #009c00;
}
#forward .left-col table.forwardingsinactive col.sender {
  width: 42%;
}
#forward .left-col table.forwardingsinactive col.recipient {
  width: 43%;
}
#forward .left-col table.forwardingsinactive col.date {
  width: 15%;
}
#forward .right-col {
  width: 32.5%;
  float: right;
}
#forward .right-col h5 span {
  font-size: 12px;
  color: #8c8c8c;
  padding-left: 5px;
}
#forward .right-col h6 {
  padding-right: 23px;
}
#forward .right-col table.forwardingfavorites {
  margin-bottom: 36px;
  width: 100%;
}
#forward .right-col table.forwardingfavorites tr td {
  height: 35px;
  vertical-align: middle;
}
#forward .right-col table.forwardingfavorites tr td.recipient button {
  padding-left: 9px;
  padding-right: 8px;
  width: 99%;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#forward .right-col table.forwardingfavorites tr td.actions {
  width: 17px;
  text-align: right;
}
#dossier-duplicate h1 {
  padding-bottom: 17px !important;
  margin-bottom: 25px;
}
#dossier-duplicate h1 i {
  font-size: 33px;
  color: #5d5d5d;
  margin-right: 14px;
}
#dossier-duplicate .btn-group-duplicate-target .btn {
  color: #999999;
  font-weight: 600;
  width: 144px !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
#dossier-duplicate .btn-group-duplicate-target .btn:first-child {
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium:hover,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #81cce2;
  background-image: -moz-linear-gradient(top, #9bd8eb, #5bb9d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bd8eb), to(#5bb9d4));
  background-image: -webkit-linear-gradient(top, #9bd8eb, #5bb9d4);
  background-image: -o-linear-gradient(top, #9bd8eb, #5bb9d4);
  background-image: linear-gradient(to bottom, #9bd8eb, #5bb9d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bd8eb', endColorstr='#ff5bb9d4', GradientType=0);
  border-color: #5bb9d4 #5bb9d4 #2f96b4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bb9d4;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium:hover:hover,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium.active:hover,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium:hover:focus,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium.active:focus,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium:hover:active,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium.active:active,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium:hover.active,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium.active.active,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium:hover.disabled,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium.active.disabled,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium:hover[disabled],
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium.active[disabled] {
  color: #fff;
  background-color: #5bb9d4;
  *background-color: #47b0cf;
}
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium:hover:active,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium.active:active,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium:hover.active,
#dossier-duplicate .btn-group-duplicate-target .btn.answer-medium.active.active {
  background-color: #34a7c8 \9;
}
#dossier-duplicate .btn-group-duplicate-target .btn i.icon-smile,
#dossier-duplicate .btn-group-duplicate-target .btn i.icon-meh,
#dossier-duplicate .btn-group-duplicate-target .btn i.icon-frown {
  font-size: 17px;
}
#dossier-duplicate .btn-group-duplicate-target .btn span {
  font-size: 10px;
  color: inherit;
  padding-left: 11px;
}
#dossier-duplicate .input-prepend {
  width: 100% !important;
}
#dossier-duplicate .input-prepend select {
  height: 34px;
  width: 506px;
}
#dossier-duplicate .input-prepend span {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#dossier-duplicate .input-prepend span.add-on {
  text-align: right;
  padding-right: 13px;
  width: 97px;
  color: #838383;
  font-size: 12px;
}
#dossier-duplicate .input-prepend span.uneditable-input {
  width: 488px !important;
  padding-left: 10px;
  background-color: #eeeeee;
}
#dossier-duplicate label {
  float: left;
  padding-top: 8px;
  width: 130px;
}
#dossier-duplicate .option {
  margin-top: 4px;
}
#dossier-duplicate .option label {
  width: 110px;
  display: inline-block;
  vertical-align: top;
  float: none;
  padding-top: 0;
  text-align: right;
  padding-right: 13px;
}
#dossier-duplicate .option p {
  display: inline-block;
  max-width: 92%;
  color: #7e7e7e;
  margin-top: 3px;
}
#dossier-duplicate button {
  float: right;
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-top: 20px;
  height: 44px;
  width: auto;
}
#dossier-duplicate button:hover,
#dossier-duplicate button:focus,
#dossier-duplicate button:active,
#dossier-duplicate button.active,
#dossier-duplicate button.disabled,
#dossier-duplicate button[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#dossier-duplicate button:active,
#dossier-duplicate button.active {
  background-color: #cccccc \9;
}
#dossier-duplicate button:first-child {
  *margin-left: 0;
}
#dossier-duplicate button:hover,
#dossier-duplicate button:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#dossier-duplicate button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#dossier-duplicate button.active,
#dossier-duplicate button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#dossier-duplicate button.disabled,
#dossier-duplicate button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#dossier-duplicate button .label,
#dossier-duplicate button .badge {
  position: relative;
  top: -1px;
}
#dossier-duplicate button .ostendis-badge {
  position: relative;
  top: -1px;
}
#dossier-duplicate button [class^="icon-"].icon-large,
#dossier-duplicate button [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
#dossier-duplicate button [class^="icon-"].icon-spin,
#dossier-duplicate button [class*=" icon-"].icon-spin {
  display: inline-block;
}
#dossier-duplicate button [class^="icon-"].pull-left.icon-2x,
#dossier-duplicate button [class*=" icon-"].pull-left.icon-2x,
#dossier-duplicate button [class^="icon-"].pull-right.icon-2x,
#dossier-duplicate button [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
#dossier-duplicate button [class^="icon-"].icon-spin.icon-large,
#dossier-duplicate button [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
#dossier-duplicate button:hover,
#dossier-duplicate button:focus,
#dossier-duplicate button:active,
#dossier-duplicate button.active,
#dossier-duplicate button.disabled,
#dossier-duplicate button[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#dossier-duplicate button:active,
#dossier-duplicate button.active {
  background-color: #1f3051 \9;
}
#dossier-duplicate button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#dossier-duplicate button i {
  margin-right: 10px;
}
#dossier-assign {
  width: 1024px !important;
}
#dossier-assign h1 {
  padding-bottom: 17px !important;
  margin-bottom: 25px;
}
#dossier-assign h1 i {
  font-size: 33px;
  color: #5d5d5d;
  margin-right: 14px;
}
#dossier-assign .select {
  width: 100% !important;
  height: auto;
}
#dossier-assign .option {
  padding: 3px;
}
#dossier-assign .description {
  padding-bottom: 1em;
  color: #838383;
}
#dossier-assign .description i {
  margin-right: 1em;
}
#dossier-assign button {
  float: right;
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-top: 20px;
  height: 44px;
  width: auto;
}
#dossier-assign button:hover,
#dossier-assign button:focus,
#dossier-assign button:active,
#dossier-assign button.active,
#dossier-assign button.disabled,
#dossier-assign button[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#dossier-assign button:active,
#dossier-assign button.active {
  background-color: #cccccc \9;
}
#dossier-assign button:first-child {
  *margin-left: 0;
}
#dossier-assign button:hover,
#dossier-assign button:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#dossier-assign button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#dossier-assign button.active,
#dossier-assign button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#dossier-assign button.disabled,
#dossier-assign button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#dossier-assign button .label,
#dossier-assign button .badge {
  position: relative;
  top: -1px;
}
#dossier-assign button .ostendis-badge {
  position: relative;
  top: -1px;
}
#dossier-assign button [class^="icon-"].icon-large,
#dossier-assign button [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
#dossier-assign button [class^="icon-"].icon-spin,
#dossier-assign button [class*=" icon-"].icon-spin {
  display: inline-block;
}
#dossier-assign button [class^="icon-"].pull-left.icon-2x,
#dossier-assign button [class*=" icon-"].pull-left.icon-2x,
#dossier-assign button [class^="icon-"].pull-right.icon-2x,
#dossier-assign button [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
#dossier-assign button [class^="icon-"].icon-spin.icon-large,
#dossier-assign button [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
#dossier-assign button:hover,
#dossier-assign button:focus,
#dossier-assign button:active,
#dossier-assign button.active,
#dossier-assign button.disabled,
#dossier-assign button[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#dossier-assign button:active,
#dossier-assign button.active {
  background-color: #1f3051 \9;
}
#dossier-assign button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#dossier-assign button i {
  margin-right: 10px;
}
#mass-selection {
  position: relative;
}
#mass-selection .col-left,
#mass-selection .col-right {
  border: 1px solid #cbcbcb;
  border-top: none;
  padding: 1.5%;
  min-height: 302px;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#mass-selection .col-left {
  float: left;
  width: 47%;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
#mass-selection .col-left a {
  margin: 0 8px 0 5px;
}
#mass-selection .col-left a i {
  font-size: 16px;
}
#mass-selection .col-left a:active,
#mass-selection .col-left a.active {
  font-weight: bold;
  text-decoration: none;
}
#mass-selection .col-left a:focus {
  text-decoration: none;
}
#mass-selection .col-left .btn-group-raw-choice {
  margin-right: 8px;
}
#mass-selection .col-left .btn-group-raw-choice a {
  margin: 0 0 0 -1px;
}
#mass-selection .col-left .btn-group-raw-choice a:first-child {
  margin-left: 0;
}
#mass-selection .col-left span.selection-seperator {
  color: #cdcdcd;
}
#mass-selection .col-left select {
  width: 77px;
  padding: 0px 4px 1px 4px;
  margin-bottom: 0;
  height: 24px;
}
#mass-selection .col-left .avg-rating-range-slider-holder {
  display: inline-block;
  float: left;
  width: 214px;
  padding-left: 23px;
  margin-top: 8px;
}
#mass-selection .col-left .avg-rating-range-slider-holder .noUi-connect {
  background: #bababa;
}
#mass-selection .col-left .avg-rating-range-slider-holder .active {
  background: #4dd765;
}
#mass-selection .col-left .avg-rating-range-slider-values {
  display: inline-block;
  margin-left: 28px;
  margin-top: 4px;
  font-size: 13px;
}
#mass-selection .col-left .avg-rating-range-slider-values span {
  font-weight: bold;
  padding-left: 1px;
  padding-right: 1px;
}
#mass-selection .col-left .unanswered i {
  margin-left: 5px;
  text-decoration: none;
  font-size: 13px;
}
#mass-selection .overflow-hidden {
  overflow: hidden;
}
#mass-selection .col-right {
  float: right;
  width: 45%;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
#mass-selection .col-right .context-menu-help {
  margin-top: -15px;
  font-size: 12px;
  color: #757575;
  margin-bottom: 22px;
  margin-left: 1px;
}
#mass-selection .col-right a.btn {
  display: block;
  width: 240px;
  margin-bottom: 6px;
  text-align: left;
}
#mass-selection .col-right a.btn i {
  display: inline-block;
  width: 20px;
  padding-right: 6px;
  text-align: center;
}
#mass-selection .action-title a {
  font-size: 14px;
  float: right;
}
#mass-selection .action-title a i {
  color: #b70000;
  margin-right: 6px;
  text-decoration: none;
}
#mass-selection .selected-dossiers div.number {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #6d6d6d;
  margin-left: 11px;
}
#mass-selection div.selection-all-none {
  display: inline-block;
  margin-top: 3px;
}
#mass-selection div.selection-all-none a {
  margin-left: 0;
}
#mass-selection div.selection-all-none a:active,
#mass-selection div.selection-all-none a.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-weight: normal;
}
#mass-selection div.selection-all-none a:active:hover,
#mass-selection div.selection-all-none a.active:hover,
#mass-selection div.selection-all-none a:active:focus,
#mass-selection div.selection-all-none a.active:focus,
#mass-selection div.selection-all-none a:active:active,
#mass-selection div.selection-all-none a.active:active,
#mass-selection div.selection-all-none a:active.active,
#mass-selection div.selection-all-none a.active.active,
#mass-selection div.selection-all-none a:active.disabled,
#mass-selection div.selection-all-none a.active.disabled,
#mass-selection div.selection-all-none a:active[disabled],
#mass-selection div.selection-all-none a.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#mass-selection div.selection-all-none a:active:active,
#mass-selection div.selection-all-none a.active:active,
#mass-selection div.selection-all-none a:active.active,
#mass-selection div.selection-all-none a.active.active {
  background-color: #408140 \9;
}
#mass-selection div.selection-all-none a:active .caret,
#mass-selection div.selection-all-none a.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#mass-selection span.selection-label {
  display: inline-block;
  width: 200px;
  line-height: 34px;
}
#mass-selection .selection-gap {
  height: 6px;
}
#mass-selection span.avg-label {
  color: #6a6a6a;
  font-size: 12px;
  margin-left: 6px;
  margin-right: 9px;
}
#mass-selection .actions .action {
  margin-left: -650px;
  width: 100%;
}
#mass-selection .actions .action h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  margin-top: 25px;
  margin-bottom: 22px;
}
#mass-selection .actions .action h3 i {
  display: inline-block;
  font-size: 25px;
  margin-right: 8px;
  vertical-align: middle;
  color: #717171;
}
#mass-selection .actions .action-Rate .btn-group {
  width: 98%;
}
#mass-selection .actions .action-Rate .btn {
  padding: 5px 8px 3px 8px;
  display: inline-block;
  width: 22%;
  text-align: center;
}
#mass-selection .actions .action-Rate .cancel {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: normal;
  color: white;
}
#mass-selection .actions .action-Forward hr {
  margin-top: 8px;
  margin-bottom: 18px;
}
#mass-selection .actions .action-Forward .forwarding-favorites {
  margin-left: 0;
}
#mass-selection .actions .action-Forward .forwarding-favorites li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
#mass-selection .actions .action-Forward .forwarding-favorites li button {
  cursor: pointer;
  font-size: 13px;
  padding: 4px 10px 7px 11px;
}
#mass-selection .actions .action-AssignToJob div.filtered-list {
  margin: -6px 0 19px 6px;
}
#mass-selection .actions .action-AssignToJob div.filtered-list p {
  font-weight: 600;
  margin-bottom: 0 !important;
}
#mass-selection .actions .action-AssignToJob div.filtered-list p i {
  color: #b70000;
  font-size: 20px;
  margin-right: 14px;
}
#mass-selection .actions .action-AssignToJob div.filtered-list span {
  padding-left: 33px;
  color: #898989;
  font-size: 12px;
}
#mass-selection .actions .action-Answer .mce-edit-area {
  border-width: 0 !important;
}
#mass-selection .actions .action-Answer .mass-answer-translation-flag {
  margin-left: 15px;
  display: inline-block;
}
#mass-selection .actions .action-Answer .mass-answer-translation-flag span div.number-of-dossiers {
  border: 1px solid #d1d1d1;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
  float: left;
  font-size: 10px;
  color: #757575;
  display: block;
  height: 16px;
  margin-top: 9px;
  margin-right: -8px;
  padding: 1px 8px 0 5px;
  width: auto;
}
#mass-selection .actions .action-Answer .mass-answer-translation-flag span i {
  color: #129900;
  float: left;
  margin-top: 23px;
  margin-left: -24px;
  z-index: 1;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
}
#mass-selection .actions .action-Answer .mass-answer-translation-flag span i.icon-exclamation-sign {
  color: #c00000;
}
#mass-selection .actions .action-Answer .mass-answer-translation-flag span .img-holder {
  float: left;
  width: 32px;
  margin-right: 11px;
  padding: 1px 6px 2px 6px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s linear !important;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#mass-selection .actions .action-Answer .mass-answer-translation-flag span .img-holder:hover {
  border-color: #b9e3b4;
  -webkit-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  -moz-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  box-shadow: inset 0px 0px 0px 7px #c9f7c4;
}
#mass-selection .actions .action-Answer .mass-answer-translation-flag span img {
  opacity: 0.26;
  filter: alpha(opacity=26);
  width: 32px;
  filter: grayscale(0.6);
  -webkit-filter: grayscale(0.6);
}
#mass-selection .actions .action-Answer .mass-answer-translation-flag span.currently-active .img-holder {
  border-color: #b9e3b4;
  -webkit-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  -moz-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  box-shadow: inset 0px 0px 0px 7px #c9f7c4;
}
#mass-selection .actions .action-Answer .mass-answer-translation-flag span.active-trans img {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: none;
  -webkit-filter: grayscale(0);
}
#mass-selection .actions .action-Answer .send-answer-tt {
  margin-top: 8px;
}
#mass-selection .actions .action-Answer .excludeAnsweredDossiers-holder {
  float: left;
  padding: 6px 0 0 1px;
}
#mass-selection .actions .action-Answer .excludeAnsweredDossiers-holder input[type=checkbox] {
  float: left;
}
#mass-selection .actions .action-Answer .excludeAnsweredDossiers-holder label {
  padding-top: 0px;
  width: auto;
  padding-left: 6px;
  font-size: 13px;
}
#mass-selection .actions .action-Answer div.content-left {
  float: left;
}
#mass-selection .actions .action-Answer div.alert i {
  font-size: 32px;
  margin-top: 4px;
}
#mass-selection .actions .action-Answer h1 i {
  padding: 0 3px;
}
#mass-selection .actions .action-Answer h4 i {
  padding-right: 4px;
}
#mass-selection .actions .action-Answer .input-prepend {
  width: 100% !important;
}
#mass-selection .actions .action-Answer .input-prepend select {
  height: 34px;
  width: 458px;
}
#mass-selection .actions .action-Answer .input-prepend .answer-subject {
  width: 444px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: default !important;
}
#mass-selection .actions .action-Answer .input-prepend span {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#mass-selection .actions .action-Answer .input-prepend span.add-on {
  text-align: right;
  padding-right: 10px;
  width: 95px;
  color: #7e7e7e;
  font-size: 11px;
}
#mass-selection .actions .action-Answer .input-prepend span.uneditable-input {
  width: 506px !important;
  padding-left: 10px;
  background-color: #eeeeee;
}
#mass-selection .actions .action-Answer .input-prepend div.recipient-counter {
  float: right;
  display: inline-block;
  margin-top: 4px;
}
#mass-selection .actions .action-Answer .input-prepend div.recipient-counter div {
  display: inline-block;
}
#mass-selection .actions .action-Answer .input-prepend div.recipient-counter div.text {
  font-size: 10px;
  color: #747474;
  border-left: 1px solid #bfbfbf;
  padding-left: 9px;
  white-space: normal;
  width: 63px;
}
#mass-selection .actions .action-Answer .input-prepend div.recipient-counter div.count {
  font-size: 20px;
  vertical-align: top;
  padding-right: 10px;
}
#mass-selection .actions .action-Answer .input-prepend .btn-group a.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
#mass-selection .actions .action-Answer .input-prepend .btn-group a.btn:first-child {
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn {
  display: inline-block;
  color: #717171;
  font-weight: 400;
  width: 128px;
  text-align: center;
  opacity: 0.64;
  filter: alpha(opacity=64);
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good:hover,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good:hover:hover,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good.active:hover,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good:hover:focus,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good.active:focus,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good:hover:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good.active:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good:hover.active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good.active.active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good:hover.disabled,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good.active.disabled,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good:hover[disabled],
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good:hover:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good.active:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good:hover.active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good.active.active {
  background-color: #408140 \9;
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good:hover .caret,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.good.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average:hover,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average:hover:hover,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average.active:hover,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average:hover:focus,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average.active:focus,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average:hover:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average.active:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average:hover.active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average.active.active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average:hover.disabled,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average.active.disabled,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average:hover[disabled],
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average.active[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average:hover:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average.active:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average:hover.active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average.active.active {
  background-color: #c67605 \9;
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average:hover .caret,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.average.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad:hover,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad:hover:hover,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad.active:hover,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad:hover:focus,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad.active:focus,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad:hover:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad.active:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad:hover.active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad.active.active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad:hover.disabled,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad.active.disabled,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad:hover[disabled],
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad.active[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad:hover:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad.active:active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad:hover.active,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad.active.active {
  background-color: #942a25 \9;
}
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad:hover .caret,
#mass-selection .actions .action-Answer .btn-group-raw-choice .btn.bad.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#mass-selection .actions .action-Answer .btn-group-raw-choice.error a,
#mass-selection .actions .action-Answer .btn-group-recipient-choice.error a {
  border-color: #ff7070;
  box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
}
#mass-selection .actions .action-Answer #delayedSendTime.error {
  border-color: #ff7070;
  box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
}
#mass-selection .actions .action-Answer p.from {
  float: left;
  padding-top: 8px;
}
#mass-selection .actions .action-Answer div.clearfix {
  height: 0px;
  clear: both;
}
#mass-selection .actions .action-Answer textarea {
  height: 340px;
}
#mass-selection .actions .action-Answer textarea.error {
  border-color: #ff7070;
  box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
}
#mass-selection .actions .action-Answer .alert-info {
  font-size: 13px;
  margin-top: 14px;
  margin-bottom: 16px;
}
#mass-selection .actions .action-Answer .mce-tinymce {
  margin-bottom: 15px;
}
#mass-selection .actions .action-Answer .mce-tinymce.error {
  border: 1px solid red;
}
#mass-selection .actions .action-Answer label {
  float: left;
  padding-top: 8px;
  width: 130px;
}
#mass-selection .actions .action-Answer button.submit,
#mass-selection .actions .action-Answer button.cancel {
  padding: 5px 12px 6px 12px;
  margin-left: 0;
}
#mass-selection .actions .action-Answer .answer-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 9px 14px;
  margin-bottom: 17px;
  max-height: 340px;
  overflow: auto;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  transition: border 0.2s linear box-shadow 0.2s linear linear !important;
  -webkit-transition: border 0.2s linear box-shadow 0.2s linear linear !important;
  -moz-transition: border 0.2s linear box-shadow 0.2s linear linear !important;
  -o-transition: border 0.2s linear box-shadow 0.2s linear linear !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
}
#mass-selection .mass-selection-sticky {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  bottom: 145px;
  right: -945px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 240px;
  z-index: 200;
  background-color: #ffffff;
  padding: 11px 16px 5px 16px;
  border: 1px solid #7d7d7d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 1900px) {
  #mass-selection .mass-selection-sticky {
    right: -1585px;
    bottom: 119px;
  }
}
#mass-selection .mass-selection-sticky .num-dossiers {
  margin-top: 10px;
}
#mass-selection .mass-selection-sticky .num-dossiers span {
  font-size: 15px;
  margin-left: 2px;
  margin-right: 7px;
  font-weight: bold;
}
#mass-selection .mass-selection-sticky .context-menu-help {
  font-size: 12px;
  color: #6d6d6d;
  padding-left: 19px;
  margin-bottom: 12px;
}
#mass-selection .mass-selection-sticky .title {
  font-weight: bold;
  font-size: 15px;
  margin-left: -1px;
  margin-bottom: 12px;
}
#mass-selection .mass-selection-sticky .title i {
  margin-right: 3px;
}
#mass-selection .mass-selection-sticky a {
  display: block;
  margin-bottom: 5px;
}
#mass-selection .mass-selection-sticky a i {
  padding-right: 9px;
  text-decoration: none;
}
#mass-selection .mass-selection-sticky a i.icon-remove-sign {
  color: #b70000;
}
.mass-selection-cb {
  width: 16px !important;
  height: 16px !important;
  margin-top: -4px !important;
}
.mass-selection-overlay {
  position: absolute;
  height: 100%;
  width: 1266px;
  z-index: 100;
  margin-left: -25px;
  cursor: pointer;
  top: 0;
}
.mass-selection-context-menu li {
  line-height: 24px;
}
.mass-selection-context-menu li a {
  line-height: 24px;
}
.mass-selection-context-menu li i {
  display: inline-block;
  width: 14px;
  text-align: center;
  margin-right: 8px;
}
.mass-selection-context-menu .dropdown-menu-title {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 2px;
  margin-top: 6px;
  font-size: 18px;
}
.mass-selection-context-menu .num-dossiers {
  color: #717171;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 11px;
  margin-left: 2px;
}
.mass-selection-context-menu .num-dossiers span {
  color: inherit;
  font-weight: bold;
  margin-right: 2px;
}
#candidate-summary-wrapper div.view-desc {
  float: left;
  text-align: center;
  margin-right: 6px;
  width: 34px;
}
#candidate-summary-wrapper div.view-desc div {
  width: 138px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  color: #cfcfcf;
  letter-spacing: 1px;
  font-size: 24.5px;
  margin: 51px 0 0 -55px;
}
#candidate-summary-wrapper a.back-to-candidates {
  float: right;
  margin-right: 7px;
  margin-top: 11px;
}
#candidate-summary-wrapper img {
  padding-right: 2px;
}
#candidate-summary-wrapper img.thumb {
  border-radius: 7px;
  width: 138px;
  height: 138px;
  float: left;
  margin-right: 20px;
}
#candidate-summary-wrapper h3 {
  margin-bottom: 3px;
}
#candidate-summary-wrapper p {
  margin-left: 170px;
}
#candidate-summary-wrapper p.sex-age {
  color: #a8a8a8;
  font-size: 13px;
}
#candidate-summary-wrapper p.sex-age i {
  padding-left: 4px;
  padding-right: 1px;
}
#candidate-summary-wrapper p.sex-age span {
  padding-left: 5px;
}
#candidate-summary-wrapper p i.icon-phone {
  padding-right: 5px;
  padding-left: 2px;
}
#candidate-summary-wrapper p i.icon-envelope {
  padding-right: 3px;
  padding-left: 1px;
}
#candidate-tabs {
  padding-top: 40px;
  clear: both;
}
#candidate-wrapper .sex-icon {
  width: 26px;
  padding-right: 6px;
  text-align: center;
}
#candidate-wrapper .sex-icon i {
  display: inline;
}
#candidate-wrapper th {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
#candidate-wrapper th.last-dossier {
  width: 87px;
}
#candidate-wrapper tbody a:hover {
  text-decoration: none;
}
#candidate-wrapper .text-center {
  text-align: center !important;
}
#candidate-wrapper i.icon-male,
#candidate-wrapper i.icon-female,
#candidate-wrapper i.icon-question {
  padding-left: 4px;
}
#candidate-search #status-value-slider > div.noUi-base > div.noUi-connect {
  background-color: #FAFAFA;
}
#candidate-search .slider-holder {
  float: left;
  width: 238px;
  padding: 1px 13px 54px 16px;
  margin-bottom: 7px;
}
#candidate-search .distance-value-slider-addition {
  position: relative;
  font-size: 11px;
  margin-top: 46px;
  width: 345px;
  margin-left: -12px;
}
#candidate-search .distance-value-slider-warning {
  position: relative;
  color: #b70000;
}
#candidate-search .distance-value-slider-reset {
  position: relative;
  text-align: right;
  padding-right: 9px;
}
#candidate-search #distance-value-slider .noUi-pips div:last-child:before {
  content: '>';
}
#candidate-search .slider-values {
  float: right;
  width: 72px;
  font-size: 0;
  margin-top: -16px;
}
#candidate-search .slider-values p {
  text-align: center;
  padding: 0;
  margin: 0;
}
#candidate-search .slider-values p.title {
  font-size: 10px;
  padding-bottom: 5px;
  line-height: 10px;
}
#candidate-search .slider-values p.value {
  font-size: 12px;
  font-weight: bold;
  color: #4DD765 !important;
}
#candidate-search .slider-values p.value span {
  margin-right: 2px;
  font-weight: inherit;
}
#candidate-search .slider-values div {
  margin: 0;
  padding: 0;
}
#candidate-search .slider-values div.col-1-2 {
  display: inline-block;
  width: 48%;
  border-left: 1px solid #c8c8c8;
}
#candidate-search .slider-values div.col-1-2:first-child {
  border-left: 0 !important;
}
#candidate-search .slider-values div.col-1-2:first-child p {
  text-align: right;
  margin-right: 7px;
}
#candidate-search .slider-values div.col-1-2 p {
  text-align: left;
  margin-left: 7px;
}
#candidate-search .slider-values div.desc {
  display: block;
  font-size: 10px;
  text-align: center;
  margin-top: 3px;
  font-weight: bold;
  color: #9e9e9e;
}
#candidate-search .ostendis-switch {
  margin-left: 13px;
}
#candidate-search .ostendis-switch span {
  margin-right: 8px;
}
#candidate-search .and-separator,
#candidate-search .and-separator-small {
  float: left;
  text-align: center;
  width: 36px;
  margin: 0;
  font-size: 10px;
  color: #8c8c8c;
  margin-top: 143px;
}
#candidate-search .and-separator-small {
  margin-top: 130px;
  margin-left: 4px;
}
#candidate-search form.edge-data .age {
  margin-bottom: 5px;
}
#candidate-search form.edge-data .sex {
  height: 97px;
}
#candidate-search form.edge-data .sex label.sex-checkbox {
  display: inline-block;
}
#candidate-search form.edge-data .rating {
  margin-bottom: 5px;
}
#candidate-search form.edge-data .status {
  height: 97px;
}
#candidate-search form.edge-data .distance {
  height: 100%;
}
#candidate-search form.edge-data .distance label.control-label {
  width: 66px;
}
#candidate-search form.edge-data .distance .controls {
  margin-left: 85px;
}
#candidate-search form.edge-data .distance .ostendis-switch span {
  margin-left: 5px;
  margin-right: 18px;
}
#candidate-search form.edge-data .distance .slider-holder {
  width: 248px;
  padding-bottom: 11px;
}
#candidate-search form.edge-data .col-1-3 {
  float: left;
  width: 31.4%;
  height: 280px;
}
#candidate-search form.edge-data .col-box {
  padding: 7px 21px 7px 21px;
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#candidate-search form.edge-data .col-box:first-child {
  margin-left: 0;
}
#candidate-search h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 23px;
}
#candidate-search fieldset.col-1-1,
#candidate-search fieldset.col-1-2 {
  position: relative;
  background-color: #f2f2f2;
  margin-top: 38px;
  margin-bottom: 47px;
  width: 44.7%;
  padding: 7px 22px 12px 22px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 216px;
}
#candidate-search fieldset.col-1-1 {
  width: auto;
  min-height: auto;
  margin-bottom: 0;
}
#candidate-search .simple-search-toggler {
  margin-top: 9px;
  margin-bottom: 35px;
}
#candidate-search .simple-search-toggler button {
  width: 199px;
}
#candidate-search .simple-search-toggler button:hover,
#candidate-search .simple-search-toggler button.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#candidate-search .simple-search-toggler button:hover:hover,
#candidate-search .simple-search-toggler button.active:hover,
#candidate-search .simple-search-toggler button:hover:focus,
#candidate-search .simple-search-toggler button.active:focus,
#candidate-search .simple-search-toggler button:hover:active,
#candidate-search .simple-search-toggler button.active:active,
#candidate-search .simple-search-toggler button:hover.active,
#candidate-search .simple-search-toggler button.active.active,
#candidate-search .simple-search-toggler button:hover.disabled,
#candidate-search .simple-search-toggler button.active.disabled,
#candidate-search .simple-search-toggler button:hover[disabled],
#candidate-search .simple-search-toggler button.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#candidate-search .simple-search-toggler button:hover:active,
#candidate-search .simple-search-toggler button.active:active,
#candidate-search .simple-search-toggler button:hover.active,
#candidate-search .simple-search-toggler button.active.active {
  background-color: #408140 \9;
}
#candidate-search .simple-search-toggler button:hover .caret,
#candidate-search .simple-search-toggler button.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#candidate-search .search-reset {
  display: inline-block;
  float: right;
  margin-top: 9px;
  width: 233px;
}
#candidate-search .search-reset button {
  width: 100%;
}
#candidate-search .simple-search-no-results,
#candidate-search .simple-search-max-results {
  padding: 2%;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  width: 460px;
  padding-left: 27px;
  padding-right: 11px;
  margin-top: 30px;
  margin-bottom: 0;
}
#candidate-search .simple-search-no-results h4,
#candidate-search .simple-search-max-results h4,
#candidate-search .simple-search-no-results p,
#candidate-search .simple-search-max-results p {
  display: inline-block;
}
#candidate-search .simple-search-no-results p,
#candidate-search .simple-search-max-results p {
  margin-left: 11px;
}
#candidate-search .simple-search-no-results {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
#candidate-search .simple-search-max-results {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
#candidate-search .simple-search {
  margin-top: 0 !important;
  margin-bottom: 84px;
  padding-top: 32px !important;
}
#candidate-search .simple-search .input-append {
  display: block;
  width: 100%;
}
#candidate-search .simple-search input {
  height: 46px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%;
  box-sizing: border-box;
}
#candidate-search .simple-search button {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  width: 25%;
  font-size: 16px;
  height: 46px;
}
#candidate-search .simple-search button:hover,
#candidate-search .simple-search button:focus,
#candidate-search .simple-search button:active,
#candidate-search .simple-search button.active,
#candidate-search .simple-search button.disabled,
#candidate-search .simple-search button[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#candidate-search .simple-search button:active,
#candidate-search .simple-search button.active {
  background-color: #1f3051 \9;
}
#candidate-search .simple-search button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#candidate-search .simple-search button div {
  color: inherit;
}
#candidate-search .simple-search button i {
  margin-left: 6px;
  margin-right: 10px;
}
#candidate-search .searchTerm-logic-buttons {
  position: absolute !important;
  top: 12px;
  right: 22px;
}
#candidate-search .searchTerm-logic-buttons span {
  display: inline-block;
  font-size: 12px;
  padding-top: 6px;
  padding-right: 9px;
  color: #5e5e5e;
}
#candidate-search .searchTerm-logic-buttons .btn-group {
  vertical-align: top;
}
#candidate-search .searchTerm-logic-buttons button:hover,
#candidate-search .searchTerm-logic-buttons button.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#candidate-search .searchTerm-logic-buttons button:hover:hover,
#candidate-search .searchTerm-logic-buttons button.active:hover,
#candidate-search .searchTerm-logic-buttons button:hover:focus,
#candidate-search .searchTerm-logic-buttons button.active:focus,
#candidate-search .searchTerm-logic-buttons button:hover:active,
#candidate-search .searchTerm-logic-buttons button.active:active,
#candidate-search .searchTerm-logic-buttons button:hover.active,
#candidate-search .searchTerm-logic-buttons button.active.active,
#candidate-search .searchTerm-logic-buttons button:hover.disabled,
#candidate-search .searchTerm-logic-buttons button.active.disabled,
#candidate-search .searchTerm-logic-buttons button:hover[disabled],
#candidate-search .searchTerm-logic-buttons button.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#candidate-search .searchTerm-logic-buttons button:hover:active,
#candidate-search .searchTerm-logic-buttons button.active:active,
#candidate-search .searchTerm-logic-buttons button:hover.active,
#candidate-search .searchTerm-logic-buttons button.active.active {
  background-color: #408140 \9;
}
#candidate-search .searchTerm-logic-buttons button:hover .caret,
#candidate-search .searchTerm-logic-buttons button.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#candidate-search #searchTerms .input-append {
  margin-bottom: 0;
}
#candidate-search #searchTerms input {
  width: 347px;
}
#candidate-search #searchTerms button.add-searchterm {
  width: 205px;
}
#candidate-search #searchTerms button.add-searchterm i {
  color: #6d6d6d;
  margin-right: 4px;
}
#candidate-search #keywords .input-append {
  margin-bottom: 0;
}
#candidate-search #keywords input {
  width: 354px;
}
#candidate-search #keywords button.add-keyword {
  width: 203px;
}
#candidate-search #keywords button.add-keyword i {
  color: #6d6d6d;
  margin-right: 4px;
}
#candidate-search ul.keywords li span {
  margin-left: 4px;
  font-size: 11px;
  color: #737373;
  display: inline-block !important;
}
#candidate-search ul.keywords li:last-child span {
  display: none !important;
}
#candidate-search .result-count-to-high,
#candidate-search .result-count-to-low {
  padding: 2%;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  float: right;
  width: 45.3%;
  padding-left: 27px;
  padding-right: 11px;
}
#candidate-search .result-count-to-high {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  margin-top: 24px;
}
#candidate-search .result-count-to-high p {
  margin-left: 1px;
}
#candidate-search .result-count-to-low {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
#candidate-search .result-count-to-low h4,
#candidate-search .result-count-to-low p {
  display: inline-block;
}
#candidate-search .result-count-to-low p {
  margin-left: 11px;
}
#candidate-search #submit-btn {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float: right;
  text-align: left;
  width: 48.4%;
  padding-left: 29px;
  padding-right: 12px;
  height: 73px;
}
#candidate-search #submit-btn:hover,
#candidate-search #submit-btn:focus,
#candidate-search #submit-btn:active,
#candidate-search #submit-btn.active,
#candidate-search #submit-btn.disabled,
#candidate-search #submit-btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#candidate-search #submit-btn:active,
#candidate-search #submit-btn.active {
  background-color: #cccccc \9;
}
#candidate-search #submit-btn:first-child {
  *margin-left: 0;
}
#candidate-search #submit-btn:hover,
#candidate-search #submit-btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#candidate-search #submit-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#candidate-search #submit-btn.active,
#candidate-search #submit-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#candidate-search #submit-btn.disabled,
#candidate-search #submit-btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#candidate-search #submit-btn .label,
#candidate-search #submit-btn .badge {
  position: relative;
  top: -1px;
}
#candidate-search #submit-btn .ostendis-badge {
  position: relative;
  top: -1px;
}
#candidate-search #submit-btn [class^="icon-"].icon-large,
#candidate-search #submit-btn [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
#candidate-search #submit-btn [class^="icon-"].icon-spin,
#candidate-search #submit-btn [class*=" icon-"].icon-spin {
  display: inline-block;
}
#candidate-search #submit-btn [class^="icon-"].pull-left.icon-2x,
#candidate-search #submit-btn [class*=" icon-"].pull-left.icon-2x,
#candidate-search #submit-btn [class^="icon-"].pull-right.icon-2x,
#candidate-search #submit-btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
#candidate-search #submit-btn [class^="icon-"].icon-spin.icon-large,
#candidate-search #submit-btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
#candidate-search #submit-btn:hover,
#candidate-search #submit-btn:focus,
#candidate-search #submit-btn:active,
#candidate-search #submit-btn.active,
#candidate-search #submit-btn.disabled,
#candidate-search #submit-btn[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#candidate-search #submit-btn:active,
#candidate-search #submit-btn.active {
  background-color: #1f3051 \9;
}
#candidate-search #submit-btn .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#candidate-search #submit-btn span.btn-text {
  color: inherit;
  display: inline-block;
  padding-top: 6px;
}
#candidate-search #submit-btn span.btn-text div {
  color: inherit;
}
#candidate-search #submit-btn i {
  margin-right: 15px;
  font-size: 23px;
}
#candidate-search #keywords div {
  cursor: pointer;
}
#candidate-search .result-count {
  float: right;
  width: 216px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 2px 7px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  margin-top: -1px;
}
#candidate-search .result-count div,
#candidate-search .result-count span {
  color: white;
}
#candidate-search .result-count .text {
  float: left;
  display: inline-block;
  padding-right: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.59);
  font-size: 10px;
}
#candidate-search .result-count .text :first-child {
  font-size: 14.9px;
}
#candidate-search .result-count .number {
  float: right;
  display: inline-block;
  font-size: 20px;
  width: 45px;
  text-align: center;
  padding-top: 2px;
}
#candidate-search .result-count .number span {
  font-weight: 600;
}
#candidate-search h1 .result-count {
  margin-top: -7px;
  background-color: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #d8d8d8;
}
#candidate-search h1 .result-count div,
#candidate-search h1 .result-count span {
  color: #000000;
}
#candidate-search h1 .result-count .text {
  border-right: 1px solid #cccccc;
}
#candidate-search-results .sticky-header {
  position: fixed;
  top: 55px;
  z-index: 11;
  width: 1264px;
}
#candidate-search-results .sticky-header-helper {
  background-color: #ffffff;
  z-index: 10;
  position: fixed;
  top: 37px;
  height: 40px;
  width: 1266px;
}
#candidate-search-results .extra-margin {
  margin-top: 38px;
}
#candidate-search-results tr.mass-selection:hover .actions .no-opacity,
#candidate-search-results tr.mass-selection:hover .dossier-info-actions .no-opacity,
#candidate-search-results tr.mass-selection:hover .dossier-dragger .no-opacity,
#candidate-search-results tr.mass-selection:hover .dossier-merge-dragger .no-opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}
#candidate-search-results tr.mass-selection:hover .show-on-row-hover {
  display: none;
}
#candidate-search-results tr.mass-selection td {
  position: relative;
}
#candidate-search-results tr.mass-selection-active td {
  background: #cfcfcf;
  background-color: #cfcfcf;
  background-image: -webkit-linear-gradient(top, #cfcfcf, #aaaaaa);
  background-image: -moz-linear-gradient(top, #cfcfcf, #aaaaaa);
  background-image: -o-linear-gradient(top, #cfcfcf, #aaaaaa);
  background-image: -ms-linear-gradient(top, #cfcfcf, #aaaaaa);
  background-image: linear-gradient(top, #cfcfcf, #aaaaaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cfcfcf, endColorstr=#aaaaaa, GradientType=0);
  
}
#particular-details-frame {
  margin-bottom: 60px;
}
#particular-details-frame #init-text {
  overflow: hidden;
}
#particular-details-frame .radio-group {
  height: 30px;
  margin-left: 6px;
  padding-top: 0px;
}
#particular-details-frame input[type=submit] {
  margin-top: 6px;
  margin-bottom: 6px;
}
#headerInfos {
  float: right;
}
#headerInfos strong {
  font-weight: 600;
}
#headerInfos table {
  margin-top: 9px;
  margin-right: 2px;
}
#headerInfos table tr {
  line-height: 15px !important;
}
#headerInfos table td {
  color: #939393;
  font-size: 11px;
}
#headerInfos table td.value {
  padding-left: 10px;
  color: #dadada;
}
#headerInfos table td a {
  color: #80aeff;
}
#legacy-dossier-rows div.alert p {
  font-size: 14px;
}
#legacy-dossier-rows div.alert a {
  padding-left: 0px;
  color: #3b5c9b;
  font-size: 14px;
}
#legacy-dossier-rows div.alert a:hover {
  color: #2d4676;
}
#legacy-dossier-rows table i {
  font-size: 12px;
  color: #96cddc;
  padding-right: 5px;
}
#legacy-dossier-rows table .unread {
  font-weight: bold;
}
#legacy-dossier-rows table tr {
  cursor: pointer;
}
#legacy-dossier-rows table tr td.particular {
  width: 440px;
}
#legacy-dossier-rows table tr td.received {
  width: 88px;
  text-align: right;
}
body.login .pageWrapper {
  position: static !important;
}
body.login p,
body.login h1,
body.login div:not(.alert),
body.login a {
  color: rgba(255, 255, 255, 0.97);
}
body.login a {
  color: rgba(255, 255, 255, 0.8);
}
body.login a:hover {
  color: #ffffff;
}
body.login .applicant-info p,
body.login .applicant-info a {
  color: inherit;
}
body.login .background {
  position: static;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover !important;
}
body.login .background div.imgDesc {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.62);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 18px 7px 18px;
  display: none;
}
body.login .background div.imgDesc p.title {
  font-size: 18px;
  line-height: 1.3;
}
body.login .background div.imgDesc p.title span {
  font-size: 12px;
}
body.login .background div.imgDesc p.licence {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.72);
}
body.login .background div.imgDesc p.licence a {
  font-size: inherit;
  color: inherit;
}
body.login .background div.imgDesc p.licence i {
  margin-left: 3px;
}
body.login .subform-logininfo {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  padding-top: 12px;
  margin: 5%;
}
body.login .subform-logininfo p.title {
  font-size: 18px;
  line-height: 1.3;
}
body.login .subform-logininfo p.text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}
body.login .bg-image-1 {
  background: url("/pub/login_image/1") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-1 div.imgDesc.imgDesc-1 {
  display: block;
}
body.login .bg-image-2 {
  background: url("/pub/login_image/2") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-2 div.imgDesc.imgDesc-2 {
  display: block;
}
body.login .bg-image-3 {
  background: url("/pub/login_image/3") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-3 div.imgDesc.imgDesc-3 {
  display: block;
}
body.login .bg-image-4 {
  background: url("/pub/login_image/4") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-4 div.imgDesc.imgDesc-4 {
  display: block;
}
body.login .bg-image-5 {
  background: url("/pub/login_image/5") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-5 div.imgDesc.imgDesc-5 {
  display: block;
}
body.login .bg-image-6 {
  background: url("/pub/login_image/6") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-6 div.imgDesc.imgDesc-6 {
  display: block;
}
body.login .bg-image-7 {
  background: url("/pub/login_image/7") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-7 div.imgDesc.imgDesc-7 {
  display: block;
}
body.login .bg-image-8 {
  background: url("/pub/login_image/8") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-8 div.imgDesc.imgDesc-8 {
  display: block;
}
body.login .bg-image-9 {
  background: url("/pub/login_image/9") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-9 div.imgDesc.imgDesc-9 {
  display: block;
}
body.login .bg-image-10 {
  background: url("/pub/login_image/10") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-10 div.imgDesc.imgDesc-10 {
  display: block;
}
body.login .bg-image-11 {
  background: url("/pub/login_image/11") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-11 div.imgDesc.imgDesc-11 {
  display: block;
}
body.login .bg-image-12 {
  background: url("/pub/login_image/12") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-12 div.imgDesc.imgDesc-12 {
  display: block;
}
body.login .bg-image-13 {
  background: url("/pub/login_image/13") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-13 div.imgDesc.imgDesc-13 {
  display: block;
}
body.login .bg-image-14 {
  background: url("/pub/login_image/14") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-14 div.imgDesc.imgDesc-14 {
  display: block;
}
body.login .bg-image-15 {
  background: url("/pub/login_image/15") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-15 div.imgDesc.imgDesc-15 {
  display: block;
}
body.login .bg-image-16 {
  background: url("/pub/login_image/16") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-16 div.imgDesc.imgDesc-16 {
  display: block;
}
body.login .bg-image-17 {
  background: url("/pub/login_image/17") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-17 div.imgDesc.imgDesc-17 {
  display: block;
}
body.login .bg-image-18 {
  background: url("/pub/login_image/18") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-18 div.imgDesc.imgDesc-18 {
  display: block;
}
body.login .bg-image-19 {
  background: url("/pub/login_image/19") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-19 div.imgDesc.imgDesc-19 {
  display: block;
}
body.login .bg-image-20 {
  background: url("/pub/login_image/20") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-20 div.imgDesc.imgDesc-20 {
  display: block;
}
body.login .bg-image-21 {
  background: url("/pub/login_image/21") no-repeat center center fixed;
  background-size: cover;
}
body.login .bg-image-21 div.imgDesc.imgDesc-21 {
  display: block;
}
body.login #header-content-space {
  display: none;
}
body.login #content {
  min-height: calc(100vh - 140px);
}
#form-login {
  margin: 5% auto 0;
  width: 100%;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.58);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 19px 4px 8px 3px;
}
#form-login .lang-selection a {
  margin-right: 6px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: 0.6s;
  transform-style: preserve-3d;
}
#form-login .lang-selection a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#form-login .lang-selection a img {
  margin-bottom: -3px;
  transition: 0.6s;
  transform-style: preserve-3d;
}
#form-login .lang-selection a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#form-login .lang-selection a:hover img {
  transform: rotateY(180deg);
}
#form-login input:not([type="submit"]) {
  width: 308px;
}
#form-login .controls {
  width: 322px;
}
#form-login .applicant-info {
  padding: 2%;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  width: 420px;
  margin: 0 auto 25px;
}
#form-login .applicant-info i {
  font-size: 37px;
  padding-right: 12px;
  color: rgba(58, 135, 173, 0.78);
}
#form-login .applicant-info p {
  float: right;
  font-size: 16px;
  line-height: 37px;
  width: 375px;
  margin-top: 5px;
}
#form-login .applicant-info p a {
  padding-left: 8px;
}
#form-login .applicant-info p a span {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
#form-login h1 {
  margin: 0 5% 5%;
  width: 490px;
}
#form-login div.alert {
  width: 420px;
}
#form-login label.checkbox {
  color: #9d9d9d;
  float: left;
  padding-top: 5px;
  padding-left: 28px;
}
#form-login label.forgot-password,
#form-login label.back-to-login {
  float: left;
  padding-top: 4px;
  padding-left: 1px;
  font-size: 12px;
}
#form-login label.recovery-code-link,
#form-login label.otp-link {
  font-size: 12px;
}
#form-login label.back-to-login {
  padding-top: 12px;
}
#form-login div.no-pw-info {
  margin-top: 51px;
  width: 490px;
  margin-left: 33px;
}
#form-login div.no-pw-info p {
  color: #7d7d7d;
}
#form-login div.no-pw-info p strong {
  color: #595959;
}
#form-login button {
  position: relative;
  float: right;
  height: 30px;
  min-width: 95px;
  margin-top: 7px;
}
#form-login button span {
  color: inherit;
  font-family: inherit;
}
i.auto-logout {
  padding-right: 6px;
}
#account {
  width: 100%;
  margin-bottom: 20px;
}
#account .col-half-width {
  width: 50%;
}
#account #contactImage {
  width: 220px;
}
#account .center-bottom {
  position: absolute;
  bottom: 22%;
  left: 51%;
  transform: translate(-50%, 0px);
  color: white;
  cursor: pointer !important;
  z-index: 99999;
}
#account .cr-boundary {
  border-radius: 4px;
  background-color: white;
}
#account .cr-slider-wrap {
  width: 220px;
}
#account p.email {
  margin: 3px 0 19px 21px;
}
#account ul.nav {
  margin-right: 25px;
}
#account ul.nav li a {
  padding-right: 26px;
}
#account ul.nav li.active a {
  color: #007f95;
  background-color: #EEE;
  border-color: #EEE #c9c9c9 #EEE #EEE;
}
#account ul.nav i {
  width: 23px;
  float: left;
  padding-top: 3px;
  font-size: 17px;
}
#account ul.nav i.icon-lock {
  padding-left: 1px;
  width: 22px;
}
#account .edition-tab {
  padding: 10px;
}
#account div.ostendis-tab-contents {
  position: relative;
  margin-right: 0;
}
#account div.ostendis-tab-contents div.tab-pane {
  display: block;
  width: 100%;
}
#account div.ostendis-tab-contents h1 {
  margin-top: 0px;
  margin-bottom: 24px;
}
#account div.ostendis-tab-contents #form-particular {
  width: 100%;
}
#account div.ostendis-tab-contents .downgrade-hint {
  margin-top: 24px;
  max-width: 672px;
}
#account div.ostendis-tab-contents .account-delete-wrapper {
  margin-top: 32px;
}
#account div.ostendis-tab-contents .account-delete-wrapper a.btn-ostendis {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 18px;
  padding: 24px 33px 29px 33px;
}
#account div.ostendis-tab-contents .account-delete-wrapper button.btn-danger {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 24px 33px 29px 33px;
}
#form-2fa-activated {
  margin: 0;
}
.recovery-code-placeholder {
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.recovery-code-placeholder div {
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 16px;
}
#accountPromotion-frame {
  padding: 30px;
}
#accountPromotion-frame .buttons {
  position: absolute;
  width: 100%;
  top: 425px;
}
#accountPromotion-frame .buttons i {
  font-size: 17px;
}
#accountPromotion-frame .buttons #back i {
  margin-right: 7px;
}
#accountPromotion-frame .buttons #next i {
  margin-left: 7px;
}
#accountPromotion-frame div.stepState {
  margin-bottom: 16px;
}
#accountPromotion-frame div.stepState div.step {
  float: left;
  margin-left: 7px;
  height: 6px;
  width: 24.3%;
  background-color: #ededed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#accountPromotion-frame div.stepState div.step.first {
  margin-left: 0px;
}
#accountPromotion-frame div.stepState div.step.active {
  background-color: #c6c6c6;
}
#accountPromotion-frame div.promo-content-wrapper {
  min-height: 468px;
}
#accountPromotion-frame div.promo-content-wrapper div.promo-content {
  position: absolute;
  width: 795px;
  left: 820px;
}
#accountPromotion-frame div.promo-content-wrapper div.promo-content div.personalGeneric div.additional-infos {
  margin: 15px 71px 0 71px;
}
#accountPromotion-frame div.promo-content-wrapper div.promo-content div.personalGeneric div.additional-infos div {
  width: 290px;
  font-size: 11px;
  color: #3f3f3f;
}
#accountPromotion-frame div.promo-content-wrapper div.promo-content div.personalGeneric div.font-align-center {
  text-align: center;
}
#accountPromotion-frame div.promo-content-wrapper div.promo-content div.personalGeneric div.font-align-center p.email {
  font-size: 26px;
  margin-bottom: 36px;
}
#accountPromotion-frame div.promo-content-wrapper div.promo-content div.personalGeneric div.font-align-center span.buttonConnector {
  margin-left: 17px;
  margin-right: 17px;
}
#accountPromotion-frame div.promo-content-wrapper div.promo-content div.personalGeneric div.font-align-center button {
  width: 290px;
}
#accountPromotion-frame div.particularDetails form {
  width: 480px;
  margin-top: 21px;
}
#accountPromotion-frame div.companyChoice div.companies {
  margin-top: 17px;
  height: 235px;
  overflow: hidden;
  padding-right: 19px;
}
#accountPromotion-frame div.companyChoice div.companies div.company {
  border: 1px solid #d6d6d6;
  padding: 7px 12px;
  margin-bottom: 11px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f8f8f8;
  cursor: pointer;
}
#accountPromotion-frame div.companyChoice div.companies div.company span {
  font-size: 15px;
  color: #6d6d6d;
}
#accountPromotion-frame div.companyChoice div.companies div.company span span {
  font-size: 13px;
  color: #979797;
  margin-left: 8px;
}
#accountPromotion-frame div.companyChoice div.companies div.company i {
  font-size: 19px;
  padding-right: 12px;
  color: #afafaf;
}
#accountPromotion-frame div.companyChoice div.companies div.company:hover {
  border-color: #c7c7c7;
  background-color: #e9e9e9;
}
#accountPromotion-frame div.companyChoice div.companies div.company:hover span {
  color: #686868;
}
#accountPromotion-frame div.companyChoice div.companies div.company:hover span span {
  color: #8d8d8d;
}
#accountPromotion-frame div.companyChoice div.companies div.company:hover i {
  color: #a1a1a1;
}
#accountPromotion-frame div.companyChoice div.no-company {
  margin-top: 12px;
}
#accountPromotion-frame div.companyChoice div.no-company a {
  margin-left: 14px;
}
#accountPromotion-frame div.companyChoice div.no-company i {
  margin-left: 15px;
  color: #3b5c9b;
}
#accountPromotion-frame div.companyChoice div.companyInput {
  display: none;
  margin-top: 12px;
  margin-left: 1px;
}
#accountPromotion-frame div.companyChoice div.companyInput i.icon-plus,
#accountPromotion-frame div.companyChoice div.companyInput i.icon-arrow-right {
  margin-left: 5px;
}
#accountPromotion-frame div.companyChoice div.companyInput div {
  width: 625px;
}
#accountPromotion-frame div.companyChoice div.companyInput span {
  height: 24px;
  width: 27px;
  padding-top: 6px;
}
#accountPromotion-frame div.companyChoice div.companyInput span i {
  font-size: 19px;
  color: #afafaf;
}
#accountPromotion-frame div.companyChoice div.companyInput input {
  height: 26px;
  padding-left: 13px;
  width: 100%;
}
#accountPromotion-frame div.companyChoice div.companyInput button {
  height: 36px;
}
#accountPromotion-frame form#form-account-company-infos button {
  padding-left: 30px;
  padding-right: 30px;
}
.company-exist {
  width: 670px;
}
.company-exist i {
  font-size: 42px;
  color: #ec7d10;
  float: left;
  padding: 2px 22px 0 5px;
}
.company-exist div.text {
  padding-left: 72px;
}
.company-exist button {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
}
.company-exist button:hover,
.company-exist button:focus,
.company-exist button:active,
.company-exist button.active,
.company-exist button.disabled,
.company-exist button[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.company-exist button:active,
.company-exist button.active {
  background-color: #cccccc \9;
}
.company-exist button:first-child {
  *margin-left: 0;
}
.company-exist button:hover,
.company-exist button:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.company-exist button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.company-exist button.active,
.company-exist button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.company-exist button.disabled,
.company-exist button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.company-exist button .label,
.company-exist button .badge {
  position: relative;
  top: -1px;
}
.company-exist button .ostendis-badge {
  position: relative;
  top: -1px;
}
.company-exist button [class^="icon-"].icon-large,
.company-exist button [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.company-exist button [class^="icon-"].icon-spin,
.company-exist button [class*=" icon-"].icon-spin {
  display: inline-block;
}
.company-exist button [class^="icon-"].pull-left.icon-2x,
.company-exist button [class*=" icon-"].pull-left.icon-2x,
.company-exist button [class^="icon-"].pull-right.icon-2x,
.company-exist button [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.company-exist button [class^="icon-"].icon-spin.icon-large,
.company-exist button [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
#notifications .ostendis-radio input[type='radio'] {
  width: 18px;
  height: 18px;
}
#notifications .option {
  margin-bottom: 7px;
}
#notifications .option label {
  width: 47px;
  display: inline-block;
  vertical-align: top;
}
#notifications .option div {
  display: inline-block;
  max-width: 92%;
}
#notifications .option div h2 {
  margin: 4px 0 6px 0;
  font-size: 14px;
}
#notifications .option div .volume-label {
  float: left;
  margin: 5px 11px 0 30px;
  font-size: 12px;
  color: #585858;
}
#notifications .option div i.audio-example {
  cursor: pointer;
  color: #808080;
  margin-left: 7px;
  margin-right: 1px;
}
#notifications .option div i.audio-example:hover {
  color: #1b1b1b;
}
#notifications .option div i.icon-stop {
  margin-right: 0;
}
#notifications .option div p {
  color: #909090;
  font-size: 13px;
}
#notifications h5 {
  margin-bottom: 17px;
}
#account-create label.align-left {
  text-align: left;
}
#account-create .w355 {
  width: 337px;
}
#account-create .ml0 {
  margin-left: 0;
}
#account-create .d-none {
  pointer-events: none;
  opacity: 0.5;
}
#company-account button#btn-newAccount {
  margin-top: 2px;
  margin-bottom: 46px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#company-account button#btn-newAccount:hover,
#company-account button#btn-newAccount:focus,
#company-account button#btn-newAccount:active,
#company-account button#btn-newAccount.active,
#company-account button#btn-newAccount.disabled,
#company-account button#btn-newAccount[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#company-account button#btn-newAccount:active,
#company-account button#btn-newAccount.active {
  background-color: #1f3051 \9;
}
#company-account button#btn-newAccount .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#company-account button#btn-newAccount i {
  margin-right: 13px;
}
#company-account i.icon-male,
#company-account i.icon-female,
#company-account i.icon-question {
  margin-right: 3px;
}
#company-account h4 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 27px;
}
#company-account h4.no-bottom-margin {
  margin-bottom: 0px;
}
#company-account h4 span {
  padding-left: 5px;
  font-size: 13px;
  color: #797979;
}
#company-account div.requests-holder,
#company-account div.requests-holder-info {
  padding: 2%;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  width: 99%;
  margin-bottom: 42px;
  padding: 0;
}
#company-account div.requests-holder table,
#company-account div.requests-holder-info table {
  width: 97%;
  margin: 12px 16px 12px 16px;
}
#company-account div.requests-holder table i.icon-group,
#company-account div.requests-holder-info table i.icon-group,
#company-account div.requests-holder table i.icon-cloud-upload,
#company-account div.requests-holder-info table i.icon-cloud-upload {
  padding-right: 7px;
}
#company-account div.requests-holder table tr.sub-title td,
#company-account div.requests-holder-info table tr.sub-title td {
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 9px;
}
#company-account div.requests-holder table h4,
#company-account div.requests-holder-info table h4 {
  font-size: 15.5px;
  margin-top: 0px;
  margin-bottom: 11px;
}
#company-account div.requests-holder table td,
#company-account div.requests-holder-info table td {
  vertical-align: middle;
}
#company-account div.requests-holder table td p,
#company-account div.requests-holder-info table td p {
  margin-bottom: 5px;
}
#company-account div.requests-holder table td.left,
#company-account div.requests-holder-info table td.left {
  padding-left: 29px;
}
#company-account div.requests-holder table td.left i,
#company-account div.requests-holder-info table td.left i {
  margin-right: 3px;
}
#company-account div.requests-holder table td.right,
#company-account div.requests-holder-info table td.right {
  width: 326px;
  border-left: 1px dotted #b3cda9;
  padding-left: 21px;
}
#company-account div.requests-holder table td.right i.icon-arrow-right,
#company-account div.requests-holder-info table td.right i.icon-arrow-right {
  padding-right: 7px;
  color: #468847;
  font-size: 17px;
  opacity: 0.63;
  filter: alpha(opacity=63);
}
#company-account div.requests-holder table td.actions,
#company-account div.requests-holder-info table td.actions {
  width: 270px;
}
#company-account div.requests-holder table td.actions div.thumbs,
#company-account div.requests-holder-info table td.actions div.thumbs {
  text-align: center;
}
#company-account div.requests-holder table td.actions div.thumbs i,
#company-account div.requests-holder-info table td.actions div.thumbs i {
  font-size: 48px;
}
#company-account div.requests-holder table td.actions div.thumbs i.icon-thumbs-up,
#company-account div.requests-holder-info table td.actions div.thumbs i.icon-thumbs-up {
  color: #afd3a1;
}
#company-account div.requests-holder table td.actions div.thumbs i.icon-thumbs-down,
#company-account div.requests-holder-info table td.actions div.thumbs i.icon-thumbs-down {
  color: #d69897;
}
#company-account div.requests-holder table td.actions button,
#company-account div.requests-holder-info table td.actions button {
  height: 36px;
  margin: 0 0 3px 0;
  padding-top: 0px;
  padding-bottom: 3px;
}
#company-account div.requests-holder-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
#company-account .companyAccounts-holder {
  width: 100%;
  margin-bottom: 20px;
}
#company-account .companyAccounts-holder th,
#company-account .companyAccounts-holder td {
  padding: 10px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#company-account .companyAccounts-holder th {
  font-weight: bold;
}
#company-account .companyAccounts-holder thead th {
  vertical-align: bottom;
}
#company-account .companyAccounts-holder caption + thead tr:first-child th,
#company-account .companyAccounts-holder caption + thead tr:first-child td,
#company-account .companyAccounts-holder colgroup + thead tr:first-child th,
#company-account .companyAccounts-holder colgroup + thead tr:first-child td,
#company-account .companyAccounts-holder thead:first-child tr:first-child th,
#company-account .companyAccounts-holder thead:first-child tr:first-child td {
  border-top: 0;
}
#company-account .companyAccounts-holder tbody + tbody {
  border-top: 2px solid #ddd;
}
#company-account .companyAccounts-holder .table {
  background-color: transparent;
}
#company-account .companyAccounts-holder tbody > tr:nth-child(odd) > td,
#company-account .companyAccounts-holder tbody > tr:nth-child(odd) > th {
  background-color: #ececec;
}
#company-account .companyAccounts-holder tbody tr:hover > td,
#company-account .companyAccounts-holder tbody tr:hover > th {
  background-color: #f8f6e6;
}
#company-account .companyAccounts-holder th {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
#company-account .companyAccounts-holder td {
  vertical-align: middle;
}
#company-account .companyAccounts-holder td.account-id {
  width: 67px;
}
#company-account .companyAccounts-holder td.edition {
  width: 98px;
  text-align: left;
}
#company-account .companyAccounts-holder td.company-access {
  width: 98px;
  text-align: center;
}
#company-account .companyAccounts-holder td.company-admin {
  width: 98px;
  text-align: center;
}
#company-account .companyAccounts-holder td.company-account-actions {
  cursor: pointer;
  width: 36px;
  text-align: center;
}
#company-account .companyAccounts-holder td.company-account-actions i.icon-remove {
  padding-left: 9px;
}
.no-master-switch {
  width: 670px;
}
.no-master-switch i {
  font-size: 42px;
  color: #ec7d10;
  float: left;
  padding: 2px 22px 0 2px;
}
.no-master-switch button {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
}
.no-master-switch button:hover,
.no-master-switch button:focus,
.no-master-switch button:active,
.no-master-switch button.active,
.no-master-switch button.disabled,
.no-master-switch button[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.no-master-switch button:active,
.no-master-switch button.active {
  background-color: #cccccc \9;
}
.no-master-switch button:first-child {
  *margin-left: 0;
}
.no-master-switch button:hover,
.no-master-switch button:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.no-master-switch button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.no-master-switch button.active,
.no-master-switch button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.no-master-switch button.disabled,
.no-master-switch button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.no-master-switch button .label,
.no-master-switch button .badge {
  position: relative;
  top: -1px;
}
.no-master-switch button .ostendis-badge {
  position: relative;
  top: -1px;
}
.no-master-switch button [class^="icon-"].icon-large,
.no-master-switch button [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.no-master-switch button [class^="icon-"].icon-spin,
.no-master-switch button [class*=" icon-"].icon-spin {
  display: inline-block;
}
.no-master-switch button [class^="icon-"].pull-left.icon-2x,
.no-master-switch button [class*=" icon-"].pull-left.icon-2x,
.no-master-switch button [class^="icon-"].pull-right.icon-2x,
.no-master-switch button [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.no-master-switch button [class^="icon-"].icon-spin.icon-large,
.no-master-switch button [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.determine-another-master {
  width: 670px;
}
.determine-another-master i {
  font-size: 42px;
  color: #ec7d10;
  float: left;
  padding: 2px 22px 0 2px;
}
.determine-another-master button {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
}
.determine-another-master button:hover,
.determine-another-master button:focus,
.determine-another-master button:active,
.determine-another-master button.active,
.determine-another-master button.disabled,
.determine-another-master button[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.determine-another-master button:active,
.determine-another-master button.active {
  background-color: #cccccc \9;
}
.determine-another-master button:first-child {
  *margin-left: 0;
}
.determine-another-master button:hover,
.determine-another-master button:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.determine-another-master button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.determine-another-master button.active,
.determine-another-master button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.determine-another-master button.disabled,
.determine-another-master button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.determine-another-master button .label,
.determine-another-master button .badge {
  position: relative;
  top: -1px;
}
.determine-another-master button .ostendis-badge {
  position: relative;
  top: -1px;
}
.determine-another-master button [class^="icon-"].icon-large,
.determine-another-master button [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.determine-another-master button [class^="icon-"].icon-spin,
.determine-another-master button [class*=" icon-"].icon-spin {
  display: inline-block;
}
.determine-another-master button [class^="icon-"].pull-left.icon-2x,
.determine-another-master button [class*=" icon-"].pull-left.icon-2x,
.determine-another-master button [class^="icon-"].pull-right.icon-2x,
.determine-another-master button [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.determine-another-master button [class^="icon-"].icon-spin.icon-large,
.determine-another-master button [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
#company-settings.form-horizontal .control-label {
  text-align: left;
}
#company-settings #ojp-snippet {
  width: 940px;
  height: 110px;
  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
  color: #0f8500;
  cursor: text;
  box-sizing: border-box !important;
}
#company-settings #companyImage,
#company-settings #companyThumbnail {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
}
#company-settings .center-bottom {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 15px;
  font-weight: 600;
  color: #3b5998;
  font-size: 20px;
}
#company-settings #deleteLogo i,
#company-settings #deleteThumbnail i {
  font-size: 22px;
}
#company-settings #ojp-snippet-css {
  max-height: 0;
  transition: max-height 0.75s ease-out;
  overflow: hidden;
}
#company-settings #ojp-snippet-css.opened {
  max-height: 652px;
  transition: max-height 0.75s ease-out;
}
#company-settings #ojp-snippet-css textarea {
  width: 940px;
  height: 492px;
  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
  color: #0f8500;
  cursor: text;
  box-sizing: border-box !important;
}
#company-settings #ojp-snippet-css div.alert {
  margin-top: 16px;
  width: 940px;
  box-sizing: border-box !important;
}
#company-settings .CompanyJobPublishingShowApplyNow-slider {
  width: 628px !important;
}
#company-settings .CompanyJobPublishingActionTarget-slider {
  width: 628px !important;
}
#company-settings .CompanyJobPublishingSortOrder-slider {
  width: 628px !important;
}
#company-settings .CompanyCvdropperCompanyImagePosition-slider {
  width: 628px !important;
}
#company-settings .company-working-hours,
#company-settings .company-auto-wait-delay {
  margin-top: 22px;
  width: 390px;
  padding: 1px 13px 51px 10px;
}
#company-settings .company-working-hours .noUi-pips div:last-child {
  height: 14px;
  line-height: 14.6px;
  font-size: 0;
}
#company-settings .company-working-hours .noUi-pips div:last-child:before {
  font-size: 10px;
  content: '0:00';
}
#company-settings .input-xlarge {
  width: 270px;
  margin-bottom: 15px;
}
#company-settings .option.long-label {
  margin-top: 16px;
  margin-bottom: 60px;
  display: inline-block;
  margin-right: 132px;
}
#company-settings .option.long-label label {
  width: 170px;
}
#company-settings .option.long-label > div {
  margin-top: 5px;
}
#company-settings .option.long-label > div > div {
  width: 160px;
}
#company-settings .option.long-label .noUi-marker-horizontal.noUi-marker-large {
  height: 2px;
  top: 18%;
}
#company-settings .option.long-label .noUi-value.noUi-value-horizontal.noUi-value-large {
  top: 6px;
}
#company-settings .color-preview {
  height: 28px;
  width: 28px;
  position: relative;
  top: -8px;
  border-radius: 4px;
}
#company-settings .option {
  margin-bottom: 7px;
}
#company-settings .option label {
  width: 47px;
  display: inline-block;
  vertical-align: top;
}
#company-settings .option > div {
  display: inline-block;
  max-width: 92%;
}
#company-settings .option > div h2 {
  margin: 4px 0 6px 0;
  font-size: 14px;
}
#company-settings .option > div .volume-label {
  float: left;
  margin: 5px 11px 0 30px;
  font-size: 12px;
  color: #585858;
}
#company-settings .option > div i.audio-example {
  cursor: pointer;
  color: #808080;
  margin-left: 7px;
  margin-right: 1px;
}
#company-settings .option > div i.audio-example:hover {
  color: #1b1b1b;
}
#company-settings .option > div i.icon-stop {
  margin-right: 0;
}
#company-settings .option > div p {
  color: #909090;
  font-size: 13px;
}
#company-settings h5 {
  margin-top: 48px;
  margin-bottom: 15px;
}
#company-settings .page-margins-wrapper {
  margin-top: 8px;
}
#company-settings .page-margins-wrapper a {
  display: block;
}
#company-settings .page-margins-wrapper a.reset-page-margins {
  font-size: 12px;
  color: #8d8d8d;
  margin-bottom: 8px;
}
#company-settings .page-margins-wrapper p {
  padding-right: 7px;
  margin-bottom: 6px;
}
#company-settings .page-margins-wrapper td {
  text-align: center;
  vertical-align: middle;
}
#company-settings .page-margins-wrapper input {
  width: 35px;
  margin: 0 19px 0 19px;
  text-align: center;
}
#company-settings .page-margins-wrapper .input-wrapper {
  display: inline-block;
  margin-right: 6px;
  margin-top: 14px;
  margin-left: 23px;
  float: left;
}
#company-settings .page-margins-wrapper .company-page-margins-slider-top,
#company-settings .page-margins-wrapper .company-page-margins-slider-bottom {
  width: 12px;
  display: inline-block;
  float: left;
  margin-left: 1px;
  margin-top: 5px;
}
#company-settings .page-margins-wrapper .company-page-margins-slider-top > div,
#company-settings .page-margins-wrapper .company-page-margins-slider-bottom > div {
  height: 79px;
}
#company-settings .page-margins-wrapper .company-page-margins-slider-right,
#company-settings .page-margins-wrapper .company-page-margins-slider-left {
  width: 100%;
  margin: 14px auto 0 auto;
}
#company-settings #page-margins {
  width: 126px;
  height: 178px;
  position: relative;
  margin: 22px 29px 15px 25px;
}
#company-settings #page-margins div {
  border: 1px solid #999999;
  position: absolute;
  width: 100%;
  height: 100%;
}
#company-settings #page-margins .margin-top {
  border-bottom-color: #b70000;
  border-bottom-style: dashed;
  height: 0;
  top: -1px;
  left: -1px;
}
#company-settings #page-margins .margin-right {
  border-left-color: #b70000;
  border-left-style: dashed;
  width: 0;
  top: -1px;
  right: -1px;
}
#company-settings #page-margins .margin-bottom {
  border-top-color: #b70000;
  border-top-style: dashed;
  height: 0;
  bottom: -1px;
  left: -1px;
}
#company-settings #page-margins .margin-left {
  border-right-color: #b70000;
  border-right-style: dashed;
  width: 0;
  top: -1px;
  left: -1px;
}
#company-settings .signature-wrapper {
  display: flex;
}
#company-settings .signature-wrapper button.btn-ostendis {
  float: right;
  margin-top: 19px;
}
#company-settings .signature-wrapper button.btn-ostendis i {
  padding-right: 12px;
}
#company-settings div.tinymce-right {
  padding: 0;
  float: left;
  width: 195px;
  margin-top: 0;
  margin-left: 20px;
  border: 1px solid #c0c0c0;
  margin-bottom: -1px;
}
#company-settings div.tinymce-right table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 0px;
}
#company-settings div.tinymce-right table th,
#company-settings div.tinymce-right table td {
  padding: 10px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#company-settings div.tinymce-right table th {
  font-weight: bold;
}
#company-settings div.tinymce-right table thead th {
  vertical-align: bottom;
}
#company-settings div.tinymce-right table caption + thead tr:first-child th,
#company-settings div.tinymce-right table caption + thead tr:first-child td,
#company-settings div.tinymce-right table colgroup + thead tr:first-child th,
#company-settings div.tinymce-right table colgroup + thead tr:first-child td,
#company-settings div.tinymce-right table thead:first-child tr:first-child th,
#company-settings div.tinymce-right table thead:first-child tr:first-child td {
  border-top: 0;
}
#company-settings div.tinymce-right table tbody + tbody {
  border-top: 2px solid #ddd;
}
#company-settings div.tinymce-right table .table {
  background-color: transparent;
}
#company-settings div.tinymce-right table tbody tr:hover > td,
#company-settings div.tinymce-right table tbody tr:hover > th {
  background-color: #f8f6e6;
}
#company-settings div.tinymce-right table th,
#company-settings div.tinymce-right table td {
  padding: 4px 5px;
}
#company-settings div.tinymce-right table tbody {
  border-top: none !important;
  border-bottom: 1px solid #dddddd;
}
#company-settings div.tinymce-right table tbody:last-child {
  border-bottom: 0;
}
#company-settings div.tinymce-right table th {
  height: 26px;
  font-size: 15px;
  font-weight: bold;
  background-color: #f5f5f5;
  border-bottom: 1px solid #9e9e9e;
  border-top: 0;
  vertical-align: middle;
  padding-left: 8px;
  background: #fdfdfd;
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: -moz-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: -o-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: -ms-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: linear-gradient(top, #fdfdfd, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd, endColorstr=#dddddd, GradientType=0);
  
}
#company-settings div.tinymce-right table tr:first-child td {
  border: 0;
}
#company-settings div.tinymce-right table td.last-td {
  padding-bottom: 2px;
}
#company-settings div.tinymce-right table tr.new-cat {
  height: 25px;
  background-color: #f3f3f3;
}
#company-settings div.tinymce-right table tr.new-cat td {
  cursor: default;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
#company-settings div.tinymce-right table tr.new-cat td:hover {
  opacity: 0.6;
  cursor: pointer;
}
#company-settings div.tinymce-right table tr.new-cat i {
  float: right;
  margin-top: 4px;
  margin-right: -3px;
}
#company-settings div.tinymce-right table tr.new-cat-space {
  height: 8px;
}
#company-settings div.tinymce-right table tr.new-cat-space td {
  cursor: default;
  background-color: #ffffff;
  border: 0;
}
#company-settings div.tinymce-right table tr.new-cat-space td:hover {
  background-color: #ffffff;
}
#company-settings div.tinymce-right table tr.new-cat-space {
  background-color: #eeeeee;
}
#company-settings div.tinymce-right table td {
  cursor: pointer;
  font-size: 11px;
  padding: 0px 8px 0 8px;
}
#company-settings div.tinymce-right table td span {
  display: none;
}
#company-sites table.table-company-sites th {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
#company-sites table.table-company-sites th.CompanySiteMainAddress {
  width: 14px;
}
#company-sites table.table-company-sites th.CompanySiteInvoiceAddress {
  width: 28px;
}
#company-sites table.table-company-sites th.CompanySiteLocation {
  width: 250px;
}
#company-sites table.table-company-sites th.CompanySiteAddress1 {
  width: 250px;
}
#company-sites table.table-company-sites th.CompanySiteActions {
  width: 13px;
}
#company-sites table.table-company-sites td {
  vertical-align: middle;
  cursor: pointer;
}
#company-sites table.table-company-sites td.CompanySiteMainAddress i,
#company-sites table.table-company-sites td.CompanySiteInvoiceAddress i {
  color: #129900;
  margin-left: 7px;
}
#company-sites table.table-company-sites td.CompanySiteLocation img {
  margin-right: 5px;
  margin-top: -2px;
}
#company-sites button.btn-new-company-site {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float: right;
  margin-top: 5px;
}
#company-sites button.btn-new-company-site:hover,
#company-sites button.btn-new-company-site:focus,
#company-sites button.btn-new-company-site:active,
#company-sites button.btn-new-company-site.active,
#company-sites button.btn-new-company-site.disabled,
#company-sites button.btn-new-company-site[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#company-sites button.btn-new-company-site:active,
#company-sites button.btn-new-company-site.active {
  background-color: #cccccc \9;
}
#company-sites button.btn-new-company-site:first-child {
  *margin-left: 0;
}
#company-sites button.btn-new-company-site:hover,
#company-sites button.btn-new-company-site:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#company-sites button.btn-new-company-site:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#company-sites button.btn-new-company-site.active,
#company-sites button.btn-new-company-site:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#company-sites button.btn-new-company-site.disabled,
#company-sites button.btn-new-company-site[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#company-sites button.btn-new-company-site .label,
#company-sites button.btn-new-company-site .badge {
  position: relative;
  top: -1px;
}
#company-sites button.btn-new-company-site .ostendis-badge {
  position: relative;
  top: -1px;
}
#company-sites button.btn-new-company-site [class^="icon-"].icon-large,
#company-sites button.btn-new-company-site [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
#company-sites button.btn-new-company-site [class^="icon-"].icon-spin,
#company-sites button.btn-new-company-site [class*=" icon-"].icon-spin {
  display: inline-block;
}
#company-sites button.btn-new-company-site [class^="icon-"].pull-left.icon-2x,
#company-sites button.btn-new-company-site [class*=" icon-"].pull-left.icon-2x,
#company-sites button.btn-new-company-site [class^="icon-"].pull-right.icon-2x,
#company-sites button.btn-new-company-site [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
#company-sites button.btn-new-company-site [class^="icon-"].icon-spin.icon-large,
#company-sites button.btn-new-company-site [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
#company-sites button.btn-new-company-site:hover,
#company-sites button.btn-new-company-site:focus,
#company-sites button.btn-new-company-site:active,
#company-sites button.btn-new-company-site.active,
#company-sites button.btn-new-company-site.disabled,
#company-sites button.btn-new-company-site[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#company-sites button.btn-new-company-site:active,
#company-sites button.btn-new-company-site.active {
  background-color: #1f3051 \9;
}
#company-sites button.btn-new-company-site .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#company-sites button.btn-new-company-site i {
  margin-right: 10px;
}
#company-site-overlay h1 {
  padding-bottom: 23px !important;
  margin-bottom: 28px;
  margin-top: -2px;
}
#company-site-overlay h1 i {
  font-size: 30px;
  color: #6e6e6e;
  margin-right: 14px;
}
#company-site-overlay .special-address-hr {
  margin-top: 5px;
  margin-bottom: 24px;
}
#company-site-overlay .modify-infos {
  position: absolute;
  right: 106px;
  top: 17px;
  display: inline-block;
  text-align: right;
}
#company-site-overlay .modify-infos p {
  font-size: 13px;
  color: #696969;
  margin-bottom: 3px;
}
#company-site-overlay .modify-infos p.text-label {
  color: #b1b1b1;
}
#company-site-overlay .control-label {
  flex: 0 0 170px;
  padding-right: 10px;
  padding-top: 0;
  text-align: right;
  float: none !important;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
}
#company-site-overlay .control-label i {
  padding-right: 7px;
  color: #838383;
}
#company-site-overlay .controls.only-text {
  padding-top: 0;
  min-height: 32px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
#company-site-overlay .control-group.unobtrusively label,
#company-site-overlay .control-group.unobtrusively div {
  color: #868686;
  font-size: 13px;
}
#company-site-overlay form {
  display: flex;
  flex-direction: column;
}
#company-site-overlay .control-group {
  display: flex;
  align-items: center;
  margin-bottom: 4px !important;
  gap: 0;
}
#company-site-overlay .control-group.unobtrusively {
  align-items: flex-start;
}
#company-site-overlay .controls,
#company-site-overlay .controls.controls-row {
  flex: 1;
  margin-left: 0 !important;
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 3px;
}
#company-site-overlay input[type="text"].span4,
#company-site-overlay input[type="email"].span4,
#company-site-overlay input[type="password"].span4,
#company-site-overlay input[type="number"].span4,
#company-site-overlay select.span4,
#company-site-overlay textarea.span4 {
  width: 100% !important;
  box-sizing: border-box;
  height: 32px;
  padding: 4px 8px !important;
}
#company-site-overlay textarea {
  height: auto !important;
  min-height: 80px;
}
#company-site-overlay .control-group.inline-block {
  display: flex;
  align-items: center;
  gap: 0;
}
#company-site-overlay .control-group.inline-block .control-label {
  flex: 0 0 170px;
  padding-right: 10px;
  text-align: right;
  min-height: 32px;
}
#company-site-overlay .control-group.inline-block .controls {
  flex: 1;
  margin-right: 30px;
  gap: 5px;
}
#company-site-overlay button {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-top: 12px;
  margin-bottom: 8px;
  margin-right: 30px;
  align-self: flex-end;
  width: 188px;
  height: 42px;
}
#company-site-overlay button:hover,
#company-site-overlay button:focus,
#company-site-overlay button:active,
#company-site-overlay button.active,
#company-site-overlay button.disabled,
#company-site-overlay button[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#company-site-overlay button:active,
#company-site-overlay button.active {
  background-color: #cccccc \9;
}
#company-site-overlay button:first-child {
  *margin-left: 0;
}
#company-site-overlay button:hover,
#company-site-overlay button:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#company-site-overlay button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#company-site-overlay button.active,
#company-site-overlay button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#company-site-overlay button.disabled,
#company-site-overlay button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#company-site-overlay button .label,
#company-site-overlay button .badge {
  position: relative;
  top: -1px;
}
#company-site-overlay button .ostendis-badge {
  position: relative;
  top: -1px;
}
#company-site-overlay button [class^="icon-"].icon-large,
#company-site-overlay button [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
#company-site-overlay button [class^="icon-"].icon-spin,
#company-site-overlay button [class*=" icon-"].icon-spin {
  display: inline-block;
}
#company-site-overlay button [class^="icon-"].pull-left.icon-2x,
#company-site-overlay button [class*=" icon-"].pull-left.icon-2x,
#company-site-overlay button [class^="icon-"].pull-right.icon-2x,
#company-site-overlay button [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
#company-site-overlay button [class^="icon-"].icon-spin.icon-large,
#company-site-overlay button [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
#company-site-overlay button:hover,
#company-site-overlay button:focus,
#company-site-overlay button:active,
#company-site-overlay button.active,
#company-site-overlay button.disabled,
#company-site-overlay button[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#company-site-overlay button:active,
#company-site-overlay button.active {
  background-color: #1f3051 \9;
}
#company-site-overlay button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#company-invoices .invoice-company-master-emails {
  margin-top: -10px;
  margin-left: 54px;
  margin-bottom: 32px;
}
#company-invoices .invoice-company-master-emails li {
  padding-bottom: 3px;
  padding-left: 15px;
  background: url('../icons/orange_3angle.gif') 0px 1px no-repeat;
  margin-bottom: 6px;
}
#company-invoices i.info-tooltip {
  margin-right: 0;
  margin-left: 4px;
}
#company-invoices .postal-shipping {
  margin-top: -4px;
}
#company-invoices .postal-shipping .controls span {
  display: inline-block;
  padding-top: 8px;
}
#company-invoices .custom-email-warning {
  color: #b70000;
  font-size: 12px;
  margin: -14px 0 22px 51px;
}
#company-invoices button {
  padding: 9px 30px 12px 30px;
}
#company-invoices table .icon {
  margin-right: 4px;
}
#company-invoices table .invoice-status-bad {
  color: #b70000;
}
#company-invoices table .invoice-status-good {
  color: #0f7e00;
}
#company-invoices table td,
#company-invoices table th {
  vertical-align: middle;
  padding-left: 22px;
  padding-right: 20px;
  border-color: #e6e6e6;
}
#company-invoices table td.InvoiceID,
#company-invoices table th.InvoiceID {
  width: 114px;
}
#company-invoices table td.InvoiceDate,
#company-invoices table th.InvoiceDate {
  width: 136px;
}
#company-invoices table td.InvoicePeriod,
#company-invoices table th.InvoicePeriod {
  width: 174px;
}
#company-invoices table td.InvoiceStatus,
#company-invoices table th.InvoiceStatus {
  width: auto;
}
#company-invoices table td.InvoiceAmount,
#company-invoices table th.InvoiceAmount {
  width: 104px;
}
#company-invoices table td.InvoiceDetail,
#company-invoices table th.InvoiceDetail {
  width: 50px;
}
#company-invoices table td.InvoicePDF,
#company-invoices table th.InvoicePDF {
  width: 60px;
}
#company-invoices table td:last-child img {
  padding-top: 1px;
  padding-left: 13px;
  padding-right: 13px;
  cursor: pointer;
}
#company-invoices table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
#company-details-overlay table {
  width: 97% !important;
  margin-left: 1%;
}
#company-details-overlay table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
#company-details-overlay table tr:last-child {
  font-weight: 700;
}
#company-details-overlay table td.account-date,
#company-details-overlay table th.account-date {
  width: 104px;
}
#company-details-overlay table td.account-product,
#company-details-overlay table th.account-product {
  width: auto;
}
#company-details-overlay table td.account-email,
#company-details-overlay table th.account-email {
  width: 460px;
}
#company-details-overlay table td.account-total,
#company-details-overlay table th.account-total {
  text-align: right;
  width: 90px;
}
#company-details-overlay table td.summary-product,
#company-details-overlay table th.summary-product {
  width: auto;
}
#company-details-overlay table td.summary-email,
#company-details-overlay table th.summary-email {
  width: 400px;
}
#company-details-overlay table td.summary-total,
#company-details-overlay table th.summary-total {
  text-align: right;
  width: 100px;
}
#company-details-overlay table td.e2o-date,
#company-details-overlay table th.e2o-date {
  width: 104px;
}
#company-details-overlay table td.e2o-product,
#company-details-overlay table th.e2o-product {
  width: auto;
}
#company-details-overlay table td.e2o-price,
#company-details-overlay table th.e2o-price {
  text-align: right;
  width: 90px;
}
#company-details-overlay table td.e2o-number,
#company-details-overlay table th.e2o-number {
  text-align: right !important;
  width: 90px;
}
#company-details-overlay table td.e2o-total,
#company-details-overlay table th.e2o-total {
  text-align: right;
  width: 84px;
}
#company-data-cleansing .danger-zone-form {
  position: relative;
  display: inline-block;
  width: 1234px;
  padding: 15px 10px 6px 20px;
  border: 1px solid #be0000;
  border-radius: 4px;
  background-color: rgba(190, 0, 0, 0.03);
}
#company-data-cleansing .danger-zone-form button {
  margin-left: 16px;
  margin-right: 12px;
  float: right;
}
#company-data-cleansing .danger-zone-form button i {
  margin-right: 9px;
}
#company-data-cleansing .special-long-label {
  width: 450px !important;
  text-align: left !important;
}
#company-data-cleansing .apps-affected {
  text-align: right;
  color: #8e8e8e;
  font-size: 13px;
  margin-top: 11px;
  margin-right: 12px;
}
#company-data-cleansing .apps-affected span {
  font-weight: 600;
}
#form-reports .nc-body {
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #444;
  width: 100%;
  height: 100%;
}
#form-reports .nc-title {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 18px;
  padding-top: 10%;
}
#form-reports .nc-period {
  font-size: 100%;
  margin-bottom: 0;
}
#form-reports .nc-value {
  font-size: 500%;
  font-weight: bold;
  margin-bottom: 0;
}
#form-reports .nc-unit {
  font-size: 100%;
  margin-bottom: 0;
}
#form-reports .only4admins {
  background-color: #e68d00;
  color: white;
}
#form-reports .muted {
  color: #9b9b9b;
}
#form-reports .primary {
  color: #444444;
}
#form-reports .disabled {
  pointer-events: none;
  opacity: 0.6;
}
#form-reports .chart-output {
  border: 1px solid #dadada;
  border-radius: 4px;
}
#form-reports .border-box,
#form-reports .chart-canvas {
  background-color: #ffffff !important;
  border: 1px solid #dadada;
  border-radius: 4px;
  height: 74px;
  text-align: center;
  padding-top: 18px;
  color: #9b9b9b;
  font-size: 13px;
}
#form-reports .chart-canvas {
  border: none;
  padding-top: 0px;
  margin-bottom: 18px;
  height: 415px;
}
#form-reports .mb-18px {
  margin-top: 0;
  margin-bottom: 18px;
}
#form-reports h1 {
  float: left;
}
#form-reports .action-links {
  float: right;
  width: auto;
  max-width: 280px;
  font-size: 14px;
  margin-right: 3px;
}
#form-reports .action-links a {
  line-height: 27px;
  display: block;
}
#form-reports .action-links a i {
  margin-right: 8px;
  text-decoration: none;
}
#form-reports .beta-hint {
  color: #3A87AD;
  font-size: 13px;
}
#form-reports .google-visualization-table-th {
  text-align: left !important;
  color: #444444;
  background-color: #E1E1E1;
}
#form-reports .google-visualization-table-td {
  text-align: left !important;
  color: #444444;
}
#email2dossier .email2dossier-list {
  float: left;
  width: 16%;
}
#email2dossier .email2dossier-list .header {
  height: 28px;
}
#email2dossier .email2dossier-list .header h2 {
  line-height: 30px;
  font-size: 14px;
}
#email2dossier .email2dossier-list .header h2 i {
  margin-top: 8px !important;
}
#email2dossier .email2dossier-list ul {
  margin-bottom: 8px;
  margin-top: 10px;
  margin-left: 0;
  height: 539px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#email2dossier .email2dossier-list ul li {
  line-height: 27px;
  cursor: pointer;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#email2dossier .email2dossier-list ul li.active,
#email2dossier .email2dossier-list ul li:hover {
  border: 1px solid #000;
}
#email2dossier .email2dossier-list ul li.blocked {
  text-decoration: line-through !important;
}
#email2dossier .email2dossier-list ul li.time-near {
  background-color: #f09800;
  color: #000000;
}
#email2dossier .email2dossier-list ul li.time-expired {
  background-color: #e90000;
  color: #ffffff;
}
#email2dossier .email2dossier-list ul li.active {
  font-weight: bold;
  letter-spacing: -0.05em;
}
#email2dossier .droppable {
  border: #ccc 2px dashed;
  border-radius: 4px;
  background: #f1f1f1;
  background-color: #f1f1f1;
  background-image: -webkit-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: -o-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: linear-gradient(top, #f1f1f1, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#e6e6e6, GradientType=0);
  
  color: #636363;
  text-align: center;
  height: 60px;
}
#email2dossier .droppable p {
  margin-top: 20px;
}
#email2dossier .additional-infos2 {
  text-align: left;
  margin-top: 1px;
}
#email2dossier .additional-infos2 tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
#email2dossier .additional-infos2 tr:last-child {
  border-color: rgba(0, 0, 0, 0);
}
#email2dossier .additional-infos2 td {
  padding: 2px 6px 3px 6px;
}
#email2dossier .email2dossier-content {
  float: right;
  width: 83%;
  padding: 0;
}
#email2dossier .email2dossier-content .countryList select {
  width: 255px;
}
#email2dossier .email2dossier-content .countryList div {
  margin-left: 4px;
  display: inline-block;
}
#email2dossier .email2dossier-content .countryList div img {
  cursor: pointer;
}
#email2dossier .email2dossier-content .mailtext {
  float: left;
  width: 918px;
  position: relative;
}
#email2dossier .email2dossier-content .mailtext i.icon-exchange {
  font-size: 16px;
  cursor: pointer;
  color: #808080;
  display: inline-block;
  margin-left: 6px;
}
#email2dossier .email2dossier-content .mailtext i.icon-exchange:hover {
  color: #b70000;
}
#email2dossier .email2dossier-content .mailtext i.icon-info-sign {
  font-size: 16px;
  float: right;
  display: inline-block;
  margin-right: 2px;
  margin-top: 5px;
}
#email2dossier .email2dossier-content .mailtext .subject {
  margin-right: 9px;
  width: 420px;
}
#email2dossier .email2dossier-content .mailtext .additional-infos {
  margin-top: 1px;
}
#email2dossier .email2dossier-content .mailtext .additional-infos tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
#email2dossier .email2dossier-content .mailtext .additional-infos tr:last-child {
  border-color: rgba(0, 0, 0, 0);
}
#email2dossier .email2dossier-content .mailtext .additional-infos td {
  padding: 2px 6px 3px 6px;
}
#email2dossier .email2dossier-content .mailtext textarea {
  height: 539px;
  margin-bottom: 2px;
  margin-top: 10px;
}
#email2dossier .email2dossier-content .mailtext iframe {
  height: 539px;
  margin-bottom: 2px;
  margin-top: 10px;
  border: 1px solid #ccc;
}
#email2dossier .email2dossier-content .fields {
  float: right;
  width: 401px;
}
#email2dossier .clear-title,
#email2dossier .clear-sex,
#email2dossier .clear-address {
  cursor: pointer;
  font-size: large;
  position: absolute;
  padding-left: 5px;
  right: 52px;
  top: 6px;
}
#email2dossier .clear-address {
  right: 15px;
}
#email2dossier .close-pdf,
#email2dossier .close-uni {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 0;
  margin-right: 0;
  top: 0;
  right: -35px;
  border: 0;
  position: absolute;
  background-color: #cacaca !important;
  font-weight: 1000 !important;
  z-index: 1001;
}
#email2dossier i.icon-male {
  color: #0080007d;
}
#email2dossier i.icon-question {
  color: #979797;
}
#email2dossier i.icon-female {
  color: #cd80c6;
}
#email2dossier .no-dossier {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: darkorange;
  margin-top: 31px;
  background-color: #f1f1f1 !important;
}
#email2dossier .passed {
  background-color: rgba(0, 128, 0, 0.11);
}
#email2dossier .save-and-next {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-top: 15px;
  width: 155px;
}
#email2dossier .save-and-next:hover,
#email2dossier .save-and-next:focus,
#email2dossier .save-and-next:active,
#email2dossier .save-and-next.active,
#email2dossier .save-and-next.disabled,
#email2dossier .save-and-next[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#email2dossier .save-and-next:active,
#email2dossier .save-and-next.active {
  background-color: #cccccc \9;
}
#email2dossier .save-and-next:first-child {
  *margin-left: 0;
}
#email2dossier .save-and-next:hover,
#email2dossier .save-and-next:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#email2dossier .save-and-next:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#email2dossier .save-and-next.active,
#email2dossier .save-and-next:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#email2dossier .save-and-next.disabled,
#email2dossier .save-and-next[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#email2dossier .save-and-next .label,
#email2dossier .save-and-next .badge {
  position: relative;
  top: -1px;
}
#email2dossier .save-and-next .ostendis-badge {
  position: relative;
  top: -1px;
}
#email2dossier .save-and-next [class^="icon-"].icon-large,
#email2dossier .save-and-next [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
#email2dossier .save-and-next [class^="icon-"].icon-spin,
#email2dossier .save-and-next [class*=" icon-"].icon-spin {
  display: inline-block;
}
#email2dossier .save-and-next [class^="icon-"].pull-left.icon-2x,
#email2dossier .save-and-next [class*=" icon-"].pull-left.icon-2x,
#email2dossier .save-and-next [class^="icon-"].pull-right.icon-2x,
#email2dossier .save-and-next [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
#email2dossier .save-and-next [class^="icon-"].icon-spin.icon-large,
#email2dossier .save-and-next [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
#email2dossier .save-and-next:hover,
#email2dossier .save-and-next:focus,
#email2dossier .save-and-next:active,
#email2dossier .save-and-next.active,
#email2dossier .save-and-next.disabled,
#email2dossier .save-and-next[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#email2dossier .save-and-next:active,
#email2dossier .save-and-next.active {
  background-color: #1f3051 \9;
}
#email2dossier .save-and-next .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#email2dossier .additional-small {
  font-weight: bold;
  font-size: x-small;
  padding-left: 11px;
}
#email2dossier .percent-info {
  font-weight: bold;
  font-size: x-small;
  padding-left: 11px;
  color: green;
}
#email2dossier .percent-warning {
  font-weight: bold;
  font-size: x-small;
  padding-left: 11px;
  color: darkorange;
}
#email2dossier .percent-error {
  font-weight: bold;
  font-size: x-small;
  padding-left: 11px;
  color: #ec0000;
}
#email2dossier .type-cvdropper {
  border-left: 7px solid green !important;
}
#email2dossier .type-email {
  border-left: 7px solid blue !important;
}
#email2dossier .type-none {
  border-left: 7px solid yellow !important;
}
#email2dossier .age {
  font-weight: bold;
  font-size: x-small;
  padding-left: 11px;
}
#email2dossier .control-label {
  width: 90px !important;
}
#email2dossier .controls {
  margin-left: 100px !important;
}
#email2dossier .btn-history {
  float: right;
  margin-right: 3px;
}
#email2dossier .btn-history span {
  font-weight: bold;
  cursor: pointer;
}
#email2dossier .btn-history span:hover {
  opacity: 0.6;
}
#email2dossier .history {
  margin: 0;
  padding: 0;
  z-index: 9;
  margin-top: -671px;
  position: absolute;
  left: -462px;
  width: 863px;
  background-color: #ffffff;
}
#email2dossier .error-message {
  position: absolute;
  top: -27px;
}
#email2dossier .error-message span {
  font-weight: bold;
  color: #ec0000;
}
#email2dossier .attachment-message {
  float: left;
}
#email2dossier .attachment-message span {
  font-weight: bold;
  color: #000000;
}
#email2dossier .pdfViewer,
#email2dossier .uniViewer {
  margin: 0;
  padding: 0;
  height: 578px;
}
#email2dossier .pdfViewer #pdfContent,
#email2dossier .uniViewer #pdfContent,
#email2dossier .pdfViewer #uniContent,
#email2dossier .uniViewer #uniContent {
  height: 100%;
  width: 100%;
}
#email2dossier .pdfViewer #pdfContent #uniImage,
#email2dossier .uniViewer #pdfContent #uniImage,
#email2dossier .pdfViewer #uniContent #uniImage,
#email2dossier .uniViewer #uniContent #uniImage {
  display: block;
  margin: auto;
  width: 100%;
}
#email2dossier .uniViewer {
  border: 1px solid #ccc;
  overflow-y: scroll;
}
#email2dossier input[type=checkbox] {
  margin: 0 10px 0 0;
}
#email2dossier .no-attachments {
  font-weight: bold;
  display: block;
  margin-top: 4px;
  width: 846px;
}
#email2dossier .picture {
  width: 100px;
}
#email2dossier .picture img {
  max-height: 100px;
  width: auto;
}
#email2dossier .attachment {
  display: block;
  width: 98%;
  border: #d1d1d1 1px solid;
  border-radius: 4px;
  background: #f1f1f1;
  background-color: #f1f1f1;
  background-image: -webkit-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: -o-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: linear-gradient(top, #f1f1f1, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#e6e6e6, GradientType=0);
  
  color: #636363;
  text-align: left;
  margin-bottom: 8px;
  padding: 5px 5px 5px 13px;
  text-decoration: none;
}
#email2dossier .attachment:hover {
  opacity: 0.6;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
#email2dossier .attachment:focus {
  text-decoration: none;
}
#email2dossier .attachment:visited {
  color: #636363;
}
#email2dossier .attachment i {
  float: right;
  margin-top: 2px;
  margin-right: 5px;
}
#email2dossier .attachment .icon-remove {
  float: left;
  margin-top: 1px;
  font-size: large;
  margin-right: 15px;
}
#email2dossier .attachment .icon-picture {
  margin-left: 3px;
}
#email2dossier .attachment .icon-external-link {
  margin-top: 3px;
  margin-left: 4px;
}
#email2dossier .img-rounded {
  width: 80px;
  height: 80px;
  margin-left: 8px;
  float: left;
}
#email2dossier .img-bomb {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 7px;
  top: 0px;
}
#pwReset .input-append {
  width: 450px;
}
#ads {
  width: 245px;
  float: right;
  margin-top: 15px;
  height: auto;
}
#ads img {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
#ads div.showInfoHolder {
  display: none;
  margin-bottom: 15px;
}
#ads div.showInfoHolder a:hover {
  text-decoration: none;
}
#ads div.showInfoHolder .obr_link_text {
  position: absolute;
  top: -50px;
  width: 163px;
  right: 4px;
  z-index: 100;
  font-size: 12px;
  font-weight: bold;
}
#ads div.showInfoHolder h1 {
  line-height: 20px !important;
  height: 17px;
  color: #FF8400;
  margin: 0 0 0 0;
  font-size: 11px;
  font-weight: bold;
}
#ads div.showInfoHolder h2 {
  color: #888;
  margin: 0 0 7px 0;
  font-size: 9px;
  font-weight: bold;
}
#ads div.showInfoHolder p {
  width: 134px;
  margin-top: -3px;
  line-height: 15px;
  color: #043767;
  float: right;
  margin-bottom: 6px;
  font-size: 10px;
}
#ads div.showInfoHolder p.jobAd {
  color: #660202;
}
#ads div.showInfoHolder img {
  float: left;
  margin-bottom: 9px;
}
#ads div.showInfoHolder .premiumHolder {
  background-color: #fff9e6;
  border-bottom: 1px solid #f9cfaa;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff5d3 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff5d3));
  
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff5d3 100%);
  
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff5d3 100%);
  
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff5d3 100%);
  
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff5d3 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fff5d3', GradientType=0);
  
}
#ads div.showInfoHolder .premiumImg {
  position: absolute;
  right: 1px;
  margin-top: -33px;
}
div.adWrapper div.adInfo-holder {
  float: right;
  width: 100%;
}
div.adWrapper div.adInfo-holder div.yourAd-info {
  float: right;
  font-size: 10px;
  text-align: right;
  padding: 1px 5px 15px 0;
}
div.adWrapper div.adInfo-holder div.yourAd-switch {
  float: left;
  padding: 1px 5px 15px 0;
  font-size: 10px;
}
div.adWrapper div.adInfo-holder div.yourAd-switch a {
  color: #919191;
}
#activeJobAd {
  margin-bottom: 40px;
}
#activeJobAd h1 span {
  color: #d0d0d0;
  font-size: inherit;
  margin-left: 10px;
}
#activeJobAd button {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #8a8a8a;
  
  background: -moz-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(46%, #6b6b6b), color-stop(54%, #636363), color-stop(100%, #777777));
  
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -o-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -ms-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: linear-gradient(to bottom, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #8a8a8a , EndColorStr= #777777 );
  
  border-top: 1px solid #7d7d7d;
  border-right: 1px solid #6c6c6c;
  border-bottom: 1px solid #575757;
  border-left: 1px solid #6c6c6c;
  margin-top: 24px;
}
#activeJobAd button:hover,
#activeJobAd button:focus,
#activeJobAd button:active,
#activeJobAd button.active,
#activeJobAd button.disabled,
#activeJobAd button[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#activeJobAd button:active,
#activeJobAd button.active {
  background-color: #1f3051 \9;
}
#activeJobAd button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#activeJobAd button i {
  margin-right: 12px;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table th {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.state {
  padding-left: 16px;
  text-align: left;
  font-size: 15px;
  width: 12px;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.state i {
  cursor: pointer;
  color: #ee5f5b;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.state i:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: 0.4s all 0.2s linear !important;
  -webkit-transition: 0.4s all 0.2s linear !important;
  -moz-transition: 0.4s all 0.2s linear !important;
  -o-transition: 0.4s all 0.2s linear !important;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.state i.active {
  color: #62c462;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.state i.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.4s all 0.2s linear !important;
  -webkit-transition: 0.4s all 0.2s linear !important;
  -moz-transition: 0.4s all 0.2s linear !important;
  -o-transition: 0.4s all 0.2s linear !important;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td {
  cursor: pointer;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.state-text {
  width: 114px;
  text-align: left;
  font-size: 11px;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.state-text span {
  color: #aaaaaa;
  font-size: 11px;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.published-from {
  width: 108px;
  white-space: nowrap;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.published-to {
  white-space: nowrap;
  width: 86px;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.impressions {
  width: 93px;
  text-align: right !important;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.clicks {
  width: 80px;
  text-align: right !important;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.actions {
  width: 60px;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.actions i {
  cursor: pointer;
  float: right;
  margin-right: 2px;
}
#activeJobAd #activeJobAds div.activeJobAds-rows table tr.my-dossier-holder td.actions i.icon-pencil {
  margin-right: 10px;
}
#activeJobAdDetail-frame button#orderBtn {
  width: 258px;
  float: right;
  margin-bottom: 42px;
  margin-top: 4px;
}
#activeJobAdDetail-frame button#orderBtn span {
  color: inherit;
}
#activeJobAdDetail-frame button#orderBtn i {
  padding-right: 14px;
}
#activeJobAdDetail-frame button#orderBtn.deactivated {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#activeJobAdDetail-frame button#orderBtn.deactivated:hover,
#activeJobAdDetail-frame button#orderBtn.deactivated:focus,
#activeJobAdDetail-frame button#orderBtn.deactivated:active,
#activeJobAdDetail-frame button#orderBtn.deactivated.active,
#activeJobAdDetail-frame button#orderBtn.deactivated.disabled,
#activeJobAdDetail-frame button#orderBtn.deactivated[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#activeJobAdDetail-frame button#orderBtn.deactivated:active,
#activeJobAdDetail-frame button#orderBtn.deactivated.active {
  background-color: #942a25 \9;
}
#activeJobAdDetail-frame button#orderBtn.deactivated .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#activeJobAdDetail-frame .tooltip {
  left: 180px;
  white-space: normal;
  text-align: left;
  width: 350px;
}
#activeJobAdDetail-frame div.termsOfUse {
  width: 268px;
  float: right;
  margin-right: 48px;
  margin-top: -42px;
}
#activeJobAdDetail-frame div.termsOfUse div.control-group {
  float: right;
}
#activeJobAdDetail-frame div.termsOfUse div.control-group div.controls {
  margin-left: 0px !important;
}
#activeJobAdDetail-frame div.termsOfUse .inline-error-msg {
  width: 239px;
  height: 20px;
  left: 0px;
  top: 1px;
  display: none;
}
#activeJobAdDetail-frame #aciveJobAdTermsOfUse {
  float: left;
  width: 646px;
  margin-top: -5px;
  display: none;
  height: auto;
  padding-bottom: 24px;
}
#activeJobAdDetail-frame #aciveJobAdTermsOfUse p {
  font-size: 11px;
}
#activeJobAdDetail-frame #aciveJobAdTermsOfUse h1 {
  margin-bottom: 20px;
}
#activeJobAdDetail-frame #aciveJobAdTermsOfUse h5 {
  margin-top: 16px;
  margin-bottom: 1px;
  font-size: 13px;
}
#activeJobAdDetail-frame #aciveJobAdTermsOfUse ul {
  list-style: none;
  font-size: 11px;
}
#activeJobAdDetail-frame #aciveJobAdTermsOfUse ul li {
  padding-left: 15px;
  background: url('../icons/orange_3angle.gif') 0px 1px no-repeat;
  line-height: 20px;
}
#activeJobAdDetail-frame #aciveJobAdTermsOfUse span.tax {
  float: right;
  color: #888888;
  font-size: 10px;
  margin-top: 16px;
}
#activeJobAdDetail-frame h1 {
  margin-top: 0px;
  margin-bottom: 34px;
}
#activeJobAdDetail-frame form textarea {
  height: 100px;
}
#activeJobAdDetail-frame .spinner {
  position: static;
  top: 80px;
  left: 492px;
  margin-bottom: 127px;
}
#activeJobAdDetail-frame div.activeJobAdPreview {
  width: 245px;
  position: absolute;
  left: 591px;
}
#activeJobAdDetail-frame div.activeJobAdPreview h3 {
  margin: -12px 0 8px 0;
  font-size: 16px;
}
#activeJobAdDetail-frame div.activeJobAdPreview a:hover {
  text-decoration: none;
}
#activeJobAdDetail-frame div.activeJobAdPreview .obr_link_text {
  position: absolute;
  top: -50px;
  width: 163px;
  right: 4px;
  z-index: 100;
  font-size: 12px;
  font-weight: bold;
}
#activeJobAdDetail-frame div.activeJobAdPreview .info {
  color: #666;
  font-size: 10px;
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0px;
  margin-bottom: 7px;
  margin-top: 6px;
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder .jobAdImg {
  position: absolute;
  margin-top: 11px;
  margin-left: 219px;
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder h1 {
  height: 14px;
  line-height: 20px;
  color: #FF8400;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none;
  font: 11px Arial;
  font-weight: bold;
  border: 0;
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder h2 {
  color: #888;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  font: 10px Arial;
  font-weight: bold;
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder h3 {
  color: #888;
  padding: 2px 0 0 20px;
  margin: -6px 0 9px 0;
  font: 10px Arial;
  font-weight: normal;
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder h3 span {
  font: 10px Arial;
  color: #FF8400;
  padding-left: 8px;
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder h3 span:hover {
  text-decoration: underline;
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder h3 img {
  position: absolute;
  margin-left: -20px;
  margin-top: -1px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder p {
  width: 134px;
  margin-top: -3px;
  line-height: 15px;
  color: #043767;
  font-size: 11px;
  float: left;
  margin-left: 11px;
  margin-bottom: 6px;
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder p.jobAd {
  color: #660202;
  margin-left: 0px !important;
  width: 245px !important;
}
#activeJobAdDetail-frame div.activeJobAdPreview div.showInfoHolder img {
  float: left;
  margin-bottom: 9px;
}
#activeJobAdDetail-frame div.meta-data {
  position: absolute;
  width: 430px;
  left: 591px;
  font-size: 12px;
  margin-top: -43px;
}
#activeJobAdDetail-frame div.meta-data span {
  font-size: inherit;
  color: #727272;
  padding-left: 11px;
}
#activeJobAdDetail-frame fieldset {
  padding: 4px 0 34px 0;
}
#activeJobAdDetail-frame fieldset legend i {
  padding-right: 12px;
  color: #646464;
}
#activeJobAdDetail-frame fieldset.jobad {
  position: relative;
}
#activeJobAdDetail-frame fieldset.jobad div.div-pensum {
  margin-left: 0px;
}
#activeJobAdDetail-frame fieldset.jobad input.input-pensum {
  width: 76px;
}
#activeJobAdDetail-frame fieldset.jobad span.span-pensum {
  width: 37px;
}
#activeJobAdDetail-frame fieldset.particular .particular-left {
  float: left;
}
#activeJobAdDetail-frame fieldset.particular .particular-right {
  float: right;
  margin-right: 38px;
}
#activeJobAdDetail-frame fieldset.duration {
  min-height: 420px;
}
#activeJobAdDetail-frame fieldset.duration #publishableUntil {
  float: right;
  margin: 0 65px 0 0;
  padding: 3px 11px 5px 11px;
}
#activeJobAdDetail-frame fieldset.duration #publishableUntil i {
  padding-right: 7px;
}
#activeJobAdDetail-frame fieldset.duration #publishableUntil strong {
  padding-left: 4px;
}
#activeJobAdDetail-frame fieldset.duration button.duration {
  margin: 0;
  width: 102px;
}
#activeJobAdDetail-frame fieldset.duration button.duration.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#activeJobAdDetail-frame fieldset.duration button.duration.active:hover,
#activeJobAdDetail-frame fieldset.duration button.duration.active:focus,
#activeJobAdDetail-frame fieldset.duration button.duration.active:active,
#activeJobAdDetail-frame fieldset.duration button.duration.active.active,
#activeJobAdDetail-frame fieldset.duration button.duration.active.disabled,
#activeJobAdDetail-frame fieldset.duration button.duration.active[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#activeJobAdDetail-frame fieldset.duration button.duration.active:active,
#activeJobAdDetail-frame fieldset.duration button.duration.active.active {
  background-color: #1f3051 \9;
}
#activeJobAdDetail-frame fieldset.duration button.duration.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#activeJobAdDetail-frame fieldset.duration div.currency {
  margin-bottom: 0px;
}
#activeJobAdDetail-frame fieldset.duration div.currency .btn-group a {
  font-size: 11px;
  height: 17px;
  padding-top: 1px;
  width: 25px;
}
#activeJobAdDetail-frame fieldset.duration div.alert {
  margin: 20px 180px 18px 180px !important;
}
#activeJobAdDetail-frame fieldset.duration div.alert i {
  font-size: 27px;
}
#activeJobAdDetail-frame fieldset.duration del {
  color: #666666;
}
#activeJobAdDetail-frame fieldset.duration p.tax {
  color: #999999;
  font-size: 11px;
  padding-left: 9px;
  margin-bottom: 8px;
}
#activeJobAdDetail-frame fieldset.duration table {
  margin-top: 40px;
}
#activeJobAdDetail-frame fieldset.duration table tr td {
  vertical-align: middle;
}
#activeJobAdDetail-frame fieldset.duration button span {
  color: #a6a6a6;
}
#activeJobAdDetail-frame fieldset.duration button.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#activeJobAdDetail-frame fieldset.duration button.active:hover,
#activeJobAdDetail-frame fieldset.duration button.active:focus,
#activeJobAdDetail-frame fieldset.duration button.active:active,
#activeJobAdDetail-frame fieldset.duration button.active.active,
#activeJobAdDetail-frame fieldset.duration button.active.disabled,
#activeJobAdDetail-frame fieldset.duration button.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#activeJobAdDetail-frame fieldset.duration button.active:active,
#activeJobAdDetail-frame fieldset.duration button.active.active {
  background-color: #408140 \9;
}
#activeJobAdDetail-frame fieldset.duration button.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#activeJobAdDetail-frame fieldset.duration button.active span {
  color: #85f685;
}
.answer-templates-translation-flag span {
  margin-right: 6px;
}
.answer-templates-translation-flag span i {
  color: #129900;
  position: absolute;
  margin-top: 13px;
  margin-left: 17px;
  z-index: 1;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
}
.answer-templates-translation-flag span img {
  opacity: 0.26;
  filter: alpha(opacity=26);
  width: 22px;
  margin: 0;
  border-top: 1px solid transparent;
  filter: grayscale(0.6);
  -webkit-filter: grayscale(0.6);
}
.answer-templates-translation-flag span img:hover {
  border-top: 1px solid #000000;
}
.answer-templates-translation-flag span.active img {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 22px;
  margin: 0;
  filter: none;
  -webkit-filter: grayscale(0);
}
.answer-templates-translation-flag span.active img:hover {
  border-color: #c2c2c2;
}
.sampleTemplates {
  position: absolute;
  top: 42px;
  right: 12px;
}
.sampleTemplates i {
  font-size: 13px;
  margin-right: 6px;
  text-decoration: none;
}
#answerTemplates button {
  margin-top: -2px;
  margin-bottom: 50px;
  float: right;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answerTemplates button:hover,
#answerTemplates button:focus,
#answerTemplates button:active,
#answerTemplates button.active,
#answerTemplates button.disabled,
#answerTemplates button[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#answerTemplates button:active,
#answerTemplates button.active {
  background-color: #1f3051 \9;
}
#answerTemplates button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#answerTemplates button i {
  margin-right: 9px;
}
#answerTemplates button.btn-letterhead {
  background: #8a8a8a;
  
  background: -moz-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(46%, #6b6b6b), color-stop(54%, #636363), color-stop(100%, #777777));
  
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -o-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -ms-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: linear-gradient(to bottom, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #8a8a8a , EndColorStr= #777777 );
  
  border-top: 1px solid #7d7d7d;
  border-right: 1px solid #6c6c6c;
  border-bottom: 1px solid #575757;
  border-left: 1px solid #6c6c6c;
}
#answerTemplates button.btn-rejection {
  background: #dc0505;
  
  background: -moz-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc0505), color-stop(46%, #bd0404), color-stop(54%, #b80404), color-stop(100%, #cc0404));
  
  background: -webkit-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -o-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -ms-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: linear-gradient(to bottom, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #dc0505 , EndColorStr= #cc0404 );
  
  border-top: 1px solid #cf0404;
  border-right: 1px solid #bd0404;
  border-bottom: 1px solid #a80303;
  border-left: 1px solid #bd0404;
}
#answerTemplates button.btn-patience {
  background: #fd6d0a;
  
  background: -moz-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd6d0a), color-stop(46%, #de5e09), color-stop(54%, #d95c09), color-stop(100%, #ed6509));
  
  background: -webkit-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: -o-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: -ms-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: linear-gradient(to bottom, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #fd6d0a , EndColorStr= #ed6509 );
  
  border-top: 1px solid #f0660a;
  border-right: 1px solid #de5e09;
  border-bottom: 1px solid #c95508;
  border-left: 1px solid #de5e09;
}
#answerTemplates button.btn-acceptance {
  background: #66B24C;
  
  background: -moz-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66B24C), color-stop(46%, #53913E), color-stop(54%, #508C3C), color-stop(100%, #5CA145));
  
  background: -webkit-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -o-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -ms-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: linear-gradient(to bottom, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #66B24C , EndColorStr= #5CA145 );
  
  border-top: 1px solid #5FA647;
  border-right: 1px solid #559440;
  border-bottom: 1px solid #498037;
  border-left: 1px solid #559440;
}
#answerTemplates .table .translations {
  width: 166px;
}
#answerTemplates .table .template-title {
  padding-left: 17px;
}
#answerTemplates .table .template-title i {
  color: #129900;
  margin-left: 5px;
}
#answerTemplates .table th {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
#answerTemplates .table th.th-lastmodified {
  text-align: right;
  padding-right: 17px;
}
#answerTemplates .table th.th-lang {
  text-align: right;
  padding-right: 7px;
}
#answerTemplates .table td {
  cursor: pointer;
}
#answerTemplates .table td.template-langcode {
  width: 26px;
  padding-left: 5px;
}
#answerTemplates .table td.template-lastmodified {
  width: 100px;
  text-align: right;
  padding-right: 17px;
}
#answerTemplates .table td.actions {
  width: 61px;
}
#answerTemplates .table td.actions i {
  float: right;
  margin-right: 2px;
}
#answerTemplates .table td.actions i.icon-pencil {
  margin-right: 10px;
}
#answerTemplates .table td.actions i.icon-copy {
  margin-right: 8px;
}
#answerTemplates div.rejections {
  background: #dc0505;
  
  background: -moz-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc0505), color-stop(46%, #bd0404), color-stop(54%, #b80404), color-stop(100%, #cc0404));
  
  background: -webkit-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -o-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: -ms-linear-gradient(top, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  background: linear-gradient(to bottom, #dc0505 0%, #bd0404 46%, #b80404 54%, #cc0404 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #dc0505 , EndColorStr= #cc0404 );
  
  border-top: 1px solid #cf0404;
  border-right: 1px solid #bd0404;
  border-bottom: 1px solid #a80303;
  border-left: 1px solid #bd0404;
}
#answerTemplates div.patiences {
  background: #fd6d0a;
  
  background: -moz-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd6d0a), color-stop(46%, #de5e09), color-stop(54%, #d95c09), color-stop(100%, #ed6509));
  
  background: -webkit-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: -o-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: -ms-linear-gradient(top, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  background: linear-gradient(to bottom, #fd6d0a 0%, #de5e09 46%, #d95c09 54%, #ed6509 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #fd6d0a , EndColorStr= #ed6509 );
  
  border-top: 1px solid #f0660a;
  border-right: 1px solid #de5e09;
  border-bottom: 1px solid #c95508;
  border-left: 1px solid #de5e09;
}
#answerTemplates div.acceptances {
  background: #66B24C;
  
  background: -moz-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66B24C), color-stop(46%, #53913E), color-stop(54%, #508C3C), color-stop(100%, #5CA145));
  
  background: -webkit-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -o-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -ms-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: linear-gradient(to bottom, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #66B24C , EndColorStr= #5CA145 );
  
  border-top: 1px solid #5FA647;
  border-right: 1px solid #559440;
  border-bottom: 1px solid #498037;
  border-left: 1px solid #559440;
}
#answerTemplateDetail-frame .answer-templates-translation-flag span {
  float: left;
  margin-right: 7px;
  padding: 1px 6px 2px 6px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s linear !important;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  
}
#answerTemplateDetail-frame .answer-templates-translation-flag span:hover {
  border-color: #b9e3b4;
  -webkit-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  -moz-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  box-shadow: inset 0px 0px 0px 7px #c9f7c4;
}
#answerTemplateDetail-frame .answer-templates-translation-flag span i {
  color: #129900;
  position: absolute;
  margin-top: 22px;
  margin-left: 25px;
  z-index: 1;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
}
#answerTemplateDetail-frame .answer-templates-translation-flag span img {
  
  width: 32px;
  border-top: 0;
}
#answerTemplateDetail-frame .answer-templates-translation-flag span img:hover {
  border-top: 0;
}
#answerTemplateDetail-frame .answer-templates-translation-flag span.current-lang {
  border-color: #b9e3b4;
  -webkit-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  -moz-box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  box-shadow: inset 0px 0px 0px 7px #c9f7c4;
  
  
}
#answerTemplateDetail-frame button#orderBtn {
  float: right;
  margin-top: 24px;
}
#answerTemplateDetail-frame button#orderBtn i {
  padding-right: 14px;
}
#answerTemplateDetail-frame button#orderBtn.deactivated {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
#answerTemplateDetail-frame button#orderBtn.deactivated:hover,
#answerTemplateDetail-frame button#orderBtn.deactivated:focus,
#answerTemplateDetail-frame button#orderBtn.deactivated:active,
#answerTemplateDetail-frame button#orderBtn.deactivated.active,
#answerTemplateDetail-frame button#orderBtn.deactivated.disabled,
#answerTemplateDetail-frame button#orderBtn.deactivated[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#answerTemplateDetail-frame button#orderBtn.deactivated:active,
#answerTemplateDetail-frame button#orderBtn.deactivated.active {
  background-color: #942a25 \9;
}
#answerTemplateDetail-frame button#orderBtn.deactivated .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  width: 84px;
}
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes:hover,
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes:focus,
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes:active,
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes.active,
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes.disabled,
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes:active,
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes.active {
  background-color: #408140 \9;
}
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-yes i {
  padding-right: 7px;
}
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-no {
  width: 84px;
}
#answerTemplateDetail-frame button#AnswerTemplateDefaultBtn-no i {
  padding-right: 7px;
  color: #989898;
}
#answerTemplateDetail-frame #modify-infos {
  position: absolute;
  right: 24px;
  top: 102px;
}
#answerTemplateDetail-frame #modify-infos table {
  font-size: 13px;
  color: #b1b1b1;
  width: 100%;
  margin-bottom: 20px;
}
#answerTemplateDetail-frame #modify-infos table th,
#answerTemplateDetail-frame #modify-infos table td {
  padding: 10px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#answerTemplateDetail-frame #modify-infos table th {
  font-weight: bold;
}
#answerTemplateDetail-frame #modify-infos table thead th {
  vertical-align: bottom;
}
#answerTemplateDetail-frame #modify-infos table caption + thead tr:first-child th,
#answerTemplateDetail-frame #modify-infos table caption + thead tr:first-child td,
#answerTemplateDetail-frame #modify-infos table colgroup + thead tr:first-child th,
#answerTemplateDetail-frame #modify-infos table colgroup + thead tr:first-child td,
#answerTemplateDetail-frame #modify-infos table thead:first-child tr:first-child th,
#answerTemplateDetail-frame #modify-infos table thead:first-child tr:first-child td {
  border-top: 0;
}
#answerTemplateDetail-frame #modify-infos table tbody + tbody {
  border-top: 2px solid #ddd;
}
#answerTemplateDetail-frame #modify-infos table .table {
  background-color: transparent;
}
#answerTemplateDetail-frame #modify-infos table th,
#answerTemplateDetail-frame #modify-infos table td {
  padding: 4px 5px;
}
#answerTemplateDetail-frame #modify-infos table td {
  border: 0;
}
#answerTemplateDetail-frame #modify-infos table td span {
  font-size: 13px;
  color: #696969;
}
#answerTemplateDetail-frame #modify-infos table td span.Created {
  padding-left: 8px;
}
#answerTemplateDetail-frame #modify-infos table td span.LastModified {
  padding-left: 8px;
}
#answerTemplateDetail-frame h1 {
  margin-top: 0px;
  margin-bottom: 34px;
}
#answerTemplateDetail-frame form textarea {
  height: 180px;
  width: 380px;
  display: none;
}
#answerTemplateDetail-frame .spinner {
  position: static;
  top: 80px;
  left: 492px;
  margin-bottom: 127px;
}
#answerTemplateDetail-frame fieldset {
  padding: 4px 0 10px 0;
}
#answerTemplateDetail-frame fieldset legend img {
  padding-left: 8px;
  padding-right: 6px;
  opacity: 0.83;
  filter: alpha(opacity=83);
}
#answerTemplateDetail-frame fieldset legend span {
  color: #898989;
  font-size: 17px;
}
#answerTemplateDetail-frame fieldset.answerTemplate {
  position: relative;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-left {
  float: left;
  width: 588px;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right {
  padding: 0px;
  float: right;
  width: 195px;
  margin-right: 16px;
  margin-top: -41px;
  border: 1px solid #9e9e9e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 0px;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table th,
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table td {
  padding: 10px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table th {
  font-weight: bold;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table thead th {
  vertical-align: bottom;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table caption + thead tr:first-child th,
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table caption + thead tr:first-child td,
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table colgroup + thead tr:first-child th,
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table colgroup + thead tr:first-child td,
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table thead:first-child tr:first-child th,
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table thead:first-child tr:first-child td {
  border-top: 0;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tbody + tbody {
  border-top: 2px solid #ddd;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table .table {
  background-color: transparent;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tbody tr:hover > td,
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tbody tr:hover > th {
  background-color: #f8f6e6;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table th,
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table td {
  padding: 4px 5px;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tbody {
  border-top: none !important;
  border-bottom: 1px solid #dddddd;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tbody:last-child {
  border-bottom: 0;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table th {
  height: 26px;
  font-size: 15px;
  font-weight: bold;
  background-color: #f5f5f5;
  border-bottom: 1px solid #9e9e9e;
  border-top: 0;
  vertical-align: middle;
  padding-left: 8px;
  background: #fdfdfd;
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: -moz-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: -o-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: -ms-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: linear-gradient(top, #fdfdfd, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd, endColorstr=#dddddd, GradientType=0);
  
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tr:first-child td {
  border: 0;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table td.last-td {
  padding-bottom: 2px;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tr.new-cat {
  height: 25px;
  background-color: #f3f3f3;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tr.new-cat td {
  cursor: default;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tr.new-cat td:hover {
  opacity: 0.6;
  cursor: pointer;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tr.new-cat i {
  float: right;
  margin-top: 4px;
  margin-right: -3px;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tr.new-cat-space {
  height: 8px;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tr.new-cat-space td {
  cursor: default;
  background-color: #ffffff;
  border: 0;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tr.new-cat-space td:hover {
  background-color: #ffffff;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table tr.new-cat-space {
  background-color: #eeeeee;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table td {
  cursor: pointer;
  font-size: 11px;
  padding: 0px 8px 0 8px;
}
#answerTemplateDetail-frame fieldset.answerTemplate div.tinymce-right table td span {
  display: none;
}
#answer-template-duplicate .answer-templates-translation-flag span img {
  border: 0;
}
#answer-template-duplicate form label {
  width: 118px;
  text-align: left;
}
#answer-template-duplicate form .controls {
  margin-left: 124px;
}
#answer-template-duplicate form .controls .answer-templates-translation-flag img {
  margin-top: 3px;
}
#answer-template-duplicate form .input-prepend {
  width: 100%;
}
#answer-template-duplicate form button[type=submit] {
  margin-top: -7px;
}
#answer-template-duplicate form .no-translations {
  font-size: 12px;
  color: #b70000;
  margin-left: 5px;
  display: inline-block;
  padding-top: 5px;
}
#answer-template-duplicate form .alert {
  margin-top: 13px;
}
#answer-template-duplicate form .btn-group-raw-choice {
  width: 100%;
}
#answer-template-duplicate form .btn-group-raw-choice .btn {
  font-size: 13px;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  color: #999999;
}
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #696969;
  background-image: -moz-linear-gradient(top, #777777, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777777), to(#555555));
  background-image: -webkit-linear-gradient(top, #777777, #555555);
  background-image: -o-linear-gradient(top, #777777, #555555);
  background-image: linear-gradient(to bottom, #777777, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff555555', GradientType=0);
  border-color: #555555 #555555 #2f2f2f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #555555;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead:hover:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead.active:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead:hover:focus,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead.active:focus,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead:hover:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead.active:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead:hover.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead.active.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead:hover.disabled,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead.active.disabled,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead:hover[disabled],
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead.active[disabled] {
  color: #fff;
  background-color: #555555;
  *background-color: #484848;
}
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead:hover:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead.active:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead:hover.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.letterhead.active.active {
  background-color: #3c3c3c \9;
}
#answer-template-duplicate form .btn-group-raw-choice .btn.good:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.good.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #90cf90;
  background-image: -moz-linear-gradient(top, #9ad99a, #80c080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ad99a), to(#80c080));
  background-image: -webkit-linear-gradient(top, #9ad99a, #80c080);
  background-image: -o-linear-gradient(top, #9ad99a, #80c080);
  background-image: linear-gradient(to bottom, #9ad99a, #80c080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ad99a', endColorstr='#ff80c080', GradientType=0);
  border-color: #80c080 #80c080 #51a351;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #80c080;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answer-template-duplicate form .btn-group-raw-choice .btn.good:hover:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.good.active:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.good:hover:focus,
#answer-template-duplicate form .btn-group-raw-choice .btn.good.active:focus,
#answer-template-duplicate form .btn-group-raw-choice .btn.good:hover:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.good.active:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.good:hover.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.good.active.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.good:hover.disabled,
#answer-template-duplicate form .btn-group-raw-choice .btn.good.active.disabled,
#answer-template-duplicate form .btn-group-raw-choice .btn.good:hover[disabled],
#answer-template-duplicate form .btn-group-raw-choice .btn.good.active[disabled] {
  color: #fff;
  background-color: #80c080;
  *background-color: #6fb86f;
}
#answer-template-duplicate form .btn-group-raw-choice .btn.good:hover:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.good.active:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.good:hover.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.good.active.active {
  background-color: #5eaf5e \9;
}
#answer-template-duplicate form .btn-group-raw-choice .btn.average:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.average.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fcc77d;
  background-image: -moz-linear-gradient(top, #fdd49a, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fbb450);
  background-image: -o-linear-gradient(top, #fdd49a, #fbb450);
  background-image: linear-gradient(to bottom, #fdd49a, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdd49a', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answer-template-duplicate form .btn-group-raw-choice .btn.average:hover:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.average.active:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.average:hover:focus,
#answer-template-duplicate form .btn-group-raw-choice .btn.average.active:focus,
#answer-template-duplicate form .btn-group-raw-choice .btn.average:hover:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.average.active:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.average:hover.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.average.active.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.average:hover.disabled,
#answer-template-duplicate form .btn-group-raw-choice .btn.average.active.disabled,
#answer-template-duplicate form .btn-group-raw-choice .btn.average:hover[disabled],
#answer-template-duplicate form .btn-group-raw-choice .btn.average.active[disabled] {
  color: #fff;
  background-color: #fbb450;
  *background-color: #faa937;
}
#answer-template-duplicate form .btn-group-raw-choice .btn.average:hover:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.average.active:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.average:hover.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.average.active.active {
  background-color: #fa9f1e \9;
}
#answer-template-duplicate form .btn-group-raw-choice .btn.bad:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e98b87;
  background-image: -moz-linear-gradient(top, #f5a3a0, #d86761);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5a3a0), to(#d86761));
  background-image: -webkit-linear-gradient(top, #f5a3a0, #d86761);
  background-image: -o-linear-gradient(top, #f5a3a0, #d86761);
  background-image: linear-gradient(to bottom, #f5a3a0, #d86761);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5a3a0', endColorstr='#ffd86761', GradientType=0);
  border-color: #d86761 #d86761 #bd362f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d86761;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#answer-template-duplicate form .btn-group-raw-choice .btn.bad:hover:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad.active:hover,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad:hover:focus,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad.active:focus,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad:hover:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad.active:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad:hover.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad.active.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad:hover.disabled,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad.active.disabled,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad:hover[disabled],
#answer-template-duplicate form .btn-group-raw-choice .btn.bad.active[disabled] {
  color: #fff;
  background-color: #d86761;
  *background-color: #d3534c;
}
#answer-template-duplicate form .btn-group-raw-choice .btn.bad:hover:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad.active:active,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad:hover.active,
#answer-template-duplicate form .btn-group-raw-choice .btn.bad.active.active {
  background-color: #ce3f38 \9;
}
#answer-template-duplicate form .btn-group-raw-choice .btn i.icon-smile,
#answer-template-duplicate form .btn-group-raw-choice .btn i.icon-meh,
#answer-template-duplicate form .btn-group-raw-choice .btn i.icon-frown {
  font-size: 16px;
  padding-right: 9px;
}
#jobAdministrationList h1.whats-this,
#jobAdministrationList2 h1.whats-this {
  display: inline-block;
}
#jobAdministrationList .empty-entity-msg i.icon-filter,
#jobAdministrationList2 .empty-entity-msg i.icon-filter {
  margin-right: 4px;
  font-size: 15px;
}
#jobAdministrationList div.job-filter,
#jobAdministrationList2 div.job-filter {
  display: inline-block;
  float: right;
  margin-bottom: 16px;
}
#jobAdministrationList div.job-filter i.icon-colored,
#jobAdministrationList2 div.job-filter i.icon-colored {
  color: #b70000;
}
#jobAdministrationList div.job-filter div.filter-row,
#jobAdministrationList2 div.job-filter div.filter-row {
  margin-bottom: 9px;
}
#jobAdministrationList div.job-filter .btn-group,
#jobAdministrationList2 div.job-filter .btn-group {
  display: inline-block;
  float: right;
  width: 336px;
}
#jobAdministrationList div.job-filter .dropdown-menu,
#jobAdministrationList2 div.job-filter .dropdown-menu {
  float: right;
  right: 0;
  left: auto;
  
}
#jobAdministrationList div.job-filter .dropdown-menu li:hover a.deleted,
#jobAdministrationList2 div.job-filter .dropdown-menu li:hover a.deleted,
#jobAdministrationList div.job-filter .dropdown-menu li.active a.deleted,
#jobAdministrationList2 div.job-filter .dropdown-menu li.active a.deleted {
  color: white !important;
}
#jobAdministrationList div.job-filter .dropdown-menu a.deleted,
#jobAdministrationList2 div.job-filter .dropdown-menu a.deleted {
  color: #8d8d8d;
}
#jobAdministrationList div.job-filter .dropdown-menu span.me,
#jobAdministrationList2 div.job-filter .dropdown-menu span.me {
  color: inherit;
  margin-left: 5px;
}
#jobAdministrationList div.job-filter button,
#jobAdministrationList2 div.job-filter button {
  font-size: 12px;
  line-height: 15px;
  padding-top: 4px;
  padding-bottom: 3px;
  box-sizing: border-box;
  
}
#jobAdministrationList div.job-filter button.btn-select-site,
#jobAdministrationList2 div.job-filter button.btn-select-site,
#jobAdministrationList div.job-filter button.btn-select-person,
#jobAdministrationList2 div.job-filter button.btn-select-person {
  width: 100%;
}
#jobAdministrationList div.job-filter button:hover,
#jobAdministrationList2 div.job-filter button:hover,
#jobAdministrationList div.job-filter button.active,
#jobAdministrationList2 div.job-filter button.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#jobAdministrationList div.job-filter button:hover:hover,
#jobAdministrationList2 div.job-filter button:hover:hover,
#jobAdministrationList div.job-filter button.active:hover,
#jobAdministrationList2 div.job-filter button.active:hover,
#jobAdministrationList div.job-filter button:hover:focus,
#jobAdministrationList2 div.job-filter button:hover:focus,
#jobAdministrationList div.job-filter button.active:focus,
#jobAdministrationList2 div.job-filter button.active:focus,
#jobAdministrationList div.job-filter button:hover:active,
#jobAdministrationList2 div.job-filter button:hover:active,
#jobAdministrationList div.job-filter button.active:active,
#jobAdministrationList2 div.job-filter button.active:active,
#jobAdministrationList div.job-filter button:hover.active,
#jobAdministrationList2 div.job-filter button:hover.active,
#jobAdministrationList div.job-filter button.active.active,
#jobAdministrationList2 div.job-filter button.active.active,
#jobAdministrationList div.job-filter button:hover.disabled,
#jobAdministrationList2 div.job-filter button:hover.disabled,
#jobAdministrationList div.job-filter button.active.disabled,
#jobAdministrationList2 div.job-filter button.active.disabled,
#jobAdministrationList div.job-filter button:hover[disabled],
#jobAdministrationList2 div.job-filter button:hover[disabled],
#jobAdministrationList div.job-filter button.active[disabled],
#jobAdministrationList2 div.job-filter button.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#jobAdministrationList div.job-filter button:hover:active,
#jobAdministrationList2 div.job-filter button:hover:active,
#jobAdministrationList div.job-filter button.active:active,
#jobAdministrationList2 div.job-filter button.active:active,
#jobAdministrationList div.job-filter button:hover.active,
#jobAdministrationList2 div.job-filter button:hover.active,
#jobAdministrationList div.job-filter button.active.active,
#jobAdministrationList2 div.job-filter button.active.active {
  background-color: #408140 \9;
}
#jobAdministrationList div.job-filter button:hover .caret,
#jobAdministrationList2 div.job-filter button:hover .caret,
#jobAdministrationList div.job-filter button.active .caret,
#jobAdministrationList2 div.job-filter button.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#jobAdministrationList div.job-filter button .caret,
#jobAdministrationList2 div.job-filter button .caret {
  margin-top: 5px;
  margin-left: 2px;
}
#jobAdministrationList div.job-filter button .text,
#jobAdministrationList2 div.job-filter button .text {
  width: 91%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  line-height: 100%;
  display: inline-block;
  margin-top: 1px;
}
#jobAdministrationList div.job-filter span.filter-label,
#jobAdministrationList2 div.job-filter span.filter-label {
  float: right;
  margin-right: 14px;
  color: #797979;
  font-size: 12px;
  line-height: 24px;
}
#jobAdministrationList button#btn-newJob,
#jobAdministrationList2 button#btn-newJob,
#jobAdministrationList button#btn-archived,
#jobAdministrationList2 button#btn-archived,
#jobAdministrationList button#btn-active,
#jobAdministrationList2 button#btn-active {
  margin-top: 22px;
  margin-bottom: 46px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #66B24C;
  
  background: -moz-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66B24C), color-stop(46%, #53913E), color-stop(54%, #508C3C), color-stop(100%, #5CA145));
  
  background: -webkit-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -o-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: -ms-linear-gradient(top, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  background: linear-gradient(to bottom, #66B24C 0%, #53913E 46%, #508C3C 54%, #5CA145 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #66B24C , EndColorStr= #5CA145 );
  
  border-top: 1px solid #5FA647;
  border-right: 1px solid #559440;
  border-bottom: 1px solid #498037;
  border-left: 1px solid #559440;
}
#jobAdministrationList button#btn-newJob:hover,
#jobAdministrationList2 button#btn-newJob:hover,
#jobAdministrationList button#btn-archived:hover,
#jobAdministrationList2 button#btn-archived:hover,
#jobAdministrationList button#btn-active:hover,
#jobAdministrationList2 button#btn-active:hover,
#jobAdministrationList button#btn-newJob:focus,
#jobAdministrationList2 button#btn-newJob:focus,
#jobAdministrationList button#btn-archived:focus,
#jobAdministrationList2 button#btn-archived:focus,
#jobAdministrationList button#btn-active:focus,
#jobAdministrationList2 button#btn-active:focus,
#jobAdministrationList button#btn-newJob:active,
#jobAdministrationList2 button#btn-newJob:active,
#jobAdministrationList button#btn-archived:active,
#jobAdministrationList2 button#btn-archived:active,
#jobAdministrationList button#btn-active:active,
#jobAdministrationList2 button#btn-active:active,
#jobAdministrationList button#btn-newJob.active,
#jobAdministrationList2 button#btn-newJob.active,
#jobAdministrationList button#btn-archived.active,
#jobAdministrationList2 button#btn-archived.active,
#jobAdministrationList button#btn-active.active,
#jobAdministrationList2 button#btn-active.active,
#jobAdministrationList button#btn-newJob.disabled,
#jobAdministrationList2 button#btn-newJob.disabled,
#jobAdministrationList button#btn-archived.disabled,
#jobAdministrationList2 button#btn-archived.disabled,
#jobAdministrationList button#btn-active.disabled,
#jobAdministrationList2 button#btn-active.disabled,
#jobAdministrationList button#btn-newJob[disabled],
#jobAdministrationList2 button#btn-newJob[disabled],
#jobAdministrationList button#btn-archived[disabled],
#jobAdministrationList2 button#btn-archived[disabled],
#jobAdministrationList button#btn-active[disabled],
#jobAdministrationList2 button#btn-active[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#jobAdministrationList button#btn-newJob:active,
#jobAdministrationList2 button#btn-newJob:active,
#jobAdministrationList button#btn-archived:active,
#jobAdministrationList2 button#btn-archived:active,
#jobAdministrationList button#btn-active:active,
#jobAdministrationList2 button#btn-active:active,
#jobAdministrationList button#btn-newJob.active,
#jobAdministrationList2 button#btn-newJob.active,
#jobAdministrationList button#btn-archived.active,
#jobAdministrationList2 button#btn-archived.active,
#jobAdministrationList button#btn-active.active,
#jobAdministrationList2 button#btn-active.active {
  background-color: #1f3051 \9;
}
#jobAdministrationList button#btn-newJob .caret,
#jobAdministrationList2 button#btn-newJob .caret,
#jobAdministrationList button#btn-archived .caret,
#jobAdministrationList2 button#btn-archived .caret,
#jobAdministrationList button#btn-active .caret,
#jobAdministrationList2 button#btn-active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#jobAdministrationList button#btn-newJob i,
#jobAdministrationList2 button#btn-newJob i,
#jobAdministrationList button#btn-archived i,
#jobAdministrationList2 button#btn-archived i,
#jobAdministrationList button#btn-active i,
#jobAdministrationList2 button#btn-active i {
  margin-right: 13px;
}
#jobAdministrationList button#btn-archived,
#jobAdministrationList2 button#btn-archived {
  background: #8a8a8a;
  
  background: -moz-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(46%, #6b6b6b), color-stop(54%, #636363), color-stop(100%, #777777));
  
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -o-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -ms-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: linear-gradient(to bottom, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #8a8a8a , EndColorStr= #777777 );
  
  border-top: 1px solid #7d7d7d;
  border-right: 1px solid #6c6c6c;
  border-bottom: 1px solid #575757;
  border-left: 1px solid #6c6c6c;
}
#jobAdministrationList .completed-jobs,
#jobAdministrationList2 .completed-jobs {
  margin-bottom: 28px !important;
}
#jobAdministrationList table,
#jobAdministrationList2 table {
  width: 99.8%;
  overflow: visible !important;
}
#jobAdministrationList table .rounded-corner-info-content,
#jobAdministrationList2 table .rounded-corner-info-content {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-size: 11px;
  font-weight: bold;
  background: #a1a1a1;
  color: #ffffff;
}
#jobAdministrationList table tr.grey-background td,
#jobAdministrationList2 table tr.grey-background td,
#jobAdministrationList table tr.grey-background th,
#jobAdministrationList2 table tr.grey-background th {
  background-color: #ececec;
}
#jobAdministrationList table tr:hover td,
#jobAdministrationList2 table tr:hover td {
  background-color: #f8f6e6;
}
#jobAdministrationList table th,
#jobAdministrationList2 table th {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
  background-color: transparent;
}
#jobAdministrationList table th.JobTitle,
#jobAdministrationList2 table th.JobTitle {
  width: auto;
}
#jobAdministrationList table th.NumberOfDossiers,
#jobAdministrationList2 table th.NumberOfDossiers {
  text-align: center;
  width: 80px;
}
#jobAdministrationList table th.NumberOfDossiersNew,
#jobAdministrationList2 table th.NumberOfDossiersNew {
  text-align: right;
}
#jobAdministrationList table th.NumberOfDossiersNotAnsweredDefinitly,
#jobAdministrationList2 table th.NumberOfDossiersNotAnsweredDefinitly {
  width: 101px;
}
#jobAdministrationList table th.NumberOfDossiersNotAnsweredDefinitly i,
#jobAdministrationList2 table th.NumberOfDossiersNotAnsweredDefinitly i {
  margin-left: 2px;
}
#jobAdministrationList table th.NumberOfDossiersWithNewRatingComment,
#jobAdministrationList2 table th.NumberOfDossiersWithNewRatingComment {
  width: 14px;
  padding-right: 15px;
  text-align: right;
}
#jobAdministrationList table td,
#jobAdministrationList2 table td {
  padding: 8px 8px 10px 8px;
  vertical-align: middle;
  cursor: pointer;
}
#jobAdministrationList table td .job-responsibility,
#jobAdministrationList2 table td .job-responsibility {
  margin-left: 27px;
  color: #949494;
  font-size: 12px;
}
#jobAdministrationList table td .job-responsibility.hide,
#jobAdministrationList2 table td .job-responsibility.hide {
  display: none;
}
#jobAdministrationList table td.JobTitle,
#jobAdministrationList2 table td.JobTitle {
  width: auto;
}
#jobAdministrationList table td.JobTitle div,
#jobAdministrationList2 table td.JobTitle div {
  font-weight: 600;
}
#jobAdministrationList table td.JobTitle i.icon-legal,
#jobAdministrationList2 table td.JobTitle i.icon-legal {
  color: #7b7b7b;
  padding-right: 11px;
  padding-left: 2px;
}
#jobAdministrationList table td.JobDossierInfo,
#jobAdministrationList2 table td.JobDossierInfo {
  width: 140px;
  text-align: right;
}
#jobAdministrationList table td.JobDossierInfo span,
#jobAdministrationList2 table td.JobDossierInfo span {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #a7a7a7;
  font-size: 12px;
  padding-right: 5px;
}
#jobAdministrationList table td.JobResponsibilities,
#jobAdministrationList2 table td.JobResponsibilities {
  width: 28px;
}
#jobAdministrationList table td.JobResponsibilities i,
#jobAdministrationList2 table td.JobResponsibilities i {
  font-size: 12px;
  color: #aaaaaa;
  margin-left: 8px;
}
#jobAdministrationList table td.JobResponsibilities .tooltip span,
#jobAdministrationList2 table td.JobResponsibilities .tooltip span {
  color: inherit;
  display: inline-block;
  width: 127px;
}
#jobAdministrationList table td.JobPublished,
#jobAdministrationList2 table td.JobPublished {
  width: 21px;
}
#jobAdministrationList table td.JobPublished i,
#jobAdministrationList2 table td.JobPublished i {
  font-size: 12px;
  color: #aaaaaa;
  margin-left: 8px;
}
#jobAdministrationList table td.JobPublished .tooltip span,
#jobAdministrationList2 table td.JobPublished .tooltip span {
  color: inherit;
  display: inline-block;
  width: 127px;
}
#jobAdministrationList table td.JobID,
#jobAdministrationList2 table td.JobID {
  width: 60px;
}
#jobAdministrationList table td.JobCreated,
#jobAdministrationList2 table td.JobCreated {
  width: 80px;
  text-align: center;
}
#jobAdministrationList table td.JobArchived,
#jobAdministrationList2 table td.JobArchived {
  width: 98px;
  text-align: center;
}
#jobAdministrationList table td.JobRecruitmentDuration,
#jobAdministrationList2 table td.JobRecruitmentDuration {
  width: 120px;
  text-align: right;
}
#jobAdministrationList table td.JobRecruitmentDuration div,
#jobAdministrationList2 table td.JobRecruitmentDuration div {
  padding-right: 26px;
}
#jobAdministrationList table td.JobRecruitmentDuration span.single-day,
#jobAdministrationList2 table td.JobRecruitmentDuration span.single-day {
  margin-right: 8px;
}
#jobAdministrationList table td.NumberOfDossiers,
#jobAdministrationList2 table td.NumberOfDossiers {
  width: 79px;
  text-align: center;
}
#jobAdministrationList table td.NumberOfDossiers i,
#jobAdministrationList2 table td.NumberOfDossiers i {
  font-size: 13px;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.5);
}
#jobAdministrationList table td.NumberOfDossiers div.tooltip,
#jobAdministrationList2 table td.NumberOfDossiers div.tooltip {
  color: rgba(255, 255, 255, 0.85);
}
#jobAdministrationList table td.NumberOfDossiers div.tooltip h3,
#jobAdministrationList2 table td.NumberOfDossiers div.tooltip h3 {
  font-size: 12px;
  margin: 0;
  line-height: 28px;
  color: #ffffff;
}
#jobAdministrationList table td.NumberOfDossiers div.tooltip strong,
#jobAdministrationList2 table td.NumberOfDossiers div.tooltip strong {
  color: #ffffff;
}
#jobAdministrationList table td.NumberOfDossiers div.tooltip table,
#jobAdministrationList2 table td.NumberOfDossiers div.tooltip table {
  width: 100%;
}
#jobAdministrationList table td.NumberOfDossiers div.tooltip table td,
#jobAdministrationList2 table td.NumberOfDossiers div.tooltip table td {
  background-color: transparent;
  padding: 0;
  border: 0;
}
#jobAdministrationList table td.NumberOfDossiers div.tooltip table td:last-child,
#jobAdministrationList2 table td.NumberOfDossiers div.tooltip table td:last-child {
  text-align: right;
}
#jobAdministrationList table td.NumberOfDossiers div.tooltip table tr.hr-double,
#jobAdministrationList2 table td.NumberOfDossiers div.tooltip table tr.hr-double {
  border-bottom: 0;
}
#jobAdministrationList table td.NumberOfDossiers div.tooltip table tr.top-space td,
#jobAdministrationList2 table td.NumberOfDossiers div.tooltip table tr.top-space td {
  padding-top: 11px;
}
#jobAdministrationList table td.NumberOfDossiersNew,
#jobAdministrationList2 table td.NumberOfDossiersNew {
  width: 61px;
  text-align: center;
}
#jobAdministrationList table td.NumberOfDossiersNotAnsweredDefinitly,
#jobAdministrationList2 table td.NumberOfDossiersNotAnsweredDefinitly {
  text-align: center;
}
#jobAdministrationList table td.NumberOfDossiersWithNewRatingComment,
#jobAdministrationList2 table td.NumberOfDossiersWithNewRatingComment {
  text-align: center;
}
#jobAdministrationList table td.actions,
#jobAdministrationList2 table td.actions {
  padding-right: 8px;
  cursor: default;
  min-width: 64px;
}
#jobAdministrationList table td.actions i,
#jobAdministrationList2 table td.actions i {
  cursor: pointer;
  float: right;
  padding-left: 9px;
}
#jobAdministrationList table td.actions i.icon-unlock-alt:hover:before,
#jobAdministrationList2 table td.actions i.icon-unlock-alt:hover:before {
  content: "\f023";
}
#jobAdministrationList table tr td,
#jobAdministrationList2 table tr td {
  padding-top: 0;
  padding-bottom: 0;
}
#jobAdministrationList table tr td div.job-row-wrapper,
#jobAdministrationList2 table tr td div.job-row-wrapper {
  overflow: initial;
  padding-top: 8px;
  padding-bottom: 10px;
}
#jobAdministrationList table tr:hover td.JobDossierInfo span,
#jobAdministrationList2 table tr:hover td.JobDossierInfo span {
  opacity: 1;
  filter: alpha(opacity=100);
}
#jobAdministrationList table div.new-dossiers,
#jobAdministrationList2 table div.new-dossiers {
  cursor: default;
  background-color: #d10000;
  font-size: 12px;
  display: inline-block;
  color: white;
  text-align: center;
  height: 17px;
  padding-left: 5px;
  padding-right: 5px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  border: 1px solid #dd0000;
}
#jobAdministration-tab-header div.meta-data {
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 37px;
}
#jobAdministration-tab-header div.meta-data .meta-data-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-left {
  flex: 0 1 auto;
  min-width: 0;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-height: 0;
  margin-left: 20px;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-wrapper .rav-status-title {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  margin: 0;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-wrapper .rav-status-badge {
  margin: 0;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-wrapper i.icon-question-sign {
  margin-left: -5px;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-table {
  width: 100%;
  border-collapse: collapse;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-table tbody tr {
  height: 23px;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-table tbody tr td {
  padding: 0;
  font-size: 12px;
  color: #727272;
  vertical-align: middle;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-table tbody tr td:first-child {
  width: 1%;
  padding-right: 10px;
  white-space: nowrap;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-table tbody tr td:first-child strong {
  font-weight: 600;
  color: #333;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-table tbody tr td em {
  font-style: italic;
  margin: 0;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-table tbody tr td .rav-status-badge {
  margin: 0;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-table tbody tr td i.icon-question-sign {
  margin-left: 5px;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-hint {
  font-size: 12px;
  color: #e60006;
  margin: 0;
  padding: 0;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-middle .rav-status-hint em {
  font-style: italic;
}
#jobAdministration-tab-header div.meta-data .meta-data-col-right {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: auto;
}
#jobAdministration-tab-header div.meta-data tr {
  height: 21px;
}
#jobAdministration-tab-header div.meta-data span {
  font-size: inherit;
  color: #727272;
  margin-left: 11px;
}
#jobAdministration-tab-header div.meta-data span.label {
  color: white;
  padding: 3px 7px;
  margin-right: 1px;
  margin-bottom: 7px;
}
#jobAdministration-tab-header div.meta-data div.action-links {
  width: auto;
  font-size: 14px;
  margin-right: 0;
}
#jobAdministration-tab-header div.meta-data div.action-links a {
  line-height: 27px;
  display: block;
}
#jobAdministration-tab-header div.meta-data div.action-links a i {
  margin-right: 8px;
  text-decoration: none;
}
#jobAdministration-tab-header i.job-state {
  padding-right: 5px;
  color: #959595;
}
#jobAdministration-tab-header .rav-status-badge {
  margin: 0;
  padding: 1px 8px 2px 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.2;
}
#jobAdministration-tab-header .rav-status-badge .rav-status-text {
  display: inline;
  margin: 0;
}
#jobAdministration-tab-header .rav-status-badge .rav-status-text span {
  color: white !important;
  margin: 0;
}
#jobAdministration-tab-header .rav-status-badge i.rav-status-tooltip {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 12px;
}
#jobAdministration-tab-header .rav-status-badge.rav-status-0 {
  background-color: #999999;
}
#jobAdministration-tab-header .rav-status-badge.rav-status-1 {
  background-color: #f2ce1b;
}
#jobAdministration-tab-header .rav-status-badge.rav-status-2 {
  background-color: #bf0413;
}
#jobAdministration-tab-header .rav-status-badge.rav-status-3 {
  background-color: #f49900;
}
#jobAdministration-tab-header .rav-status-badge.rav-status-4 {
  background-color: #9bbf63;
}
#jobAdministration-tab-header .rav-status-badge.rav-status-5 {
  background-color: #bf8c80;
}
#jobAdministration-tab-header .rav-status-badge.rav-status-6 {
  background-color: #3f4041;
}
#jobAdministration-tab-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#jobAdministration-tab-content div.default-padding {
  padding-left: 17px !important;
  padding-right: 18px !important;
}
#jobAdministration-tab-content .header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#jobAdministration-tab-content .col-left,
#jobAdministration-tab-content .col-right {
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#jobAdministration-tab-content #soliqueBtnCreate {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float: right;
  margin-left: 10px;
  width: 155px;
}
#jobAdministration-tab-content #soliqueBtnCreate:hover,
#jobAdministration-tab-content #soliqueBtnCreate:focus,
#jobAdministration-tab-content #soliqueBtnCreate:active,
#jobAdministration-tab-content #soliqueBtnCreate.active,
#jobAdministration-tab-content #soliqueBtnCreate.disabled,
#jobAdministration-tab-content #soliqueBtnCreate[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#jobAdministration-tab-content #soliqueBtnCreate:active,
#jobAdministration-tab-content #soliqueBtnCreate.active {
  background-color: #1f3051 \9;
}
#jobAdministration-tab-content #soliqueBtnCreate .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#jobAdministration-tab-content #soliqueBtnView {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float: right;
  margin-left: 10px;
  width: 155px;
}
#jobAdministration-tab-content #soliqueBtnView:hover,
#jobAdministration-tab-content #soliqueBtnView:focus,
#jobAdministration-tab-content #soliqueBtnView:active,
#jobAdministration-tab-content #soliqueBtnView.active,
#jobAdministration-tab-content #soliqueBtnView.disabled,
#jobAdministration-tab-content #soliqueBtnView[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#jobAdministration-tab-content #soliqueBtnView:active,
#jobAdministration-tab-content #soliqueBtnView.active {
  background-color: #1f3051 \9;
}
#jobAdministration-tab-content #soliqueBtnView .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#jobAdministration-tab-content #soliqueBtnDeactivate {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float: right;
  margin-left: 10px;
  width: 155px;
}
#jobAdministration-tab-content #soliqueBtnDeactivate:hover,
#jobAdministration-tab-content #soliqueBtnDeactivate:focus,
#jobAdministration-tab-content #soliqueBtnDeactivate:active,
#jobAdministration-tab-content #soliqueBtnDeactivate.active,
#jobAdministration-tab-content #soliqueBtnDeactivate.disabled,
#jobAdministration-tab-content #soliqueBtnDeactivate[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#jobAdministration-tab-content #soliqueBtnDeactivate:active,
#jobAdministration-tab-content #soliqueBtnDeactivate.active {
  background-color: #1f3051 \9;
}
#jobAdministration-tab-content #soliqueBtnDeactivate .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#jobAdministration-tab-content #form-jobAdministration option.inactive {
  font-weight: bold;
}
#jobAdministration-tab-content #form-jobAdministration a.create-new-account {
  float: right;
  margin-right: 5px;
  cursor: pointer;
}
#jobAdministration-tab-content #form-jobAdministration a.create-new-account:hover {
  color: #2d4676;
  text-decoration: none;
}
#jobAdministration-tab-content #form-jobAdministration button {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-top: 14px;
  margin-right: 1%;
  padding-left: 36px;
  padding-right: 36px;
}
#jobAdministration-tab-content #form-jobAdministration button:hover,
#jobAdministration-tab-content #form-jobAdministration button:focus,
#jobAdministration-tab-content #form-jobAdministration button:active,
#jobAdministration-tab-content #form-jobAdministration button.active,
#jobAdministration-tab-content #form-jobAdministration button.disabled,
#jobAdministration-tab-content #form-jobAdministration button[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#jobAdministration-tab-content #form-jobAdministration button:active,
#jobAdministration-tab-content #form-jobAdministration button.active {
  background-color: #1f3051 \9;
}
#jobAdministration-tab-content #form-jobAdministration button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone {
  border-style: dashed;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-left: 1px;
  margin-right: 2px;
  margin-top: 22px;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-message-placeholder {
  display: inline-block;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-message-error {
  color: #e31011;
  display: none;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone.dropzone-error {
  border-color: #df0000;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone.dropzone-error .dz-message-placeholder {
  display: none;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone.dropzone-error .dz-message-error {
  display: inline-block;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-details,
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-image {
  cursor: pointer;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-details div,
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-image div {
  cursor: inherit;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-details {
  padding-left: 110px;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-error-mark g {
  fill: #e31011;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-filename span,
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-size span {
  background-color: transparent;
  border: none;
  cursor: inherit;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-filename span strong,
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-size span strong {
  cursor: inherit;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-filename span {
  display: inline-block;
  width: 372px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-preview {
  width: 490px;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-preview:hover {
  z-index: 120;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-preview:hover .dz-image {
  background-color: #e0e0e0;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-preview .dz-image {
  border-radius: 4px;
  width: inherit;
  background: #e9e9e9 url('../icons/pdf-icon.png') center left 18px no-repeat;
  background-size: auto 70%;
  border: 1px dotted #cdcdcd;
  cursor: pointer;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-preview .dz-image img {
  width: inherit;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-preview .dz-image.no-pdf {
  background: #e9e9e9 url('') center left 18px no-repeat !important;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-preview .dz-remove.icon-remove {
  position: absolute;
  top: 3px;
  right: 6px;
  z-index: 20;
  text-decoration: none;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone.dz-drag-hover {
  background-color: #ebebeb;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-message {
  margin: 3em 0;
}
#jobAdministration-tab-content #form-jobAdministration .dropzone .dz-error-message {
  width: auto;
  max-width: 514px;
}
#jobAdministration-tab-content #form-jobAdministration #ostendis-jobs {
  pointer-events: none;
}
#jobAdministration-tab-content #form-jobAdministration #cvDropperUrl {
  font-size: 95%;
  color: #3b5c9b;
  cursor: text;
}
#jobAdministration-tab-content #form-jobAdministration .control-group-switch {
  width: auto;
  margin-bottom: 10px;
  position: relative;
}
#jobAdministration-tab-content #form-jobAdministration .control-group-switch .ostendis-switch {
  width: 30px;
  position: absolute;
  left: 104px;
}
#jobAdministration-tab-content #form-jobAdministration .control-group-switch .control-group-switch .ostendis-switch {
  left: 0;
}
#jobAdministration-tab-content #form-jobAdministration .control-group-switch .control-group-switch .controls {
  margin-left: 50px;
}
#jobAdministration-tab-content .col-half-width {
  width: 46.5%;
}
#jobAdministration-tab-content .table-permissions {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 5px;
}
#jobAdministration-tab-content .table-permissions th,
#jobAdministration-tab-content .table-permissions td {
  padding: 10px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#jobAdministration-tab-content .table-permissions th {
  font-weight: bold;
}
#jobAdministration-tab-content .table-permissions thead th {
  vertical-align: bottom;
}
#jobAdministration-tab-content .table-permissions caption + thead tr:first-child th,
#jobAdministration-tab-content .table-permissions caption + thead tr:first-child td,
#jobAdministration-tab-content .table-permissions colgroup + thead tr:first-child th,
#jobAdministration-tab-content .table-permissions colgroup + thead tr:first-child td,
#jobAdministration-tab-content .table-permissions thead:first-child tr:first-child th,
#jobAdministration-tab-content .table-permissions thead:first-child tr:first-child td {
  border-top: 0;
}
#jobAdministration-tab-content .table-permissions tbody + tbody {
  border-top: 2px solid #ddd;
}
#jobAdministration-tab-content .table-permissions .table {
  background-color: transparent;
}
#jobAdministration-tab-content .table-permissions tbody > tr:nth-child(odd) > td,
#jobAdministration-tab-content .table-permissions tbody > tr:nth-child(odd) > th {
  background-color: #ececec;
}
#jobAdministration-tab-content .table-permissions tbody tr:hover > td,
#jobAdministration-tab-content .table-permissions tbody tr:hover > th {
  background-color: #f8f6e6;
}
#jobAdministration-tab-content .table-permissions th {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
#jobAdministration-tab-content .table-permissions th.right {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
#jobAdministration-tab-content .table-permissions td {
  vertical-align: middle;
  padding: 5px 8px 5px 8px;
}
#jobAdministration-tab-content .table-permissions td.toggle {
  width: 32px;
  padding: 0;
  text-align: center;
}
#jobAdministration-tab-content .table-permissions td.access {
  width: 65px;
  padding: 0;
  text-align: center;
}
#jobAdministration-tab-content .table-permissions label.ostendis-switch-small,
#jobAdministration-tab-content .table-permissions label.ostendis-switch {
  margin-bottom: 0;
}
#jobAdministration-tab-content fieldset legend {
  padding-left: 0 !important;
}
#jobAdministration-tab-content fieldset.job-infos .control-label {
  width: 134px;
}
#jobAdministration-tab-content fieldset.job-infos .controls {
  margin-left: 154px;
}
#jobAdministration-tab-content fieldset.place-of-work {
  margin-top: 50px;
}
#jobAdministration-tab-content fieldset.place-of-work .control-label {
  width: 134px;
}
#jobAdministration-tab-content fieldset.place-of-work .controls {
  margin-left: 154px;
}
#jobAdministration-tab-content fieldset.job-permissions {
  margin-top: 50px;
  margin-right: 1%;
}
#jobAdministration-tab-content fieldset.job-settings {
  margin-right: 1%;
}
#jobAdministration-tab-content fieldset.job-settings .control-label {
  width: 200px;
}
#jobAdministration-tab-content fieldset.job-settings .controls {
  margin-left: 220px;
}
#jobAdministration-tab-content fieldset.job-settings .infos-width {
  width: 53.5%;
}
#jobAdministration-tab-content fieldset.notifiable-job {
  margin-top: 50px;
  margin-right: 1%;
}
#jobAdministration-tab-content fieldset.notifiable-job label.control-label {
  width: initial;
  padding-top: initial;
  text-align: initial;
}
#jobAdministration-tab-content fieldset.publication {
  margin-right: 1%;
}
#jobAdministration-tab-content fieldset.publication .control-label {
  width: 33px;
}
#jobAdministration-tab-content fieldset.publication .controls {
  margin-left: 55px;
}
#jobAdministration-tab-content label.intext-label {
  padding: 6px 11px 0 2px;
  color: #858585;
}
#jobAdministration-tab-content .controls-row span.only-text {
  line-height: 37px;
  margin-bottom: 0px;
  display: block;
}
#jobAdministration-tab-content .controls-row span.only-text span {
  font-size: 12px;
  color: #969696;
  padding-left: 4px;
}
#jobAdministration-tab-content .deactivated-setting {
  opacity: 0.58;
  filter: alpha(opacity=58);
}
#jobAdministration-tab-content .deactivated-setting div.hint {
  padding-top: 9px;
  color: #f60000;
}
.mBoxButton.btn.new-line {
  display: block;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 2px;
}
.mBoxButton.btn.no-right-padding {
  margin-right: 0 !important;
}
#job-create form label {
  width: 100px;
  text-align: left;
}
#job-create form .controls {
  margin-left: 100px;
}
#job-create form button[type=submit] {
  margin-top: 4px;
}
#job-duplicate form label {
  width: 100px;
  text-align: left;
}
#job-duplicate form .controls {
  margin-left: 100px;
}
#job-duplicate form button[type=submit] {
  margin-top: 4px;
}
#rating-matrix fieldset,
#rating-matrix-pdf fieldset {
  width: auto;
  float: none;
  margin-left: 24px;
  margin-right: 25px;
}
#rating-matrix fieldset legend,
#rating-matrix-pdf fieldset legend {
  width: 99.5%;
}
#rating-matrix .empty-msg,
#rating-matrix-pdf .empty-msg {
  color: #8c8c8c;
  font-size: 13px;
}
#rating-matrix .beta-hint,
#rating-matrix-pdf .beta-hint {
  width: 60%;
  color: #3A87AD;
  font-size: 13px;
  margin-top: 28px;
}
#rating-matrix .diagonal-label:before,
#rating-matrix-pdf .diagonal-label:before {
  width: 30px;
  height: 18px;
}
#rating-matrix .diagonal-label div,
#rating-matrix-pdf .diagonal-label div {
  transform: translate(-10px, 64px) rotate(315deg);
  -webkit-transform: translate(-10px, 64px) rotate(315deg);
  -moz-transform: translate(-10px, 64px) rotate(315deg);
}
#rating-matrix .diagonal-label div > span,
#rating-matrix-pdf .diagonal-label div > span {
  display: block;
  width: 152px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#rating-matrix .diagonal-label.rating,
#rating-matrix-pdf .diagonal-label.rating {
  width: 34px;
}
#rating-matrix th,
#rating-matrix-pdf th {
  vertical-align: bottom;
}
#rating-matrix th.rating-avg,
#rating-matrix-pdf th.rating-avg {
  width: 35px;
  text-align: right;
  padding-right: 38px;
}
#rating-matrix td,
#rating-matrix-pdf td {
  vertical-align: middle;
}
#rating-matrix td.thumb,
#rating-matrix-pdf td.thumb {
  width: 38px;
  cursor: pointer;
  text-align: center;
  padding-left: 16px;
}
#rating-matrix td.thumb img,
#rating-matrix-pdf td.thumb img {
  margin-bottom: 1px;
}
#rating-matrix td.thumb .rounded-corner-info-dossier-type,
#rating-matrix-pdf td.thumb .rounded-corner-info-dossier-type {
  position: absolute;
  margin-top: -14px;
  margin-left: -11px;
  min-width: 16px;
  min-height: 16px;
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
  color: #717171;
  border-radius: 12px;
  padding: 0 0 0 1px;
  text-align: center;
  font-size: 12px;
}
#rating-matrix td.thumb .rounded-corner-info-dossier-type i,
#rating-matrix-pdf td.thumb .rounded-corner-info-dossier-type i {
  font-size: inherit;
}
#rating-matrix td.thumb .rounded-corner-info-dossier-type i.icon-play,
#rating-matrix-pdf td.thumb .rounded-corner-info-dossier-type i.icon-play {
  font-size: 10px !important;
  color: #f39800;
  top: -1px;
  left: 1px;
}
#rating-matrix td.particular,
#rating-matrix-pdf td.particular {
  width: auto;
  cursor: pointer;
}
#rating-matrix td.particular i,
#rating-matrix-pdf td.particular i {
  font-size: 14px;
  padding-right: 3px;
}
#rating-matrix td.distance,
#rating-matrix-pdf td.distance {
  width: 38px;
  color: #8b8b8b;
  font-size: 10px;
  text-align: right;
  padding-right: 18px;
}
#rating-matrix td.rating,
#rating-matrix-pdf td.rating,
#rating-matrix td.rating-avg,
#rating-matrix-pdf td.rating-avg {
  text-align: center;
  border-left: 1px solid #dfdfdf;
}
#rating-matrix td.rating-avg,
#rating-matrix-pdf td.rating-avg {
  text-align: right;
  cursor: pointer;
}
#rating-matrix td.rating-avg div.loader-small,
#rating-matrix-pdf td.rating-avg div.loader-small {
  float: right;
  position: relative;
  margin: 0;
  margin-right: 21px;
}
#rating-matrix td i,
#rating-matrix-pdf td i {
  font-size: 21px;
}
#rating-matrix td i.icon-smile,
#rating-matrix-pdf td i.icon-smile {
  color: #0dc812;
}
#rating-matrix td i.icon-meh,
#rating-matrix-pdf td i.icon-meh {
  color: #fbac39;
}
#rating-matrix td i.icon-frown,
#rating-matrix-pdf td i.icon-frown {
  color: #d84e44;
}
#rating-matrix td i.ost-hourglass-o,
#rating-matrix-pdf td i.ost-hourglass-o {
  color: #959595;
  font-size: 17px;
}
#rating-matrix td span.no-app-access,
#rating-matrix-pdf td span.no-app-access {
  color: #939393;
  padding-left: 12px;
  padding-right: 12px;
  cursor: default;
}
#rating-matrix-pdf .diagonal-label:before {
  width: 30px;
  height: 18px;
}
#rating-matrix-pdf .diagonal-label div {
  transform: translate(0px, 51px) rotate(315deg);
  -webkit-transform: translate(0px, 51px) rotate(315deg);
  -moz-transform: translate(0px, 51px) rotate(315deg);
}
#rating-matrix-pdf .diagonal-label div > span {
  display: block;
  width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#rating-matrix-pdf .diagonal-label.rating {
  width: 34px;
}
#rating-matrix-pdf .loader-text {
  padding-top: 4px;
}
#rating-matrix-pdf thead {
  display: table-row-group;
}
#rating-matrix-pdf tfoot {
  display: table-row-group;
}
#rating-matrix-pdf tr {
  page-break-inside: avoid;
}
#auto-forward fieldset {
  width: auto;
  margin-left: 17px;
  margin-right: 18px;
}
#auto-forward .rec-grant {
  margin-top: -13px;
}
#auto-forward .bold span {
  font-weight: bold;
}
#auto-forward i.icon-remove {
  cursor: pointer;
  color: #808080;
  margin-right: 2px;
}
#auto-forward i.icon-remove:hover {
  color: #b70000;
}
#auto-forward .left-col {
  width: 63.5%;
  float: left;
}
#auto-forward .left-col i.icon-pencil {
  color: #e9a000;
  padding-left: 1px;
  padding-right: 1px;
}
#auto-forward .left-col div.alert {
  margin-top: -29px;
  margin-bottom: 36px;
}
#auto-forward .left-col div.alert button.close {
  position: relative;
  right: -15px;
  top: -7px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#auto-forward .left-col div.alert button.close i {
  color: #3a8cb2;
  font-size: 14px;
}
#auto-forward .left-col div.alert button.close i:hover {
  color: #386488;
}
#auto-forward .left-col a.rating-link {
  color: #9f9f9f;
  font-size: 11px;
  float: right;
  margin-top: -26px;
  margin-bottom: 28px;
  margin-right: 1px;
}
#auto-forward .left-col a.rating-link i {
  padding-right: 6px;
  text-decoration: none;
}
#auto-forward .left-col h6 span {
  font-size: 10px;
  color: #8c8c8c;
  padding-left: 5px;
}
#auto-forward .left-col .input-append {
  width: 100%;
}
#auto-forward .left-col .input-append input {
  width: 76%;
  height: 30px;
  box-sizing: border-box;
}
#auto-forward .left-col .input-append button {
  width: 24%;
}
#auto-forward .left-col form {
  margin-top: 12px;
  margin-bottom: 43px;
}
#auto-forward .left-col .ellipsis-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#auto-forward .left-col .ellipsis-overflow.with-icon {
  max-width: 91%;
  float: left;
  margin-right: 5px;
}
#auto-forward .left-col table.forwardingsactive,
#auto-forward .left-col table.forwardingsinactive {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
  font-size: 13px;
  margin-bottom: 56px;
}
#auto-forward .left-col table.forwardingsactive th,
#auto-forward .left-col table.forwardingsinactive th,
#auto-forward .left-col table.forwardingsactive td,
#auto-forward .left-col table.forwardingsinactive td {
  padding: 10px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#auto-forward .left-col table.forwardingsactive th,
#auto-forward .left-col table.forwardingsinactive th {
  font-weight: bold;
}
#auto-forward .left-col table.forwardingsactive thead th,
#auto-forward .left-col table.forwardingsinactive thead th {
  vertical-align: bottom;
}
#auto-forward .left-col table.forwardingsactive caption + thead tr:first-child th,
#auto-forward .left-col table.forwardingsinactive caption + thead tr:first-child th,
#auto-forward .left-col table.forwardingsactive caption + thead tr:first-child td,
#auto-forward .left-col table.forwardingsinactive caption + thead tr:first-child td,
#auto-forward .left-col table.forwardingsactive colgroup + thead tr:first-child th,
#auto-forward .left-col table.forwardingsinactive colgroup + thead tr:first-child th,
#auto-forward .left-col table.forwardingsactive colgroup + thead tr:first-child td,
#auto-forward .left-col table.forwardingsinactive colgroup + thead tr:first-child td,
#auto-forward .left-col table.forwardingsactive thead:first-child tr:first-child th,
#auto-forward .left-col table.forwardingsinactive thead:first-child tr:first-child th,
#auto-forward .left-col table.forwardingsactive thead:first-child tr:first-child td,
#auto-forward .left-col table.forwardingsinactive thead:first-child tr:first-child td {
  border-top: 0;
}
#auto-forward .left-col table.forwardingsactive tbody + tbody,
#auto-forward .left-col table.forwardingsinactive tbody + tbody {
  border-top: 2px solid #ddd;
}
#auto-forward .left-col table.forwardingsactive .table,
#auto-forward .left-col table.forwardingsinactive .table {
  background-color: transparent;
}
#auto-forward .left-col table.forwardingsactive th,
#auto-forward .left-col table.forwardingsinactive th,
#auto-forward .left-col table.forwardingsactive td,
#auto-forward .left-col table.forwardingsinactive td {
  padding: 4px 5px;
}
#auto-forward .left-col table.forwardingsactive th,
#auto-forward .left-col table.forwardingsinactive th {
  font-weight: 400;
  font-size: 12px;
  color: #a9a9a9;
  border-top: none;
}
#auto-forward .left-col table.forwardingsactive tr td {
  border-color: #d9d9d9;
}
#auto-forward .left-col table.forwardingsactive tr.deleted-by-recipient td.recipient span {
  color: #b70000;
}
#auto-forward .left-col table.forwardingsactive tr.all-done td.recipient span {
  color: #009c00;
}
#auto-forward .left-col table.forwardingsactive col.recipient {
  width: auto;
}
#auto-forward .left-col table.forwardingsactive col.sender {
  width: 250px;
}
#auto-forward .left-col table.forwardingsactive col.forwarded {
  width: 102px;
}
#auto-forward .left-col table.forwardingsactive col.reminder {
  width: 141px;
}
#auto-forward .left-col table.forwardingsactive col.actions {
  width: 22px;
}
#auto-forward .left-col table.forwardingsactive i.icon-pencil {
  color: #e9a000;
  padding-left: 3px;
}
#auto-forward .left-col table.forwardingsactive td.recipient {
  padding-left: 8px !important;
}
#auto-forward .left-col table.forwardingsactive td.recipient span.ellipsis-overflow {
  display: inline-block;
  max-width: 98%;
}
#auto-forward .left-col table.forwardingsactive td.recipient .state-icons {
  display: inline-block;
}
#auto-forward .left-col table.forwardingsactive td.recipient .state-icons i {
  vertical-align: text-top;
  margin-left: -2px;
  cursor: default;
}
#auto-forward .left-col table.forwardingsactive td.recipient .state-icons i:first-child {
  margin-left: 4px;
}
#auto-forward .left-col table.forwardingsactive td.recipient .state-icons i.icon-forward-seen {
  color: #8e8e8e;
}
#auto-forward .left-col table.forwardingsactive td.recipient .state-icons i.icon-forward-rated {
  color: #009c00;
}
#auto-forward .left-col table.forwardingsactive td.recipient .state-icons i.icon-forward-deleted {
  color: #B70000;
  margin-left: 0px;
}
#auto-forward .left-col table.forwardingsactive td.sender i {
  color: #8E8E8E;
}
#auto-forward .left-col table.forwardingsactive td.sender span.ellipsis-overflow {
  display: inline-block;
  max-width: 94%;
}
#auto-forward .left-col table.forwardingsactive td i.icon-repeat {
  color: #3b5c9b;
  margin-left: 4px;
  cursor: pointer;
}
#auto-forward .left-col table.forwardingsactive .not-reminded {
  font-size: 12px;
  color: #a2a2a2;
}
#auto-forward .left-col table.forwardingsactive .reminder-done {
  color: #009c00;
}
#auto-forward .left-col table.forwardingsinactive col.sender {
  width: 42%;
}
#auto-forward .left-col table.forwardingsinactive col.recipient {
  width: 43%;
}
#auto-forward .left-col table.forwardingsinactive col.date {
  width: 15%;
}
#auto-forward .right-col {
  width: 32.5%;
  float: right;
}
#auto-forward .right-col h5 span {
  font-size: 12px;
  color: #8c8c8c;
  padding-left: 5px;
}
#auto-forward .right-col h6 {
  padding-right: 23px;
}
#auto-forward .right-col table.forwardingfavorites {
  margin-bottom: 36px;
  width: 100%;
}
#auto-forward .right-col table.forwardingfavorites tr td {
  height: 35px;
  vertical-align: middle;
}
#auto-forward .right-col table.forwardingfavorites tr td.recipient button {
  padding-left: 9px;
  padding-right: 8px;
  width: 99%;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#auto-forward .right-col table.forwardingfavorites tr td.actions {
  width: 17px;
  text-align: right;
}
#form-auto-wait-mail button {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-top: 14px;
  margin-right: 1%;
  padding-left: 36px;
  padding-right: 36px;
}
#form-auto-wait-mail button:hover,
#form-auto-wait-mail button:focus,
#form-auto-wait-mail button:active,
#form-auto-wait-mail button.active,
#form-auto-wait-mail button.disabled,
#form-auto-wait-mail button[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
#form-auto-wait-mail button:active,
#form-auto-wait-mail button.active {
  background-color: #1f3051 \9;
}
#form-auto-wait-mail button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#form-auto-wait-mail fieldset {
  float: left !important;
}
div.char-counter {
  float: left;
  margin: 2px 0 0 9px;
}
div.char-counter,
div.char-counter span {
  font-size: 10px;
  color: #909090;
}
div.char-counter.max-reached,
div.char-counter.max-reached span {
  color: #dd0000;
}
.overlay-content {
  padding: 20px;
}
.overlay-content h1 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.overlay-content form {
  margin-bottom: 0;
}
.overlay-content div.submitLine {
  text-align: right;
}
.modal-header h1,
.modal-header h2 {
  display: inline;
}
.modal-header h2 {
  font-size: 17px;
  color: #898989;
  margin-left: 15px;
}
.overlay-background {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overlay-background-msg {
  position: absolute;
  width: 800px;
  top: 50px;
  left: 50%;
  margin-left: -400px;
}
ul.holder {
  margin: 0 0 10px 0;
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  padding: 3px 5px 0 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
ul.holder li {
  float: left;
  list-style-type: none;
  margin: 0 5px 4px 0;
}
ul.holder li.bit-box {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CAD8F3;
  background: #DEE7F8;
  padding: 1px 5px 2px;
  font-size: 12px;
}
ul.holder li.bit-box a.closebutton {
  position: relative;
  margin-left: 7px;
  top: -3px;
  display: inline-block;
  width: 8px;
  height: 10px;
  font-size: 11px;
  color: #989898;
}
ul.holder li.bit-box a.closebutton:hover {
  color: #5b5b5b;
  text-decoration: none;
}
ul.holder li.error {
  background: #ec0000 !important;
  color: #ffffff !important;
}
ul.holder li.error:hover {
  background: #d90000 !important;
}
ul.holder li.bit-box-focus {
  border-color: #598BEC;
  background: #598BEC;
  color: #fff;
}
ul.holder li.bit-input input {
  width: 135px;
  margin: 0;
  border: none !important;
  outline: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul.holder li.bit-input input.smallinput {
  width: 20px;
}
ul.holder li.bit-hover {
  background: #BBCEF1;
  border: 1px solid #6D95E0;
}
ul.holder li.bit-box-focus {
  border-color: #598BEC;
  background: #598BEC;
  color: #fff;
}
ul.holder-focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  transition: border linear .2s, box-shadow linear .2s 0.2s linear !important;
  -webkit-transition: border linear .2s, box-shadow linear .2s 0.2s linear !important;
  -moz-transition: border linear .2s, box-shadow linear .2s 0.2s linear !important;
  -o-transition: border linear .2s, box-shadow linear .2s 0.2s linear !important;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
*:first-child + html ul.holder {
  padding-bottom: 2px;
}
* html ul.holder {
  padding-bottom: 2px;
}
.multiMail-autocompleter {
  display: none;
  position: absolute;
  width: 512px;
  background: #eaeaea;
  margin-left: 5px;
  margin-top: -15px;
}
.multiMail-autocompleter .default {
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 12px;
}
.multiMail-autocompleter ul {
  display: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.multiMail-autocompleter ul li {
  padding: 4px 10px;
  margin: 0;
  list-style-type: none;
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  font-size: 12px;
}
.multiMail-autocompleter ul li.auto-focus {
  background: #4173CC;
  color: #fff;
}
.multiMail-autocompleter ul li.auto-focus em {
  background: none;
}
.multiMail-autocompleter ul li em {
  font-weight: bold;
  font-style: normal;
  background: #ccc;
}
#tab-contents {
  position: relative;
  width: 100%;
  margin-top: 4px;
}
#tab-contents div.content {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  padding: 26px 24px 20px 20px;
  display: none;
}
.ostendis-tab-contents {
  position: relative;
  margin-top: 4px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  padding: 20px 18px 15px 17px;
}
.ostendis-tab-contents fieldset legend i {
  color: #848484;
  padding-right: 5px;
}
#tabs,
.ostendis-tabs {
  margin-left: 5px;
  margin-bottom: 0;
}
#tabs li,
.ostendis-tabs li {
  background-color: transparent;
  display: inline;
  float: none;
  list-style: none;
  margin-right: 2px;
}
#tabs li a,
.ostendis-tabs li a {
  color: #323232;
  display: inline;
  height: auto;
  padding: 5px 11px;
  text-decoration: none;
  width: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #e9e9e9;
  background-color: #e9e9e9;
  background-image: -webkit-linear-gradient(top, #e9e9e9, #dfdfdf);
  background-image: -moz-linear-gradient(top, #e9e9e9, #dfdfdf);
  background-image: -o-linear-gradient(top, #e9e9e9, #dfdfdf);
  background-image: -ms-linear-gradient(top, #e9e9e9, #dfdfdf);
  background-image: linear-gradient(top, #e9e9e9, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e9e9e9, endColorstr=#dfdfdf, GradientType=0);
  
}
#tabs li a.candidate,
.ostendis-tabs li a.candidate {
  color: #262626;
  background: #d8eff2;
  background-color: #d8eff2;
  background-image: -webkit-linear-gradient(top, #d8eff2, #d6e5ea);
  background-image: -moz-linear-gradient(top, #d8eff2, #d6e5ea);
  background-image: -o-linear-gradient(top, #d8eff2, #d6e5ea);
  background-image: -ms-linear-gradient(top, #d8eff2, #d6e5ea);
  background-image: linear-gradient(top, #d8eff2, #d6e5ea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8eff2, endColorstr=#d6e5ea, GradientType=0);
  
}
#tabs li a.candidate:hover,
.ostendis-tabs li a.candidate:hover {
  background: #cae2e5;
  background-color: #cae2e5;
  background-image: -webkit-linear-gradient(top, #cae2e5, #c9d8dd);
  background-image: -moz-linear-gradient(top, #cae2e5, #c9d8dd);
  background-image: -o-linear-gradient(top, #cae2e5, #c9d8dd);
  background-image: -ms-linear-gradient(top, #cae2e5, #c9d8dd);
  background-image: linear-gradient(top, #cae2e5, #c9d8dd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cae2e5, endColorstr=#c9d8dd, GradientType=0);
  
  color: #232323;
}
#tabs li a.employer,
.ostendis-tabs li a.employer {
  color: #262626;
  background: #e7f4d6;
  background-color: #e7f4d6;
  background-image: -webkit-linear-gradient(top, #e7f4d6, #d7e6d9);
  background-image: -moz-linear-gradient(top, #e7f4d6, #d7e6d9);
  background-image: -o-linear-gradient(top, #e7f4d6, #d7e6d9);
  background-image: -ms-linear-gradient(top, #e7f4d6, #d7e6d9);
  background-image: linear-gradient(top, #e7f4d6, #d7e6d9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e7f4d6, endColorstr=#d7e6d9, GradientType=0);
  
}
#tabs li a.employer:hover,
.ostendis-tabs li a.employer:hover {
  background: #d9e6c7;
  background-color: #d9e6c7;
  background-image: -webkit-linear-gradient(top, #d9e6c7, #c8d7ca);
  background-image: -moz-linear-gradient(top, #d9e6c7, #c8d7ca);
  background-image: -o-linear-gradient(top, #d9e6c7, #c8d7ca);
  background-image: -ms-linear-gradient(top, #d9e6c7, #c8d7ca);
  background-image: linear-gradient(top, #d9e6c7, #c8d7ca);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9e6c7, endColorstr=#c8d7ca, GradientType=0);
  
  color: #232323;
}
#tabs li a:hover,
.ostendis-tabs li a:hover {
  background: #d2d2d2;
  background-color: #d2d2d2;
  background-image: -webkit-linear-gradient(top, #d2d2d2, #c8c8c8);
  background-image: -moz-linear-gradient(top, #d2d2d2, #c8c8c8);
  background-image: -o-linear-gradient(top, #d2d2d2, #c8c8c8);
  background-image: -ms-linear-gradient(top, #d2d2d2, #c8c8c8);
  background-image: linear-gradient(top, #d2d2d2, #c8c8c8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d2d2d2, endColorstr=#c8c8c8, GradientType=0);
  
  color: #232323;
}
#tabs li a i,
.ostendis-tabs li a i {
  padding-right: 3px;
  color: #8f8f8f;
}
#tabs li a i.icon-time,
.ostendis-tabs li a i.icon-time {
  color: #e58d17;
  margin-left: 3px;
}
#tabs li a i.new-rating-comment,
.ostendis-tabs li a i.new-rating-comment {
  margin-left: 5px;
}
#tabs li a.active,
.ostendis-tabs li a.active {
  color: #efefef;
  background: #8a8a8a;
  
  background: -moz-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(46%, #6b6b6b), color-stop(54%, #636363), color-stop(100%, #777777));
  
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -o-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -ms-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: linear-gradient(to bottom, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #8a8a8a , EndColorStr= #777777 );
  
}
#tabs li a.active:hover,
.ostendis-tabs li a.active:hover {
  background: #8a8a8a;
  
  background: -moz-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(46%, #6b6b6b), color-stop(54%, #636363), color-stop(100%, #777777));
  
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -o-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: -ms-linear-gradient(top, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  background: linear-gradient(to bottom, #8a8a8a 0%, #6b6b6b 46%, #636363 54%, #777777 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #8a8a8a , EndColorStr= #777777 );
  
  color: #efefef;
}
#tabs li a.active i,
.ostendis-tabs li a.active i {
  color: #e5e5e5;
}
#upload-wrapper {
  width: 100%;
  
  
}
#upload-wrapper span.mime-error {
  display: inline !important;
  float: none !important;
  padding-left: 9px;
  color: #f60000;
}
#upload-wrapper h5 {
  margin-top: 0px;
}
#upload-wrapper .formRow {
  overflow: auto;
  padding: 5px 0;
  max-width: 100%;
}
#upload-wrapper .formRow label {
  padding: 4px;
  margin: 0 6px 0 0;
  float: left;
}
#upload-wrapper .droppable {
  border: #d1d1d1 1px solid;
  border-radius: 4px;
  background: #f1f1f1;
  background-color: #f1f1f1;
  background-image: -webkit-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: -o-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f1f1f1, #e6e6e6);
  background-image: linear-gradient(top, #f1f1f1, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#e6e6e6, GradientType=0);
  
  color: #636363;
  padding: 29px 18px;
  margin: 0px 3px 30px 230px;
  clear: both;
  text-align: center;
  width: 687px;
}
#upload-wrapper .droppable.hover {
  border: #c7c7c7 1px solid;
  background: #e5e5e5;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(top, #e5e5e5, #d4d4d4);
  background-image: -moz-linear-gradient(top, #e5e5e5, #d4d4d4);
  background-image: -o-linear-gradient(top, #e5e5e5, #d4d4d4);
  background-image: -ms-linear-gradient(top, #e5e5e5, #d4d4d4);
  background-image: linear-gradient(top, #e5e5e5, #d4d4d4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e5e5, endColorstr=#d4d4d4, GradientType=0);
  
}
#upload-wrapper .uploadList {
  clear: both;
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 16px;
}
#upload-wrapper .uploadItem {
  overflow: hidden;
  border-bottom: #e3e3e3 1px dotted;
  margin: 1px 3px;
  padding: 4px 3px;
  line-height: 22px;
}
#upload-wrapper .uploadItem div {
  margin-right: 13px;
  float: left;
  height: 16px;
  width: 16px;
  background: url('../icons/filetypes/undefined.png') no-repeat 0 0;
  margin-top: 2px;
}
#upload-wrapper .uploadItem div.error {
  background: url('../icons/filetypes/error.png');
}
#upload-wrapper .uploadItem div.doc,
#upload-wrapper .uploadItem div.docx {
  background: url('../icons/filetypes/docx.png');
}
#upload-wrapper .uploadItem div.dot,
#upload-wrapper .uploadItem div.dotx {
  background: url('../icons/filetypes/dotx.png');
}
#upload-wrapper .uploadItem div.jpg,
#upload-wrapper .uploadItem div.jpeg,
#upload-wrapper .uploadItem div.pjpg,
#upload-wrapper .uploadItem div.pjpeg,
#upload-wrapper .uploadItem div.gif,
#upload-wrapper .uploadItem div.png,
#upload-wrapper .uploadItem div.tif,
#upload-wrapper .uploadItem div.tiff,
#upload-wrapper .uploadItem div.bmp {
  background: url('../icons/filetypes/image.png');
}
#upload-wrapper .uploadItem div.pdf {
  background: url('../icons/filetypes/pdf.png');
}
#upload-wrapper .uploadItem div.xls,
#upload-wrapper .uploadItem div.xlsx {
  background: url('../icons/filetypes/xlsx.png');
}
#upload-wrapper .uploadItem div.xla {
  background: url('../icons/filetypes/xlsx.png');
}
#upload-wrapper .uploadItem div.csv {
  background: url('../icons/filetypes/csv.png');
}
#upload-wrapper .uploadItem div.ppt,
#upload-wrapper .uploadItem div.ppz,
#upload-wrapper .uploadItem div.pps,
#upload-wrapper .uploadItem div.pot,
#upload-wrapper .uploadItem div.pptx,
#upload-wrapper .uploadItem div.ppsx,
#upload-wrapper .uploadItem div.potx {
  background: url('../icons/filetypes/pptx.png');
}
#upload-wrapper .uploadItem div.eml,
#upload-wrapper .uploadItem div.msg {
  background: url('../icons/filetypes/msg.png');
}
#upload-wrapper .uploadItem div.zip {
  background: url('../icons/filetypes/zip.png');
}
#upload-wrapper .uploadItem div.rar,
#upload-wrapper .uploadItem div.\37z,
#upload-wrapper .uploadItem div.gz {
  background: url('../icons/filetypes/rar.png');
}
#upload-wrapper .uploadItem div.odt {
  background: url('../icons/filetypes/odt.png');
}
#upload-wrapper .uploadItem div.odp {
  background: url('../icons/filetypes/odp.png');
}
#upload-wrapper .uploadItem div.txt,
#upload-wrapper .uploadItem div.rtf {
  background: url('../icons/filetypes/txt.png');
}
#upload-wrapper .uploadItem div.avi,
#upload-wrapper .uploadItem div.mpg,
#upload-wrapper .uploadItem div.mpeg,
#upload-wrapper .uploadItem div.mpe,
#upload-wrapper .uploadItem div.wmv,
#upload-wrapper .uploadItem div.mov,
#upload-wrapper .uploadItem div.mp4,
#upload-wrapper .uploadItem div .qt,
#upload-wrapper .uploadItem div.\33gp {
  background: url('../icons/filetypes/video.png');
}
#upload-wrapper .uploadItem div.mp3,
#upload-wrapper .uploadItem div.wma {
  background: url('../icons/filetypes/audio.png');
}
#upload-wrapper .uploadItem div.htm,
#upload-wrapper .uploadItem div.html,
#upload-wrapper .uploadItem div.shtml {
  background: url('../icons/filetypes/html.png');
}
#upload-wrapper .uploadItem input {
  height: 12px;
}
#upload-wrapper .uploadItem span {
  margin-right: 7px;
  line-height: 22px;
}
#upload-wrapper .uploadItem i {
  font-size: 18px;
  line-height: 22px;
}
#upload-wrapper .uploadItem .original-icon {
  float: right;
  margin-right: 13px;
}
#upload-wrapper .uploadItem span.size {
  float: right;
  color: #b9b9b9;
  margin-right: 0;
  min-width: 60px;
  text-align: end;
}
#upload-wrapper .uploadItem span.error {
  position: absolute;
  color: #e30909;
  right: 144px;
  font-weight: 600;
}
#upload-wrapper .uploadItem:hover span.name {
  cursor: pointer;
  font-weight: 700 !important;
}
#upload-wrapper .dontHover {
  cursor: default !important;
}
#upload-wrapper .dontHover:hover span {
  font-weight: normal !important;
}
#upload-wrapper div.title {
  clear: both;
}
#upload-wrapper .complete {
  background-color: #e9feeb;
}
#upload-wrapper .uploadItem span {
  overflow: hidden;
  float: left;
  display: block;
}
#upload-wrapper a.addInputRow,
#upload-wrapper a.delInputRow,
#upload-wrapper .uploadItem a {
  display: inline-block;
}
#upload-wrapper .uploadItem a {
  float: right;
  display: block;
  margin-left: 17px;
  margin-right: 3px;
}
#upload-wrapper .uploadItem a:hover {
  text-decoration: none;
}
#upload-wrapper .progress {
  margin: 11px 0 13px 3px;
  height: 14px;
  border: 1px solid #38bfd7;
  background-color: #e7fcff;
  -webkit-box-shadow: 0px -1px 0px 0px #008aa2;
  -moz-box-shadow: 0px -1px 0px 0px #008aa2;
  box-shadow: 0px -1px 0px 0px #008aa2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#upload-wrapper .progress .slider {
  height: 14px;
  width: 0px;
  margin-top: -2px;
  border-left: 1px solid #00a2be;
  border-right: 1px solid #00a2be;
  border-top: 1px solid #00a2be;
  border-bottom: 1px solid #0095af;
  background: #00b3d2;
  background-color: #00b3d2;
  background-image: -webkit-linear-gradient(top, #00b3d2, #0091aa);
  background-image: -moz-linear-gradient(top, #00b3d2, #0091aa);
  background-image: -o-linear-gradient(top, #00b3d2, #0091aa);
  background-image: -ms-linear-gradient(top, #00b3d2, #0091aa);
  background-image: linear-gradient(top, #00b3d2, #0091aa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00b3d2, endColorstr=#0091aa, GradientType=0);
  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#upload-wrapper .progress span.percent {
  text-align: center;
  color: #000000;
  font-weight: 600;
  font-size: 10px;
  margin-top: -1px;
  float: left;
  width: 100%;
}
#upload-wrapper .progress span.white {
  color: #ffffff !important;
}
#upload-wrapper #_submit {
  margin-left: 3px;
  width: 198px;
}
#upload-wrapper #_submit i {
  padding-right: 14px;
}
div.custom_file_upload {
  width: auto;
  margin: 0px 3px;
}
input.file {
  width: 240px;
  height: 20px;
  border: 1px solid #BBB;
  border-right: 0;
  color: #888;
  padding: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  outline: none;
}
div.file_upload {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 29px 0px !important;
  margin-bottom: 0 !important;
  text-align: center;
  vertical-align: middle;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  width: 196px;
  height: 20px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  color: #FFF;
}
div.file_upload:hover,
div.file_upload:focus,
div.file_upload:active,
div.file_upload.active,
div.file_upload.disabled,
div.file_upload[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
div.file_upload:active,
div.file_upload.active {
  background-color: #cccccc \9;
}
div.file_upload:first-child {
  *margin-left: 0;
}
div.file_upload:hover,
div.file_upload:focus,
div.file_upload:active,
div.file_upload.active,
div.file_upload.disabled,
div.file_upload[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
div.file_upload:active,
div.file_upload.active {
  background-color: #1f3051 \9;
}
div.file_upload:hover,
div.file_upload:focus {
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  cursor: pointer;
}
div.file_upload.active,
div.file_upload:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
div.file_upload:before {
  content: 'Dateien auswählen...';
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
div.file_upload input {
  position: relative;
  left: -200px;
  top: -100px;
  height: 200px;
  width: 650px;
  display: inline;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
div.uploadLegacyProgress {
  width: 24px;
  height: 16px;
  float: left;
  margin-top: 14px;
  margin-left: 14px;
  display: none;
}
i.info-tooltip {
  color: #3b5c9b !important;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 14px;
  display: inline-block;
  cursor: help;
}
i.info-tooltip p,
i.info-tooltip h1 {
  display: none;
}
.info-tooltip p,
.info-tooltip h1 {
  display: none;
}
.scrollbar,
.company-scrollbar {
  width: 17px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: visible;
  z-index: 2147483646;
}
.company-scrollbar {
  position: fixed;
}
.scrollbar .knob,
.company-scrollbar .knob {
  background: #666;
  width: 7px;
  height: 50px;
  margin: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  z-index: 2147483647;
}
.scrollbar .knob:hover,
.company-scrollbar .knob:hover {
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
table.feature-table {
  width: 99%;
}
table.feature-table p.freePLUSToPro-hint {
  color: #656565;
  font-size: 11px;
  padding-top: 21px;
}
table.feature-table p.agb {
  color: #838383;
  font-size: 12px;
  text-align: center;
}
table.feature-table .currency-choice {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 30px;
}
table.feature-table .currency-choice span {
  font-weight: normal;
  margin-right: 11px;
  font-size: 12px !important;
  color: #686868 !important;
}
table.feature-table .currency-choice button i {
  margin-left: 4px;
  color: #686868;
}
table.feature-table .currency-choice button:hover,
table.feature-table .currency-choice button.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
table.feature-table .currency-choice button:hover:hover,
table.feature-table .currency-choice button.active:hover,
table.feature-table .currency-choice button:hover:focus,
table.feature-table .currency-choice button.active:focus,
table.feature-table .currency-choice button:hover:active,
table.feature-table .currency-choice button.active:active,
table.feature-table .currency-choice button:hover.active,
table.feature-table .currency-choice button.active.active,
table.feature-table .currency-choice button:hover.disabled,
table.feature-table .currency-choice button.active.disabled,
table.feature-table .currency-choice button:hover[disabled],
table.feature-table .currency-choice button.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
table.feature-table .currency-choice button:hover:active,
table.feature-table .currency-choice button.active:active,
table.feature-table .currency-choice button:hover.active,
table.feature-table .currency-choice button.active.active {
  background-color: #408140 \9;
}
table.feature-table .currency-choice button:hover .caret,
table.feature-table .currency-choice button.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
table.feature-table .currency-choice button:hover i,
table.feature-table .currency-choice button.active i {
  color: inherit;
}
table.feature-table td {
  border: 1px solid white;
  height: 36px;
  padding: 0 14px;
  vertical-align: middle;
  text-align: left;
  color: #454545;
  font-size: 12px;
}
table.feature-table td.clean-top {
  background: none !important;
  border-top: none;
}
table.feature-table td.clean-bottom {
  background: none !important;
  border-bottom: none;
}
table.feature-table td.price {
  color: #4d9ec9;
  font-size: 17px;
  text-align: center;
  height: 75px;
}
table.feature-table td.feature {
  width: auto;
  border-left: none;
  font-size: 14px;
}
table.feature-table td.feature i {
  margin-right: 6px;
  font-size: 12px;
  color: #a7a7a7;
}
table.feature-table td.feature i:before {
  transition: all 0.35s linear !important;
  -webkit-transition: all 0.35s linear !important;
  -moz-transition: all 0.35s linear !important;
  -o-transition: all 0.35s linear !important;
}
table.feature-table td.free {
  width: 160px;
  text-align: center;
}
table.feature-table td.pro,
table.feature-table td.pro-2 {
  width: 150px;
  text-align: center;
  border-right: none;
}
table.feature-table td span.text-state {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
table.feature-table td.sign-up {
  color: black;
  text-align: center;
  font-weight: 600;
  background-color: white !important;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 0px 13px 0px;
}
table.feature-table td.sign-up button.sign-up-btn {
  margin-top: 19px;
  margin-bottom: 18px;
  padding-top: 17px !important;
  padding-bottom: 20px !important;
  font-size: 17px;
}
table.feature-table td.sign-up span {
  font: inherit;
  color: inherit;
  text-shadow: inherit;
}
table.feature-table td i.icon-ok-sign {
  color: #46a546;
  font-size: 17px;
}
table.feature-table td i.icon-remove-sign {
  color: #d70000;
  font-size: 17px;
}
table.feature-table thead tr i.icon-question-sign {
  position: absolute;
  bottom: 7px;
  right: 7px;
}
table.feature-table thead tr:nth-child(odd) td {
  background: #ececec;
}
table.feature-table thead tr:nth-child(even) td,
table.feature-table thead tr:nth-child(even) th {
  background: #f9f9f9;
}
table.feature-table thead tr th {
  border: none !important;
  position: relative;
}
table.feature-table thead tr.edition-title {
  font-weight: 600;
}
table.feature-table thead tr.edition-title td {
  font-size: 17px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #dadada;
  vertical-align: top;
}
table.feature-table thead tr.edition-title td span {
  font-size: 10px;
  color: #666666;
}
table.feature-table thead tr.edition-title:hover td {
  cursor: default;
  background-color: #dbdbdb !important;
}
table.feature-table tbody:nth-child(2n) tr {
  background-color: #ececec;
}
table.feature-table tbody tr {
  cursor: pointer;
  background-color: #f9f9f9;
}
table.feature-table tbody tr.price-row {
  background-color: #dadada;
  height: 56px;
  font-weight: 600;
}
table.feature-table tbody tr.price-row td span {
  font-weight: 600;
}
table.feature-table tbody tr:first-child:hover td {
  background-color: #f4f2e2 !important;
  font-weight: 600;
}
table.feature-table tbody tr:last-child {
  background-color: white;
}
table.feature-table tbody tr:last-child td {
  background: white;
  cursor: default;
  border-bottom: 1px solid #cacaca;
}
table.feature-table tbody tr.active {
  font-weight: 600;
}
table.feature-table tbody tr.price td {
  background-color: #dadada;
}
table.feature-table tbody tr.price td div.chf {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
}
table.feature-table tbody tr.price td div.eur {
  margin-top: 4px;
  margin-bottom: 14px;
  font-size: 11px;
  color: #909090;
}
table.feature-table tbody tr.email2dossier td {
  background-color: #dadada;
}
table.feature-table tbody tr.email2dossier td span {
  font-size: 11px;
  color: #909090;
  margin-left: 6px;
}
table.feature-table tbody tr.email2dossier td div.chf {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
}
table.feature-table tbody tr.email2dossier td div.eur {
  margin-top: 4px;
  margin-bottom: 14px;
  font-size: 11px;
  color: #909090;
}
table.feature-table tbody tr.additional-info td {
  height: auto;
  padding: 0;
}
table.feature-table tbody tr.additional-info td div {
  padding: 0 14px;
}
table.feature-table tbody tr.additional-info td p {
  font-size: 13px;
  padding-top: 12px;
  padding-bottom: 18px;
}
table.feature-table tbody tr.footer td {
  border-bottom: none;
}
table.feature-table tbody tr.footer:hover td {
  background: none !important;
  cursor: default;
}
table.feature-table th {
  font-weight: 600;
  vertical-align: middle;
  font-size: 27px;
  padding: 0 0 11px 0;
  border: 1px solid white;
}
table.feature-table th.clean {
  background: none !important;
  border-top: none;
  border-bottom: none;
}
table.feature-table th img {
  padding-bottom: 2px;
}
table.feature-table th.feature {
  border-left: none;
  text-align: left;
  vertical-align: middle;
}
table.feature-table th.feature div.alert {
  display: inline-block;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0px;
}
table.feature-table th.pro {
  border-right: none;
}
.success {
  width: 566px;
}
.success i {
  color: #129900;
}
.success button {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background: #797979 !important;
  border-color: #797979 !important;
}
.success button:hover,
.success button:focus,
.success button:active,
.success button.active,
.success button.disabled,
.success button[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.success button:active,
.success button.active {
  background-color: #cccccc \9;
}
.success button:first-child {
  *margin-left: 0;
}
.success button:hover,
.success button:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear 0.2s linear !important;
  -moz-transition: background-position 0.1s linear 0.2s linear !important;
  -o-transition: background-position 0.1s linear 0.2s linear !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.success button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.success button.active,
.success button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.success button.disabled,
.success button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.success button .label,
.success button .badge {
  position: relative;
  top: -1px;
}
.success button .ostendis-badge {
  position: relative;
  top: -1px;
}
.success button [class^="icon-"].icon-large,
.success button [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.success button [class^="icon-"].icon-spin,
.success button [class*=" icon-"].icon-spin {
  display: inline-block;
}
.success button [class^="icon-"].pull-left.icon-2x,
.success button [class*=" icon-"].pull-left.icon-2x,
.success button [class^="icon-"].pull-right.icon-2x,
.success button [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.success button [class^="icon-"].icon-spin.icon-large,
.success button [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
#footer {
  border-top: 1px solid #e0e0e0;
  padding: 29px 0 57px 0;
  background: #f2f2f2;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: -ms-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: linear-gradient(top, #f2f2f2, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f2f2, endColorstr=#ffffff, GradientType=0);
  
}
#footer img.swissmade {
  margin-top: -4px;
  float: right;
  margin-left: 33px;
  height: 31px;
}
#footer ul.left {
  float: left;
  margin-left: 0px;
}
#footer ul.left li {
  padding: 2px 0;
}
#footer ul.right {
  float: right;
}
#footer ul.right li {
  float: left;
  padding: 2px 13px;
  border-right: 1px solid #d7d7d7;
  -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
  -moz-box-shadow: 1px 0px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px 0px #ffffff;
}
#footer ul.right li:last-child {
  padding-right: 0px;
  border-right: none;
}
#footer li a {
  color: #868686;
}
#footer li a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
.tooltip {
  position: absolute;
  color: #fff;
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 10px 20px;
  border-radius: 5px;
  pointer-events: none;
  
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition-delay: 0.092s;
  -moz-transition-delay: 0.092s;
  -o-transition-delay: 0.092s;
  transition-delay: 0.092s;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  background: #3d6bac;
  
  background: -moz-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d6bac), color-stop(46%, #3b5998), color-stop(54%, #3d5a9b), color-stop(100%, #3e61a3));
  
  background: -webkit-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -o-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: -ms-linear-gradient(top, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  background: linear-gradient(to bottom, #3d6bac 0%, #3b5998 46%, #3d5a9b 54%, #3e61a3 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr= #3d6bac , EndColorStr= #3e61a3 );
  
  white-space: nowrap;
  z-index: 2147483647;
  max-width: 600px;
  
}
.tooltip:after {
  position: absolute;
  border: 5px solid transparent;
  content: " ";
  height: 0;
  width: 0;
}
.tooltip.center {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.tooltip.center:after {
  left: 50%;
  margin-left: -5px;
}
.tooltip.left {
  right: -10px;
}
.tooltip.left:after {
  right: 10px;
}
.tooltip.right {
  left: -10px;
}
.tooltip.right:after {
  left: 10px;
}
.tooltip.top {
  top: -68px;
}
.tooltip.top:after {
  bottom: -5px;
  border-top-color: #3b5998;
  border-bottom: 0;
}
.tooltip.bottom {
  bottom: -68px;
}
.tooltip.bottom:after {
  top: -5px;
  border-bottom-color: #3b5998;
  border-top: 0;
}
.tooltip.with-bottom-space {
  bottom: -58px !important;
}
.tooltip.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.middle:after {
  margin-top: -5px;
  top: 50%;
}
.tooltip.middle.right {
  left: -30px;
}
.tooltip.middle.right:after {
  left: -5px;
  border-right-color: #3b5998;
  border-left: 0;
}
.tooltip.middle.left {
  right: -30px;
}
.tooltip.middle.left:after {
  right: -5px;
  border-left-color: #3b5998;
  border-right: 0;
}
.tooltip.wrappable {
  white-space: normal;
  width: 580px;
}
.tooltip-wrapper,
i[class^="icon-"],
i.fa {
  position: relative;
}
i[class^="icon-"]:hover .tooltip,
i.fa:hover .tooltip,
.tooltip-wrapper:hover .tooltip,
.number-circle:hover .tooltip,
.loader-small:hover .tooltip,
.rounded-corner-info-dossier-type:hover .tooltip,
.rounded-corner-info-dossier-type-big:hover .tooltip,
.rounded-corner-info-num-dossiers:hover .tooltip,
.rounded-corner-info-content:hover .tooltip {
  display: block;
  pointer-events: auto !important;
  
  opacity: 1 !important;
  visibility: visible !important;
}
i[class^="icon-"]:hover .tooltip.top,
i.fa:hover .tooltip.top,
.tooltip-wrapper:hover .tooltip.top,
.number-circle:hover .tooltip.top,
.loader-small:hover .tooltip.top,
.rounded-corner-info-dossier-type:hover .tooltip.top,
.rounded-corner-info-dossier-type-big:hover .tooltip.top,
.rounded-corner-info-num-dossiers:hover .tooltip.top,
.rounded-corner-info-content:hover .tooltip.top {
  top: -48px;
}
i[class^="icon-"]:hover .tooltip.top.br1,
i.fa:hover .tooltip.top.br1,
.tooltip-wrapper:hover .tooltip.top.br1,
.number-circle:hover .tooltip.top.br1,
.loader-small:hover .tooltip.top.br1,
.rounded-corner-info-dossier-type:hover .tooltip.top.br1,
.rounded-corner-info-dossier-type-big:hover .tooltip.top.br1,
.rounded-corner-info-num-dossiers:hover .tooltip.top.br1,
.rounded-corner-info-content:hover .tooltip.top.br1 {
  top: -65px;
}
i[class^="icon-"]:hover .tooltip.top.br2,
i.fa:hover .tooltip.top.br2,
.tooltip-wrapper:hover .tooltip.top.br2,
.number-circle:hover .tooltip.top.br2,
.loader-small:hover .tooltip.top.br2,
.rounded-corner-info-dossier-type:hover .tooltip.top.br2,
.rounded-corner-info-dossier-type-big:hover .tooltip.top.br2,
.rounded-corner-info-num-dossiers:hover .tooltip.top.br2,
.rounded-corner-info-content:hover .tooltip.top.br2 {
  top: -82px;
}
i[class^="icon-"]:hover .tooltip.top.br3,
i.fa:hover .tooltip.top.br3,
.tooltip-wrapper:hover .tooltip.top.br3,
.number-circle:hover .tooltip.top.br3,
.loader-small:hover .tooltip.top.br3,
.rounded-corner-info-dossier-type:hover .tooltip.top.br3,
.rounded-corner-info-dossier-type-big:hover .tooltip.top.br3,
.rounded-corner-info-num-dossiers:hover .tooltip.top.br3,
.rounded-corner-info-content:hover .tooltip.top.br3 {
  top: -99px;
}
i[class^="icon-"]:hover .tooltip.top.br4,
i.fa:hover .tooltip.top.br4,
.tooltip-wrapper:hover .tooltip.top.br4,
.number-circle:hover .tooltip.top.br4,
.loader-small:hover .tooltip.top.br4,
.rounded-corner-info-dossier-type:hover .tooltip.top.br4,
.rounded-corner-info-dossier-type-big:hover .tooltip.top.br4,
.rounded-corner-info-num-dossiers:hover .tooltip.top.br4,
.rounded-corner-info-content:hover .tooltip.top.br4 {
  top: -116px;
}
i[class^="icon-"]:hover .tooltip.bottom,
i.fa:hover .tooltip.bottom,
.tooltip-wrapper:hover .tooltip.bottom,
.number-circle:hover .tooltip.bottom,
.loader-small:hover .tooltip.bottom,
.rounded-corner-info-dossier-type:hover .tooltip.bottom,
.rounded-corner-info-dossier-type-big:hover .tooltip.bottom,
.rounded-corner-info-num-dossiers:hover .tooltip.bottom,
.rounded-corner-info-content:hover .tooltip.bottom {
  bottom: -48px;
}
i[class^="icon-"]:hover .tooltip.bottom.br1,
i.fa:hover .tooltip.bottom.br1,
.tooltip-wrapper:hover .tooltip.bottom.br1,
.number-circle:hover .tooltip.bottom.br1,
.loader-small:hover .tooltip.bottom.br1,
.rounded-corner-info-dossier-type:hover .tooltip.bottom.br1,
.rounded-corner-info-dossier-type-big:hover .tooltip.bottom.br1,
.rounded-corner-info-num-dossiers:hover .tooltip.bottom.br1,
.rounded-corner-info-content:hover .tooltip.bottom.br1 {
  bottom: -65px;
}
i[class^="icon-"]:hover .tooltip.bottom.br2,
i.fa:hover .tooltip.bottom.br2,
.tooltip-wrapper:hover .tooltip.bottom.br2,
.number-circle:hover .tooltip.bottom.br2,
.loader-small:hover .tooltip.bottom.br2,
.rounded-corner-info-dossier-type:hover .tooltip.bottom.br2,
.rounded-corner-info-dossier-type-big:hover .tooltip.bottom.br2,
.rounded-corner-info-num-dossiers:hover .tooltip.bottom.br2,
.rounded-corner-info-content:hover .tooltip.bottom.br2 {
  bottom: -82px;
}
i[class^="icon-"]:hover .tooltip.bottom.br3,
i.fa:hover .tooltip.bottom.br3,
.tooltip-wrapper:hover .tooltip.bottom.br3,
.number-circle:hover .tooltip.bottom.br3,
.loader-small:hover .tooltip.bottom.br3,
.rounded-corner-info-dossier-type:hover .tooltip.bottom.br3,
.rounded-corner-info-dossier-type-big:hover .tooltip.bottom.br3,
.rounded-corner-info-num-dossiers:hover .tooltip.bottom.br3,
.rounded-corner-info-content:hover .tooltip.bottom.br3 {
  bottom: -99px;
}
i[class^="icon-"]:hover .tooltip.bottom.br4,
i.fa:hover .tooltip.bottom.br4,
.tooltip-wrapper:hover .tooltip.bottom.br4,
.number-circle:hover .tooltip.bottom.br4,
.loader-small:hover .tooltip.bottom.br4,
.rounded-corner-info-dossier-type:hover .tooltip.bottom.br4,
.rounded-corner-info-dossier-type-big:hover .tooltip.bottom.br4,
.rounded-corner-info-num-dossiers:hover .tooltip.bottom.br4,
.rounded-corner-info-content:hover .tooltip.bottom.br4 {
  bottom: -116px;
}
i[class^="icon-"]:hover .tooltip.bottom,
i.fa:hover .tooltip.bottom,
.tooltip-wrapper:hover .tooltip.bottom,
.number-circle:hover .tooltip.bottom,
.loader-small:hover .tooltip.bottom,
.rounded-corner-info-dossier-type:hover .tooltip.bottom,
.rounded-corner-info-dossier-type-big:hover .tooltip.bottom,
.rounded-corner-info-num-dossiers:hover .tooltip.bottom,
.rounded-corner-info-content:hover .tooltip.bottom {
  bottom: -48px;
}
i[class^="icon-"]:hover .tooltip.bottom.br1,
i.fa:hover .tooltip.bottom.br1,
.tooltip-wrapper:hover .tooltip.bottom.br1,
.number-circle:hover .tooltip.bottom.br1,
.loader-small:hover .tooltip.bottom.br1,
.rounded-corner-info-dossier-type:hover .tooltip.bottom.br1,
.rounded-corner-info-dossier-type-big:hover .tooltip.bottom.br1,
.rounded-corner-info-num-dossiers:hover .tooltip.bottom.br1,
.rounded-corner-info-content:hover .tooltip.bottom.br1 {
  bottom: -68px;
}
i[class^="icon-"]:hover .tooltip.bottom.br2,
i.fa:hover .tooltip.bottom.br2,
.tooltip-wrapper:hover .tooltip.bottom.br2,
.number-circle:hover .tooltip.bottom.br2,
.loader-small:hover .tooltip.bottom.br2,
.rounded-corner-info-dossier-type:hover .tooltip.bottom.br2,
.rounded-corner-info-dossier-type-big:hover .tooltip.bottom.br2,
.rounded-corner-info-num-dossiers:hover .tooltip.bottom.br2,
.rounded-corner-info-content:hover .tooltip.bottom.br2 {
  bottom: -88px;
}
i[class^="icon-"]:hover .tooltip.bottom.br3,
i.fa:hover .tooltip.bottom.br3,
.tooltip-wrapper:hover .tooltip.bottom.br3,
.number-circle:hover .tooltip.bottom.br3,
.loader-small:hover .tooltip.bottom.br3,
.rounded-corner-info-dossier-type:hover .tooltip.bottom.br3,
.rounded-corner-info-dossier-type-big:hover .tooltip.bottom.br3,
.rounded-corner-info-num-dossiers:hover .tooltip.bottom.br3,
.rounded-corner-info-content:hover .tooltip.bottom.br3 {
  bottom: -108px;
}
i[class^="icon-"]:hover .tooltip.bottom.br4,
i.fa:hover .tooltip.bottom.br4,
.tooltip-wrapper:hover .tooltip.bottom.br4,
.number-circle:hover .tooltip.bottom.br4,
.loader-small:hover .tooltip.bottom.br4,
.rounded-corner-info-dossier-type:hover .tooltip.bottom.br4,
.rounded-corner-info-dossier-type-big:hover .tooltip.bottom.br4,
.rounded-corner-info-num-dossiers:hover .tooltip.bottom.br4,
.rounded-corner-info-content:hover .tooltip.bottom.br4 {
  bottom: -128px;
}
i[class^="icon-"]:hover .tooltip.middle.right,
i.fa:hover .tooltip.middle.right,
.tooltip-wrapper:hover .tooltip.middle.right,
.number-circle:hover .tooltip.middle.right,
.loader-small:hover .tooltip.middle.right,
.rounded-corner-info-dossier-type:hover .tooltip.middle.right,
.rounded-corner-info-dossier-type-big:hover .tooltip.middle.right,
.rounded-corner-info-num-dossiers:hover .tooltip.middle.right,
.rounded-corner-info-content:hover .tooltip.middle.right {
  left: 20px;
}
i[class^="icon-"]:hover .tooltip.middle.left,
i.fa:hover .tooltip.middle.left,
.tooltip-wrapper:hover .tooltip.middle.left,
.number-circle:hover .tooltip.middle.left,
.loader-small:hover .tooltip.middle.left,
.rounded-corner-info-dossier-type:hover .tooltip.middle.left,
.rounded-corner-info-dossier-type-big:hover .tooltip.middle.left,
.rounded-corner-info-num-dossiers:hover .tooltip.middle.left,
.rounded-corner-info-content:hover .tooltip.middle.left {
  right: 20px;
}
#bubbles {
  
  
  
  
  
  
  
  
}
#bubbles .datestamp {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
  color: #8b91a0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
#bubbles .container {
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 600px;
}
#bubbles .bubble {
  box-sizing: border-box;
  float: left;
  width: auto;
  max-width: 90%;
  position: relative;
  clear: both;
  background: #95c2fd;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #bee2ff), color-stop(1, #95c2fd));
  background-image: -webkit-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -moz-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -ms-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -o-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#95c2fd', endColorstr='#bee2ff');
  border: solid 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.65), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.65), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.65), 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 22px;
  padding: 9px 13px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  word-wrap: break-word;
}
#bubbles .bubble:before,
#bubbles .bubble:after {
  border-radius: 4px;
  content: '';
  display: block;
  position: absolute;
}
#bubbles .bubble:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  left: -7px;
  z-index: -2;
}
#bubbles .bubble:after {
  border: 8px solid transparent;
  border-bottom-color: #bee2ff;
  
  bottom: 1px;
  left: -5px;
}
#bubbles .bubble-alt {
  float: right;
}
#bubbles .bubble-alt:before {
  left: auto;
  right: -7px;
}
#bubbles .bubble-alt:after {
  left: auto;
  right: -5px;
}
#bubbles .green {
  background: #7acd47;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #ace44b), color-stop(1, #7acd47));
  background-image: -webkit-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -moz-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -ms-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -o-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7acd47', endColorstr='#ace44b');
}
#bubbles .green:after {
  border-bottom-color: #ace44b;
}
#bubbles .white {
  background: #7acd47;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #e5e5e5), color-stop(1, #dbdbdb));
  background-image: -webkit-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -moz-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -ms-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -o-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dbdbdb', endColorstr='#e5e5e5');
}
#bubbles .white:after {
  border-bottom-color: #e5e5e5;
}
#bubbles .yellow {
  background: #7acd47;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #fcf3c3), color-stop(1, #f4e371));
  background-image: -webkit-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
  background-image: -moz-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
  background-image: -ms-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
  background-image: -o-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
  background-image: linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f4e371', endColorstr='#fcf3c3');
}
#bubbles .yellow:after {
  border-bottom-color: #fcf3c3;
}
#bubbles .red {
  background: #7acd47;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #ea8378), color-stop(1, #e2675a));
  background-image: -webkit-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
  background-image: -moz-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
  background-image: -ms-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
  background-image: -o-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
  background-image: linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e2675a', endColorstr='#ea8378');
}
#bubbles .red:after {
  border-bottom-color: #ea8378;
}
#bubbles .pink {
  background: #7acd47;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #ffbee3), color-stop(1, #f8a5ce));
  background-image: -webkit-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
  background-image: -moz-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
  background-image: -ms-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
  background-image: -o-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
  background-image: linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f8a5ce', endColorstr='#ffbee3');
}
#bubbles .pink:after {
  border-bottom-color: #ffbee3;
}
.loader,
.loader-small {
  position: relative;
  margin: 31px auto 43px auto;
  width: 106px;
  height: 106px;
  background-color: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader .loader-bg,
.loader-small .loader-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader .spiner-holder-1,
.loader-small .spiner-holder-1 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 50%;
  height: 50%;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader .spiner-holder-2,
.loader-small .spiner-holder-2 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader .loader-spiner,
.loader-small .loader-spiner {
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border: 8px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader .loader-spinner-green,
.loader-small .loader-spinner-green {
  border-color: #129900;
}
.loader .loader-spinner-orange,
.loader-small .loader-spinner-orange {
  border-color: #eb910a;
}
.loader .loader-spinner-red,
.loader-small .loader-spinner-red {
  border-color: #f60000;
}
.loader .animate-0-25-a,
.loader-small .animate-0-25-a {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loader .animate-0-25-b,
.loader-small .animate-0-25-b {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loader .animate-25-50-a,
.loader-small .animate-25-50-a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loader .animate-25-50-b,
.loader-small .animate-25-50-b {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loader .animate-50-75-a,
.loader-small .animate-50-75-a {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loader .animate-50-75-b,
.loader-small .animate-50-75-b {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loader .animate-75-100-a,
.loader-small .animate-75-100-a {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loader .animate-75-100-b,
.loader-small .animate-75-100-b {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loader .loader-text,
.loader-small .loader-text {
  text-align: center;
  padding-top: 27%;
  font-size: 24px;
  color: #484848;
}
.loader-small {
  position: absolute;
  margin-top: -13px;
  z-index: 0;
  width: 26px;
  height: 26px;
}
.loader-small .loader-bg,
.loader-small .loader-spiner {
  border-width: 2px;
}
.loader-small .loader-text {
  padding-top: 3px;
  font-size: 10px;
}
#crm-activities .activities-filter,
#crm-activities .activities-filter-bit-created,
#crm-activities .activities-filter-bit-responsible {
  float: right;
  margin-top: -22px;
  margin-right: 20px;
  margin-bottom: 22px;
}
#crm-activities .activities-filter-bit-responsible {
  margin-right: 38px;
}
#crm-activities .activityset-groups {
  width: 100%;
}
#crm-activities div.responsibility-filter {
  display: inline-block;
  float: right;
  margin-bottom: 16px;
}
#crm-activities div.responsibility-filter i.icon-colored {
  color: #b70000;
}
#crm-activities div.responsibility-filter div.filter-row {
  margin-bottom: 9px;
}
#crm-activities div.responsibility-filter .btn-group {
  display: inline-block;
  float: right;
  width: 336px;
}
#crm-activities div.responsibility-filter .dropdown-menu {
  float: right;
  right: 0;
  left: auto;
  
}
#crm-activities div.responsibility-filter .dropdown-menu li:hover a.deleted,
#crm-activities div.responsibility-filter .dropdown-menu li.active a.deleted {
  color: white !important;
}
#crm-activities div.responsibility-filter .dropdown-menu a.deleted {
  color: #8d8d8d;
}
#crm-activities div.responsibility-filter .dropdown-menu span.me {
  color: inherit;
  margin-left: 5px;
}
#crm-activities div.responsibility-filter button {
  font-size: 12px;
  line-height: 15px;
  padding-top: 4px;
  padding-bottom: 3px;
  box-sizing: border-box;
  
}
#crm-activities div.responsibility-filter button.btn-select-site,
#crm-activities div.responsibility-filter button.btn-select-person {
  width: 100%;
}
#crm-activities div.responsibility-filter button:hover,
#crm-activities div.responsibility-filter button.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#crm-activities div.responsibility-filter button:hover:hover,
#crm-activities div.responsibility-filter button.active:hover,
#crm-activities div.responsibility-filter button:hover:focus,
#crm-activities div.responsibility-filter button.active:focus,
#crm-activities div.responsibility-filter button:hover:active,
#crm-activities div.responsibility-filter button.active:active,
#crm-activities div.responsibility-filter button:hover.active,
#crm-activities div.responsibility-filter button.active.active,
#crm-activities div.responsibility-filter button:hover.disabled,
#crm-activities div.responsibility-filter button.active.disabled,
#crm-activities div.responsibility-filter button:hover[disabled],
#crm-activities div.responsibility-filter button.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#crm-activities div.responsibility-filter button:hover:active,
#crm-activities div.responsibility-filter button.active:active,
#crm-activities div.responsibility-filter button:hover.active,
#crm-activities div.responsibility-filter button.active.active {
  background-color: #408140 \9;
}
#crm-activities div.responsibility-filter button:hover .caret,
#crm-activities div.responsibility-filter button.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#crm-activities div.responsibility-filter button .caret {
  margin-top: 5px;
  margin-left: 2px;
}
#crm-activities div.responsibility-filter button .text {
  width: 91%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  line-height: 100%;
  display: inline-block;
  margin-top: 1px;
}
#crm-activities div.responsibility-filter span.filter-label {
  float: right;
  margin-right: 14px;
  color: #797979;
  font-size: 12px;
  line-height: 24px;
}
table.crm-activities {
  margin-bottom: 10px;
  border: 1px solid #d3d3d3;
  border-collapse: separate;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
table.crm-activities .mark-past {
  font-weight: bold;
  color: #e30000 !important;
}
table.crm-activities .mark-future {
  font-weight: bold;
  color: #009e00 !important;
}
table.crm-activities .mark-today {
  font-weight: bold;
  color: #f6a022 !important;
}
table.crm-activities tr:last-child {
  border: none !important;
}
table.crm-activities tr.no-border td {
  border: none !important;
}
table.crm-activities td.created,
table.crm-activities td.reminder,
table.crm-activities td.closed,
table.crm-activities td.name,
table.crm-activities td.activityDate,
table.crm-activities td.account,
table.crm-activities td.customer,
table.crm-activities td.infos {
  font-size: 12px;
}
table.crm-activities td.created strong,
table.crm-activities td.reminder strong,
table.crm-activities td.closed strong,
table.crm-activities td.name strong,
table.crm-activities td.activityDate strong,
table.crm-activities td.account strong,
table.crm-activities td.customer strong,
table.crm-activities td.infos strong {
  font-size: 10px;
  color: #a7a7a7;
}
table.crm-activities td.customer {
  width: auto;
}
table.crm-activities td.account {
  width: 212px;
}
table.crm-activities td.activityDate {
  width: 110px;
}
table.crm-activities td.created {
  width: 76px;
}
table.crm-activities td.reminder {
  width: 106px;
}
table.crm-activities td.infos {
  width: 215px;
}
table.crm-activities td.infos table td {
  padding: 0;
  line-height: 17px;
  font-size: 10px;
}
table.crm-activities td.closed {
  width: 56px;
  text-align: right;
  padding-right: 8px;
}
table.crm-activities td.closed strong:hover {
  text-decoration: underline;
  cursor: pointer;
}
table.crm-activities td.closed i {
  padding-left: 4px;
  text-decoration: none;
}
table.crm-activities td.closed i.icon-ok {
  color: #0f9400;
}
table.crm-activities td.closed i.icon-ok:hover {
  cursor: default;
}
table.crm-activities td.closed i.icon-bell:hover {
  cursor: default;
}
table.crm-activities td.closed i:hover {
  cursor: pointer;
}
table.crm-activities td.notes {
  padding-bottom: 8px;
}
table.crm-activities td.type {
  padding: 15px 0 13px 17px;
  width: 39px;
}
table.crm-activities td.type .rounded-corner-info-activity-type {
  position: absolute;
  margin-top: -11px;
  margin-left: -10px;
  min-width: 17px;
  min-height: 17px;
  background: #ffffff;
  border-radius: 12px;
  padding: 0px;
  text-align: center;
  font-size: 10px;
}
table.crm-activities td.type span i.icon-circle {
  font-size: 27px;
  color: #9b9b9b;
}
table.crm-activities td.type span i.icon-reply {
  color: #b70000;
}
table.crm-activities td.type span i.icon-share-alt {
  color: #0f7e00;
}
table.crm-activities td.type span.activity-type-10 i.icon-circle:before {
  content: "\f095";
}
table.crm-activities td.type span.activity-type-10 .icon-reply {
  display: none;
}
table.crm-activities td.type span.activity-type-15 i.icon-circle:before {
  content: "\f095";
}
table.crm-activities td.type span.activity-type-15 .icon-share-alt {
  display: none;
}
table.crm-activities td.type span.activity-type-20 i.icon-circle:before {
  content: "\f003";
}
table.crm-activities td.type span.activity-type-20 .icon-reply {
  display: none;
}
table.crm-activities td.type span.activity-type-25 i.icon-circle:before {
  content: "\f003";
}
table.crm-activities td.type span.activity-type-25 .icon-share-alt {
  display: none;
}
table.crm-activities td.type span.activity-type-30 i.icon-circle:before {
  content: "\f02d";
}
table.crm-activities td.type span.activity-type-30 .icon-reply {
  display: none;
}
table.crm-activities td.type span.activity-type-35 i.icon-circle:before {
  content: "\f02d";
}
table.crm-activities td.type span.activity-type-35 .icon-share-alt {
  display: none;
}
table.crm-activities td.type span.activity-type-40 i.icon-circle:before {
  content: "\f0f6";
}
table.crm-activities td.type span.activity-type-40 .icon-reply {
  display: none;
}
table.crm-activities td.type span.activity-type-45 i.icon-circle:before {
  content: "\f0f6";
}
table.crm-activities td.type span.activity-type-45 .icon-share-alt {
  display: none;
}
table.crm-activities td.type span.activity-type-50 i.icon-circle:before {
  content: "\f0c0";
}
table.crm-activities td.type span.activity-type-50 .icon-reply {
  display: none;
}
table.crm-activities td.type span.activity-type-52 i.icon-circle:before {
  content: "\f0c0";
}
table.crm-activities td.type span.activity-type-52 .icon-share-alt {
  display: none;
}
table.crm-activities td.type span.activity-type-54 i.icon-circle:before {
  content: "\f0c0";
}
table.crm-activities td.type span.activity-type-54 .icon-reply {
  display: none;
}
table.crm-activities td.type span.activity-type-58 i.icon-circle:before {
  content: "\f0f4";
}
table.crm-activities td.type span.activity-type-58 .rounded-corner-info-activity-type {
  display: none;
}
table.crm-activities td.type span.activity-type-60 i.icon-circle:before {
  content: "\f0ae";
}
table.crm-activities td.type span.activity-type-60 .rounded-corner-info-activity-type {
  display: none;
}
table.crm-activities td.type span.activity-type-70 i.icon-circle:before {
  content: "\f05a";
}
table.crm-activities td.type span.activity-type-70 .rounded-corner-info-activity-type {
  display: none;
}
table.crm-activities td.type span.activity-type-80 i.icon-circle:before {
  content: "\f0e6";
}
table.crm-activities td.type span.activity-type-80 .rounded-corner-info-activity-type {
  display: none;
}
table.crm-activities td.type span.activity-type-200 i.icon-circle:before {
  content: "\f013";
}
table.crm-activities td.type span.activity-type-200 .rounded-corner-info-activity-type {
  display: none;
}
#crm-customers .customers-filter {
  float: right;
  margin-bottom: 14px;
}
#crm-customers .customers-filter label.small-label {
  font-size: 13px;
  color: #878787;
}
#crm-customers .table-customers {
  text-align: center;
  table-layout: fixed;
  width: 100%;
}
#crm-customers .table-customers th.name {
  width: 190px;
}
#crm-customers .table-customers th.website {
  width: 200px;
}
#crm-customers .table-customers th.creater-name {
  width: 120px;
}
#crm-customers .table-customers th.created {
  width: 63px;
}
#crm-customers .table-customers th.country {
  width: 24px;
}
#crm-customers .table-customers th.zip {
  width: 17px;
}
#crm-customers .table-customers th.location {
  width: 145px;
}
#crm-customers .table-customers tr {
  cursor: pointer;
}
#crm-customers .table-customers tr td.number {
  text-align: center;
  padding-left: 8px;
}
#crm-customers .table-customers tr td img {
  padding-left: 15px;
}
#customer-summary-wrapper .header-box {
  margin-top: 17px;
  margin-bottom: 33px;
  width: 45.6%;
  padding: 15px 20px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 211px;
}
#customer-summary-wrapper .header-box label {
  display: inline-block;
  width: 200px;
  color: #8e8e8e;
  font-size: 13px;
}
#crm-search .google-search {
  width: 528px;
  margin-top: 16px;
  position: relative;
  left: 50%;
  margin-left: -264px;
  text-align: center;
}
#crm-search .google-search .img-addition {
  position: absolute;
  right: 130px;
  color: #4285f4;
  margin-top: 5px;
}
#crm-search .google-search input {
  display: block;
  border: 1px solid #f7f7f7;
  margin-top: 54px;
  width: calc(100% - 28px);
  background: url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D) transparent;
  left: 0;
  outline: none;
  color: #444;
  background-color: #fff;
  border-radius: 2px;
  vertical-align: middle;
  padding: 14px 14px;
  font: 16px arial, sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
#crm-search .google-search button {
  margin-top: 18px;
  padding: 9px 16px 11px 16px !important;
}
#crm-search .google-search button.pull-left {
  margin-left: 128px;
}
#crm-search .google-search button.pull-right {
  margin-right: 128px;
}
#crm-search .search-result {
  margin-top: 50px;
}
#crm-search .search-result .alert {
  width: 288px;
  margin-top: 12px;
}
#crm-search .search-result .icon-lightbulb {
  color: #ce912d;
}
#crm-search .search-result .icon-group {
  color: #00b100;
}
#crm-search .search-result table.table-search-leads .lead-job-service {
  width: 11px;
  padding-left: 15px;
}
#crm-search .search-result table.table-search-leads .lead-domain {
  width: auto;
}
#crm-search .search-result table.table-search-leads .lead-num-accounts {
  width: 61px;
}
#crm-search .search-result table.table-search-leads .lead-num-apps {
  width: 66px;
}
#crm-search .search-result table.table-search-leads .lead-last-dossier {
  width: 88px;
}
#crm-search .search-result table.table-search-leads .lead-last-login {
  width: 92px;
}
#crm-search .search-result table.table-search-customers .customer-mode {
  width: 10px;
  padding-left: 15px;
}
#crm-search .search-result table.table-search-customers .customer-name {
  width: auto;
}
#crm-search .search-result table.table-search-customers .customer-website {
  width: 172px;
}
#crm-search .search-result table.table-search-customers .customer-state {
  width: 280px;
}
#crm-search .search-result table.table-search-customers .customer-responsible {
  width: 122px;
}
#crm-search .search-result table.table-search-customers .customer-created {
  width: 81px;
}
#crm-search .search-result table.table-search-customers .customer-place {
  width: 230px;
}
#crm-search .search-result table td.customer-state {
  font-size: 11px;
}
#crm-search .search-result table span.job-service {
  position: absolute;
  margin-top: 0;
  font-size: 15px;
  visibility: hidden;
}
#crm-search .search-result table span.job-service-acive {
  font-weight: bold;
  color: #0f7e00;
  visibility: visible;
}
#crm-search .search-result table tr {
  cursor: pointer;
}
#crm-search .search-result table tr.disqualified td {
  background-color: rgba(255, 0, 0, 0.24);
}
#crm-leads .leads-filter {
  float: right;
  margin-bottom: 14px;
  height: 96px;
}
#crm-leads #MinNumberOfDossiers {
  width: 73px;
  float: left;
  margin-right: 12px;
  font-size: 13px;
  height: 24px;
  padding: 1px 2px 1px 3px;
}
#crm-leads #DomainSearchString,
#crm-leads #LastLoginAfter {
  width: 67px;
  float: left;
  margin-right: 12px;
  font-size: 13px;
  padding: 1px 2px 1px 3px;
}
#crm-leads #DomainSearchString {
  width: 140px;
  margin-right: 0px;
}
#crm-leads i.icon-remove-sign {
  margin-left: 7px;
  margin-top: 1px;
}
#crm-leads .ostendis-switch {
  margin-left: 9px;
}
#crm-leads .ostendis-switch-text {
  padding-left: 14px !important;
}
#crm-leads .right-label {
  display: inline-block !important;
  font-size: 13px;
  color: #878787;
  margin-top: -4px;
  vertical-align: top;
}
#crm-leads .table-leads {
  text-align: center;
  table-layout: fixed;
  width: 100%;
}
#crm-leads .table-leads span.job-service {
  position: absolute;
  margin-top: 0px;
  font-size: 15px;
  color: #b5b5b5;
}
#crm-leads .table-leads span.job-service-acive {
  font-weight: bold;
  color: #00a800;
}
#crm-leads .table-leads span.has-non-odm-accounts {
  margin-top: 0px;
  font-size: 15px;
  color: #b5b5b5;
}
#crm-leads .table-leads span.has-non-odm-accounts-active {
  font-weight: bold;
  color: #00a800;
}
#crm-leads .table-leads th.jobService {
  width: 4px;
}
#crm-leads .table-leads th.nonObmAccounts {
  width: 4px;
}
#crm-leads .table-leads th.domain {
  width: 230px;
}
#crm-leads .table-leads th.shortdate {
  width: 61px;
}
#crm-leads .table-leads th.datetime {
  width: 100px;
}
#crm-leads .table-leads tr {
  cursor: pointer;
}
#crm-leads .table-leads tr td.number {
  text-align: center;
  padding-left: 8px;
}
#crm-leads .table-leads tr td.bold {
  font-weight: bold;
}
#crm-lead i .icon-ok {
  font-size: 16px;
  color: #009400;
  padding-left: 4px;
}
#crm-lead i.icon-warning-sign {
  font-size: 21px;
  color: #c60000;
  padding-left: 6px;
}
#crm-lead .header-box {
  margin-top: 17px;
  margin-bottom: 33px;
  width: 45.6%;
  padding: 15px 20px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 162px;
}
#crm-lead .header-box label {
  display: inline-block;
  width: 200px;
  color: #8e8e8e;
  font-size: 13px;
}
#crm-lead .lead-actions {
  float: right;
  margin-bottom: 14px;
}
#crm-lead .lead-actions a {
  display: block;
  line-height: 180%;
}
#crm-lead .lead-actions a i {
  display: inline-block;
  width: 24px;
  text-decoration: none;
}
#crm-lead .table-accounts {
  text-align: center;
  table-layout: fixed;
  width: 100%;
}
#crm-lead .table-accounts textarea {
  position: absolute;
  opacity: 0;
}
#crm-lead .table-accounts th.account-id {
  width: 60px;
}
#crm-lead .table-accounts th.email {
  width: auto;
}
#crm-lead .table-accounts th.edition {
  width: 37px;
}
#crm-lead .table-accounts th.date {
  width: 47px;
}
#crm-lead .table-accounts th.actions {
  width: 32px;
}
#crm-lead .table-accounts tr td.number {
  text-align: center;
  padding-left: 8px;
}
#crm-lead .table-accounts tr td i.icon-remove {
  cursor: pointer;
}
#crm-lead .table-accounts tr td i.icon-copy {
  cursor: pointer;
  padding-right: 2px;
}
#crm-customer-activities h1 {
  margin-bottom: 45px;
}
#crm-customer-activities .additional-label {
  color: #7c7c7c;
  font-size: 12px;
  margin-left: 11px;
  margin-top: 5px;
  display: inline-block;
}
#crm-customer-activities .col-left {
  float: left;
  width: 41%;
}
#crm-customer-activities .col-right {
  float: right;
  width: 56%;
  border-left: 1px solid #d7d7d7;
  padding-left: 17px;
}
#crm-customer-activities .col-right div.activity-wrapper {
  min-height: 335px;
}
#crm-customer-activities .ostendis-switch {
  padding-top: 1px;
  width: 32px;
}
#loginlink {
  position: absolute;
  opacity: 0;
}
#crm-customer-contacts .legend {
  margin-right: 3px;
  margin-top: 21px;
  margin-bottom: 21px;
  float: right;
  font-size: 13px;
}
#crm-customer-contacts .legend .col1 {
  width: 20px;
}
#crm-customer-contacts .legend .col2 {
  width: 225px;
}
#crm-customer-contacts .legend .col3 {
  width: 35px;
}
#crm-customer-contacts .legend .col4 {
  width: 180px;
}
#crm-customer-contacts .legend .col5 {
  width: 20px;
}
#crm-customer-contacts .legend .col6 {
  width: 132px;
}
#crm-customer-contacts .table-customer-contacs {
  text-align: center;
  width: 100%;
  table-layout: fixed;
}
#crm-customer-contacts .table-customer-contacs th.createType {
  width: 2px;
}
#crm-customer-contacts .table-customer-contacs th.account-id {
  width: 50px;
}
#crm-customer-contacts .table-customer-contacs th.status {
  width: 34px;
}
#crm-customer-contacts .table-customer-contacs th.email {
  width: auto;
}
#crm-customer-contacts .table-customer-contacs th.llink {
  width: 99px;
}
#crm-customer-contacts .table-customer-contacs th.edition {
  width: 80px;
}
#crm-customer-contacts .table-customer-contacs th.date {
  width: 65px;
}
#crm-customer-contacts .table-customer-contacs th.actions {
  width: 14px;
}
#crm-customer-contacts .table-customer-contacs tr {
  cursor: pointer;
}
#crm-customer-contacts .table-customer-contacs tr td.number {
  text-align: center;
  padding-left: 8px;
}
#crm-customer-contacts .table-customer-contacs tr td.createType {
  width: 4px;
  color: transparent !important;
}
#crm-customer-contacts .table-customer-contacs tr td.createType.non-obm {
  font-weight: bold;
  color: #006600;
}
#crm-customer-contacts .table-customer-contacs tr td.status {
  text-align: center;
}
#crm-customer-contacts .table-customer-contacs tr td.status i {
  color: #afafaf;
}
#crm-customer-contacts .table-customer-contacs tr td.status i.status-full {
  color: #006600;
}
#crm-customer-contacts .table-customer-contacs tr td.email {
  overflow: hidden;
  text-overflow: ellipsis;
}
#crm-customer-contacts .table-customer-contacs tr td.email .copy {
  display: inline-block;
  width: 20px;
}
#crm-customer-contacts .table-customer-contacs tr.deleted-contact {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
#crm-customer-contacts .table-customer-contacs tr.deleted-contact:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#crm-customer-contacts .table-customer-contacs tr.deleted-contact span.deleted-contact {
  color: #7d0000;
}
#crm-customer-contacts span.main-account {
  color: #006600;
}
#crm-customer-contacts span.company-master {
  font-weight: bold;
}
#crm-customer-contact .action-links {
  float: right;
}
#crm-customer-contact .action-links a {
  line-height: 23px;
}
#crm-customer-contact .action-links a i {
  padding-right: 7px;
  text-decoration: none;
}
#crm-customer-contact .header-box {
  margin-top: 17px;
  margin-bottom: 33px;
  width: 45.6%;
  padding: 15px 20px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 330px;
}
#crm-customer-contact .header-box label {
  display: inline-block;
  width: 200px;
  color: #8e8e8e;
  font-size: 13px;
}
#crm-customer-contact h1 > span {
  opacity: 0.75;
  filter: alpha(opacity=75);
  font-size: 12px;
  color: #8e0000;
  padding-left: 8px;
}
#crm-customer-contact h1 > span i {
  padding-right: 1px;
  opacity: 0.63;
  filter: alpha(opacity=63);
}
#crm-customer-contact a.user-agent-string {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 352px;
  text-overflow: ellipsis;
  margin-bottom: -5px;
}
#crm-customer-contact form {
  width: 520px;
  
}
#crm-customer-contact form #CRMaccountNotes {
  height: 90px;
}
#crm-customer-contact form #CRMaccountTitleID {
  width: 110px;
}
#crm-customer-contact form #CRMaccountTitleText {
  width: 200px;
  margin-left: 6px;
}
#crm-customer-domains .alert.alert-error {
  margin-left: 0;
}
#crm-customer-domains table {
  width: auto;
}
#crm-customer-domains table td {
  padding-left: 13px;
  padding-right: 13px;
}
#crm-customer-prices table tr.active td {
  font-weight: 600;
}
#crm-customer-prices .alert.alert-error {
  display: inline-block;
}
#crm-customer-infos {
  position: relative;
}
#crm-customer-infos .pull-right,
#crm-customer-infos .pull-left {
  position: static;
  width: 50%;
}
#crm-customer-infos .pull-right h5,
#crm-customer-infos .pull-left h5 {
  padding-left: 186px;
}
#crm-customer-infos form #CustomerNotes {
  height: 90px;
}
#crm-customer-infos form #CustomerZIP {
  width: 90px;
}
#crm-customer-infos form #CustomerCity {
  width: 314px;
  margin-left: 6px;
}
#crm-customer-infos form #CustomerNumberOfEmployees {
  width: 90px;
}
#crm-customer-infos form #CustomerNumberOfEmployeesSource {
  width: 314px;
  margin-left: 6px;
}
#crm-customer-infos #btn-dossierInfos {
  width: 140px;
}
#infoSys #InfoSysSelect {
  margin-top: 4px;
  position: absolute;
  left: 142px;
}
#infoSys #infoSysGrid-empty {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 14px;
  padding: 20px 22px;
  margin-left: 142px;
}
#infoSys #infoSysGrid-empty i {
  float: none;
  font-size: 16px;
  margin: 0;
}
.mBox,
.mBoxContainer {
  border: 0;
}
.mBoxContent,
.mBoxTitle,
.mBoxFooter {
  position: relative;
  word-break: break-word;
}
.mBoxLoading .mBoxContent {
  min-height: 11px;
  background: center center no-repeat url(data:image/gif;base64,R0lGODlhEAALAPQAAP///1BQUOXl5d7e3vDw8FRUVFBQUG9vb6mpqZGRkc/Pz2dnZ4KCgq6urpSUlNLS0mpqalJSUoWFhe3t7ePj4/f393Z2dubm5vX19czMzL29vdra2vPz8wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
}
.mBox.Core {
  font-size: 12px;
  line-height: normal;
}
.mBox.Core .mBoxContainer {
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.mBox.Core .mBoxContent,
.mBox.Core .mBoxTitle,
.mBox.Core .mBoxFooter {
  padding: 15px;
  word-break: break-word;
}
.mBox.Modal {
  font-size: 12px;
  line-height: normal;
}
.mBox.Modal .mBoxContainer {
  background: #fff;
  
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}
.mBox.Modal .mBoxContent {
  background: #fff;
  padding: 15px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
}
.mBox.Modal.hasTitle .mBoxContent {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.mBox.Modal.hasFooter .mBoxContent {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #dddddd;
}
.mBox.Modal .mBoxTitle {
  position: relative;
  color: #707070;
  font-size: 14px;
  text-shadow: 0 1px 0 #fff;
  padding: 13px 15px;
  border: 1px solid #b0b0b0;
  border-bottom: 0;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -ms-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: linear-gradient(top, #fdfdfd, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fdfdfd, EndColorStr=#f4f4f4);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.8);
  border-radius: 5px 5px 0 0;
}
.mBox.Modal .mBoxTitleContainer.mBoxDraggable {
  cursor: move;
}
.mBox.Modal .mBoxClose {
  display: block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 15px;
  right: 22px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px #fff;
}
.mBox.Modal .mBoxClose > div {
  opacity: 0.6;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: 0 0 no-repeat url(data:image/gif;base64,R0lGODlhBwAHAJEDAMjIyLCwsLy8vP///yH5BAEAAAMALAAAAAAHAAcAAAIPDIZgNnoqGIoCtRAfc/IWADs=);
}
.mBox.Modal .mBoxClose:hover {
  border-color: #bbb;
}
.mBox.Modal .mBoxClose:hover > div {
  opacity: 1;
}
.mBox.Modal .mBoxFooterContainer {
  background-color: #f5f5f5;
  border: 1px solid #b0b0b0;
  border-top: 0;
  padding: 13px 15px;
  border-radius: 0 0 5px 5px;
  box-shadow: inset 0 1px 1px #ffffff;
}
.mBox.Modal .mBoxButtonContainer {
  text-align: right;
}
.mBox.Modal .mBoxButtonContainer button label {
  margin-bottom: 0px;
}
.mBox.Modal .mBoxButton {
  margin-right: 10px;
}
.mBox.Modal .mBoxButtonLast {
  margin-right: 0px;
}
.mBox.Modal.Confirm .mBoxContent {
  color: #555555;
  font-size: 16px;
  padding: 30px 30px 30px 75px;
  background: #fff 20px 20px no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABgtJREFUeNqsWG2IlFUUft6vmdlZd539GFdTY5VMomy1oBJUSPLXkmQt5I8gCIMK+iH0K4ooEvtTRP7JX9JKWCC1mUUkIkQKSoaZH60t2pboOK37Mc6Ozsw779t57t5xx5ndnTvhC4d373nnnnPuOeee85y1Jr+G6dNcCrBB6AnbQo9tY4UFLLYstIYhMsK/IjRULOF0voATx87jp60fICPygzmFbpn+26pnzK0ilrk2+kTp5kgC6+w4YDfJxpiQJ+QAYUmoKHQLCG4K5YDsCI7fzOPgcBr7172BP0VUILrC/22MnHSbvF6KLcRap1WMmGfsRQRZ2Z8BJv7BybEs9t6/DbuFXaj2VKUx7ize6BZvbHcdvB67D5bdrD/ocwUiruiLZPFGSbziiHci4iVPpEn41MM9pPZWPBofwiOX9uDh05fwkSgf5Dln8lKNZwo+HnRsvBVbjK1eJ39RdWIxJCfhGB0HxjNTBtGQhHiuPQHEY9MG3X5EbXEESA3i4KmL2Ln5Xfwi3CINmjVM9IjnYGeTGOJ2zOx+SU5cE8Hp/DMIopvgxFejlDsFO38IC6ID6JIDRCMz7/WvA1cG8d2PJ/H2y5/gLA2a9ndVmBia2CIxpL3yJ1XG5MUzTh8S3e/B9Zo09x74xSeRS7vyfT+i3sx7KXfRCvSuz2NUltuFJmhj+btdmazMEa+NsZidfIYlsQXzE51oa2tDV1eXenNNPr/PtZ/ylybxwtEP8Ypw4pU22OXrq27NvZIh4dzCeI07lvQiHo8jFovBdV315pp8fp9rP+VTT/cCPL/jRawSTqScma4OT1+sA2vtqN4w552V03meMsKyprLblowlj2s/qC+DepJLsWpjD56T5aDOnRI908yC5jTVOVEl1THWhKhPwrVx/UNYqL0DmyU+0iyVNWooKKxjTGgmh/o6k+h5tRcbhBNTDla9JtKAV+6SZ5RBondZF9YwOkKOq5qeZ6CkUpmJMQYP9Xa0YqX8ySRxXdV9bXMBloShnLg134RvhQ3IEr2tTViqc8ZxNQwwFuCJANsqiOJ4jSHke40cTPQ2RdFZNsYmHrEaiHVEmqI/drTGO+paC5/fTWVRghTaZl1ibJvAqG6hqqygIsG+/iXCID8VFk1ck+9Z5rKoV8BYThc9yyVCE2A0nyDJKOmEoiP98GV7mNwKO7EOwfjPwL9fKL7q2CUzWTRGANiILgghjRkKfTwAyxw4cWt4pR+F4X72NAn2FIxQzg4aECMtcmISl3WzDFxi1sDH046hZ4JQ45kbgmeyFXhGUGB7i8YzhgcTvbg2jiHCKPrTJXgmE56ZgKIoH5XGn/YEz3QLnpm/GrcmTiE9dkiOOaBuU9QzN+bsMM7dNoYo/qk1OC597vEahDbDU5BtuVbBMysr8ExS45lBV74LnjHwMhFjahRndn2rUN9NhsrmOEEUX/LNbgB/F13yLBJtyTvwDNfkNyLnj8s4dv5vBbQmVdcmWuc4IYl0MjC44jz0guWb0NLSojAMoQTfXJPvGNQs6hGvnNt7GIeFkyGk4hcVGM41HCcEZIV1ix53jJ+QieDOWKi18CN2fWOo58QF/PD5ETVPZXTO3IZ8Aeea9Dj2FOt4R7WDq1L0SlVFT9bke3WMofzf/8I3fTvwlXAYomy5IChj9AxT4FyTmsBBPyyXoVpSRe9qP8LfXkNw7ZAaIfnmmnwbs++l3AspHPl4APuEw2I3pr0S1owqMsO4B97BYz3L8eaiFvR6uHsPceWFNI7s/h6f7TqgblBq1umgPCRwwOJcc3EEe3NsOXN4yYRUkRQ5vw5j4P19+FQbkha6Ud04aiZK8Y6lS2ALxwmi+GQcqxyGKDT3RCBSSkKpLM4xWXWOjGi6UXeirDKI1yXOcYIonuC5s1lQoTbKKlPZCdYUBZpSGZxhHeH11bdmVOdIrnLWNv4vhPzQ1sBnHlE8wTMxK6EiERqBEfEIYQC7L5seew1LPCurLmgZTdl6/4UwaWmWzq2IRvHNGrNGNLmYdpCvb0dBl/hJXdAKJrOF1eClsHX4XP12NM+qGFJKmnz9NgYV/wkwAMYATK0QLuhAAAAAAElFTkSuQmCC);
}
.mBox.Modal.Confirm .mBoxButtonContainer {
  text-align: center;
}
.mBox.Notice-success,
.mBox.Notice-warning,
.mBox.Notice-error,
.mBox.Notice-dialog,
.mBox.Notice-info,
.mBox.Core-success,
.mBox.Core-warning,
.mBox.Core-error,
.mBox.Core-dialog,
.mBox.Core-info {
  font-size: 16px;
}
.mBox.Notice-success span,
.mBox.Notice-warning span,
.mBox.Notice-error span,
.mBox.Notice-dialog span,
.mBox.Notice-info span,
.mBox.Core-success span,
.mBox.Core-warning span,
.mBox.Core-error span,
.mBox.Core-dialog span,
.mBox.Core-info span {
  width: 32px;
  height: 32px;
  z-index: 1;
  float: left;
}
.mBox.Notice-success.mBox.Notice-success span,
.mBox.Notice-warning.mBox.Notice-success span,
.mBox.Notice-error.mBox.Notice-success span,
.mBox.Notice-dialog.mBox.Notice-success span,
.mBox.Notice-info.mBox.Notice-success span,
.mBox.Core-success.mBox.Notice-success span,
.mBox.Core-warning.mBox.Notice-success span,
.mBox.Core-error.mBox.Notice-success span,
.mBox.Core-dialog.mBox.Notice-success span,
.mBox.Core-info.mBox.Notice-success span,
.mBox.Notice-success.mBox.Core-success span,
.mBox.Notice-warning.mBox.Core-success span,
.mBox.Notice-error.mBox.Core-success span,
.mBox.Notice-dialog.mBox.Core-success span,
.mBox.Notice-info.mBox.Core-success span,
.mBox.Core-success.mBox.Core-success span,
.mBox.Core-warning.mBox.Core-success span,
.mBox.Core-error.mBox.Core-success span,
.mBox.Core-dialog.mBox.Core-success span,
.mBox.Core-info.mBox.Core-success span {
  background: url('../icons/plugin-notify-sprite.png') no-repeat 0 0px;
}
.mBox.Notice-success.mBox.Notice-warning span,
.mBox.Notice-warning.mBox.Notice-warning span,
.mBox.Notice-error.mBox.Notice-warning span,
.mBox.Notice-dialog.mBox.Notice-warning span,
.mBox.Notice-info.mBox.Notice-warning span,
.mBox.Core-success.mBox.Notice-warning span,
.mBox.Core-warning.mBox.Notice-warning span,
.mBox.Core-error.mBox.Notice-warning span,
.mBox.Core-dialog.mBox.Notice-warning span,
.mBox.Core-info.mBox.Notice-warning span,
.mBox.Notice-success.mBox.Core-warning span,
.mBox.Notice-warning.mBox.Core-warning span,
.mBox.Notice-error.mBox.Core-warning span,
.mBox.Notice-dialog.mBox.Core-warning span,
.mBox.Notice-info.mBox.Core-warning span,
.mBox.Core-success.mBox.Core-warning span,
.mBox.Core-warning.mBox.Core-warning span,
.mBox.Core-error.mBox.Core-warning span,
.mBox.Core-dialog.mBox.Core-warning span,
.mBox.Core-info.mBox.Core-warning span {
  background: url('../icons/plugin-notify-sprite.png') no-repeat 0 -64px;
}
.mBox.Notice-success.mBox.Notice-error span,
.mBox.Notice-warning.mBox.Notice-error span,
.mBox.Notice-error.mBox.Notice-error span,
.mBox.Notice-dialog.mBox.Notice-error span,
.mBox.Notice-info.mBox.Notice-error span,
.mBox.Core-success.mBox.Notice-error span,
.mBox.Core-warning.mBox.Notice-error span,
.mBox.Core-error.mBox.Notice-error span,
.mBox.Core-dialog.mBox.Notice-error span,
.mBox.Core-info.mBox.Notice-error span,
.mBox.Notice-success.mBox.Core-error span,
.mBox.Notice-warning.mBox.Core-error span,
.mBox.Notice-error.mBox.Core-error span,
.mBox.Notice-dialog.mBox.Core-error span,
.mBox.Notice-info.mBox.Core-error span,
.mBox.Core-success.mBox.Core-error span,
.mBox.Core-warning.mBox.Core-error span,
.mBox.Core-error.mBox.Core-error span,
.mBox.Core-dialog.mBox.Core-error span,
.mBox.Core-info.mBox.Core-error span {
  background: url('../icons/plugin-notify-sprite.png') no-repeat 0 -32px;
}
.mBox.Notice-success.mBox.Notice-dialog span,
.mBox.Notice-warning.mBox.Notice-dialog span,
.mBox.Notice-error.mBox.Notice-dialog span,
.mBox.Notice-dialog.mBox.Notice-dialog span,
.mBox.Notice-info.mBox.Notice-dialog span,
.mBox.Core-success.mBox.Notice-dialog span,
.mBox.Core-warning.mBox.Notice-dialog span,
.mBox.Core-error.mBox.Notice-dialog span,
.mBox.Core-dialog.mBox.Notice-dialog span,
.mBox.Core-info.mBox.Notice-dialog span,
.mBox.Notice-success.mBox.Core-dialog span,
.mBox.Notice-warning.mBox.Core-dialog span,
.mBox.Notice-error.mBox.Core-dialog span,
.mBox.Notice-dialog.mBox.Core-dialog span,
.mBox.Notice-info.mBox.Core-dialog span,
.mBox.Core-success.mBox.Core-dialog span,
.mBox.Core-warning.mBox.Core-dialog span,
.mBox.Core-error.mBox.Core-dialog span,
.mBox.Core-dialog.mBox.Core-dialog span,
.mBox.Core-info.mBox.Core-dialog span {
  background: url('../icons/plugin-notify-sprite.png') no-repeat 0 -96px;
}
.mBox.Notice-success.mBox.Notice-info span,
.mBox.Notice-warning.mBox.Notice-info span,
.mBox.Notice-error.mBox.Notice-info span,
.mBox.Notice-dialog.mBox.Notice-info span,
.mBox.Notice-info.mBox.Notice-info span,
.mBox.Core-success.mBox.Notice-info span,
.mBox.Core-warning.mBox.Notice-info span,
.mBox.Core-error.mBox.Notice-info span,
.mBox.Core-dialog.mBox.Notice-info span,
.mBox.Core-info.mBox.Notice-info span,
.mBox.Notice-success.mBox.Core-info span,
.mBox.Notice-warning.mBox.Core-info span,
.mBox.Notice-error.mBox.Core-info span,
.mBox.Notice-dialog.mBox.Core-info span,
.mBox.Notice-info.mBox.Core-info span,
.mBox.Core-success.mBox.Core-info span,
.mBox.Core-warning.mBox.Core-info span,
.mBox.Core-error.mBox.Core-info span,
.mBox.Core-dialog.mBox.Core-info span,
.mBox.Core-info.mBox.Core-info span {
  background: url('../icons/plugin-notify-sprite.png') no-repeat 0 -128px;
}
.mBox.Notice-success p,
.mBox.Notice-warning p,
.mBox.Notice-error p,
.mBox.Notice-dialog p,
.mBox.Notice-info p,
.mBox.Core-success p,
.mBox.Core-warning p,
.mBox.Core-error p,
.mBox.Core-dialog p,
.mBox.Core-info p {
  float: left;
  display: block;
  color: #fff;
  padding: 5px 3px 0 20px;
  max-width: 622px;
}
.mBox.Notice-success .mBoxContainer,
.mBox.Notice-warning .mBoxContainer,
.mBox.Notice-error .mBoxContainer,
.mBox.Notice-dialog .mBoxContainer,
.mBox.Notice-info .mBoxContainer,
.mBox.Core-success .mBoxContainer,
.mBox.Core-warning .mBoxContainer,
.mBox.Core-error .mBoxContainer,
.mBox.Core-dialog .mBoxContainer,
.mBox.Core-info .mBoxContainer {
  background: #000;
  background: rgba(0, 0, 0, 0.82);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.mBox.Notice-success .mBoxContent,
.mBox.Notice-warning .mBoxContent,
.mBox.Notice-error .mBoxContent,
.mBox.Notice-dialog .mBoxContent,
.mBox.Notice-info .mBoxContent,
.mBox.Core-success .mBoxContent,
.mBox.Core-warning .mBoxContent,
.mBox.Core-error .mBoxContent,
.mBox.Core-dialog .mBoxContent,
.mBox.Core-info .mBoxContent {
  padding: 24px;
}
.mBox.Notice {
  font-size: 16px;
  line-height: normal;
}
.mBox.Notice .mBoxContainer {
  color: #fff;
  text-shadow: 0 -1px 1px #000;
  padding: 20px 30px;
  cursor: pointer;
  background-color: #000;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 6px;
}
.mBox.Notice .mBoxNoticeOk,
.mBox.Notice .mBoxNoticeSuccess,
.mBox.Notice .mBoxNoticeError,
.mBox.Notice .mBoxNoticeCancel,
.mBox.Notice .mBoxNoticeInfo,
.mBox.Notice .mBoxNoticeNotice,
.mBox.Notice .mBoxNoticeAttention {
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: 20px 12px;
}
.mBox.Notice .mBoxNoticeOk,
.mBox.Notice .mBoxNoticeSuccess {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAB1hJREFUeNqsWGtsVEUUPnMf+y6rLcW2tDxUKARaikqgiWh8BlH8IwYkaozhh4nhB1FMTKkxQtQYQzRGE2JEfMRHYhQSVChgFYIGqLSUtoKUQmlp2b53u233de94zuzcZbfdbhdwkpPZmbl3zjffnHPuOcue/WgxZNnc3OT3cQ4rGIMlwNg8BjATGEwDDgHOeZdpQis3eKMR5Sd62kaO/PHp5QDub2ba9OtNTYnf2lQIcOO5igpr8eeT3kL9XneuCi6vAvYcFWxOBqrO6BlvZIx7w8PGwlG/uWZkwADNzo4//e7CfQMdYz/88t6F8/i+icB4Jl0sEzPIxEbsXiwotVd6C3TwTFezZRGCfQb4r0bhSnPo78io8dWP1ed24nRkPFNTMoMnnYNsbGYK2zR/pYsRGxJc1mDcuQqKHbwF2t3/Hh29a+3bC8oHOkM7UPk5UpGOpQQzFsINHyxahDaxdeYix/r8223AFLjpxpGL3rYIXDw5um+gc+ydwx9fqsPpKC0lP6eWr54hfjT+2gPP7Fg0R1HgreIyx/rpc2zxjfjNCzXXrSo4PMr8sWFecEuRo6mjMdBPdpQMJuWa6GoKF9jX55bo13UlE5jg8szobshyotG+RtT1OJrBAA43o/hRYhOYKVuVvxFtZPusCie7GUbQvcnmIBbh4noEoqR15zQV/N1GeXFZzvD5Y4P1ydclwJD7om1sn3uPs0S3x1++ESHlJgJB74FiXgkD4XZQLGr4NQtBh2DDvWa+3aOd7D4b7CGDFjcjr2dt3mxbpQNjB53sRsTA7YiN0IgBRWYlrJz2suhpTPO0bj1LegpKHWWFpZ6nUL0ngYOAUkBz34JAYjytEO1GJN5Pth4LmRAajkGxuQJWFb0CLpdL9DSmeVpPfp/0uXP1B2+b5y5A/cJbVLSVh9252uu5M/WM1BMYSLKBdFczS6mEx0peBbfbDU6nE1RVhdnOZdDj78AruyyvLP6+ZmMQDQMCYc3tp/xnKSAq9K2xuxmYBp8oeIJY2ITwSAxm8uWip7E43bj1ErYCHpsVB0KsOBwO0dOY5mdrlXhdSe+ikN6cPNtSeTsqgV2iOxRchFRBh4uGOSpCY8QTP5C/SfQ0pnkjmrq+es6WBBBN0wQrNpsNvF4vFBYWwgvL3ofFeY/EmZQ6SK/do5YiECeFGYW+vprGUu0AaY/iHYeDceqfmLtFKKGexjRP15K8ngxEUa6FbfpNwH5qfQua+w8lGCUhvbpDLZE2g8xgGkAhP4WRCJ3YhFk6KrozrignJ0f0NKb50LCRsp4OCJNu/X3LG3Cm92Dcm5LYJ71oO9MtMJrIRyguGzwRPelu5zoqYc28a4rodLqui2eexPk9/3DRTwXku6ZqaOo7KOw2bdqgMLf8EigaJUaxCHgT+yCY8hmPwrrFb4oNLbEUkGITj7iuoloozwTk28ZqONMzOZA4U3w07mLANMrQ0CO85GpWO+M7iKsMNlRsk2zxxP2TYo/HIwBZ43RAvmmohkZfzaRAqIlgGDH7rEChUaqIXrFQUVPfauiqEcifvWubUJAMiLwkLeUSyNenEMjVzECokTdGQman/FiaGuWs6DlrdNvENxs6DwCuw3PLtqcAygTkq5Nb4XT31EAEGIragVgrBTz6PmmUPBNdppH+hfrOGhEbnl8+OSALyJfHtwpGswFiXdNgV6jFAqPm3+7yOb36A5pdKaY906UF3f4LcNXfDhUlDyUUjwey+6+qOPAs0w8KH0NXI00nvu/aFQoaPnxtWKFyAhHui4Yw/0B20goyU3+5BnYfq0oASPYymqd1em7SPcYJ6fP7wn8OdYcp0RoRzFBiHPCFexRdqdR0VsRkzjpBiKGhC+BDhpbOfijBzOdHq+BU+4H4ic3sJIYRPtAbbWk+1Pv54JXQRdxmiExI+CTVNVROjI2YPGPeggrrLh2AXUeqBCvU09jk15f7kJ6+S6P7244PUT0VkDYTz/QoGf+ntr9h/srcIs2mLFVY5oyua7AVfIF2qGvbn5rFZSHESn9HaG/Nhxc/wxmylUErDxbMyBomQnVNcDC2Lyq9a1LB051o3T/hWzOV0L6D3eHalsN936K+PgkkYiWkyVWR+dsnl85RXRP0R3+OxbioEP4vof2GfOHac0f6v7h4cqhZghlNLldS6iZCiA/6qK7RnapLtSvlwCm43ES1QFdjco6s722q6d2NFcFp1NMjbSWWsdbGypIshj7POatfu+MlT55tnd2lljHOso1l18yIYYIeNFrIWGt3tv8o2SAZJu8h80iutRPMWE0aNFEXobqGygk0ar+iM5eqswIrqE0w3ASAeD8WjDX1d4ztIfet3+v7XRprL/0nQIxYtba8kan/hUDUikx8PJTFl96fdx/lrJQqUoZGiRHlI5QG0NeXPnr0raEQf7a2r04GtICU4FT/QmTDPJOGTqAcMnl2yrFNJkZWMIhJ7yAZk5E1JMfm+EI/naLraQRKlQBUKUoSGFNWh4YEZowv7jO1/wQYAIxJoZGb/Cz/AAAAAElFTkSuQmCC);
}
.mBox.Notice .mBoxNoticeError,
.mBox.Notice .mBoxNoticeCancel {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABsVJREFUeNqkWFtsFGUU/nZn2r21IqX3llp6AQmkWDVGAgIlGI0EeMAHffAFa998MCQaE8JDxZCgSHzQKIm3qPHFGC7GW0xqkIgIKhhEwFJaKSDQUtplu73s7vidmX/q32F2uw2TnOzMv2fO+f5z/8fci7yvWAZYRXo4CCwLAM1cq+HvXRYwQrrM/7rTwB+TwC/dwKG3uU75mVxCO7T7wExgKHiBATzJ2411wMoy3pSQ5gg6UiFpgpQgDZNukK6TLgBHuf7lAPD5q8DfXMpQl5U3mA4P4ztAO3+2tADLCQSV+VsR/5L+If0G/EqgH78EvKtwT1lqr0en6SfoLaCe1niB7nj+CQIuV+uZWYApV8RNPPAVcP/rQMtF4I03gbNcpjdvt5KxQXs4SKKflxBI54PAs20EElNvZTQJucjLFyUtpZwioJVurFtMD/4MXBXWDUqnL5jHHYt0PgQ8da/4UFMwThpTz0HF7wfEj0/kSKwVAwsZU5U1wKkTwOBBj7GD08xE17QSSJPanVCKlCSNkM5s2mT/JtV6epZ8InclsH4R9TjYRKWPZQixnch2POJsZNpOb5HOb9yIi5s3I5XJIHb2rL2LoBZL+fBZKhOZaS3LgPgh4HcnYZ34scFI+goQxsj8iA+QHipItrejrKwMiaVLMZJIIEpFAaUkH76AFrEVfLxEzzEej/0FXFOGc8CQ8bmFTOE6DciEUnCBCsapoLGxETU1NYhGo7i+YAHiSlFauWMmvqAGKOzcVzDlh2mdo2o/loCJkeEVRnldSMsGUdCrKaiqqkJxcTEikQgKCgpsRbJzk4oukm8iB1+CfEUKkLtZub/CZOsFvht0Qi1lrAfW0WwvN3gyI7J1K+7ZswfNzc0oLS1FKBRCMBiEaZoIh8OOovp6jI6NYXLLFjQ1NdlAxCKGYaCwsBAlJSWoJ08lwQZTKaSPHJmSL9YZZWZx438eZ8yLMwwWtWeYaqvv9oBJ8UWDyovWrUMgEPi/ZPPeBWT/rlhhx0h1dbUNRABPpSrvBVhixw4kd+26rRyMOq3jCl31kzya0vSiKgW91/DOnbZJ53V22iAsy5pSIopra2vtNflP3KIDcTcwuH074pQT8JEvelkMF4kjpBuY0n1Dbjj7XDcpSCCU+gCKxWK+77hABghkOAsQuUIOivmq3xrSm2qMLJZxrwEKlGJQ5QGUC8gVBSSYQ67hoCidAiPzSCCHZSxVlXopeHhiAk30v8RBtivFQO3etg1Du3fbbihQKe0L3MmqmGrYwaAMRuPKMl6aVCkeJ11jRvSuWYO+vj4kk0lf4bIu/wuf8MfV+5NZ5I87RhhVuAKmTGhsbHPCWSwiwoYoOMQ60tDQgPLycjvNfWOA6/J/Op3GefJzsMLcAwfs6PSz0JhTXAfcBDNlVCS0xaYHSEql3jCBRLSC5k3faV1XZZnwySWABmUqJKCo8oUOaNTZbL9SlzE4Niwh8lURLf/TyoQzAZFgdcmvDklhjKsKXKAqsF5rZEztAboOAz+KA4xHmeo0+tNFqky7VMkKfJ+nAnuV2rtn1pS0td32n16B67kpRjZuqQrs6pB5mW37s5OswoLNaOTUdRfQRjPWGhrqOF80aYVSTwXWgfQQSL8URiqa6wGkV+B+ZuAlTwUWF/VxyPoUeD/uTH5x4xhjiNapoHXWhj3l+ubhw0hTkbtz3SXdBNJHIJgFn+Vx0Tlg37eOi+RAkTTk+MDueY1WWc64qQ5oZpSXhpSiedrOz1HBBVWZZ8Pn0phzcjj9DfBBvz1r4aYkrz3PvEhZq9lIyfgY3RXwzrY3lKKytWtxhgp6fHaaL5+AoU8stulPvgB+UFZJuPOMPaF/D5wgoGq6q9XMosianER3FiD58iWcDNr/GvCegwtDbjeywShAGQ5Y3aYzZC00PELsDkxFmOGokosv6cy/XV8DHyr3XFfL1rSBnL/WNqKUcw3rQWWhD6A7oaSTPV1dwEecX07CmX1v6W3Re4iz5IAl5xqCiTIMW0zJ5DsAkXKOLxbHy/1iEQ3IiHdYmAbGdZccsBhDXXKcoMAyWqjCynJwywVCqjgbz2kJVokR5RoXyKRkctYTpQ5Iepica+Q4QesMU0GUoCozPjGS0QZ5t9uzJ51ioO6T9FVZc1XFiLgm5X6ROJjvJ5EOZ4iXwaeIs2Elz1WreExtlVFRJjQZjGQekTFAuq80PRazbp6JTtOyxy87FX9EkYCY8H6v6fDMNzNdagayQYXVZ5mIei7UmrHrnQlFSZXJY9qnECuXIjMPMJZ2lHIPj6aaGg0FNOD5CJHWjtl5f0n5T4ABAFHaXG6UVjGNAAAAAElFTkSuQmCC);
}
.mBox.Notice .mBoxNoticeInfo {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABvBJREFUeNqsWF1sFFUUPndm9n+3W5aWLi2VGgJtgy3UEn6MQGI0GgmC0UgfTEjEBxPDA29qYqLGGOODifGBGGOUYOKDPIg2QgykWgUtP1WgLT+lFKFCf9l2uz+z83c9Z3p3u1u6u4Pxpqczd+7MPd8999xzvrPskb2fgsMW4NzaBpxvBsbWMWCrgUEdAKsA4HHO+R2wrOucmxe5qZ9Jjt3ovtX1eRznt0pN2ndof+5eKYcAJ34YJPlFvH3OFV7+uOyPgOQLg+wJAXP5gMkueifM9XTYzMw2W+mZnWbqHjDF09Pc8WFneur2kaHOjwbxewuB8VK6WCnLoCVexcsrnmWNW1zhKMiBKqdWBDM5CfrMKKh3+8+bWurw1W/f/gwfawstVdYyuNIGtMYBxqT9/lVbmRyIZMFlUeKfCdyiPi0WN02ScPdkvGX2KxJa0IOiVETbU0O/Ptr00getamzkY1R+lbAuZiV52fpnC4FY5lqQpPe80bX7/A2bmIRbQcpzggAQLFhaGiw1aV+5nqEPEQcjWDnAJJLLC57q1Ux2+9tATzwUXN40PH3j7Nj4hWMW6cbr4mDmLIJAals63Esbsk8LhFsGAkjBY3UaPN8M8HKbBGsiHBRmwK1pEy0kC+Pkf4eK/EtA8gTX8Mxs1Lukti9+6+IUAco3ROE24dZ4apo6XEvq57dkQbPQKtsQ575NleB1z30erQbYsMoApScJ3bd1kMRWLWw0r9/Ud+Ci72H3AMoMinGfZchZ0Ufe961Yz/LNvFBoi/ZuDMKaukoIBAIQDofB7XaD1+MGl8Thl6EMWkYq+r3srQAzfrc1VN8yG7t26k/UpGfNJ+WOL54ab30746TQMkuIBVuaaiAUCoHf7wdFUewr9ek5jZf8HucnPe7Q0j3R9t0tqNdtn4AsGIoj7sjKLbI3ZDtiKSEnvTyqgSzLhScB+/ScxsvNQXq8NY0twdrGF/DTYBYH/QtQQJN9lbZzlhOa7MRADHRDnB4h1KfnNO5kHtLnCkSeCERXR4V1QK5e98yTij/ypquyrug+Fwhu7+BoGsbjGngVCaoq3NA7PAuHT4/BjxdjUMrf8oUpqN/IRNGO/TM3e69QQFQo1zB3wN7PMokht+802Q/nUij/5MVyNnesJTnrAmUb6UXfacPb71ESCiU9CkxQBsxcfFHB0tXFjz2CkRQP5iw/AlIcgSG9sjfYiLc+CjMKZV8mk4GM0mBw/MDTUdjc4ANVVUHXdftk5AIWnqozf6tw8FQc44yz/EV6ZZe3XvgM9ogGUFwoYxmav7IyAitXLgNN0yCRSNiAcgHN5YJdyyU42N2LSzYdopHId6rmwdh8BBz4DMA7Ry7D71fG4d2OFjvQFVqOg2EY837lsGGADIhMIFGojIOpoWUMB2LCsd4RSGdKbKmjeYSgXgSeEoZnCjE0y8iEMa06Wgk3DQxOJiZvdFhJWsTRnVuGIxjL0CazGVWxqaKeaba5iLMZcoGu2Dg4BYPUA0/niEiWlkKc1TLUnXYQcjKBZZQd55azhaFeMNLx6xTwiHApRJ65oTleTdn3rAewDOpVY3cGcmCIxQfrPD3I6DYRuS5vGbPsuBOfISqiJyb7Jge6zmE3TVslUTmBCDs5miy3qqJCJ6CMItPMnbxSQvoyM2OnM9N3iWglbcsQW6dyAq2yW5Hk9rncUiQ3oSKT9hnjCTkwRd15DKb93DRwkQwToVw8R5Hl0CoDscE/TmI3jqLSBttnk+oaKiesTJIT4V5MuGHY5Ht7cxWk00jGrcL8RH16TuM2STcMKDYX6UlN3Dw+PdQzKMBoOdpJDH1qoOuvSOPWWklxt9krWkg3cTVv7NkAr+3aaFNNsko+n6G+z+eDra0PQU2lD37rv7MonSBfUaduHx0+/skXODqGEsvyYNsyoobRqK4xUrFOCkZ2vMgThqYPBUMQDAbtYJcPJCv0nMbpPXp/4Rw0L/pI12T/yW9Q36QAomU5cEFFiQWW0vDU6xu9kRVvuXwVO+wE+n81pB2Z+HjX1JXuQ1NzJ2i0aHVADbeLU4FFdY3s9vkll6eVAWcLa6cHFeQ/XL03cnTi0k9fYUVwgVQJXzGKVpTCfywqsBB9F5UTyDmq8aTVsP8Cgk5ZJjGQHL32NfkIBrjhPCA6uUfRijIfEO0l1TWKJ3gWnXoG61w/U1zRnFPC/VVjlvFRM9REH4aM7yYunfhy7PzRn4WzThC9pOFsrZ0PpuSvEOhDkiA+QWLxS5u2byPOSlSRGBoRI+IjRAMo+1LSo1xDIZ4iqwhocSGJcr9COCGITJw6AuUVpY1P9N2CGDFhHkOcDk2E+KQIaNS3Ck24uKIHaQRKFgBkIVIeGFJoCjHE1XI6+b8CDABnZtjY0mkIGQAAAABJRU5ErkJggg==);
}
.mBox.Notice .mBoxNoticeNotice,
.mBox.Notice .mBoxNoticeAttention {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABgtJREFUeNqsWG2IlFUUft6vmdlZd539GFdTY5VMomy1oBJUSPLXkmQt5I8gCIMK+iH0K4ooEvtTRP7JX9JKWCC1mUUkIkQKSoaZH60t2pboOK37Mc6Ozsw779t57t5xx5ndnTvhC4d373nnnnPuOeee85y1Jr+G6dNcCrBB6AnbQo9tY4UFLLYstIYhMsK/IjRULOF0voATx87jp60fICPygzmFbpn+26pnzK0ilrk2+kTp5kgC6+w4YDfJxpiQJ+QAYUmoKHQLCG4K5YDsCI7fzOPgcBr7172BP0VUILrC/22MnHSbvF6KLcRap1WMmGfsRQRZ2Z8BJv7BybEs9t6/DbuFXaj2VKUx7ize6BZvbHcdvB67D5bdrD/ocwUiruiLZPFGSbziiHci4iVPpEn41MM9pPZWPBofwiOX9uDh05fwkSgf5Dln8lKNZwo+HnRsvBVbjK1eJ39RdWIxJCfhGB0HxjNTBtGQhHiuPQHEY9MG3X5EbXEESA3i4KmL2Ln5Xfwi3CINmjVM9IjnYGeTGOJ2zOx+SU5cE8Hp/DMIopvgxFejlDsFO38IC6ID6JIDRCMz7/WvA1cG8d2PJ/H2y5/gLA2a9ndVmBia2CIxpL3yJ1XG5MUzTh8S3e/B9Zo09x74xSeRS7vyfT+i3sx7KXfRCvSuz2NUltuFJmhj+btdmazMEa+NsZidfIYlsQXzE51oa2tDV1eXenNNPr/PtZ/ylybxwtEP8Ypw4pU22OXrq27NvZIh4dzCeI07lvQiHo8jFovBdV315pp8fp9rP+VTT/cCPL/jRawSTqScma4OT1+sA2vtqN4w552V03meMsKyprLblowlj2s/qC+DepJLsWpjD56T5aDOnRI908yC5jTVOVEl1THWhKhPwrVx/UNYqL0DmyU+0iyVNWooKKxjTGgmh/o6k+h5tRcbhBNTDla9JtKAV+6SZ5RBondZF9YwOkKOq5qeZ6CkUpmJMQYP9Xa0YqX8ySRxXdV9bXMBloShnLg134RvhQ3IEr2tTViqc8ZxNQwwFuCJANsqiOJ4jSHke40cTPQ2RdFZNsYmHrEaiHVEmqI/drTGO+paC5/fTWVRghTaZl1ibJvAqG6hqqygIsG+/iXCID8VFk1ck+9Z5rKoV8BYThc9yyVCE2A0nyDJKOmEoiP98GV7mNwKO7EOwfjPwL9fKL7q2CUzWTRGANiILgghjRkKfTwAyxw4cWt4pR+F4X72NAn2FIxQzg4aECMtcmISl3WzDFxi1sDH046hZ4JQ45kbgmeyFXhGUGB7i8YzhgcTvbg2jiHCKPrTJXgmE56ZgKIoH5XGn/YEz3QLnpm/GrcmTiE9dkiOOaBuU9QzN+bsMM7dNoYo/qk1OC597vEahDbDU5BtuVbBMysr8ExS45lBV74LnjHwMhFjahRndn2rUN9NhsrmOEEUX/LNbgB/F13yLBJtyTvwDNfkNyLnj8s4dv5vBbQmVdcmWuc4IYl0MjC44jz0guWb0NLSojAMoQTfXJPvGNQs6hGvnNt7GIeFkyGk4hcVGM41HCcEZIV1ix53jJ+QieDOWKi18CN2fWOo58QF/PD5ETVPZXTO3IZ8Aeea9Dj2FOt4R7WDq1L0SlVFT9bke3WMofzf/8I3fTvwlXAYomy5IChj9AxT4FyTmsBBPyyXoVpSRe9qP8LfXkNw7ZAaIfnmmnwbs++l3AspHPl4APuEw2I3pr0S1owqMsO4B97BYz3L8eaiFvR6uHsPceWFNI7s/h6f7TqgblBq1umgPCRwwOJcc3EEe3NsOXN4yYRUkRQ5vw5j4P19+FQbkha6Ud04aiZK8Y6lS2ALxwmi+GQcqxyGKDT3RCBSSkKpLM4xWXWOjGi6UXeirDKI1yXOcYIonuC5s1lQoTbKKlPZCdYUBZpSGZxhHeH11bdmVOdIrnLWNv4vhPzQ1sBnHlE8wTMxK6EiERqBEfEIYQC7L5seew1LPCurLmgZTdl6/4UwaWmWzq2IRvHNGrNGNLmYdpCvb0dBl/hJXdAKJrOF1eClsHX4XP12NM+qGFJKmnz9NgYV/wkwAMYATK0QLuhAAAAAAElFTkSuQmCC);
}
.mBox.Tooltip {
  font-size: 11px;
  line-height: normal;
}
.mBox.Tooltip .mBoxContainer {
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.mBox.Tooltip .mBoxContent {
  background: #fff;
  color: #353535;
  padding: 5px 8px;
  border-radius: 5px;
}
.mBox.Tooltip.hasTitle .mBoxContent {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mBox.Tooltip .mBoxTitleContainer {
  position: relative;
}
.mBox.Tooltip .mBoxTitle {
  position: relative;
  color: #505050;
  text-shadow: 0 1px 0 #fff;
  padding: 5px 8px;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -ms-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: linear-gradient(top, #fdfdfd, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fdfdfd, EndColorStr=#f4f4f4);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.8);
  border-radius: 5px 5px 0 0;
}
.mBox.Tooltip .mBoxClose {
  display: block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 5px;
  right: 8px;
}
.mBox.Tooltip .mBoxClose > div {
  opacity: 0.65;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: 0 0 no-repeat url(data:image/gif;base64,R0lGODlhBwAHAJEDAMjIyLCwsLy8vP///yH5BAEAAAMALAAAAAAHAAcAAAIPDIZgNnoqGIoCtRAfc/IWADs=);
}
.mBox.Tooltip .mBoxClose:hover > div {
  opacity: 1;
}
.mBox.Tooltip .mBoxPointer {
  background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP9JREFUeNq01oENhCAMBdCWuIgTuP8WOoGj9GhSDaeUfjiuCSEm+iKFVllESGNdVzrPk55xHIfewHnItm1MrVDMG/u+i0aeyWZp3R9CJRaBIWRB5YUHItAL80AEqmI1EIFcrAQ1rwjUxEoQgULsAue+2ayc/W83p5+z6RXggOO1WQGhrsFXP/Oip58tAaQTZ4QMbEbyEB2GCKEBdtpmru4NsC4aHg8PLJ/3lim2xDv02jYDz1kNQsGEQgiYeqAQBPuZQF1jFKqBYTn1RLK1D4+v3E3NGfgNkJlfdKi0XrUZgc1OWyt0Dwz/z37tGhA20s+WR4t+1iBbzTJyaD8CDAB7WgNSzh/AnwAAAABJRU5ErkJggg==);
}
.mBox.Tooltip .mBoxPointerTop {
  width: 17px;
  height: 9px;
  background-position: 0px -18px;
}
.mBox.Tooltip .mBoxPointerBottom {
  width: 17px;
  height: 9px;
  background-position: 0px -28px;
}
.mBox.Tooltip .mBoxPointerRight {
  width: 9px;
  height: 17px;
  background-position: -10px 0px;
}
.mBox.Tooltip .mBoxPointerLeft {
  width: 9px;
  height: 17px;
  background-position: 0px 0px;
}
.mBox.Tooltip-lead {
  font-size: 11px;
  line-height: normal;
}
.mBox.Tooltip-lead i {
  padding: 4px 6px 0 1px;
}
.mBox.Tooltip-lead i.icon-share-alt {
  padding: 4px 6px 0 1px;
}
.mBox.Tooltip-lead .mBoxContainer {
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.mBox.Tooltip-lead .mBoxContent {
  background: #f4f4f4;
  color: #353535;
  padding: 9px 22px;
  border-radius: 6px;
}
.mBox.Tooltip-lead.hasTitle .mBoxContent {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mBox.Tooltip-lead .mBoxTitleContainer {
  position: relative;
}
.mBox.Tooltip-lead .mBoxTitle {
  position: relative;
  color: #505050;
  text-shadow: 0 1px 0 #fff;
  padding: 5px 8px;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -ms-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: linear-gradient(top, #fdfdfd, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fdfdfd, EndColorStr=#f4f4f4);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.8);
  border-radius: 5px 5px 0 0;
}
.mBox.Tooltip-lead .mBoxClose {
  display: block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px #fff;
}
.mBox.Tooltip-lead .mBoxClose > div {
  opacity: 0.6;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: 0 0 no-repeat url(data:image/gif;base64,R0lGODlhBwAHAJEDAMjIyLCwsLy8vP///yH5BAEAAAMALAAAAAAHAAcAAAIPDIZgNnoqGIoCtRAfc/IWADs=);
}
.mBox.Tooltip-lead .mBoxClose:hover {
  border-color: #bbb;
}
.mBox.Tooltip-lead .mBoxClose:hover > div {
  opacity: 1;
}
.mBox.Tooltip-lead .mBoxPointer {
  background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAApCAYAAADeWrJ9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAcFJREFUeNrsljGO5CAQRX+hkTrodsAhnPv+p3DOFWZEQBF09Dew6cEeg3Ezq00WCVmWzfvlgqpv+fr6RG2EoPDeAwCnaZJ5nglArLUYhkd1rUF9MM1xHAEA65XZfAvOFHUCpzGOI7z3CEFREzBXwVcEzDvgVgHzLrhFwPSAzwRML7gmYH4DXBIwAGQYHrDWwjnXBXfOISsuSWnpFtiD9xv6tsAR+OgoXhYogUtF1CxQA9fK/1TgDHzWuIoCLeCWlitpJoH1KtksLyaJvzU+8pvn8wmRpXgpWVhcgtUY+Lg/BBBQ0gPBsoQAgdvtdgxfaPINFIJclsYYmMr6fh9kYS/vUtavFylH/gKvURMCEUJVmXnpSwBCCAWJvd8Bs0UzfeCK2ILzxhRjoKy5oxzvrTk+IItEjPqjY+YCGgM3KazD5dXqo2qTQasGinCzthg5AUQNlwxaVclXWivwdCquGnTUwP1p2cBVA3oMWjWU4b9k0Mdw7z07DZr/prfM88yePwDnHKZpKttcj0FXbc5a22XQ1tpyWvKfeedc06nZudKpE/036HOD3gu0gg+cqCjAq+BW+EagFdySlh8pagUDwJ8BAOtFqzOkdEHIAAAAAElFTkSuQmCC);
}
.mBox.Tooltip-lead .mBoxPointerTop {
  width: 17px;
  height: 11px;
  background-position: -3px -17px;
}
.mBox.Tooltip-lead .mBoxPointerBottom {
  width: 17px;
  height: 11px;
  background-position: -3px -29px;
}
.mBox.Tooltip-lead .mBoxPointerRight {
  width: 11px;
  height: 17px;
  background-position: -11px 0px;
}
.mBox.Tooltip-lead .mBoxPointerLeft {
  width: 11px;
  height: 17px;
  background-position: 0px 0px;
}
.mBox.Tooltip-errorHint {
  font-size: 11px;
  line-height: 15px;
}
.mBox.Tooltip-errorHint .mBoxContainer {
  background-color: #f2dede;
  border: 1px solid #edc1c8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 9px rgba(120, 120, 120, 0.2);
  -moz-box-shadow: 0px 0px 9px rgba(120, 120, 120, 0.2);
  box-shadow: 0px 0px 9px rgba(120, 120, 120, 0.2);
}
.mBox.Tooltip-errorHint .mBoxContent {
  color: #b94a48;
  padding: 5px 8px;
  word-break: break-word;
}
.mBox.Tooltip-errorHint .mBoxTitle {
  color: #ffffff;
  text-shadow: 0px 1px 1px #000;
  font-weight: bold;
  padding: 4px 8px 2px;
}
.mBox.Tooltip-errorHint .mBoxPointer {
  background: url('../icons/mBoxTooltip-errorHint-Sprites.png') no-repeat;
  width: 13px;
  height: 7px;
}
.mBox.Tooltip-errorHint .mBoxPointerTop {
  background-position: 0px -13px;
}
.mBox.Tooltip-errorHint .mBoxPointerBottom {
  background-position: 0px -20px;
}
.mBox.Tooltip-errorHint .mBoxPointerRight {
  background-position: -7px 0px;
}
.mBox.Tooltip-errorHint .mBoxPointerLeft {
  background-position: 0px 0px;
}
.mBox.Tooltip-info-tooltip {
  font-size: 7px;
  line-height: normal;
}
.mBox.Tooltip-info-tooltip i {
  padding: 4px 6px 0 1px;
}
.mBox.Tooltip-info-tooltip i.icon-share-alt {
  padding: 4px 6px 0 1px;
}
.mBox.Tooltip-info-tooltip .mBoxContainer {
  background: #fff;
  border: 1px solid #3b5c9b;
  box-shadow: 0 0 4px rgba(59, 92, 155, 0.25);
  border-radius: 4px;
}
.mBox.Tooltip-info-tooltip .mBoxContent {
  font-size: 11px;
  background: #e5f2f4;
  color: #353535;
  padding: 6px 10px 9px 10px;
  border-radius: 3px;
}
.mBox.Tooltip-info-tooltip.hasTitle .mBoxContent {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mBox.Tooltip-info-tooltip .mBoxTitleContainer {
  position: relative;
}
.mBox.Tooltip-info-tooltip .mBoxTitle {
  position: relative;
  color: #505050;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 10px 4px 10px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35538c;
  background-image: -moz-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5c9b), to(#2d4676));
  background-image: -webkit-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: -o-linear-gradient(top, #3b5c9b, #2d4676);
  background-image: linear-gradient(to bottom, #3b5c9b, #2d4676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5c9b', endColorstr='#ff2d4676', GradientType=0);
  border-color: #2d4676 #2d4676 #18253f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d4676;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.8);
  border-radius: 3px 3px 0 0;
}
.mBox.Tooltip-info-tooltip .mBoxTitle:hover,
.mBox.Tooltip-info-tooltip .mBoxTitle:focus,
.mBox.Tooltip-info-tooltip .mBoxTitle:active,
.mBox.Tooltip-info-tooltip .mBoxTitle.active,
.mBox.Tooltip-info-tooltip .mBoxTitle.disabled,
.mBox.Tooltip-info-tooltip .mBoxTitle[disabled] {
  color: #fff;
  background-color: #2d4676;
  *background-color: #263b64;
}
.mBox.Tooltip-info-tooltip .mBoxTitle:active,
.mBox.Tooltip-info-tooltip .mBoxTitle.active {
  background-color: #1f3051 \9;
}
.mBox.Tooltip-info-tooltip .mBoxTitle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.mBox.Tooltip-info-tooltip .mBoxClose {
  display: block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px #fff;
}
.mBox.Tooltip-info-tooltip .mBoxClose > div {
  opacity: 0.6;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: 0 0 no-repeat url(data:image/gif;base64,R0lGODlhBwAHAJEDAMjIyLCwsLy8vP///yH5BAEAAAMALAAAAAAHAAcAAAIPDIZgNnoqGIoCtRAfc/IWADs=);
}
.mBox.Tooltip-info-tooltip .mBoxClose:hover {
  border-color: #bbb;
}
.mBox.Tooltip-info-tooltip .mBoxClose:hover > div {
  opacity: 1;
}
.mBox.Tooltip-info-tooltip .mBoxPointer {
  background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAcCAYAAAC+lOV/AAAACXBIWXMAAAsTAAALEwEAmpwYAAA5nmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE4LTAyLTA3VDEyOjA2OjM4KzAxOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTgtMDItMDdUMTI6MDc6NDcrMDE6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE4LTAyLTA3VDEyOjA3OjQ3KzAxOjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjg3MGM5NDI5LTkyNGEtMWU0OS04MTk4LTA4NGIyZGM2NTUyZTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo4MjVDQURBMzM2NUIxMUUzQTY3OUVCQUM3Njg0RDBFMzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRlcml2ZWRGcm9tIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgPHN0UmVmOmluc3RhbmNlSUQ+eG1wLmlpZDo4MjVDQURBMDM2NUIxMUUzQTY3OUVCQUM3Njg0RDBFMzwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDo4MjVDQURBMTM2NUIxMUUzQTY3OUVCQUM3Njg0RDBFMzwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjgyNUNBREEzMzY1QjExRTNBNjc5RUJBQzc2ODREMEUzPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo4NzBjOTQyOS05MjRhLTFlNDktODE5OC0wODRiMmRjNjU1MmU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTgtMDItMDdUMTI6MDc6NDcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4zPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+Mjg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PozM9FwAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAOpJREFUeNrUk0EOgyAQRT9YF72LByChZ3DHKd1xBxMP4F1sYsh0ITRUZ8C6aicxEfD9wZn5ioighglMNORMUMPUAAj7Q3IGGnw0ANr43sb1IW4SaP28PPysLLCMfXePZx830BKYb8b14Qa6BpYE9BlQEkhwFWQE3vCaFaUY8bs1h8MZgQRaP4d9wYoCOTj2HdsqVoADOfggIIHShO0niQUBQBFRsbqCaUDObJklV8V+rpyrpH/eT5zoKl0BURL4Z1eRM4GceQJQtcf6+Zmqn1q1ZQaWL1wVLrkqZb7kKqlVP+KqEnjKVaV4DQDq6LVrTUzK3AAAAABJRU5ErkJggg==);
}
.mBox.Tooltip-info-tooltip .mBoxPointerTop {
  width: 17px;
  height: 10px;
  background-position: -1px -11px;
}
.mBox.Tooltip-info-tooltip .mBoxPointerBottom {
  width: 17px;
  height: 11px;
  background-position: -1px -21px;
}
.mBox.Tooltip-info-tooltip .mBoxPointerRight {
  width: 11px;
  height: 17px;
  background-position: -8px 0px;
}
.mBox.Tooltip-info-tooltip .mBoxPointerLeft {
  width: 11px;
  height: 17px;
  background-position: 0px 0px;
}
input[type="text"].input_error,
input[type="password"].input_error,
input[type="checkbox"].input_error,
textarea.input_error,
select.input_error,
div.select.input_error {
  border-color: #ff7070;
  box-shadow: 0 0 5px #ff8585, inset 0 0 2px rgba(0, 0, 0, 0.12);
}
select.input_required,
input[type="text"].input_required,
input[type="email"].input_required,
input[type="password"].input_required,
textarea.input_required {
  background-image: url(../icons/mForm-Sprites.png);
  background-position: right -44px;
  background-repeat: no-repeat;
}
div.select.input_required:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: 21px;
  width: 3px;
  height: 3px;
  background: url(../icons/mForm-Sprites.png) -277px -47px no-repeat;
}
input[data-required-hidden],
textarea[data-required-hidden],
div.select[data-required-hidden]:after {
  background-image: none !important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ostendis-switch,
.ostendis-switch-small,
.ostendis-switch-medium,
.ostendis-switch-large {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  
  
  
}
.ostendis-switch:has(input:disabled),
.ostendis-switch-small:has(input:disabled),
.ostendis-switch-medium:has(input:disabled),
.ostendis-switch-large:has(input:disabled) {
  cursor: not-allowed;
}
.ostendis-switch.ostendis-switch,
.ostendis-switch-small.ostendis-switch,
.ostendis-switch-medium.ostendis-switch,
.ostendis-switch-large.ostendis-switch {
  font-size: 1.29em;
}
.ostendis-switch.ostendis-switch-small,
.ostendis-switch-small.ostendis-switch-small,
.ostendis-switch-medium.ostendis-switch-small,
.ostendis-switch-large.ostendis-switch-small {
  font-size: 1.05em;
}
.ostendis-switch.ostendis-switch-medium,
.ostendis-switch-small.ostendis-switch-medium,
.ostendis-switch-medium.ostendis-switch-medium,
.ostendis-switch-large.ostendis-switch-medium {
  font-size: 1.29em;
}
.ostendis-switch.ostendis-switch-large,
.ostendis-switch-small.ostendis-switch-large,
.ostendis-switch-medium.ostendis-switch-large,
.ostendis-switch-large.ostendis-switch-large {
  font-size: 1.49em;
}
.ostendis-switch input,
.ostendis-switch-small input,
.ostendis-switch-medium input,
.ostendis-switch-large input {
  opacity: 0;
  position: absolute;
}
.ostendis-switch input + span,
.ostendis-switch-small input + span,
.ostendis-switch-medium input + span,
.ostendis-switch-large input + span {
  position: relative;
  display: inline-block;
  width: 1.65em;
  height: 1em;
  background: white;
  box-shadow: inset 0 0 0 0.0625em #d3d3d3;
  border-radius: 0.5em;
  vertical-align: -0.15em;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.98);
  font-size: inherit;
}
.ostendis-switch:active input + span,
.ostendis-switch-small:active input + span,
.ostendis-switch-medium:active input + span,
.ostendis-switch-large:active input + span,
.ostendis-switch input + span:active,
.ostendis-switch-small input + span:active,
.ostendis-switch-medium input + span:active,
.ostendis-switch-large input + span:active {
  box-shadow: inset 0 0 0 0.73em #d3d3d3;
}
.ostendis-switch input + span:after,
.ostendis-switch-small input + span:after,
.ostendis-switch-medium input + span:after,
.ostendis-switch-large input + span:after {
  position: absolute;
  display: block;
  content: '';
  width: 0.875em;
  height: 0.875em;
  border-radius: 0.4375em;
  top: 0.0625em;
  left: 0.0625em;
  background: white;
  box-shadow: inset 0 0 0 0.03em rgba(0, 0, 0, 0.16), 0 0 0.05em rgba(0, 0, 0, 0.11), 0 0.1em 0.2em rgba(0, 0, 0, 0.26);
  transition: all 0.25s ease-out;
}
.ostendis-switch:active input + span:after,
.ostendis-switch-small:active input + span:after,
.ostendis-switch-medium:active input + span:after,
.ostendis-switch-large:active input + span:after,
.ostendis-switch input + span:active:after,
.ostendis-switch-small input + span:active:after,
.ostendis-switch-medium input + span:active:after,
.ostendis-switch-large input + span:active:after {
  width: 1.15em;
}
.ostendis-switch input:checked + span,
.ostendis-switch-small input:checked + span,
.ostendis-switch-medium input:checked + span,
.ostendis-switch-large input:checked + span {
  box-shadow: inset 0 0 0 0.73em #3b5998;
}
.ostendis-switch input:checked + span:after,
.ostendis-switch-small input:checked + span:after,
.ostendis-switch-medium input:checked + span:after,
.ostendis-switch-large input:checked + span:after {
  left: 0.7125em;
}
.ostendis-switch:active input:checked + span:after,
.ostendis-switch-small:active input:checked + span:after,
.ostendis-switch-medium:active input:checked + span:after,
.ostendis-switch-large:active input:checked + span:after,
.ostendis-switch input:checked + span:active:after,
.ostendis-switch-small input:checked + span:active:after,
.ostendis-switch-medium input:checked + span:active:after,
.ostendis-switch-large input:checked + span:active:after {
  left: 0.4375em;
}
.ostendis-switch input:focus + span:after,
.ostendis-switch-small input:focus + span:after,
.ostendis-switch-medium input:focus + span:after,
.ostendis-switch-large input:focus + span:after {
  box-shadow: inset 0 0 0 0.03em rgba(0, 0, 0, 0.21), 0 0 0.05em rgba(0, 0, 0, 0.14), 0 0.1em 0.2em rgba(0, 0, 0, 0.9);
  background: #fff;
}
.ostendis-switch input:focus + span,
.ostendis-switch-small input:focus + span,
.ostendis-switch-medium input:focus + span,
.ostendis-switch-large input:focus + span {
  box-shadow: inset 0 0 0 0.0625em #cecece;
}
.ostendis-switch input:focus:checked + span,
.ostendis-switch-small input:focus:checked + span,
.ostendis-switch-medium input:focus:checked + span,
.ostendis-switch-large input:focus:checked + span {
  box-shadow: inset 0 0 0 0.73em #3b5998;
}
.ostendis-switch:hover input:focus + span:after,
.ostendis-switch-small:hover input:focus + span:after,
.ostendis-switch-medium:hover input:focus + span:after,
.ostendis-switch-large:hover input:focus + span:after {
  box-shadow: inset 0 0 0 0.03em rgba(0, 0, 0, 0.16), 0 0 0.05em rgba(0, 0, 0, 0.11), 0 0.1em 0.2em rgba(0, 0, 0, 0.26);
  background: #fff;
}
.ostendis-switch:hover input:focus + span,
.ostendis-switch-small:hover input:focus + span,
.ostendis-switch-medium:hover input:focus + span,
.ostendis-switch-large:hover input:focus + span {
  box-shadow: inset 0 0 0 0.0625em #c9c9c9;
}
.ostendis-switch:hover input:focus:checked + span,
.ostendis-switch-small:hover input:focus:checked + span,
.ostendis-switch-medium:hover input:focus:checked + span,
.ostendis-switch-large:hover input:focus:checked + span {
  box-shadow: inset 0 0 0 0.73em #3b5998;
}
.ostendis-switch input:disabled + span,
.ostendis-switch-small input:disabled + span,
.ostendis-switch-medium input:disabled + span,
.ostendis-switch-large input:disabled + span {
  background: #f0f0f0;
  box-shadow: inset 0 0 0 0.0625em #d3d3d3;
  cursor: not-allowed;
  opacity: 0.6;
}
.ostendis-switch input:disabled + span:after,
.ostendis-switch-small input:disabled + span:after,
.ostendis-switch-medium input:disabled + span:after,
.ostendis-switch-large input:disabled + span:after {
  background: #e0e0e0;
  cursor: not-allowed;
}
.ostendis-switch:hover input:disabled + span,
.ostendis-switch-small:hover input:disabled + span,
.ostendis-switch-medium:hover input:disabled + span,
.ostendis-switch-large:hover input:disabled + span,
.ostendis-switch:active input:disabled + span,
.ostendis-switch-small:active input:disabled + span,
.ostendis-switch-medium:active input:disabled + span,
.ostendis-switch-large:active input:disabled + span,
.ostendis-switch input:disabled + span:active,
.ostendis-switch-small input:disabled + span:active,
.ostendis-switch-medium input:disabled + span:active,
.ostendis-switch-large input:disabled + span:active {
  background: #f0f0f0;
  box-shadow: inset 0 0 0 0.0625em #d3d3d3;
}
.ostendis-switch:hover input:disabled + span:after,
.ostendis-switch-small:hover input:disabled + span:after,
.ostendis-switch-medium:hover input:disabled + span:after,
.ostendis-switch-large:hover input:disabled + span:after,
.ostendis-switch:active input:disabled + span:after,
.ostendis-switch-small:active input:disabled + span:after,
.ostendis-switch-medium:active input:disabled + span:after,
.ostendis-switch-large:active input:disabled + span:after,
.ostendis-switch input:disabled + span:active:after,
.ostendis-switch-small input:disabled + span:active:after,
.ostendis-switch-medium input:disabled + span:active:after,
.ostendis-switch-large input:disabled + span:active:after {
  background: #e0e0e0;
}
span.ostendis-switch-text {
  display: inline-block !important;
  margin-top: 4px;
  font-size: 13px;
  color: #7b7b7b;
  padding-left: 5px;
  vertical-align: top;
}
input[type='radio'] {
  accent-color: #3b5998;
}
.selected-button {
  background-color: #049cdb;
  color: white;
}
.datepicker_bootstrap:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker_bootstrap:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker_bootstrap {
  position: absolute;
  font-size: 1em;
  color: #000;
  line-height: normal;
  width: 18em;
  padding: 0.3em;
  background-color: white;
  border: 1px solid #999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  
  
  
  
  
  
  
}
.datepicker_bootstrap .dp-header {
  text-align: center;
  border-bottom: inset 1px rgba(204, 204, 204, 0.55);
  padding-bottom: 0.3em;
  font-weight: bold;
}
.datepicker_bootstrap .dp-header .title {
  text-align: center;
  margin: auto;
  display: inline-block;
}
.datepicker_bootstrap .dp-header .title .titleText {
  margin: auto;
  padding: 0.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.datepicker_bootstrap .dp-header .title .titleText:hover {
  background-color: #EEE;
}
.datepicker_bootstrap .dp-header .previous,
.datepicker_bootstrap .dp-header .next {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 1em;
  display: block;
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  height: 0px;
}
.datepicker_bootstrap .dp-header .previous {
  left: 0.4em;
  border-right: 7px solid black;
}
.datepicker_bootstrap .dp-header .previous:hover {
  border-right-color: #EEE;
}
.datepicker_bootstrap .dp-header .next {
  right: 0.4em;
  border-left: 7px solid black;
}
.datepicker_bootstrap .dp-header .next:hover {
  border-left-color: #999;
}
.datepicker_bootstrap .dp-header .closeButton {
  display: none;
}
.datepicker_bootstrap .dp-body {
  position: relative;
  top: 0;
  left: 0;
  height: 15.5em;
  overflow: hidden;
  margin-top: 0.2em;
}
.datepicker_bootstrap .dp-body .slider > div {
  height: 15.5em;
}
.datepicker_bootstrap .dp-body .slider > div > div,
.datepicker_bootstrap .dp-body .slider > div table {
  height: 100%;
  width: 100%;
  text-align: center;
}
.datepicker_bootstrap .dp-body .slider > div thead th {
  height: 2em;
}
.datepicker_bootstrap .dp-body .slider > div thead th:hover {
  background-color: transparent;
}
.datepicker_bootstrap .days td {
  width: 14.28571429%;
}
.datepicker_bootstrap .days .otherMonth {
  color: #999;
}
.datepicker_bootstrap .months td {
  width: 33.33333333%;
}
.datepicker_bootstrap .years td {
  width: 25%;
}
.datepicker_bootstrap .days .day,
.datepicker_bootstrap .months .month,
.datepicker_bootstrap .years .year {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.datepicker_bootstrap .days .day:hover,
.datepicker_bootstrap .months .month:hover,
.datepicker_bootstrap .years .year:hover {
  background-color: #EEE;
}
.datepicker_bootstrap .days .day.selected,
.datepicker_bootstrap .months .month.selected,
.datepicker_bootstrap .years .year.selected,
.datepicker_bootstrap .days .day.selected:hover,
.datepicker_bootstrap .months .month.selected:hover,
.datepicker_bootstrap .years .year.selected:hover {
  background-color: #049cdb;
  color: white;
}
.datepicker_bootstrap .unavailable {
  color: #EEE !important;
  cursor: default !important;
  text-decoration: line-through;
}
.datepicker_bootstrap table {
  border-spacing: 0;
}
.datepicker_bootstrap th,
.datepicker_bootstrap td {
  padding: 0;
  vertical-align: middle;
}
.datepicker_bootstrap .time {
  position: relative;
  width: 100%;
  padding-top: 3em;
  text-align: center;
}
.datepicker_bootstrap .time > div {
  display: inline-block;
}
.datepicker_bootstrap .time .hour,
.datepicker_bootstrap .time .separator,
.datepicker_bootstrap .time .minutes {
  width: 3em;
  font-size: 1.5em;
  text-align: center;
  padding: 0.2em;
}
.datepicker_bootstrap .time .separator {
  width: 1em;
}
.datepicker_bootstrap .time .ok:active {
  -webkit-box-shadow: inset 0 1px 5px #999;
  -moz-box-shadow: inset 0 1px 5px #999;
  box-shadow: inset 0 1px 5px #999;
}
.datepicker_bootstrap .time .ok:hover {
  background-color: #EEE;
}
.datepicker_bootstrap .time .ok {
  margin: 1em auto;
  display: block;
  font-size: 1.5em;
  width: 5em;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  border: solid 1px #CCC;
  outline: none;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.dragdealer-notification-volume {
  position: relative;
  height: 5px;
  background: #d7d7d7;
  width: 170px;
  margin-top: 11px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.dragdealer-notification-volume .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.dragdealer-notification-volume .handle .value {
  color: inherit;
  font-weight: bold;
  margin-right: 2px;
}
.dragdealer-notification-volume .green-bar {
  width: 50px;
  height: 21px;
  margin-top: -8px;
  background: #3b5998;
  color: #FFF;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dragdealer-notification-volume .disabled {
  background: #898989;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-connect {
  background: #3b5998;
  box-shadow: inset 0 0 3px rgba(60, 60, 60, 0.3);
}
.noUi-horizontal {
  height: 12px;
}
.noUi-horizontal .noUi-handle {
  width: 32px;
  height: 24px;
  left: -18px;
  top: -7px;
}
.noUi-vertical {
  width: 12px;
}
.noUi-vertical .noUi-handle {
  width: 24px;
  height: 32px;
  left: -7px;
  top: -18px;
}
.noUi-handle:before,
.noUi-handle:after {
  height: 12px;
  left: 13px;
  top: 5px;
}
.noUi-handle:after {
  left: 16px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  left: 5px;
  top: 13px;
}
.noUi-vertical .noUi-handle:after {
  top: 16px;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
  font-size: 10px;
}
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.noUi-value-sub {
  color: #ccc;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 8px;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 64px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  width: 64px;
}
#attachmentUpload.dropzone {
  background: #eee;
  border-style: dashed;
  min-height: 100px;
}
#attachmentUpload.dropzone .dz-preview {
  position: relative;
  display: block;
  margin: 5px;
  min-height: initial;
}
#attachmentContainer #attachmentList,
#mass-selection #attachmentList {
  padding: 10px 0;
}
#attachmentUpload.dropzone .file,
#attachmentList .file,
.answer-attachments .file {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 2px 2px 5px #aaa;
  color: currentColor;
  padding: 3px 5px;
  display: inline-block;
  margin: 0 8px 8px 0;
  line-height: 2;
}
#attachmentUpload.dropzone .file small,
#attachmentList .file small,
.answer-attachments .file small {
  color: #888;
  margin-left: 3px;
}
#attachmentUpload.dropzone .file .close,
#attachmentList .file .close,
.answer-attachments .file .close {
  padding: 0 3px 0 8px;
}
#attachmentUpload.dropzone .file .close:hover,
#attachmentList .file .close:hover,
.answer-attachments .file .close:hover {
  color: #911;
}
#attachmentUpload.dropzone .file.file-sm,
#attachmentList .file.file-sm,
.answer-attachments .file.file-sm {
  background: #eee;
  box-shadow: none;
  color: #666;
  font-size: 0.85em;
  padding: 1px 4px;
}
.input-append #attachmentList,
.input-prepend #attachmentList {
  font-size: 0.85rem;
}
.validation-failed {
  border-color: #f60000 !important;
  background-color: #fff1f1 !important;
  margin-bottom: 4px !important;
  transition: border-color 0.6s linear !important;
  -webkit-transition: border-color 0.6s linear !important;
  -moz-transition: border-color 0.6s linear !important;
  -o-transition: border-color 0.6s linear !important;
  transition: background-color 0.6s linear !important;
  -webkit-transition: background-color 0.6s linear !important;
  -moz-transition: background-color 0.6s linear !important;
  -o-transition: background-color 0.6s linear !important;
  transition: margin-bottom 0.6s linear !important;
  -webkit-transition: margin-bottom 0.6s linear !important;
  -moz-transition: margin-bottom 0.6s linear !important;
  -o-transition: margin-bottom 0.6s linear !important;
}
.validation-advice {
  padding-bottom: 11px;
  padding-left: 7px;
  color: #f60000;
  font-size: 12px;
  margin-top: 0px;
}
div.inline-error-msg {
  font-size: 12px;
  color: #c10000;
  padding: 4px 7px;
  position: absolute;
  border: 0;
  background-color: #fff1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-left: 5px solid #c30000;
  cursor: text;
}
.flag {
  width: 16px;
  height: 11px;
  background: url(../icons/flags.png) no-repeat;
}
.flag.flag-ad {
  background-position: -16px 0;
}
.flag.flag-ae {
  background-position: -32px 0;
}
.flag.flag-af {
  background-position: -48px 0;
}
.flag.flag-ag {
  background-position: -64px 0;
}
.flag.flag-ai {
  background-position: -80px 0;
}
.flag.flag-al {
  background-position: -96px 0;
}
.flag.flag-am {
  background-position: -112px 0;
}
.flag.flag-an {
  background-position: -128px 0;
}
.flag.flag-ao {
  background-position: -144px 0;
}
.flag.flag-ar {
  background-position: -160px 0;
}
.flag.flag-as {
  background-position: -176px 0;
}
.flag.flag-at {
  background-position: -192px 0;
}
.flag.flag-au {
  background-position: -208px 0;
}
.flag.flag-aw {
  background-position: -224px 0;
}
.flag.flag-az {
  background-position: -240px 0;
}
.flag.flag-ba {
  background-position: 0 -11px;
}
.flag.flag-bb {
  background-position: -16px -11px;
}
.flag.flag-bd {
  background-position: -32px -11px;
}
.flag.flag-be {
  background-position: -48px -11px;
}
.flag.flag-bf {
  background-position: -64px -11px;
}
.flag.flag-bg {
  background-position: -80px -11px;
}
.flag.flag-bh {
  background-position: -96px -11px;
}
.flag.flag-bi {
  background-position: -112px -11px;
}
.flag.flag-bj {
  background-position: -128px -11px;
}
.flag.flag-bm {
  background-position: -144px -11px;
}
.flag.flag-bn {
  background-position: -160px -11px;
}
.flag.flag-bo {
  background-position: -176px -11px;
}
.flag.flag-br {
  background-position: -192px -11px;
}
.flag.flag-bs {
  background-position: -208px -11px;
}
.flag.flag-bt {
  background-position: -224px -11px;
}
.flag.flag-bv {
  background-position: -240px -11px;
}
.flag.flag-bw {
  background-position: 0 -22px;
}
.flag.flag-by {
  background-position: -16px -22px;
}
.flag.flag-bz {
  background-position: -32px -22px;
}
.flag.flag-ca {
  background-position: -48px -22px;
}
.flag.flag-catalonia {
  background-position: -64px -22px;
}
.flag.flag-cd {
  background-position: -80px -22px;
}
.flag.flag-cf {
  background-position: -96px -22px;
}
.flag.flag-cg {
  background-position: -112px -22px;
}
.flag.flag-ch {
  background-position: -128px -22px;
}
.flag.flag-ci {
  background-position: -144px -22px;
}
.flag.flag-ck {
  background-position: -160px -22px;
}
.flag.flag-cl {
  background-position: -176px -22px;
}
.flag.flag-cm {
  background-position: -192px -22px;
}
.flag.flag-cn {
  background-position: -208px -22px;
}
.flag.flag-co {
  background-position: -224px -22px;
}
.flag.flag-cr {
  background-position: -240px -22px;
}
.flag.flag-cu {
  background-position: 0 -33px;
}
.flag.flag-cv {
  background-position: -16px -33px;
}
.flag.flag-cw {
  background-position: -32px -33px;
}
.flag.flag-cy {
  background-position: -48px -33px;
}
.flag.flag-cz {
  background-position: -64px -33px;
}
.flag.flag-de {
  background-position: -80px -33px;
}
.flag.flag-dj {
  background-position: -96px -33px;
}
.flag.flag-dk {
  background-position: -112px -33px;
}
.flag.flag-dm {
  background-position: -128px -33px;
}
.flag.flag-do {
  background-position: -144px -33px;
}
.flag.flag-dz {
  background-position: -160px -33px;
}
.flag.flag-ec {
  background-position: -176px -33px;
}
.flag.flag-ee {
  background-position: -192px -33px;
}
.flag.flag-eg {
  background-position: -208px -33px;
}
.flag.flag-eh {
  background-position: -224px -33px;
}
.flag.flag-en {
  background-position: -240px -33px;
}
.flag.flag-er {
  background-position: 0 -44px;
}
.flag.flag-es {
  background-position: -16px -44px;
}
.flag.flag-et {
  background-position: -32px -44px;
}
.flag.flag-eu {
  background-position: -48px -44px;
}
.flag.flag-fi {
  background-position: -64px -44px;
}
.flag.flag-fj {
  background-position: -80px -44px;
}
.flag.flag-fk {
  background-position: -96px -44px;
}
.flag.flag-fm {
  background-position: -112px -44px;
}
.flag.flag-fo {
  background-position: -128px -44px;
}
.flag.flag-fr {
  background-position: -144px -44px;
}
.flag.flag-ga {
  background-position: -160px -44px;
}
.flag.flag-gb {
  background-position: -176px -44px;
}
.flag.flag-gd {
  background-position: -192px -44px;
}
.flag.flag-ge {
  background-position: -208px -44px;
}
.flag.flag-gf {
  background-position: -224px -44px;
}
.flag.flag-gg {
  background-position: -240px -44px;
}
.flag.flag-gh {
  background-position: 0 -55px;
}
.flag.flag-gi {
  background-position: -16px -55px;
}
.flag.flag-gl {
  background-position: -32px -55px;
}
.flag.flag-gm {
  background-position: -48px -55px;
}
.flag.flag-gn {
  background-position: -64px -55px;
}
.flag.flag-gp {
  background-position: -80px -55px;
}
.flag.flag-gq {
  background-position: -96px -55px;
}
.flag.flag-gr {
  background-position: -112px -55px;
}
.flag.flag-gs {
  background-position: -128px -55px;
}
.flag.flag-gt {
  background-position: -144px -55px;
}
.flag.flag-gu {
  background-position: -160px -55px;
}
.flag.flag-gw {
  background-position: -176px -55px;
}
.flag.flag-gy {
  background-position: -192px -55px;
}
.flag.flag-hk {
  background-position: -208px -55px;
}
.flag.flag-hm {
  background-position: -224px -55px;
}
.flag.flag-hn {
  background-position: -240px -55px;
}
.flag.flag-hr {
  background-position: 0 -66px;
}
.flag.flag-ht {
  background-position: -16px -66px;
}
.flag.flag-hu {
  background-position: -32px -66px;
}
.flag.flag-ic {
  background-position: -48px -66px;
}
.flag.flag-id {
  background-position: -64px -66px;
}
.flag.flag-ie {
  background-position: -80px -66px;
}
.flag.flag-il {
  background-position: -96px -66px;
}
.flag.flag-im {
  background-position: -112px -66px;
}
.flag.flag-in {
  background-position: -128px -66px;
}
.flag.flag-io {
  background-position: -144px -66px;
}
.flag.flag-iq {
  background-position: -160px -66px;
}
.flag.flag-ir {
  background-position: -176px -66px;
}
.flag.flag-is {
  background-position: -192px -66px;
}
.flag.flag-it {
  background-position: -208px -66px;
}
.flag.flag-je {
  background-position: -224px -66px;
}
.flag.flag-jm {
  background-position: -240px -66px;
}
.flag.flag-jo {
  background-position: 0 -77px;
}
.flag.flag-jp {
  background-position: -16px -77px;
}
.flag.flag-ke {
  background-position: -32px -77px;
}
.flag.flag-kg {
  background-position: -48px -77px;
}
.flag.flag-kh {
  background-position: -64px -77px;
}
.flag.flag-ki {
  background-position: -80px -77px;
}
.flag.flag-km {
  background-position: -96px -77px;
}
.flag.flag-kn {
  background-position: -112px -77px;
}
.flag.flag-kp {
  background-position: -128px -77px;
}
.flag.flag-kr {
  background-position: -144px -77px;
}
.flag.flag-kurdistan {
  background-position: -160px -77px;
}
.flag.flag-kw {
  background-position: -176px -77px;
}
.flag.flag-ky {
  background-position: -192px -77px;
}
.flag.flag-kz {
  background-position: -208px -77px;
}
.flag.flag-la {
  background-position: -224px -77px;
}
.flag.flag-lb {
  background-position: -240px -77px;
}
.flag.flag-lc {
  background-position: 0 -88px;
}
.flag.flag-li {
  background-position: -16px -88px;
}
.flag.flag-lk {
  background-position: -32px -88px;
}
.flag.flag-lr {
  background-position: -48px -88px;
}
.flag.flag-ls {
  background-position: -64px -88px;
}
.flag.flag-lt {
  background-position: -80px -88px;
}
.flag.flag-lu {
  background-position: -96px -88px;
}
.flag.flag-lv {
  background-position: -112px -88px;
}
.flag.flag-ly {
  background-position: -128px -88px;
}
.flag.flag-ma {
  background-position: -144px -88px;
}
.flag.flag-mc {
  background-position: -160px -88px;
}
.flag.flag-md {
  background-position: -176px -88px;
}
.flag.flag-me {
  background-position: -192px -88px;
}
.flag.flag-mg {
  background-position: -208px -88px;
}
.flag.flag-mh {
  background-position: -224px -88px;
}
.flag.flag-mk {
  background-position: -240px -88px;
}
.flag.flag-ml {
  background-position: 0 -99px;
}
.flag.flag-mm {
  background-position: -16px -99px;
}
.flag.flag-mn {
  background-position: -32px -99px;
}
.flag.flag-mo {
  background-position: -48px -99px;
}
.flag.flag-mp {
  background-position: -64px -99px;
}
.flag.flag-mq {
  background-position: -80px -99px;
}
.flag.flag-mr {
  background-position: -96px -99px;
}
.flag.flag-ms {
  background-position: -112px -99px;
}
.flag.flag-mt {
  background-position: -128px -99px;
}
.flag.flag-mu {
  background-position: -144px -99px;
}
.flag.flag-mv {
  background-position: -160px -99px;
}
.flag.flag-mw {
  background-position: -176px -99px;
}
.flag.flag-mx {
  background-position: -192px -99px;
}
.flag.flag-my {
  background-position: -208px -99px;
}
.flag.flag-mz {
  background-position: -224px -99px;
}
.flag.flag-na {
  background-position: -240px -99px;
}
.flag.flag-nc {
  background-position: 0 -110px;
}
.flag.flag-ne {
  background-position: -16px -110px;
}
.flag.flag-nf {
  background-position: -32px -110px;
}
.flag.flag-ng {
  background-position: -48px -110px;
}
.flag.flag-ni {
  background-position: -64px -110px;
}
.flag.flag-nl {
  background-position: -80px -110px;
}
.flag.flag-no {
  background-position: -96px -110px;
}
.flag.flag-np {
  background-position: -112px -110px;
}
.flag.flag-nr {
  background-position: -128px -110px;
}
.flag.flag-nu {
  background-position: -144px -110px;
}
.flag.flag-nz {
  background-position: -160px -110px;
}
.flag.flag-om {
  background-position: -176px -110px;
}
.flag.flag-pa {
  background-position: -192px -110px;
}
.flag.flag-pe {
  background-position: -208px -110px;
}
.flag.flag-pf {
  background-position: -224px -110px;
}
.flag.flag-pg {
  background-position: -240px -110px;
}
.flag.flag-ph {
  background-position: 0 -121px;
}
.flag.flag-pk {
  background-position: -16px -121px;
}
.flag.flag-pl {
  background-position: -32px -121px;
}
.flag.flag-pm {
  background-position: -48px -121px;
}
.flag.flag-pn {
  background-position: -64px -121px;
}
.flag.flag-pr {
  background-position: -80px -121px;
}
.flag.flag-ps {
  background-position: -96px -121px;
}
.flag.flag-pt {
  background-position: -112px -121px;
}
.flag.flag-pw {
  background-position: -128px -121px;
}
.flag.flag-py {
  background-position: -144px -121px;
}
.flag.flag-qa {
  background-position: -160px -121px;
}
.flag.flag-re {
  background-position: -176px -121px;
}
.flag.flag-ro {
  background-position: -192px -121px;
}
.flag.flag-rs {
  background-position: -208px -121px;
}
.flag.flag-ru {
  background-position: -224px -121px;
}
.flag.flag-rw {
  background-position: -240px -121px;
}
.flag.flag-sa {
  background-position: 0 -132px;
}
.flag.flag-sb {
  background-position: -16px -132px;
}
.flag.flag-sc {
  background-position: -32px -132px;
}
.flag.flag-scotland {
  background-position: -48px -132px;
}
.flag.flag-sd {
  background-position: -64px -132px;
}
.flag.flag-se {
  background-position: -80px -132px;
}
.flag.flag-sg {
  background-position: -96px -132px;
}
.flag.flag-sh {
  background-position: -112px -132px;
}
.flag.flag-si {
  background-position: -128px -132px;
}
.flag.flag-sk {
  background-position: -144px -132px;
}
.flag.flag-sl {
  background-position: -160px -132px;
}
.flag.flag-sm {
  background-position: -176px -132px;
}
.flag.flag-sn {
  background-position: -192px -132px;
}
.flag.flag-so {
  background-position: -208px -132px;
}
.flag.flag-somaliland {
  background-position: -224px -132px;
}
.flag.flag-sr {
  background-position: -240px -132px;
}
.flag.flag-ss {
  background-position: 0 -143px;
}
.flag.flag-st {
  background-position: -16px -143px;
}
.flag.flag-sv {
  background-position: -32px -143px;
}
.flag.flag-sx {
  background-position: -48px -143px;
}
.flag.flag-sy {
  background-position: -64px -143px;
}
.flag.flag-sz {
  background-position: -80px -143px;
}
.flag.flag-tc {
  background-position: -96px -143px;
}
.flag.flag-td {
  background-position: -112px -143px;
}
.flag.flag-tf {
  background-position: -128px -143px;
}
.flag.flag-tg {
  background-position: -144px -143px;
}
.flag.flag-th {
  background-position: -160px -143px;
}
.flag.flag-tj {
  background-position: -176px -143px;
}
.flag.flag-tk {
  background-position: -192px -143px;
}
.flag.flag-tl {
  background-position: -208px -143px;
}
.flag.flag-tm {
  background-position: -224px -143px;
}
.flag.flag-tn {
  background-position: -240px -143px;
}
.flag.flag-to {
  background-position: 0 -154px;
}
.flag.flag-tr {
  background-position: -16px -154px;
}
.flag.flag-tt {
  background-position: -32px -154px;
}
.flag.flag-tv {
  background-position: -48px -154px;
}
.flag.flag-tw {
  background-position: -64px -154px;
}
.flag.flag-tz {
  background-position: -80px -154px;
}
.flag.flag-ua {
  background-position: -96px -154px;
}
.flag.flag-ug {
  background-position: -112px -154px;
}
.flag.flag-um {
  background-position: -128px -154px;
}
.flag.flag-us {
  background-position: -144px -154px;
}
.flag.flag-uy {
  background-position: -160px -154px;
}
.flag.flag-uz {
  background-position: -176px -154px;
}
.flag.flag-va {
  background-position: -192px -154px;
}
.flag.flag-vc {
  background-position: -208px -154px;
}
.flag.flag-ve {
  background-position: -224px -154px;
}
.flag.flag-vg {
  background-position: -240px -154px;
}
.flag.flag-vi {
  background-position: 0 -165px;
}
.flag.flag-vn {
  background-position: -16px -165px;
}
.flag.flag-vu {
  background-position: -32px -165px;
}
.flag.flag-wales {
  background-position: -48px -165px;
}
.flag.flag-wf {
  background-position: -64px -165px;
}
.flag.flag-ws {
  background-position: -80px -165px;
}
.flag.flag-ye {
  background-position: -96px -165px;
}
.flag.flag-yt {
  background-position: -112px -165px;
}
.flag.flag-za {
  background-position: -128px -165px;
}
.flag.flag-zanzibar {
  background-position: -144px -165px;
}
.flag.flag-zm {
  background-position: -160px -165px;
}
.flag.flag-zw {
  background-position: -176px -165px;
}
.zip-city-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 64000;
  white-space: nowrap;
}
.zip-city-dropdown.pull-right {
  right: 0;
  left: auto;
}
.zip-city-dropdown .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.zip-city-dropdown > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.zip-city-dropdown li {
  line-height: 26px;
  padding-left: 13px;
  padding-right: 31px;
}
.zip-city-dropdown li.selection {
  cursor: pointer;
}
.zip-city-dropdown li span.zip {
  margin-right: 6px;
  color: inherit;
}
.zip-city-dropdown li span.help {
  color: #999999;
  font-size: 12px;
}
.zip-city-dropdown li img {
  margin-right: 10px;
}
.zip-city-dropdown li.selection:hover,
.zip-city-dropdown li.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.zip-city-dropdown li.selection:hover:hover,
.zip-city-dropdown li.active:hover,
.zip-city-dropdown li.selection:hover:focus,
.zip-city-dropdown li.active:focus,
.zip-city-dropdown li.selection:hover:active,
.zip-city-dropdown li.active:active,
.zip-city-dropdown li.selection:hover.active,
.zip-city-dropdown li.active.active,
.zip-city-dropdown li.selection:hover.disabled,
.zip-city-dropdown li.active.disabled,
.zip-city-dropdown li.selection:hover[disabled],
.zip-city-dropdown li.active[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.zip-city-dropdown li.selection:hover:active,
.zip-city-dropdown li.active:active,
.zip-city-dropdown li.selection:hover.active,
.zip-city-dropdown li.active.active {
  background-color: #408140 \9;
}
.zip-city-dropdown li.selection:hover .caret,
.zip-city-dropdown li.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.zip-city-dropdown li a {
  text-decoration: none;
}
#dossier-list h1 span {
  font-size: 15px;
  margin-left: 8px;
}
#dossier-list .dossier-list tbody tr:first-child td {
  padding-top: 14px;
}
#dossier-list .dossier-list tr {
  page-break-inside: avoid;
}
#dossier-list .dossier-list th {
  background-color: #e3e3e3;
  height: 51px;
  vertical-align: middle;
}
#dossier-list .dossier-list td {
  vertical-align: middle;
  padding-top: 6px;
  padding-bottom: 6px;
  page-break-inside: avoid;
}
#dossier-list .dossier-list td.rating .btn-group-raw-choice {
  float: left;
}
#dossier-list .dossier-list td.rating .btn {
  padding: 1px 0 2px 0;
  font-size: 13px;
  margin-top: -2px;
  width: 22px;
}
#dossier-list .dossier-list td.answer .btn-group-raw-choice .btn {
  padding: 4px 0 !important;
  margin-top: -2px;
  width: 22px;
}
#dossier-list .dossier-list td.rating-average .loader-small {
  margin-top: -3px;
  position: relative;
  float: left;
  margin-left: 16px;
  margin-bottom: 0;
}
#dossier-list .dossier-list td.rating-average .loader-small .loader-text {
  padding-top: 4px;
}
#dossier-list .dossier-list td.rating-average .number-circle-wrapper {
  position: absolute;
  left: 0;
  top: 17px;
}
#dossier-list .dossier-list td.rating-average .number-circle-wrapper .number-circle {
  position: relative;
}
#dossier-list .dossier-list td .country-flag {
  margin-top: 2px;
  margin-left: -2px;
}
#dossier-list .dossier-list td div.pdf-short-notes {
  margin-top: 6px;
  color: #838383;
  font-size: 11px;
}
.pdf-applicant-info {
  margin-bottom: 33px;
}
.pdf-applicant-info .img-rounded {
  float: left;
  height: 70px;
}
.pdf-applicant-info .applicant-infos {
  float: left;
  margin-left: 16px;
}
.pdf-applicant-info .applicant-infos h5 {
  margin-top: 0;
  margin-bottom: 3px;
}
.pdf-applicant-info .applicant-infos .particular-infos {
  margin-bottom: 5px;
}
.pdf-applicant-info .applicant-infos .particular-infos i {
  margin-right: 2px;
}
.pdf-applicant-info .applicant-infos .dossier-received,
.pdf-applicant-info .applicant-infos .distance-to-workplace {
  display: inline-block;
  font-size: 12px;
  color: #6f6f6f;
}
.pdf-applicant-info .applicant-infos .distance-to-workplace {
  margin-left: 20px;
}
@font-face {
  font-family: ocrb;
  src: url(../font/ocrb.ttf);
}
body.print-only {
  background: none !important;
}
body.print-only #invoice-payment-information {
  background: none !important;
}
body.non-ch #invoice-payment-information {
  background: none !important;
}
#invoice-pdf {
  font-size: 12px;
  color: #000;
  background: url(../image/logo_invoice.png) no-repeat 525px 50px;
  background-size: 183px;
}
#invoice-header {
  padding: 55mm 20mm 0 22mm;
}
#invoice-header .invoice-recipient {
  float: left;
  width: 261px;
  font-weight: bold;
  height: 102px;
}
#invoice-header .invoice-sender-and-infos {
  float: right;
  margin-right: 21px;
}
#invoice-header .invoice-sender-and-infos table td {
  font-size: 10px;
}
#invoice-header .invoice-sender-and-infos table td.invoice-sender {
  font-weight: bold;
  padding-bottom: 16px;
}
#invoice-header .invoice-sender-and-infos table td:first-child {
  text-align: right;
  font-weight: bold;
  padding-right: 12px;
}
#invoice-header .pdf-date {
  width: 56%;
  float: left;
  margin-top: 49px;
}
#invoice-header .invoice-id {
  float: left;
  margin-top: 21px;
}
#invoice-header .invoice-id .reminder {
  display: block;
  height: 17px;
}
#invoice-header .invoice-id .invoice-id-title {
  font-size: 16px;
  font-weight: bold;
}
#invoice-header .invoice-duration {
  float: right;
  margin-top: 25px;
  font-weight: bold;
}
#invoice-header .invoice-duration span {
  margin-left: 9px;
  font-weight: bold;
}
#invoice-header .invoice-personal-text {
  margin-top: 21px;
}
#invoice-header .invoice-personal-text p {
  margin-bottom: 5px;
}
#invoice-body {
  padding-left: 22mm;
  padding-right: 20mm;
  margin-top: 29px;
}
#invoice-body table {
  width: 100%;
}
#invoice-body table tr td {
  text-align: right;
}
#invoice-body table tr td:first-child {
  text-align: left;
}
#invoice-body table tr.title-row {
  border-bottom: 1px solid #888888;
}
#invoice-body table tr.title-row th {
  padding-bottom: 7px;
  text-align: right;
}
#invoice-body table tr.title-row th:first-child {
  text-align: left;
}
#invoice-body table tr.sub-total td {
  padding-top: 16px;
  padding-bottom: 2px;
  border-bottom: 1px solid #888888;
}
#invoice-body table tr.sub-total-next-row td {
  padding-top: 5px;
}
#invoice-body table tr.row-before-total td {
  height: 22px;
}
#invoice-body table tr.total td {
  margin-top: 100px;
  padding-top: 4px;
  padding-bottom: 5px;
  border-top: 1px double #888888;
  border-bottom: 4px double #888888;
  font-weight: bold;
}
#invoice-body table th {
  font-weight: bold;
  text-align: left;
}
#invoice-body table td.invoice-product-title {
  font-weight: bold;
  padding-top: 10px;
}
#invoice-footer {
  padding-left: 22mm;
  padding-right: 20mm;
  margin-top: 13px;
}
#invoice-footer .invoice-reference {
  float: left;
  width: 53%;
}
#invoice-footer .invoice-conditions {
  float: right;
  width: 46%;
  text-align: right;
}
#invoice-payment-information {
  page-break-before: always;
  page-break-inside: avoid;
  height: 100%;
  background-image: url(../image/logo_invoice.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 525px 50px, center bottom;
  background-size: 183px, contain;
}
#invoice-payment-information .payment-information-body {
  padding: 55mm 20mm 13mm 22mm;
}
#rating-pdf td {
  vertical-align: middle;
}
#rating-pdf td i {
  font-size: 21px;
}
#rating-pdf td i.icon-smile {
  color: #0dc812;
}
#rating-pdf td i.icon-meh {
  color: #fbac39;
}
#rating-pdf td i.icon-frown {
  color: #d84e44;
}
#rating-pdf td.rating {
  text-align: center;
}
#rating-pdf .avg-rating-title {
  display: inline-block;
}
#rating-pdf .rating-avg {
  display: inline-block;
  float: right;
  margin-top: -53px !important;
  margin-right: 8px;
}
#rating-pdf .num-avg-rating {
  color: #5d5d5d;
  font-size: 14px;
  display: inline-block;
  float: left;
}
#rating-pdf .chat {
  width: 100%;
}
#rating-pdf .chat .comment-infos {
  font-size: 10px;
  color: #7e7e7e;
  padding-right: 9px;
}
#rating-pdf .chat .bubble {
  clear: both;
  border-radius: 6px;
  display: inline-block;
  padding: 3px 13px 7px 13px;
  position: relative;
  vertical-align: top;
  max-width: 83%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#rating-pdf .chat .bubble i.icon-remove {
  position: absolute;
  font-size: 9px;
  cursor: pointer;
  top: 6px;
  right: 6px;
  color: #a4a4a4;
}
#rating-pdf .chat .bubble i.icon-remove:hover {
  color: #f60000;
}
#rating-pdf .chat .bubble:before {
  background-color: #F2F2F2;
  content: "\00a0";
  display: block;
  height: 9px;
  width: 10px;
  position: absolute;
  bottom: 7px;
}
#rating-pdf .chat .other {
  background-color: #ececec;
  float: left;
  left: 8px;
}
#rating-pdf .chat .other:before {
  transform: rotate(16deg) skew(-35deg);
  -moz-transform: rotate(16deg) skew(-35deg);
  -ms-transform: rotate(16deg) skew(-35deg);
  -o-transform: rotate(16deg) skew(-35deg);
  -webkit-transform: rotate(16deg) skew(-35deg);
  background-color: #ececec;
  left: -3px;
}
#rating-pdf .chat .me {
  background-color: #daf6c4;
  float: right;
  margin-right: 8px;
}
#rating-pdf .chat .me:before {
  transform: rotate(43deg) skew(-35deg);
  -moz-transform: rotate(43deg) skew(-35deg);
  -ms-transform: rotate(43deg) skew(-35deg);
  -o-transform: rotate(43deg) skew(-35deg);
  -webkit-transform: rotate(43deg) skew(-35deg);
  background-color: #daf6c2;
  box-shadow: 1px -1px 1px 0 rgba(178, 178, 178, 0.2);
  right: -3px;
}
.ss-disabled,
.ss-value-text,
.ss-value-delete,
.ss-plus,
.ss-cross {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  margin-bottom: 0 !important;
}
.ss-multi-selected {
  padding: 1px 4px 1px 10px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ss-plus,
.ss-value-text,
.ss-value-delete {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ss-value-delete {
  margin-top: -2px !important;
}
.ss-value {
  padding-left: 7px !important;
  padding-right: 7px !important;
  margin-right: 7px !important;
  padding-bottom: 4px !important;
}
.ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: #666666;
  width: 100%;
  font-size: 14px;
}
#answer-frame .ss-main {
  width: 506px;
}
.ss-add {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ss-multi-selected {
  border-color: #ccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .email-answer-cc {
    height: 66px !important;
  }
}
.number-circle {
  cursor: default;
  background-color: #a3a3a3;
  font-size: 8px;
  height: 12px;
  min-width: 12px;
  display: inline-block;
  color: white;
  text-align: center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
div.alert {
  margin: 0 auto 25px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div.alert i {
  float: left;
  margin: -4px 23px 0 5px;
  opacity: 0.61;
  filter: alpha(opacity=61);
  font-size: 62px;
}
div.alert h4 {
  padding-bottom: 6px;
  font-size: 15px;
}
div.alert p,
div.alert a {
  font-size: 13px;
}
div.alert a {
  color: #818181;
  padding-left: 17px;
}
div.alert a:hover {
  text-decoration: none;
  color: #000000;
}
div.alert button.close {
  position: relative;
  right: -36px;
  top: -7px;
}
div.alert button.close i {
  font-size: 14px;
}
.mask {
  background-color: #000000;
  opacity: 0.58;
  filter: alpha(opacity=58);
  z-index: 999;
}
#lead-800 {
  display: none;
  margin-top: 0px;
  width: 967px;
}
#lead-800 p.pull-right {
  margin-top: 8px;
}
#lead-800 i.icon-external-link {
  font-size: 13px;
  margin: 0;
  padding: 4px 0 0 0;
  width: 6px;
}
*:focus,
select,
select:focus,
a,
a:focus a:active,
a:visited,
button,
button:focus {
  outline: 0 !important;
}
.mce-tinymce {
  box-shadow: none !important;
}
.asterisk {
  color: #d9534f;
  font-weight: bold;
  margin-left: 3px;
}
.rav-status-badge-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  margin: 0;
  margin-top: 4px;
  position: relative;
  cursor: pointer;
}
.rav-status-badge-small.rav-status-1 {
  background-color: #f2ce1b;
}
.rav-status-badge-small.rav-status-2 {
  background-color: #bf0413;
}
.rav-status-badge-small.rav-status-3 {
  background-color: #f49900;
}
.rav-status-badge-small.rav-status-4 {
  background-color: #9bbf63;
}
.rav-status-badge-small.rav-status-5 {
  background-color: #bf8c80;
}
.rav-status-badge-small.rav-status-6 {
  background-color: #3f4041;
}
th.JobRavStatus {
  width: 30px !important;
  text-align: center;
  padding: 10px 0 !important;
}
td.JobRavStatus {
  width: 30px !important;
  text-align: center;
  padding: 10px 0 !important;
}
td.JobRavStatus .job-row-wrapper {
  padding-top: 15px !important;
}
#fixedTopWrapper,
#header,
#header-content-space,
#footer {
  display: none;
}
a,
a:hover,
a:focus,
a:active {
  color: #797979 !important;
}
.background {
  background: transparent;
}
.header {
  background: #797979 !important;
  border-color: #797979 !important;
}
.btn {
  background: #797979 !important;
  border-color: #797979 !important;
}
#jobAdministrationList table tr.grey-background td,
#jobAdministrationList2 table tr.grey-background td,
#jobAdministrationList table tr.grey-background th,
#jobAdministrationList2 table tr.grey-background th {
  background: transparent !important;
}
