/* lato-100 - latin_latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/lato-v14-latin_latin-ext-100.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v14-latin_latin-ext-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v14-latin_latin-ext-100.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-100italic - latin_latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/lato-v14-latin_latin-ext-100italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v14-latin_latin-ext-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v14-latin_latin-ext-100italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin_latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v14-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v14-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v14-latin_latin-ext-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300italic - latin_latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/lato-v14-latin_latin-ext-300italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v14-latin_latin-ext-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v14-latin_latin-ext-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin_latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v14-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v14-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v14-latin_latin-ext-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.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 {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  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: 60px 0 0 0;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  background-color: #ffffff;
}
a {
  color: #3fb6dc;
  text-decoration: none;
}
a:not(.icon):hover,
a:not(.icon):focus {
  color: #4a0d86;
}
.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: 1170px;
}
.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.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[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;
  background-color: transparent;
}
.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 {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #464646;
}
small {
  font-size: 85%;
  color: #666565;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}
.text-error {
  color: #ffffff;
}
a.text-error:hover,
a.text-error:focus {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}

.text-left td,
.text-left th,
.text-left {
  text-align: left;
}

.text-right td,
.text-right th,
.text-right {
  text-align: right;
}

.text-center td,
.text-center th,
.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  margin: 10px 0;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 100;
  line-height: 20px;
  color: #4a0d86;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 65px;
  line-height: 65px;
  letter-spacing: -3px;
  margin: 40px 0;
}
h2 {
  font-size: 50px;
  letter-spacing: -2px;
}
h3 {
  font-size: 50px;
  letter-spacing: -2px;
  font-weight: 300;
}
h4 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #464646;
  margin-bottom: 5px;
  line-height: 30px;
}
h5 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #464646;
  margin-bottom: 5px;
}
h6 {
  font-size: 19px;
  font-weight: 400;
  color: #464646;
  margin-bottom: 0;
}
h1 small {
  font-size: 26.25px;
}
h2 small {
  font-size: 18.75px;
}
h3 small {
  font-size: 15px;
}
h4 small {
  font-size: 15px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
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;
  /* IE7 inline-block hack */

  *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: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: 13px;
  color: #333333;
  -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: 14px;
  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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
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: auto;
}
.label,
.badge {
  display: inline-block;
  padding: 4px 6px;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #b4b4b4;
}
.label {

}
.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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #ffffff;
}
.label-important[href],
.badge-important[href] {
  background-color: #e6e6e6;
}
.label-warning,
.badge-warning,
.label-warning[href],
.badge-warning[href] {
  color: #ffffff;
  background-color: #E55E5F;
  background-image: -moz-linear-gradient(top, #E55E5F, #C55455);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E55E5F), to(#C55455));
  background-image: -webkit-linear-gradient(top, #E55E5F, #C55455);
  background-image: -o-linear-gradient(top, #E55E5F, #C55455);
  background-image: linear-gradient(to bottom, #E55E5F, #C55455);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE55E5F', endColorstr='#ffC55455', GradientType=0);
  *background-color: #bd362f;
}

.label-success,
.badge-success,
.label-success[href],
.badge-success[href] {
  background-color: #3fbc74;
  background-image: -moz-linear-gradient(top, #3FBC74, #32A367);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3FBC74), to(#32A367));
  background-image: -webkit-linear-gradient(top, #3FBC74, #32A367);
  background-image: -o-linear-gradient(top, #3FBC74, #32A367);
  background-image: linear-gradient(to bottom, #3FBC74, #32A367);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3FBC74', endColorstr='#ff32A367', GradientType=0);
  *background-color: #3fbc74;
  border: none;
  color: #ffffff;
}

.label-info,
.badge-info,
.label-info[href],
.badge-info[href] {
  background-color: #4a0d86;
  background-image: -moz-linear-gradient(top, #4a0d86, #291f49);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a0d86), to(#291f49));
  background-image: -webkit-linear-gradient(top, #4a0d86, #291f49);
  background-image: -o-linear-gradient(top, #4a0d86, #291f49);
  background-image: linear-gradient(to bottom, #4a0d86, #291f49);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3FB1D7', endColorstr='#ff1C81A3', GradientType=0);
  background-color: #4a0d86;
  border: none;
  color: #ffffff;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.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;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  vertical-align: middle;
  border-top: 1px solid none;
}
.table th {
  font-weight: bold;
  padding-top: 18px;
}
.table thead th {
  vertical-align: bottom;
  background-color: #efefef;
  padding: 9px 10px 8px 10px;
}

.table-condensed thead th
{
    padding-top: 12px 6px;
}

/* override alignment at cell level */
td.text-left,
th.text-left
{
    text-align: left;
}

td.text-center,
th.text-center
{
    text-align: center;
}

td.text-right,
th.text-right
{
    text-align: right;
}


.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 none;
}
.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 15px 8px;
  font-size: 14px;
  background-color:#e1e1e1;
}
.table-bordered {
  border: 1px solid none;
  border-top: 1px solid #cdcdcd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #cdcdcd;
}

.table-bordered th:first-child,
.table-bordered td:first-child {
  border-left: 1px solid transparent;
}

.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: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.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: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.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: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.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: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.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: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.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: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #e8e8e8;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #e8e8e8;
}
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: #3fbc74;
}
.table tbody tr.error > td {
  background-color: #c55455;
}
.table tbody tr.warning > td {
  background-color: #c55455;
}
.table tbody tr.info > td {
  background-color: #291f49;
}
.table-hover tbody tr.success:hover > td {
  background-color: #39a968;
}
.table-hover tbody tr.error:hover > td {
  background-color: #bf4142;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #bf4142;
}
.table-hover tbody tr.info:hover > td {
  background-color: #2ca8d1;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 22.5px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: 'Lato', Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #898989;
}
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: 8px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border: none;
}
input,
textarea,
.uneditable-input {
    width: 200px;
}
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: #ededed;
  border: 1px solid none;
}
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;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 0px 1px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 0px 1px rgba(0,0,0,.2);
  box-shadow: inset 0 0px 1px rgba(0,0,0,.2);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-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: 35px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid none;
  background-color: #ededed;
}
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: #999999;
  background-color: #eaeaea;
  border-color: none;
  -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: #959595;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #959595;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #959595;
}
.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-very-mini {
    width: 30px;
}
.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: #eeeeee;
}
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: #ffffff;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #ffffff;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #ffffff;
  background-color: #c55455;
  border-color: #ffffff;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #ffffff;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #ffffff;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #ffffff;
  background-color: #c55455;
  border-color: #ffffff;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #ffffff;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #ffffff;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #ffffff;
  background-color: #3fbc74;
  border-color: #ffffff;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #ffffff;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #ffffff;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #ffffff;
  background-color: #291f49;
  border-color: #ffffff;
}
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;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #252525;
  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: #4b4b4b;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *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: 15px;
}
.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 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 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: 15px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  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: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.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 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 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 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 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 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 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;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.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;
  /* IE7 inline-block hack */

  *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: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .control-value {
  padding-top: 5px;
  text-align: left;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 170px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.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: 180px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  text-decoration: none;
  *zoom: 1;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  background-color: #EBEBEB;
  *border: 0;
  *margin-left: .3em;
  border: none;
  font-weight: 300;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  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: #333333;
  text-decoration: none;
  /*background-position: 0 -15px;
  -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;
}
.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: 18.75px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12.75px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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: 11.25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
    color: #ffffff;
    background-color: #4a0d86;
    background-image: -moz-linear-gradient(top, #4a0d86, #4a0d86);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a0d86), to(#4a0d86));
    background-image: -webkit-linear-gradient(top, #4a0d86, #4a0d86);
    background-image: -o-linear-gradient(top, #4a0d86, #4a0d86);
    background-image: linear-gradient(to bottom, #4a0d86, #4a0d86);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3eafd5', endColorstr='#ff1C81A3', GradientType=0);
    /**background-color: #4a0d86;*/
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    /*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: #ffffff;
  background-color: #291f49;
  *background-color: #2da5cd;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2894b8 \9;
}
.btn-warning {
  color: #ffffff;
  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;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  background-color: #E55E5F;
  background-image: -moz-linear-gradient(top, #E55E5F, #C55455);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E55E5F), to(#C55455));
  background-image: -webkit-linear-gradient(top, #E55E5F, #C55455);
  background-image: -o-linear-gradient(top, #E55E5F, #C55455);
  background-image: linear-gradient(to bottom, #E55E5F, #C55455);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE55E5F', endColorstr='#ffC55455', GradientType=0);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  background-color: #3fbc74;
  background-image: -moz-linear-gradient(top, #3FBC74, #32A367);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3FBC74), to(#32A367));
  background-image: -webkit-linear-gradient(top, #3FBC74, #32A367);
  background-image: -o-linear-gradient(top, #3FBC74, #32A367);
  background-image: linear-gradient(to bottom, #3FBC74, #32A367);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3FBC74', endColorstr='#ff32A367', GradientType=0);
  *background-color: #3fbc74;
  border: none;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #4a0d86, #291f49);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a0d86), to(#291f49));
  background-image: -webkit-linear-gradient(top, #4a0d86, #291f49);
  background-image: -o-linear-gradient(top, #4a0d86, #291f49);
  background-image: linear-gradient(to bottom, #4a0d86, #291f49);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #291f49 #291f49 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #291f49;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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: #ffffff;
  background-color: #291f49;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  background-color: #252525;
  background-image: none;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *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: #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #ebebeb;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../img/all-icons.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}


/* White icons with optional class, or on hover/focus/active states of certain elements */
.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("../../img/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;
}
/* Custom Icons */
.icon-location
{
    width: 17px;
    height: 17px;
    background-position: -91px -217px;
}
.icon-pencil-light
{
    width: 17px;
    height: 17px;
    background-position: -1px -217px;
}
.icon-person-small
{
    width: 17px;
    height: 14px;
    background-position: -42px -218px;
}

.icon-flag-small
{
    width: 24px;
    height: 24px;
    background-position: -304px -405px;
}

.icon-flag-large
{
    width: 34px;
    height: 34px;
    background-position: -201px -405px;
}

.icon-flag-warning-small
{
    width: 24px;
    height: 24px;
    background-position: -275px -405px;
}

.icon-history
{
    width: 34px;
    height: 34px;
    background-position: -0px -405px;
}

.icon-linked
{
    width: 34px;
    height: 34px;
    background-position: -0px -443px;
}

.icon-approvers
{
    width: 34px;
    height: 34px;
    background-position: -40px -443px;
}

.icon-document
{
    width: 17px;
    height: 17px;
    background-position: -66px -217px;
}

.icon-phone
{
    width: 22px;
    height: 17px;
    background-position: -140px -216px;
}

.icon-phone-outofhours
{
    width: 22px;
    height: 17px;
    background-position: -165px -216px;
}

.icon-mail-small
{
    width: 22px;
    height: 17px;
    background-position: -255px -216px;
}

.icon-online-booking-small
{
    width: 22px;
    height: 17px;
    background-position: -275px -216px;
}

.icon-direct-booking-small
{
    width: 22px;
    height: 17px;
    background-position: -305px -216px;
}

.icon-expand
{
    width: 35px;
    height: 35px;
    background-position: -0px -285px;;
}
.icon-collapse
{
    width: 35px;
    height: 35px;
    background-position: -46px -285px;
}

.icon-expand-outline
{
    width: 35px;
    height: 35px;
    background-position: -88px -285px;;
}
.icon-collapse-outline
{
    width: 35px;
    height: 35px;
    background-position: -128px -285px;
}

.icon-charge
{
    width: 30px;
    height: 25px;
    background-position: -101px -371px;
    vertical-align: top;
    margin-top: 2px;
}
.icon-expenses
{
    width: 30px;
    height: 25px;
    background-position: -35px -371px;
    vertical-align: top;
    margin-top: 2px;
}
.icon-hours
{
    width: 30px;
    height: 25px;
    background-position: -68px -371px;
    vertical-align: top;
    margin-top: 2px;
}
.icon-navlogo
{
    width: 42px;
    height: 42px;
    background-position: -304px -164px;
}
.icon-navlogo-active
{
    width: 42px;
    height: 42px;
    background-position: -350px -164px;
}
.icon-user-medium
{
    width: 20px;
    height: 19px;
    background-position: -90px -250px;
    vertical-align: bottom;
}

.icon-information-small
{
    width: 20px;
    height: 20px;
    background-position: -335px -405px;
    padding-top:2px;
    padding-left:8px;
    color: #ffffff;
    font-weight: normal;
}

.nav a:hover > [class*="icon-user-medium"],
.nav a:focus > [class*="icon-user-medium"]
{
    background-position: -63px -250px;
}

.icon-navbar-help
{
    width: 25px;
    height: 25px;
    background-position: -0px -250px;
    vertical-align: middle;
    margin-top: 0;
}

.nav a:hover > [class*="icon-navbar-help"],
.nav a:focus > [class*="icon-navbar-help"]
{
    background-position: -30px -250px;
}

.icon-cancel-small
{
    width: 30px;
    height: 20px;
    background-position: -225px -215px;
    vertical-align: top;
    margin-top: 2px;
}

.icon-cancel-small-dark
{
    width: 20px;
    height: 20px;
    background-position: -385px -292px;
    vertical-align: top;
    margin-top: 2px;
}

.icon-pencil-large
{
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-position: -317px -247px;
}

.icon-plus-large
{
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-position: -250px -248px;
}

.icon-delete-large
{
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-position: -217px -247px;
}

.icon-copy-large
{
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-position: -284px -248px;
}

.icon-detail-large
{
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-position: -370px -245px;
}

.icon-alarm-large
{
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-position: -403px -247px;
}

.icon-favourite-on
{
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-position: -351px -286px;
}

.icon-favourite-off
{
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-position: -314px -286px;
}
.icon-excel-file
{
    vertical-align: top;
    width: 30px;
    height: 48px;
    background-position: -0px -320px;
}

.icon-pdf-file
{
    vertical-align: top;
    width: 30px;
    height: 48px;
    background-position: -29px -320px;
}

.icon-word-file
{
    vertical-align: top;
    width: 30px;
    height: 48px;
    background-position: -60px -320px;
}

.icon-text-file
{
    vertical-align: top;
    width: 30px;
    height: 48px;
    background-position: -90px -320px;
}

.icon-image-file
{
    vertical-align: top;
    width: 30px;
    height: 48px;
    background-position: -123px -320px;
}

.icon-other-file
{
    vertical-align: top;
    width: 30px;
    height: 48px;
    background-position: -155px -320px;
}

.icon-folder
{
    vertical-align: top;
    width: 32px;
    height: 30px;
    background-position: -193px -336px;
}

.icon-logo-footer
{
    width: 123px;
    height: 30px;
    background-position: -165px -164px;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .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: 15px;
}
.btn-group > .btn-mini {
  font-size: 11.25px;
}
.btn-group > .btn-small {
  font-size: 12.75px;
}
.btn-group > .btn-large {
  font-size: 18.75px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.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:not(:focus) {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  *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;

}
.btn-group.open .btn.dropdown-toggle {
  background-color: #2e2e2e;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #291f49;
}
.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: #291f49;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.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-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *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: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.nav {
  margin-left: 0;
  margin-bottom: 40px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #999999;
  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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #b7b7b7;
}
.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 #ffffff;
}
.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: 7px;
  line-height: 14px;
}
.nav-tabs {
  border: none; /*-bottom: 1px solid #d7d7d7;*/
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding: 13px 32px;
  line-height: 20px;
  border: 1px solid #d7d7d7;
  font-weight: bold;
  font-size: 16px;
  color: #898989;
  text-decoration: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #FFF;
  background-color: #4a0d86;
  border: 1px solid #4a0d86;
  border-bottom-color: transparent;
}
.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: #ffffff;
  background-color: #b7b7b7;
}
.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 {

}
.nav-pills .dropdown-menu {

}
.nav .dropdown-toggle .caret {
  border-top-color: #b7b7b7;
  border-bottom-color: #b7b7b7;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #ebebeb;
  border-bottom-color: #ebebeb;
}
/* move down carets for tabs */
.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: #555555;
  border-bottom-color: #555555;
}
.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.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: #eeeeee #dddddd #eeeeee #eeeeee;
}
.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: #ffffff;
}
.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: #eeeeee #eeeeee #eeeeee #dddddd;
}
.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: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.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: #291f49;
  border: 1px solid #060606;
}
.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 15px 10px;
  font-size: 20px;
  font-weight: 200;
  color: #b7b7b7;
  border-left: 1px solid #464646;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #cccccc;
}
.navbar-link {
  color: #b7b7b7;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #ebebeb;
}
.navbar .divider-vertical {
  height: 64px;
  border-right: 1px solid #464646;
}
.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: 'Lato', 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: 0px;
}
.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: 1170px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {

}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {

}
.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: 22px 10px;
  color: #b7b7b7;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
}

.navbar .nav > li > a.small
{
    font-size: 16px;
    font-weight: 500;
    color: #636363;
}

.navbar .nav > li > a.bold
{
    font-weight: 500;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #ebebeb;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > li.dropdown > a.dropdown-toggle:focus
{
    background-image: none;
    background-color: #4a0d86;
}

    .navbar .nav > .active > a,
    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus,
    .navbar .brand-active
     {
        color: #ebebeb;
        text-decoration: none;
        background-color: #4a0d86;
        background-image: -moz-linear-gradient(top, #4a0d86, #4a0d86);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a0d86), to(#4a0d86));
        background-image: -webkit-linear-gradient(top, #4a0d86, #4a0d86);
        background-image: -o-linear-gradient(top, #4a0d86, #4a0d86);
        background-image: linear-gradient(to bottom, #4a0d86, #4a0d86);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3FB1D7', endColorstr='#ff1C81A3', GradientType=0);
        font-weight: 400;
    }
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #181818;
  background-image: -moz-linear-gradient(top, #181818, #181818);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#181818), to(#181818));
  background-image: -webkit-linear-gradient(top, #181818, #181818);
  background-image: -o-linear-gradient(top, #181818, #181818);
  background-image: linear-gradient(to bottom, #181818, #181818);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff181818', endColorstr='#ff181818', GradientType=0);
  border-color: #181818 #181818 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #181818;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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: #ffffff;
  background-color: #181818;
  *background-color: #0c0c0c;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #000000 \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;
  display:none;
}
.navbar .nav > li > .dropdown-menu: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: 10px;
  display:none;
}
*/
.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 #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #ebebeb;
  border-bottom-color: #ebebeb;
}
/*
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #3fb1d7;
  color: #ebebeb;
}
*/
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #b7b7b7;
  border-bottom-color: #b7b7b7;
}
.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: #ebebeb;
  border-bottom-color: #ebebeb;
}
.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: #999999;
  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: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.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: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  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: #ffffff;
  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;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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: #ffffff;
  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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination ul > li {
  display: inline;

}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 7px 10px;
  line-height: 20px;
  font-weight: 300;
  font-size: 28px;
  text-decoration: none;
  background-color: #ebebeb;
  border-left-width: 0;
  margin-right: 3px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #b7b7b7;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #b7b7b7;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
}
.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: 18.75px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
}
.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 {
}
.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 {
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12.75px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 11.25px;
}
.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: #999999;
  background-color: #fff;
  cursor: default;
}
.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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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);
  -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: #b7b7b7;
  -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: #555555;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  background-color: #c55455;
  /*border: 1px solid #c1495e;*/
}
.alert,
.alert h4 {
  color: #ffffff;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success
{
  background-color: #3fbc74;
  background-image: -moz-linear-gradient(top, #3FBC74, #32A367);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3FBC74), to(#32A367));
  background-image: -webkit-linear-gradient(top, #3FBC74, #32A367);
  background-image: -o-linear-gradient(top, #3FBC74, #32A367);
  background-image: linear-gradient(to bottom, #3FBC74, #32A367);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3FBC74', endColorstr='#ff32A367', GradientType=0);
  *background-color: #3fbc74;
  border: none;
  color: #ffffff;
}
.alert-success h4,
.alert-success a {
  color: #ffffff;
}
.alert-danger,
.alert-error {
  color: #ffffff;
  background-color: #E55E5F;
  background-image: -moz-linear-gradient(top, #E55E5F, #C55455);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E55E5F), to(#C55455));
  background-image: -webkit-linear-gradient(top, #E55E5F, #C55455);
  background-image: -o-linear-gradient(top, #E55E5F, #C55455);
  background-image: linear-gradient(to bottom, #E55E5F, #C55455);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE55E5F', endColorstr='#ffC55455', GradientType=0);
  /**background-color: #bd362f;*/
}
.alert-danger h4,
.alert-error h4,
.alert-error a {
  color: #ffffff;
}
.alert-info {
    background-color: #4a0d86;
    background-image: -moz-linear-gradient(top, #4a0d86, #4a0d86);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a0d86), to(#4a0d86));
    background-image: -webkit-linear-gradient(top, #4a0d86, #4a0d86);
    background-image: -o-linear-gradient(top, #4a0d86, #4a0d86);
    background-image: linear-gradient(to bottom, #4a0d86, #4a0d86);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3FB1D7', endColorstr='#ff1C81A3', GradientType=0);
    /**background-color: #291f49;*/
    border: none;
    color: #ffffff;
}
.alert-info h4 {
  color: #ffffff;
}
.alert-muted {
  background-color: #cdcdcd;
  background-image: -moz-linear-gradient(top, #e1e1e1, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e1e1), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #e1e1e1, #cdcdcd);
  background-image: -o-linear-gradient(top, #e1e1e1, #cdcdcd);
  background-image: linear-gradient(to bottom, #e1e1e1, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ffcdcdcd', GradientType=0);
  *background-color: #291f49;
  border: none;
  color: #252525;
}
.alert-muted h4 {
  color: #252525;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@-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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  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;
  -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, #4a0d86, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a0d86), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #4a0d86, #339bb9);
  background-image: -o-linear-gradient(top, #4a0d86, #339bb9);
  background-image: linear-gradient(to bottom, #4a0d86, #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: #4a0d86;
  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);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -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;
}
.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;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -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: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #efefef;
  border-bottom: 1px solid #efefef;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  letter-spacing: -1px;
  color: #555555;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
  font-size: 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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -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 {
  -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 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *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;
}
.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 #000000;
  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: 0;
  list-style: none;
  background-color: #484747;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -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 #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #b7b7b7;
  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: #ffffff;
        /*
  background-color: #37abd2;
  background-image: -moz-linear-gradient(top, #3eafd5, #2da5cd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3eafd5), to(#2da5cd));
  background-image: -webkit-linear-gradient(top, #3eafd5, #2da5cd);
  background-image: -o-linear-gradient(top, #3eafd5, #2da5cd);
  background-image: linear-gradient(to bottom, #3eafd5, #2da5cd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3eafd5', endColorstr='#ff2da5cd', GradientType=0);
  */
    }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #b2b2b2;
  background-image: -moz-linear-gradient(top, #b7b7b7, #aaaaaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7b7b7), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #b7b7b7, #aaaaaa);
  background-image: -o-linear-gradient(top, #b7b7b7, #aaaaaa);
  background-image: linear-gradient(to bottom, #b7b7b7, #aaaaaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb7b7b7', endColorstr='#ffaaaaaa', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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;
}
.dropdown-menu .dropdown-title
{
    font-size: 17px;
    font-weight: 600;
    color: #CCC;
    padding: 5px 20px 10px;
    display: block;
}

.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 #000000;
  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: #ffffff;
}
.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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
  -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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -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: #ffffff;
  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: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.fade {
  opacity: 0;
  -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;
  -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;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .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: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .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.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *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: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .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.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    /*padding-top: 0;*/
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 0px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #cccccc;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #b7b7b7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #252525;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  z-index: 99;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color:#EDEDED;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.tt-suggestion 
{  
  color: #000;
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #4a0d86;
    background-image: -moz-linear-gradient(top, #4a0d86, #291f49);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a0d86), to(#291f49));
    background-image: -webkit-linear-gradient(top, #4a0d86, #291f49);
    background-image: -o-linear-gradient(top, #4a0d86, #291f49);
    background-image: linear-gradient(to bottom, #4a0d86, #291f49);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3FB1D7', endColorstr='#ff1C81A3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
/*! ========================================================================
 * Bootstrap Toggle: bootstrap2-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */


label.checkbox .toggle,
label.checkbox.inline .toggle {
	margin-left: -20px;
	margin-right: 5px;
}
.toggle {
	min-width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
}
.toggle-handle.btn-mini {
	top: -1px;
}
.toggle.btn { min-width: 30px; }
.toggle-on.btn { padding-right: 24px; }
.toggle-off.btn { padding-left: 24px; }

.toggle.btn-large { min-width: 40px; }
.toggle-on.btn-large { padding-right: 35px; }
.toggle-off.btn-large { padding-left: 35px; }

.toggle.btn-small { min-width: 25px; }
.toggle-on.btn-small { padding-right: 20px; }
.toggle-off.btn-small { padding-left: 20px; }

.toggle.btn-mini { min-width: 20px; }
.toggle-on.btn-mini { padding-right: 12px; }
.toggle-off.btn-mini { padding-left: 12px; }


span.multiselect-native-select {
    position: relative;
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.multiselect-container .input-group {
    margin: 5px;
}

.multiselect-container > li {
    padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
    font-weight: 700;
}

.multiselect-container > li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700;
}

.multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer;
}

.multiselect-container > li > a {
    padding: 0;
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 5px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .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(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../FontAwesome/webfonts/fa-brands-400.eot");
  src: url("../FontAwesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../FontAwesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../FontAwesome/webfonts/fa-brands-400.woff") format("woff"), url("../FontAwesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../FontAwesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../FontAwesome/webfonts/fa-regular-400.eot");
  src: url("../FontAwesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../FontAwesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../FontAwesome/webfonts/fa-regular-400.woff") format("woff"), url("../FontAwesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../FontAwesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../FontAwesome/webfonts/fa-solid-900.eot");
  src: url("../FontAwesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../FontAwesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../FontAwesome/webfonts/fa-solid-900.woff") format("woff"), url("../FontAwesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../FontAwesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    background-color: #F4F4F4;
    height: 100%;
    margin: 0;
    -ms-overflow-style: scrollbar;
}

.outer-container {
    background-color: #FFFFFF;
    min-height: 100%;
}

.bookinhg .outer-container-wide {
    width: 100%;
}

.min-width-container {
    min-width: 1020px;
}

.inner-container {
    margin: 60px 80px 100px 80px;
}

.content-area {
    min-height: 650px;
}

.clickable {
    cursor: pointer !important;
}

.required:after {
    content: " *";
    color: #FF0000;
}

.read-only .required:after {
    content: "";
}

.text-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Start Wide Page Layout */
.container-scroll-x, .inner-container-wide {
    overflow: hidden;
}

.container-overflow-y {
    overflow-y: auto;
}

.container-overflow-x {
    overflow-x: auto;
}

#scroll {
    overflow-x: auto;
    width: 100%;
    border: 0px;
    position: fixed;
    bottom: 0;
    z-index: 1;
}

#scroll-inner {
    height: 10px;
}

#scroll-padding {
    position: relative;
    height: 15px;
}

.tab-content {
    overflow: visible;
}

/* End Wide Page */

#ajax-error, #ajax-success {
    /*position: fixed;
    top: 65px;*/
    width: 100%;
    text-align: center;
}

#loading {
    background: #FFF url('../../img/loader_cnet.gif') no-repeat center center;
    height: 40px;
    width: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 99999;
    display: none;
    border: 2px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);*/
}

/*########### RESPONSIVE LAYOUT #################*/


@media (max-width: 767px) { /* Phone / Small tablet */
    /*body
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container
    {
        width: 100%;
    }

    .inner-container
    {
        margin: 0 0 64px 0;
    }*/
}

@media (max-width: 1199px) { /* Tablet to small PC */
    .container {
        width: 100%;
    }

    .inner-container {
        /*margin: 60px 10px 100px 10px;*/
        margin: 60px auto 100px auto;
        width: 1010px;
    }
}

@media (min-width: 1200px) { /* PC with normal to large screen */

}


@media (max-width: 979px) {
    .inner-container {
        margin-top: 0;
    }
}

/*########### END RESPONSIVE LAYOUT ##############*/

/*########### ALERTS #############################*/

.api-failure .message {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.api-failure .message-header {
    font-weight: 400;
    text-align: center;
}

/*################################################*/

/*######### MODAL POPUP #########*/

.popup {
    background-color: #FFF;
}

/*Commented out as class sign '.' is missed. Remove after first release*/
/*popup form {
    margin: 0;
}*/

.popup-header {
    background-color: #363636;
    color: #FFF;
    padding: 15px;
    padding-right: 60px;
    font-size: 24px;
    font-weight: 300;
    word-wrap: break-word;
    word-break: break-all;
}

.popup-header-relative {
    position: relative
}

    .popup-header .sub-header {
    font-size: 14px;
    line-height: 14px;
}

.popup-body {
    background-color: #FFF;
    min-height: 90px;
    padding: 10px;
    min-width: 500px;
}

.import-timesheets-modal .popup-body {
    min-width: 360px;
}

.popup-cross {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.popup-cross-align {
    right:0;
    top:0;
    bottom:0;
    display: flex;
    align-items: center;
}

    .popup-cross img {
    padding: 10px;
}

.popup-buttons {
    text-align: right;
    height: 50px;
    float: right;
}

 .popup .nav-tabs > li > a {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 6px;
    margin-right: 2px;
}

/* Double height tabs */
ul.nav-tabs.double-tabs > li > a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    display: table-cell;
    line-height: 15px;
    height: 40px;
    vertical-align: middle;
}

.popup .popup-wide {
    width: 800px;
}


/*######## END MODAL POPUP #######*/


/*######## DATE PICKER ##########*/

.ui-datepicker {
    z-index: 100002 !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
	border: none;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
	border: none;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-current-day a:not(.icon):hover,
.ui-datepicker .ui-datepicker-current-day a:not(.icon):focus {
    color: #ebebeb;
    background: #4a0d86;
}

.report-modal-input input, .report-modal-input {
    width: 204px;
}

/*####### END DATE PICKER ########*/


/*######## MULTISELECT ##########*/
.multiselect-native-select .btn {
    font-weight: normal;
    color: #555555;
    text-align: left;
    width: 220px;
    padding: 8px;
}

#filterDropdown > .multiselect-native-select .btn {
    width: 196px;
}

#suspendBranch > .multiselect-native-select .btn {
    width: 373px;
}

#complianceEvidenceClients > .multiselect-native-select .btn {
    width: 350px;
}

.multiselect-native-select .btn .caret {
    float: right;
}

.multiselect-selected-text{
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-statuses-btn .multiselect-selected-text{
    width: 195px;
    display: inline-block;
}

.audit-complete-clients-btn >.multiselect-native-select .btn {
    width: 466px;
}

.audit-complete-clients-btn .multiselect-selected-text {
    display: block;
    max-width: 97%;
}

.audit-complete-clients-btn .caret {
    float: none;
    position: absolute;
    right: 2%;
    top: 30%;
}

.multiselect-native-select .btn-group.open .btn.dropdown-toggle {
    background-color: #EDEDED;
}

.multiselect-native-select .dropdown-menu {
    background-color:#EDEDED;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
}

.multiselect-native-select .dropdown-menu > .active label {
    color: #ffffff;
}

.multiselect-native-select .dropdown-menu > .active > a {
    background-color: #291f49;
    background-image: linear-gradient(to bottom, #4a0d86, #291f49);
}

.report-select .multiselect-native-select .btn {
    width: 216px;
    height: 36px;
}

.multiselect-native-select .btn-group {
    width: 160px !important;
}

.dropdown-medium .multiselect-native-select .btn-group {
    width: 196px !important;
    margin-bottom: 10px;
}

/*######## END MULTISELECT ##########*/


/*######## SELECT MENU ##########*/

 /* Add transparent border to stop items jumping about when hovering */
.ui-selectmenu-button-closed {
    border: 1px solid transparent !important;
}

.ui-selectmenu-menu.ui-front {
    z-index: 10003;
}

.ui-selectmenu-menu.ui-front .ui-menu {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 185px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #EDEDED;
    padding: 5px 0;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    white-space: normal;
    line-height: 18px;
    padding: 9px 16px 9px 8px;
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button.ui-button {
    padding: 0;
    color: #555;
    border: none;
    margin-bottom: 10px;
}

.ui-selectmenu-button.ui-button:active {
    color: #555;
    background-color: #EDEDED;
}

.ui-menu.ui-widget-content {
    border: none;
    background-color: #EDEDED;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    color: #fff;
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #4a0d86, #291f49);
    background-repeat: repeat-x;
    border: none;
    font-weight: 300;
    margin: 0 !important;
}

.ui-menu-item div {
    padding: 3px 20px !important;
    font-weight: 300;
}

.ui-widget {
   font-size: 15px !important;
}

/*######## END SELECT MENU ##########*/

.chromeframe {
    background-color: #FFF;
    text-align: center;
    padding: 10px;
}

/*####### VALIDATION ############*/

input.invalid, select.invalid {
    border: 1px solid #30B7E3;
}

.field-validation-error {
    color: #30B7E3;
    font-weight: 500;
    font-size: 12px;
}

.tile-icon {
    background-image: url("../../img/tile-icons.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    vertical-align: text-top;
}

.interviews-scheduled-icon {
    background-image: url("../../img/tile-icons.png");
    background-repeat: no-repeat;
    background-size: 950px;
    vertical-align: text-top;
    height: 28px;
    width: 28px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.interviews-scheduled-icon-14 {
    background-image: url("../../img/tile-icons.png");
    background-repeat: no-repeat;
    background-size: 550px;
    vertical-align: text-top;
    height: 14px;
    width: 20px;
    display: block;
}
/*########### TABLE STYLES #############*/

table.table td {
    vertical-align: top;
}

table.table-wrap tr td,
table.table-wrap tr td.wrap_table_data > div {
    vertical-align: top;
    width: inherit;
    max-width: 160px;
    word-wrap: break-word;
}

table.table-wrap-large tr td,
table.table-wrap-large tr td.wrap_table_data_large > div {
    max-width: 300px;
    word-wrap: break-word;
}

table.table-people tr td, td.restrict-td{
    width: 260px;
    white-space: normal;
    word-wrap: break-word;
}

table.table-wrap td.wrap_table_data {
    padding: 0;
}

    table.table-wrap td.wrap_table_data > div {
        padding: 15px 8px;
    }

.table-no-wrap {
    white-space: nowrap;
}

.white-space-normal {
    white-space: normal;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.no-wordwrap {
    white-space: nowrap;
}

.table-col-checkbox {
    width: 15px;
}

.table-col-extra-small {
    width: 70px;
}

.table-col-small {
    width: 100px;
}

.table-col-small-medium {
    width: 130px;
}

.table-col-medium {
    width: 150px;
}

.table-col-large {
    width: 200px;
}

.table-col-xlarge {
    width: 300px;
}

th.expand-collapse-column > div {
    width: 31px;
}

.expand-collapse-column {
    width: 35px;
    background-color: #4a0d86 !important;
}

.expand-collapse-column > i {
    padding: 0;
}

    .expand-collapse-column > i:hover {
            cursor: pointer !important;
    }

.section {
    border: 1px solid #d7d7d7;
    padding: 5px;
    margin-left: 0 !important;
    margin-top: 1px !important;
}

.rate-card-modal {
    width: 980px;
}

.supplier-branch-modal {
    width: 700px;
}

.rate-band-engine-modal {
    width: 600px;
}

.padding-small {
    padding: 10px;
}

.padding-left-small {
    padding-left: 10px;
}

.padding-left-small12 {
    padding-left: 12px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

.no-border-left {
    border-left: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.table-grouped-th-checkbox {
    width: 13px;
}

.table-grouped-td-checkbox {
    width: 17px;
    width: 23px\0/;
}

/* Alternate columns light and dark grey */
.table-striped-columns td:nth-of-type(even),
.table-striped-columns th:nth-of-type(even) {
    background-color: #e8e8e8;
}

.table-striped-columns td:nth-of-type(odd),
.table-striped-columns th:nth-of-type(odd) {
  background-color: transparent;
}

.table-striped-columns td {
    border-bottom: 1px solid #dddddd;
}

.table-border-collapse {
    border-collapse: collapse;
}

/* Alternate rows light and dark grey */
.table-striped-rows tbody tr:nth-of-type(odd) td,
.table-grouped-striped-rows tbody tr:nth-of-type(4n+3) > td,
.table-grouped-striped-rows tbody tr:nth-of-type(4n+4) > td,
.table-striped-groups tbody tr.odd-group td {
    background-color: #e8e8e8;
}

.table-striped-rows tbody tr:nth-of-type(even) td,
.table-grouped-striped-rows tbody tr:nth-of-type(4n+1) > td,
.table-grouped-striped-rows tbody tr:nth-of-type(4n+2) > td,
.table-striped-groups tbody tr.even-group td {
    background-color: transparent;
}

.table-grouped-striped-rows tbody tr > td .table-grouped-sub tbody tr > td, .table-grouped-sub tbody:first-child tr:first-child td {
    background-color: transparent;
    border-top: 1px solid #d7d7d7;
}

.table-grouped-striped-rows tbody tr > td .table-grouped-sub tbody tr > td:first-child, .table-grouped-sub tbody:first-child tr:first-child td:first-child {
    border-top: none;
    border-left: none;
}

.table-grouped-sub {
    border-collapse: separate;
}

.checkboxMargin {
    margin-left: 2px;
}

.table-striped-columns td, .table-striped-columns th {
    vertical-align: middle !important;
    border-left: 1px solid transparent;
    font-size: 14px;
}

td.cell-divider, th.cell-divider {
    border-left: 1px solid #18B6E5;
}

.border-top-none {
    border-top: none !important;
}

tfoot.totals td {
    background-color: #4a0d86;
    border-top: 5px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    padding: 15px 5px;
    font-weight: bold;
    color: #ffffff;
}

tfoot td.total-label {
    border-left: 0;
    padding-left: 10px;
}

tfoot.totals td.no-total {
    border-left: 1px solid #EFEFEF;
    background-color: #EFEFEF;
    padding: 5px;
}

tfoot.totals td.action-button {
    background-color: #FFFFFF;
}

.table-striped-rows thead tr th.group {
    background-color: #e8e8e8;
}

.table-striped-rows tbody tr:nth-of-type(odd) td.group {
    background-color: #e0e0e0;
}

.table-striped-rows tbody tr:nth-of-type(even) td.group {
    background-color: #e7e7e7;
}

.table-striped-rows tbody tr:hover td.group{
    background-color: #DDDDDD;
}

.rows-avoid-clicks {
    pointer-events: none;
}

table.vertical-align-middle td,
table.vertical-align-middle th{
    vertical-align: middle;
}
/*########### END TABLE #####################*/

/*########### START EDIT RIBBON #############*/

.options-ribbon-container {
    position: relative;
    width: 230px;
    overflow: hidden;
    margin-left: -180px;
    height: 52px;
    text-align: right;
}

    .options-ribbon-container > i /* icon to open ribbon */ {
    margin: 15px;
    cursor: pointer;
}

.options-ribbon {
    display: inline;
    position: absolute;
    width: 240px;
    height: 52px;
    background-color: transparent;
    text-align: left;
    line-height: 50px;
    padding: 0 10px 0 0px;
}

    .options-ribbon .left-arrow {
    width: 0;
    height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
        border-right: 25px solid #2E2E2E;
	float: left;
}

    .options-ribbon ul {
        margin: 0;
    float: left;
    background-color: #2E2E2E;
}

    .options-ribbon li {
    display: inline-block;
    margin-right: 10px;
}


/*########### END EDIT RIBBON #############*/


/*########### START PAGE FILTER #############*/

.filter-dropdown {
    padding: 10px;
}

.filter-dropdown-wide li {
    float: left;
    margin-right: 20px;
}

.filter-dropdown-wide .btn-group {
    width: 630px;
}

.filter-dropdown-col-4 {
    width: 775px;
}

.filter-dropdown-col-4-wide {
    width: 780px;
}

.filter-dropdown-col-4-extra-wide .btn-group {
    width: 845px;
}

.filter-dropdown-half li
{
    float: left;
    margin-right: 20px;
}

.filter-dropdown-half .btn-group
{
    width: 415px;
}

ul.filter-dropdown
{
    background-color: #2e2e2e;
    color: #F6F6F6;
}

.filter-dropdown .well {
    border-bottom: 1px solid #727272;
    margin: 0;
    padding: 9px 0;
}

.filter-dropdown .well, .filter-dropdown label.checkbox {
    background-color: transparent;
    color: #EBEBEB;
}

.filter-dropdown label.checkbox {
    font-size: 12px;
}

.filter-dropdown .well strong {
    font-size: 14px;
    line-height: 35px;
}

.filter-dropdown .well-small-width {
    width: 196px;
}

.filter-dropdown .clear-filter, .filter-dropdown .apply-filter {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
}

.filter-dropdown .apply-filter {
    background-image: none;
    background-color: #4a0d86;
    filter: none;
}

.filter-dropdown .clear-filter {
    background-image: none;
    background-color: #ebebeb;
    color: #797979;
}

.filter-dropdown .btn-group .clear-filter {
    margin-right: 3px;
}

.filter-dropdown input[type="text"] {
    height: 19px;
    width: 180px;
}

.filter-dropdown .field-medium {
    width: 196px;
}

.filter-dropdown input[type="text"].large{
    width: 344px;
}

.filter-dropdown .buttons-group {
    border-bottom: none;
    height: 81px;
}

.filter-dropdown .buttons-group button {
    margin-top: 35px;
}

.filter-dropdown-single-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.filter-dropdown > .filter-dropdown-single-row > div {
    margin-right: 15px;
}

.filter-dropdown > .filter-dropdown-single-row :last-child {
    margin-right: 0px;
}

.pull-content-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

a.filter-on,
a.filter-on:hover {
    background-color: #4a0d86;
}

a.filter-on .dropdown-text,
.btn-group.open .btn.dropdown-toggle .dropdown-text {
     color: #FFF;
}

a.filter-on .caret,
.btn-group.open .btn.dropdown-toggle .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}


.data-header-dropdown {
    background-color: #2e2e2e;
}




/*########### END PAGE FILTER ############## */

/*############## START LOZENGE #############*/

.lozenge,
.lozenge-filters,
.search-container {
    background-color: #f6f6f6;
    /*width: 956px;*/
    margin-left: auto;
    margin-right: auto;
}

.lozenge,
.search-container {
    margin-bottom: 40px;
}

.tab-pane .multi-approval-actions {
    display: none;
}

div.multi-select-active .multi-approval-actions {
    display: block;
}

div.multi-select-active .approval-actions {
    display: none;
}

div.approval-actions-ungrouped {
    line-height: 20px;
}

div.detail-mode .lozenge-detail {
    display: block;
}

div.detail-mode .lozenge-approval {
    display: none;
}

.search-container {
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 30px;
}

.lozenge-filters {
    background-color: transparent;
    margin-top: 0;
}

.lozenge .icon-flag-small {
    float: right;
}

.lozenge-header {
    height: 80px;
}

label.select-all {
    font-weight: 500;
    padding: 10px;
    width: 40px;
}

label.select-all input[type="checkbox"] {
    margin-right: 5px;
}

.lozenge button {
    width: 108px;
}

.lozenge-summary-body {
    border-right: 1px solid #18b6e5;
    float: left;
    width: 758px;
}

.lozenge-summary-body h4 {
    margin: 20px 0 0px 5px;
}

.lozenge-summary-body .lozenge-header .title div {
    margin: 5px 0 0 5px;
}

.lozenge-summary-body h6 {
    padding: 0px 5px;
    margin: 0;
    line-height: 30px;
}

.lozenge-summary-checkbox {
    width: 30px;
    float: left;
    height: 90px;
    text-align: center;
}

.lozenge-summary-checkbox input {
   margin: 32px 0 0 5px;
}

.lozenge-summary .title {
    float: left;
    width: 500px;
}
.lozenge-summary .title.safeguarding {
    width: 470px;
}

.lozenge-summary .date {
    float: right;
    width: 170px;
    text-align: right;
    padding: 25px 14px 0 0;
}

.lozenge-summary .hiring-manager {
    width: 300px !important;
}

.lozenge-detail .title {
    float: left;
    width: 650px;
}

.multi-approval-actions {
    margin: 0;
}

.approval-actions {
    float: right;
    width: 220px;
}

.lozenge-divider .approval-actions {
    margin-top: 8px;
}

.lozenge-detail-item {
    padding-top: 40px;
}

.lozenge-summary-body .header:after,
.lozenge-detail-body {
    clear: both;
}

.lozenge-summary-body small {
    font-size: 80%;
    font-weight: 400;
    color: #666565;
    margin-bottom: 5px;
    display: block;
}

.lozenge-totals {
    margin-left: 0;
    width: 220px;
    float: left;
}

    .lozenge-totals .btn {
    background-color: #ebebeb;
}

.lozenge-total {
    border-bottom: 1px solid #dddddd;
    padding: 12px 5px 12px 5px;
    font-size: 16px;
    color: #707070;
    line-height: 30px;
}

    .lozenge-total span {
    display: block;
    width: 90px;
    float: right;
}

.lozenge-detail {
    background-color: #efefef;
    padding-bottom: 8px;
}

    .lozenge-detail .btn {
    background-color: #e1e1e1;
}

.lozenge-detail-body /* details table */ {
    padding-left: 12px;
}

.lozenge-detail .header /* details table */ {
    font-size: 20px;
    font-weight: 400;
}

.lozenge-detail .header-note {
    background-color: #e1e1e1;
    margin-bottom: 5px;
    padding: 0px;
    /*border-bottom: 1px solid #ddd;*/
}

    .lozenge-detail .header-note h6 {
    margin: 2px;
    font-size: 18px;
}

.lozenge-detail .header h6 {
    margin: 5px 0 9px 15px;
}

.lozenge-detail .header small {
    font-size: 60%;
    text-rendering: optimizelegibility;
}

.lozenge-detail-body .header-note {
    margin-bottom: 0px;
    font-size: 16px;
}

    .lozenge-detail-body .header-note h6 {
    font-size: 14px;
}

.lozenge-divider {
    /*border-bottom: 15px solid #ebebeb;
    padding: 15px;
    color: #707070*/
}

.lozenge-divider small {
    display: block;
    padding: 15px 32px;
}

.lozenge-expander {
    min-height: 14px;
    height: 14px;
    background-color: #ebebeb;
    width: 100%;
    text-align: center;
}

.lozenge .icon-expand {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}

/* booking lozenge overrides */

.booking-lozenge .lozenge-summary-body,
.contact-lozenge .lozenge-summary-body {
    width: 980px;
    margin-left: 20px;
    border-right: none;
}

.booking-lozenge .lozenge-summary-body.safeguarding {
    margin-left: 10px;
}

.contact-lozenge .lozenge-summary-body {
    width: 100%;
    min-height: 130px;
    margin-left: 0px;
}

.contact-lozenge .lozenge-header {
    padding-left: 20px;
}

.booking-lozenge .lozenge-detail-body {
    padding: 0 0px;
}

    .booking-lozenge .lozenge-detail-body .table-bordered {
    border-top: none;
}

.booking-lozenge .lozenge-header .date h6 {
    border-left: 1px solid #DDD;
    padding: 0 5px 20px;
}

.booking-lozenge .lozenge-header .date.no-border h6 {
    border: none;
}

.contact-lozenge {
    background-color: #F0F0F0;
    margin-bottom: 0;
    width: 100%;
}

    .contact-lozenge .contact-info {
    float: left;
    width: 360px;
    text-align: left;
    padding-top: 25px;
}

        .contact-lozenge .contact-info .lead {
    margin: 0;
    font-size: 22px;
    font-weight: 300;
}

            .contact-lozenge .contact-info .lead i {
    margin-top: 5px;
}

        .contact-lozenge .contact-info .mail-link a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #636363;
    text-decoration: underline;
}

        .contact-lozenge .contact-info .mail-link i {
    vertical-align: middle;
    margin-top: 2px;
}

    .contact-lozenge .expand-info {
    float: right;
    width: 65px;
    text-align: right;
    padding: 0;
}

    .contact-lozenge .title small {
    margin-left: 40px;
}

    .contact-lozenge .icon-favourite {
    cursor: pointer;
}

.contact-lozenge .lozenge-detail,
    .contact-lozenge .lozenge-detail-item {
    padding: 0;
}

    .contact-lozenge .lozenge-detail-body {
    background-color: #2e2e2e;
    color: #b7b7b7;
    padding: 12px;
}

.contact-lozenge .lozenge-detail-body .job-categories,
        .contact-lozenge .lozenge-detail-body .contact-notes {
    float: left;
    width: 30%;
    height: 120px;
    padding-left: 10px;
}

.contact-lozenge .lozenge-detail-body .contact-notes-readonly,
        .contact-lozenge .lozenge-detail-body .job-categories {
    overflow: auto;
}

        .contact-lozenge .lozenge-detail-body .contact-notes {
    width: 65%;
}

.contact-lozenge .contact-notes button.btn-edit-start,
.contact-lozenge .contact-notes button.btn-edit-cancel,
    .contact-lozenge .contact-notes button.btn-edit-save {
    font-size: 12px;
    float: right;
    width: 60px;
    background-color: transparent;
    color: #b7b7b7;
    padding: 0;
}

.contact-lozenge .contact-notes-readonly,
    .contact-lozenge .contact-notes-edit textarea {
    width: 100%;
    height: 80px;
    padding: 0;
    color: #b7b7b7;
    font-size: 15px;
    font-weight: 300;
    resize: none;
}


    .contact-lozenge .contact-notes-edit textarea {
    background-color: #484747;
    color: #FFFFFF;
}

        .contact-lozenge .contact-notes-edit textarea[readonly] {
    background-color: transparent;
    color: #B7B7B7;
}

    .contact-lozenge .lozenge-detail-body p {
    font-weight: 500;
    font-size: 16px;
    color: #bdbdbd;
}

    .contact-lozenge form {
    margin: 0;
}

.badge-weekday {
    text-align: center;
    width: 12px;
    line-height: 12px;
    padding: 5px;
    font-weight: bold;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    color: #B4B4B4;
    font-family: 'Courier',Arial,sans-serif;
    position: relative;
    behavior: url(/Scripts/PIE.htc);
}

    .badge-weekday[class*="selected"] {
    color: #FFF;
    background-color: #B4B4B4;
}

.badge, .badge-count {
    line-height: 10px;
}

.badge-count {
    text-align: right;
}

/* Responsive overrides */

@media (max-width: 1199px) {
    /* Tablet screen */
    /*
    .lozenge,
    .lozenge-filters,
    .search-container
    {
        width: 780px;
    }

    .lozenge-summary-body
    {
        width: 587px;
        margin-left: 0;
    }

    .booking-lozenge .lozenge-summary-body,
    .contact-lozenge .lozenge-summary-body
    {
        width: 780px;
        margin-left: 0;
    }


    .lozenge-header .title
    {
        width: 400px;
    }

    .lozenge-totals
    {
        width: 160px;
    }

    .lozenge-total .lead
    {
        float: none;
    }

    .table-detail td, .table-detail th
    {
        font-size: 13px;
    }
*/

}

@media (min-width: 1200px) {
    /* big screen */



}


/*############## END LOZENGE #############*/

/*############## START TIMESHEET UNGROUPED #############*/

.timesheet-readonly {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e1e1e1;
}

    .timesheet-readonly .header-line {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}

        .timesheet-readonly.header-line .timesheet-id {
    padding-left: 5px;
}

.timesheet-readonly .footer-line {
    padding: 5px 0 5px 0;
}

    .timesheet-readonly .worker-line {
    padding: 5px 0 0 0;
    color: #707070;
    font-size: 16px;
}

        .timesheet-readonly .worker-line label {
    padding: 5px;
    display: inline;
}

        .timesheet-readonly .worker-line .status-label {
    margin-top: 5px;
    line-height: 20px;
    display: inline;
}

    .timesheet-readonly .header small {
    color: #666565;
    display: block;
    font-size: 80%;
    font-weight: 400;
    margin-bottom: 5px;
}

    .timesheet-readonly .rejection-reason {
    padding: 5px;
}


    .timesheet-readonly .table-condensed td {
    padding: 3px;
}

    .timesheet-readonly input {
    border: 1px solid #cdcdcd;
}

.timesheet-readonly select {
    border: 1px solid #cdcdcd;
    height: 38px;
    line-height: 30px;
}

.timesheet-readonly tfoot.totals td {
    padding: 12px 2px;
    font-size: 16px;
    vertical-align: middle;
}

.timesheet-readonly tr.timesheet-controls td {
    background-color: #EFEFEF;
}

    .timesheet-readonly tfoot.totals td.total-value, .timesheet-readonly tfoot.totals td.total-label {
    /*border-right: 1px solid #EFEFEF;*/
    /*background-color: #a4d5e6;*/
    font-weight: bold;
    padding: 12px 2px;
}

    .timesheet-readonly tfoot.totals td.timesheet-controls {
    text-align: right;
    padding: 0;
}


    .timesheet-readonly .icon-document {
    margin-top: 2px;
    cursor: pointer;
}

    .timesheet-readonly .unit-error {
        border: 1px solid red !important;
}

    .timesheet-readonly .header-note {
    background-color: #efefef;
    padding: 0px;
}

        .timesheet-readonly .header-note h5 {
    font-size: 16px;
    margin: 5px;
    letter-spacing: normal;
}

.timesheet-readonly .timesheet-units,
.timesheet-readonly .timesheet-hour-type,
    .timesheet-readonly .timesheet-client-cost-code {
    padding: 8px 0 8px 0;
}

    .timesheet-readonly .timesheet-days {
    padding: 8px 4px 8px 4px;
}

    .timesheet-readonly th {
    padding: 9px 1px 8px 1px;
}


    .timesheet-readonly .tt-dropdown-menu {
    background-color: #EDEDED;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    min-width: 160px;
    padding: 5px 0;
    font-size: 13px;
    line-height: 20px;
}

    .timesheet-readonly tr.timesheet-controls td.action-button {
    padding: 0;
}

    .timesheet-readonly tr.timesheet-controls button {
    width: 105px;
    margin-top: 3px;
}

        .timesheet-readonly tr.timesheet-controls button.btn {
    background-color: #E6E6E6;
}


/*############## END TIMESHEET EDITOR #############*/

/*############## START TIMESHEET EDITOR #############*/

.timesheet-editor {
    background-color: #F6F6F6;
    border-bottom: 1px solid #e1e1e1;
}

    .timesheet-editor .header-line {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}

        .timesheet-editor .header-line .timesheet-id {
    padding-left: 5px;
}

.timesheet-editor .footer-line {
    padding: 5px 0 5px 0;
}

    .timesheet-editor .worker-line {
    padding: 8px 0 5px 0;
    color: #707070;
    font-size: 16px;
}

        .timesheet-editor .worker-line label {
    padding: 5px;
    display: inline;
}

    .timesheet-editor .header small {
    color: #666565;
    display: block;
    font-size: 80%;
    font-weight: 400;
    margin-bottom: 5px;
}

    .timesheet-editor .rejection-reason {
    padding: 5px;
}


    .timesheet-editor .table-condensed td {
        padding: 5px 3px;
        background-color: #e1e1e1;
}

    .timesheet-editor .table-condensed thead th {
        background-color: #e1e1e1;
    }

    .timesheet-editor .table-bordered td {
    border-left: none;
}
.timesheet-editor .awr-date-container 
{
    right: 447px;
    margin-left: 15px;
    width: 218px; 
    padding-top: 4px;
    padding-bottom: 10px;
}

.timesheet-editor .awr-date-container .awr-label, .awr-readonly-label {
    padding-top: 2px;
    font-size: 8px;
    font-weight: bold;
}

.timesheet-editor .awr-date-container .awr-icon, .awr-readonly-icon {
    padding-top: 5px;
    font-size: 14px;
}

.timesheet-editor .awr-datepicker
{
    vertical-align: top; 
    float: right; 
    margin-right: 10px; 
    border-radius: 10px;
}
    
.ts-bottom-buttons {
    width: 99%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ts-checkbox-margin {
    margin: 0px 5px 5px 0px !important;
}

.ts-label-padding {
    padding: 5px 3px !important;
}

    .timesheet-editor input {
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    margin-bottom: 0;
}

.timesheet-editor select {
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    height: 38px;
    line-height: 30px;
    margin-bottom: 0;
}

.border-radius-10 span {
    border-radius: 10px;
}

.border-radius-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

    .timesheet-editor tfoot.totals td {
    border-top: 0 solid #ddd;
    background-color: #F6F6F6;
    padding: 0 4px 2px 10px;
    border-right: 0;
}
    .timesheet-editor tfoot.blue-totals td {
        border-top: 0 solid #ddd;
        background-color: #4a0d86;
        padding: 8px 4px 8px 10px;
        border-right: 0;
        font-weight: bold;
        vertical-align: middle;
        color:#fff;
    }
    .timesheet-editor tr.timesheet-grand-total td {
       font-weight: bold;
       vertical-align: middle;
       background-color: #F6F6F6;
       padding-left:11px;
    }
        .timesheet-editor tfoot.totals td.total-value, .timesheet-editor tfoot.totals td.total-label {
    /*border-right: 1px solid #EFEFEF;*/
    /*background-color: #a4d5e6;*/
    font-weight: bold;
    padding: 8px 5px;
}

        .timesheet-editor tfoot.totals td.timesheet-controls {
    text-align: right;
    padding-top: 3px;
}
    .timesheet-editor td.header {
        text-align: center;
        font-weight: bold;
        vertical-align:middle
    }

    .timesheet-editor .icon-document {
    margin-top: 2px;
    cursor: pointer;
}

    .timesheet-editor .unit-error {
        border: 1px solid red !important;
}

    .timesheet-editor .header-note {
    background-color: #efefef;
    padding: 0px;
}

        .timesheet-editor .header-note h5 {
    font-size: 16px;
    margin: 5px;
    letter-spacing: normal;
}

/*.timesheet-readonly .total-label, .timesheet-readonly .total-value
{
    background-color: #e1e1e1;
}*/

.timesheet-units, .timesheet-hour-type {
    padding: 8px;
}

.timesheet-hours-entry {
     font-size:15px;
     font-weight: normal;
     color: #555555;
}

.timesheet-weekending {
    float: left;
    width: 172px;
    text-align: right;
}

input.timesheet-units[disabled] {
    color: #e1e1e1;
}

.timesheet-editor .tt-dropdown-menu {
    background-color: #EDEDED;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    min-width: 160px;
    padding: 5px 0;
    font-size: 13px;
    line-height: 20px;
}

/* Timesheet Details Ko Component Styles*/
table.timesheet-details {
    width: 100%;
    background-color: #f7f7f7;
    border: solid 3px #e1e1e1;
    border-collapse: separate;
    table-layout: fixed;
}

table.timesheet-details > tr > td:nth-child(2n) {
    padding-right: 20px !important;
    text-align: right;
}
table.timesheet-details > tr > td {
    padding: 10px 8px !important;
    border-bottom: 1px solid #cdcdcd;
    border-left: none;
    background-color: #f7f7f7;
}

table.timesheet-details > tr:last-child > td {
    border-bottom: none;
}

table.timesheet-details > tr  {
    background-color: #e1e1e1 !important;

}

.timesheetLinesModal table.timesheet-details {
    table-layout: auto;
}
.timesheetLinesModal table.timesheet-details td {
    width: 1px;
}

.expenses-background .table,
.expenses-background .table-hover tbody tr:hover > td,
.expenses-background .table-hover tbody tr:hover > th {
    background-color: #e1e1e1;
}
/* END OF Timesheet Details Ko Component Styles*/


/*############## END TIMESHEET EDITOR #############*/


/*############## START BANK HOLIDAYS #############*/
.pagination button.customPaging {
    background-color: #EBEBEB;
    border: medium none;
    color: #4a0d86;
    float: left;
    font-size: 28px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 80px;
    margin-right: 3px;
    padding: 7px 10px;
}

.pagination button.disabled {
    color: #B7B7B7;
    cursor: default;
}

.pagination button.currentPage, .pagination span.currentPage {
    color: #4a0d86;
    margin-right: -10px;
    margin-left: -10px;
}

.pagination button.firstPage {
    margin-right: -10px;
}

.ui-pagination .pagination ul > li > a, .ui-pagination .pagination ul > li > span,
.ui-pagination.pagination ul > li > a, .ui-pagination.pagination ul > li > span {
    background: none;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-size: 24px;
}

.ui-pagination select, .ui-pagination button, button.ui-pagination {
    background: none;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

    .ui-pagination select:hover, .ui-pagination select:focus,
    .ui-pagination button:hover, .ui-pagination button:focus,
    button.ui-pagination:hover, button.ui-pagination:focus {
        background-color: #eee;
        color: #4a0d86;
    }

.table thead tr th.leftAllign {
    text-align: left;
}

.ui-filter.filter-on {
    background-color: #4a0d86;
    color: #FFF;
}

    .ui-filter.filter-on .caret {
        border-top-color: #FFF;
        border-bottom-color: #FFF;
    }

.ui-filter {
    background: none;
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
}

    .ui-filter:hover, .ui-filter:focus {
        color: #4a0d86;
        background-color: #eee;
    }

        .ui-filter:hover .caret, .ui-filter:focus .caret {
            border-top-color: #4a0d86;
            border-bottom-color: #4a0d86;
        }

/*############## END BANK HOLIDAYS #############*/

/*############ START WORKERS TILES ##############*/
.blockDisplay {
    display: block;
}

.modalWidth input[type="text"].input-wide {
    width: 350px;
}

.modalWidth input[type="text"].input-small {
    width: 90px;
}

.modalWidth input[type="text"].input-medium {
    width: 150px;
}

.text-area-match-select-xlarge {
    width: 270px;
}

.select-wide {
    width: 365px;
}

.select-xlarge {
    width: 286px;
}

.select-x1large {
    width: 316px;
}

.select-2xlarge {
    width: 415px;
}

.select-3xlarge {
    width: 486px;
}

.select-4xlarge {
    width: 586px;
}

.select-xmedium {
    width: 200px;
}

.select-medium {
    width: 170px;
}

.select-small {
    width: 90px;
}

.select-xsmall {
    width: 60px !important;
    padding: 5px;
}

.input-xmedium {
    width: 154px!important;
}

.custom-magrin {
    margin-bottom: 20px;
}

.modalWidth {
    width: 700px;
}

.modalWidth400 {
    width: 400px;
}

.rightAlign {
    float: right;
}

.rightAlignImp {
    float: right!important;
}

.mrg-right-10 {
    margin-right: 10px;
}

.modalWidth input[type="text"] {
width: 205px;
}

.table-striped-rows tbody tr:hover td,
.table-grouped-striped-rows tbody tr:nth-of-type(odd):hover > td,
.table-grouped-top .table-grouped-sub tbody tr:hover td,
.table-striped-groups tbody tr:hover td {
    background-color: #DDDDDD;
    cursor: pointer;
}

.table-striped-rows tbody tr.no-hover:hover td {
    background-color: #e8e8e8;
    cursor: default;
}

.unvisible {
    visibility: hidden;
}

.warningWorkerIncompleteMessage {
    color: #30B7E3;
    font-size: 18px;
}

.complianceItemWorker {
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 15px;
    font-weight: normal;
    color: #898989;
}

.custom-magrin-samll {
    margin: 5px;
}

.complianceEWLeft {
    float: left;
}

.compliancePreScrollable {
    max-height: 450px;
}

.candidateCompliancePreScrollable {
    max-height: 450px;
    overflow-y: auto;
}

.uploaderFile {
    position: relative;
}

.uploaderFile input {
    opacity: 0;
    overflow: hidden;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
	filter: alpha(opacity=0);
}

.uploaderFile label {
    margin-top: 10px;
    font-size: 12px;
}

.complianceWorkerWrap {
    word-wrap: break-word;
    display: block;
    max-width: 460px
}
/*############## END WORKERS #############*/

/*############## START PEOPLE #############*/
.createPersonTitle {
    position: absolute;
    margin-top: -22px;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
}

table th.createPersonWideTableColumn, table td.createPersonWideTableColumn {
    width: 200px;
}

.DDAAlign {
    float: left;
    margin-top: 10px;
}

.labelAlign {
    float: left;
    width: 198px;
}

.scrollableEDLable {
    border: 1px solid #D7D7D7;
    height: 95px;
    overflow-y: scroll;
    padding: 5px;
}

.showTable {
    display: table-row;
}

.table-striped-rows-custom tbody tr:nth-of-type(8n+1) td, .table-striped-rows-custom tbody tr:nth-of-type(8n+2) td, .table-striped-rows-custom tbody tr:nth-of-type(8n+3) td, .table-striped-rows-custom tbody tr:nth-of-type(8n+4) td {
   background-color: transparent;
}

.table-striped-rows-custom tbody tr:nth-of-type(8n+5) td, .table-striped-rows-custom tbody tr:nth-of-type(8n+6) td, .table-striped-rows-custom tbody tr:nth-of-type(8n+7) td, .table-striped-rows-custom tbody tr:nth-of-type(8n+8) td {
    background-color: #e8e8e8;
}

.table-striped-rows-custom tbody tr:hover td {
    background-color: #DDDDDD;
    cursor: pointer;
}

.containerMinHeight {
    min-height: 160px;
}

.tab-min-height {
    min-height: 630px;
}

.people-contact-lozenge {
    width: 860px;
    background-color: #F0F0F0;
    margin-bottom: 0;
}

.people-contact-lozenge .lozenge-header .title {
    width: 360px;
}

.people-contact-lozenge .lozenge-header .contact-info {
    width: 300px;
}

.people-contact-lozenge .lozenge-header .expand-info {
    width: 60px;
}

.people-lozenge-detail {
    width: 860px;
}

.TAModalWidth {
    width: 580px;
}

/*############## END PEOPLE #############*/

/*############## START CLIENT MAINTANCE #############*/

.nav > li > a.hide {
    display: none;
}

.nav > li > a.show {
    display: block;
}

.modalWidthClient {
    min-width: 880px;
    max-width: 1010px;
}

.select-small-client {
    width: 105px;
}

.select-medium-client {
    width: 225px;
}

.select-auto-client {
    width: auto;
}

.emptyTamlePosition {
    margin-top: 60px;
}

input[type="text"].hide {
    display: none;
}

table.addCostCodes-table-wrap td {
    max-width: 150px;
}

.divModalCEC label {
    word-wrap: break-word;
}
/*############## END Client MAINTANCE #############*/

/*############ START HOMEPAGE TILES ##############*/
.tile-container li.tile.hideHomeLi {
    display: none;
}

.homepage-logo {
    width: 204px;
    height: 48px;
    margin-top: 49px;
    margin-left: 54px;
    background-image: url("../../img/Comensura_Logo_204x48.jpg");
}

.tile-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 75px;
    width: 950px;
}

    .tile-container ul {
    margin: 0px;
}

    .tile-container li {
    margin-left: 6px;
    margin-bottom: 10px;
    line-height: 22px;
}

        .tile-container li a {
    width: 100%;
    height: 100%;
    display: block;
}

        .tile-container li.tile {
            display: block;
            cursor: pointer;
            float: left;
            width: 127px;
            height: 135px;
            text-align: right;
            padding: 8px;
            opacity: 1;
            background-color: #2e8bcc;
            font-family: 'Lato', Arial, sans-serif;
            font-size: 14px;
            margin-left: 10px;
        }
/*Commented out as class sign '.' is missed. Remove after first release*/
/*.tile-container li.tile tile-text {
    text-align: left;
}*/

            .tile-container li.tile a:hover {
    text-decoration: none;
}

            .tile-container li.tile img {
    border: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

            .tile-container li.tile:hover {
    opacity: 0.75;
}

            .tile-container li.tile.tile-double {
    width: 280px;
}

            .tile-container li.tile.tile-blue {
  background-color: #291f49;
  background-image: -moz-linear-gradient(top, #4a0d86, #291f49);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a0d86), to(#291f49));
  background-image: -webkit-linear-gradient(top, #4a0d86, #291f49);
  background-image: -o-linear-gradient(top, #4a0d86, #291f49);
  background-image: linear-gradient(to bottom, #4a0d86, #291f49);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a0d86', endColorstr='#291f49', GradientType=0);
  border: none;
  color: #ffffff;
}

            .tile-container li.tile.tile-grey {
    background-color: #EDEDED;
}

            .tile-container li.tile span.badge {
    background-color: #ffffff;
    color: #4a0d86;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 4px;
    line-height: 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-rendering: optimizelegibility;
                min-width: 25px;
                text-align: center;
}

            .tile-container li.tile.tile-grey span.badge {
    color: #EDEDED;
    background-color: #4a0d86;
    background-image: linear-gradient(to top, #4a0d86, #291f49);
    background-image: -o-linear-gradient(top, #4a0d86, #291f49);
    background-image: -moz-linear-gradient(top, #4a0d86, #291f49);
    background-image: -webkit-linear-gradient(top, #4a0d86, #291f49);
    background-image: -ms-linear-gradient(top, #4a0d86, #291f49);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#4a0d86), color-stop(#291f49));
}

            .tile-container li.tile span.nobadge {
    line-height: 26px;
}

/*.tile-margin-left-custom .*/

.tile-container .tile-title {
    text-align: left;
    padding-left: 8px;
    display: block;
    font-weight: 400;
}

.tile-container li.tile.tile-grey .tile-title {
    color: #636363;
}

.tile-container li.tile.tile-blue .tile-title {
    color: #ffffff;
}

.tile-icon {
    height: 85px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.tile-icon-todo-double {
    background-position: -1527px 0;
}

.tile-icon-orders-small {
    background-position: -1447px -95px;
}

.tile-icon-orders-double {
    background-position: -1447px 0;
}

.tile-icon-candidate-status-double {
    background-position: -1257px 0;
}

.tile-icon-candidate-status-small {
    background-position: -1257px -95px;
}

.tile-icon-interview-small {
    background-position: -1341px -95px;
}

.interviews-scheduled-icon-small {
    background-position: -512px -42px;
}

.interviews-scheduled-icon-small-14 {
    background-position: -296px -24px;
}

.tile-icon-interview-double {
    background-position: -1341px 0;
}

.tile-icon-timesheets-double {
    background-position: -457px 0;
}

.tile-icon-timesheets-small {
    background-position: -457px -95px;
}

.tile-icon-reports {
    background-position: -1173px 0;
}

.tile-icon-announcements-small {
    background-position: -852px -95px;
}

.tile-icon-announcements-double {
    background-position: -852px 0;
}

.tile-icon-bookings {
    background-position: -547px 0;
}

.tile-icon-bookings-small {
    background-position: -547px -98px;
}

.tile-icon-bookings-double {
    background-position: -547px 0;
}

.tile-icon-account-small {
    background-position: -3px -95px;
}

.tile-icon-account-double {
    background-position: -3px 0;
}

.tile-icon-contacts-small {
    background-position: -1615px -98px;
}

.tile-icon-contacts-double {
    background-position: -1615px 0;
}

.tile-icon-workers-small {
    background-position: -103px -95px;
}

.tile-icon-workers-double {
    background-position: -103px 0;
}


.tile-icon-suppliers-double {
    background-position: -750px 0;
}

.tile-icon-suppliers-small {
    background-position: -750px -95px;
}


.tile-icon-documents-small {
    background-position: -647px -95px;
}

.tile-icon-documents-double {
    background-position: -647px 0;
}

.tile-icon-invoices-double {
    background-position: -287px 0;
}

.tile-icon-invoices-small {
    background-position: -287px -95px;
}


.tile-icon-help-small {
    background-position: -201px -95px;
}

.tile-icon-help-double {
    background-position: -201px 0;
}

.tile-icon-email-us {
    background-position: -377px -95px;
}

.tile-icon-live-chat {
    background-position: -1069px -95px;
}

.tile-icon-customer-services {
    background-position: -957px -95px;
}

.tile-icon-safeguarding {
    background-position: -1955px -95px;
}

.tile-icon-sow {
    background-position: -2048px -99px;
}

.tile-icon-requirements {
    background-position: -2141px -8px;
}

.tile-icon-proposals {
    background-position: -2233px -99px;
}

.tile-icon-proposals-double {
    background-position: -2233px -8px;
}

.tile-icon-statements {
    background-position: -2326px -99px;
}

.tile-icon-statements-double {
    background-position: -2326px -8px;
}

.tile-icon-transactions {
    background-position: -2417px -8px;
}

/*
.tile-container ul li a
{
    display: block;
    text-decoration: none;
}

.tile-container ul li span
{
    display: block;
    text-decoration: none;
}
*/

#tile-middle-text {
    text-align: center !important;
    font-size: 200% !important;
}

#tile-middle-text a span {
    padding: 25px !important;
}



/*############ END HOMEPAGE TILES ################*/


/*############## START SUPPLIER MAINTANCE #############*/

.suplierBtn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #b7b7b7;
    font-weight: normal;
    padding: 3px 20px;
}

    .suplierBtn:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
}

.suplierPre-scrollable {
    max-height: 745px;
    overflow-y: auto;
    padding-right: 10px;
}

/*############ END SUPPLIER MAINTANCE ##############*/

/*############## START CLIENT MAINTANCE #############*/

.clientmaintMargin {
    margin-top: 5px;
}

.clientInputComment {
     font-size: 12px;
}

.clientSettingsTabTable {
    max-height: 500px;
    overflow: auto;
}

#clientSettingsGeneralTab {
    min-width: 675px;
}

/*############ END CLIENT MAINTANCE ##############*/

/*############## START More\Less  #############*/
.more-less a {
    color: #0254EB;
}
.more-less a:visited {
    color: #0254EB;
}
.more-less a.morelink {
    text-decoration: underline;
    outline: none;
}
.more-less .morecontent span {
    display: none;
}
.more-less .comment {
    background-color: #f0f0f0;

}
/*############ END More\Less ##############*/

/*############ FOOTER #############*/

.footer-container {
    height: 64px;
    background-color: #252525;
    margin-top: -64px;
}

    .footer-container .copyright {
    padding: 20px;
    float: left;
}

    .footer-container .icon-logo-footer {
    margin: 10px;
    float: left;
}

    .footer-container a {
    float: right;
    padding: 20px;
    font-weight: 300;
    font-size: 13px;
}

/*#################################*/

/*############ SUPPLIER SEARCH INPUT #############*/

.input-search {
    width: 175px;
}

/*#################################*/


/*############ TIMESHEET INDIVIDUAL LINE STATUS #############*/
table.table-bordered .timesheet-line-status {
    border-left: 6px solid #e1e1e1;
}

table.table-bordered td.timesheet-line-status-approved {
   border-left: 6px solid #3fbc74;
}

table.table-bordered td.timesheet-line-status-rejected {
   border-left: 6px solid #E55E5F;
}

.ts-table-bordered {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.ts-table-bordered tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.ts-table-bordered tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.ts-table-bordered tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.ts-table-bordered tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.ts-expense-column {
    padding: 3px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*############ SUPPLIER SEARCH INPUT #############*/



/*############ TIMESHEET HISTORY #############*/
.popup .timesheet-history {
    max-height: 300px;
    overflow-y: auto;
}
/*############ HISTORY #############*/


/*############ COMPLIANCE HISTORY #############*/
.compliances-history-items {
    overflow-y: auto;
    max-height: 640px;
}
/*############ END COMPLIANCE HISTORY #############*/

/*############ COMPLIANCE #############*/

.compliance-item-list {
    max-height: 400px;
    overflow: auto;
}

.compliance-modal h6 {
    margin-top: 0;
}

.compliance-modal .instructions {
    margin-top: 5px;
    width: 500px;
}

.compliance-evidence-item {
    background-color: #F6F6F6;
    margin-bottom: 5px;
}

.evidence-item {
    padding: 5px 5px 5px 10px;
}

.evidence-item h5 i {
    vertical-align: bottom;
}

.compliance-missing {
   border-left: 6px solid #E55E5F;
}

.compliance-present {
   border-left: 6px solid #DDDDDD;
}

.evidence-item-type {
    float: left;
}

.evidence-item-name {
}

.evidence-item-update button {
    width: 70px;
}

.worker-evidence-item {
    border-top: 1px solid #ddd;
}

.worker-evidence-item .control-group {
    margin-bottom: 10px;
}

.worker-evidence-item .control-label {
    text-align: left;
        width: 180px;
}

.worker-evidence-item .controls {
    margin-left: 190px;
}

.worker-evidence-item .controls a:hover {
    cursor: pointer;
}

.table-min-height-scroll.pre-scrollable {
    min-height: 0%;
    overflow: auto;
}

.evidence-item-update {
    width: 100%;
    float: right;
}

.compliance-confirmation input {
    margin: 0;
}

.compliance-confirmation {
    margin-bottom: 15px;
    word-wrap: break-word;
}

.compliance-files-table {
    width: auto;
}

    .compliance-files-table tbody td {
        vertical-align: middle;
    }

.timesheet-editor .compliance-warning, 
.timesheet-readonly .compliance-warning,
.awrdate-warning, 
.general-warning {
    padding: 5px;
    margin-bottom: 3px;
    margin-left: 0!important;/*for rejected timesheets when missing custom fields*/
}

.timesheet-editor .confirm-compliance-link,
.timesheet-readonly .confirm-compliance-link {
    font-weight: 500;
    text-decoration: underline;
    float: right;
}

.timesheet-editor .confirm-compliance-title, .bold,
.timesheet-readonly .confirm-compliance-title, .bold {
    font-weight: bold;
}

.timesheet-editor .approval-actions .label,
.timesheet-readonly .approval-actions .label {
    margin-top: 5px;
}

/* dropdown-menu overrides for button group */
.dropdown-menu-primary {
    min-width: 0px;
    background-image: linear-gradient(to bottom, #4a0d86, #291f49);
    background-repeat: repeat-x;
    font-family: 'Lato', Arial, sans-serif;
    letter-spacing: normal;
}
/* dropdown-menu overrides for button group end */

.jobTitleComplianceScrollable {
    max-height: 652px;
    overflow-y: scroll;
}

#jobCategoryExceptionScrollable {
    max-height: 652px;
    overflow-y: scroll;
    position: relative;
}

.jobTitle_Select-jobTitle {
    width: 275px;
}

select.select-filter {
    width: 198px;
}

.menuStyle {
    margin-top: -10px;
}

/*Job Title Rates/Hour Types LTD info icon*/
.ltd-info {
    padding-bottom: 0px!important;
}

/* Editable Paging */
.pagination ul > li.paging-editable-li > span {
    padding-top: 3px;
    padding-bottom: 3px;
}

.pagination ul > li.paging-editable-li > span > input[type="text"].paging-editable-input {
    width: 50px;
    margin: 0;
    padding: 0;
    height: 28px;
    line-height: 26px;
    font-size: 28px;
    text-align: center;
    color: #4a0d86;
    background-color: #f6f7f7;
}
/* Editable Paging */

a.underline-link {
    text-decoration: underline;
}

.row-fluid .span8 .icon-plus-vertical-align-center {
    width: auto;
    line-height: 35px;
}

/*############## START BOOKINGS #############*/

tr.booking-list td {
    border-top: 5px solid #4a0d86;
}

.booking-search-item {
    background-color: #F6F6F6;
    padding: 2px;
    margin-top: 6px;
    max-width: 650px;
}

.booking-search-item-text-header {
    font-weight: 400;
    padding-left: 6px;
}

.booking-search-item-text-normal {
    padding-left: 6px;
    display: block;
}

.booking-search-item-text-large {
    font-size: 19px;
    font-weight: 400;
    padding-left: 6px;
    padding-right: 6px;
}

.booking-search-row, .booking-search-item-row {
    margin-bottom: 10px;
}

.booking-search-row label,
.booking-search-item-row .booking-search-item-text-header,
.booking-search-item .booking-search-item-text-large:last-of-type,
.booking-search-filterButton {
    color: #4a0d86;
}

.booking-lozenge-row {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
/*############## END BOOKINGS #############*/

/*############ START EDIT TIMESHEET #############*/
.timesheet-warnings .warning-message {
    max-width: 515px;
    text-align: left;
}
.timesheet-warnings .warning-message-info {
    margin-left: 14px;
    margin-bottom: 20px;
}
.timesheet-details-modal {
    margin: 0;
    width: 500px;
}
/*############ END EDIT TIMESHEET #############*/

/*############## START HELP #############*/

.help_content_standard_text {
        font-family: 'Lato',Arial,sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
    }

/*############## END HELP #############*/


/*############## START ANNOUNCEMENTS #############*/

div.announcements > div {
    padding: 5px 10px;
    color: #898989;
    border-radius: 10px;
    margin-bottom: 10px;
}

div.announcements div.announcement:nth-child(odd) {
        background-color: #e8e8e8;
}

div.announcements div.announcement:nth-child(even) {
        background-color: #f6f6f6;
}

.announcementsButtons button {
    color: #ffffff !important;
}

.announcementUploaderFile > input {
    display: none;
}

.announcementUploaderFile label {
    /*font-size: 12px;*/
    width: 22px;
    height: 22px;
    background: transparent url('../images/jquery-te/folder-upload.png') no-repeat center !important;
    display: block;
    margin: 0 !important;
}

#announcementTitle {
    width: 95%;
}

/*############## END ANNOUNCEMENTS #############*/

.requiredContainer span {
        float: right;
        margin-right: 5px;
    }

    .requiredContainer div {
        overflow: hidden;
    }

    .requiredContainer input,
    .requiredContainer select {
        margin-right: 20px;
    }

.hiddenRow {
    padding: 0 !important;
}

.scrollable-dropdown-menu {
    margin-bottom: 10px;
}

    .scrollable-dropdown-menu .tt-dropdown-menu {
        overflow-y: auto;
    }

#systemSettingsSubMenu {
    margin-top: -100.5%;
}


#listsSubMenu {
    margin-top: -48.5%;
}

.admin-sub-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#systemSettingsSubMenu li > a,
#listsSubMenu li > a {
    padding-bottom: 2px;
}

.padding-left-20,
.dropdown-submenu.second-level {
    padding-left: 20px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.dropdown-submenu.second-level.pull-left > .dropdown-menu {
        left: -121%!important;
    }

.dropdown-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.input-typeahead-small {
    width: 100px;
}

.input-typeahead-medium {
    width: 200px;
}

.input-typeahead-large {
    width: 300px;
}

.input-typeahead-large-suggestions, .select-match-typeahead-large {
    width: 315px;
}

.input-match-typeahead-large {
    width: 300px;
}

.input-match-typeahead-full-modal {
    width: 355px;
}

.input-typeahead-xlarge,
.input-match-typeahead-xlarge {
    width: 400px;
}

.input-typeahead-2xlarge {
    width: 471px;
}
.input-typeahead-2xlarge-suggestions {
    width: 486px;
}

.input-typeahead-xlarge-suggestions, .select-match-typeahead-xlarge{
    width: 415px;
    word-break: break-all;
}

.input-typeahead-xxlarge {
    width: 600px;
}

.input-typeahead-xxlarge-suggestions {
    width: 615px;
}

.select-match-typeahead-xxlarge {
    width: 615px;
}

.cursor-default td {
    cursor: default !important;
}

.div-input_wide input[type="text"] {
     width: 350px;
}

.full-width {
    width: 100% !important;
}

.line-clamp-h4-2line-heigth {
    overflow: hidden;
    max-height: 70px;
}

.lozenge-summary-body .line-clamp-h4-2line-heigth {
    max-height: 80px;
}

.line-clamp-small-2line-heigth,
.line-clamp-label-2line-heigth,
.line-clamp-span-2line-heigth {
    overflow: hidden;
    max-height: 40px;
}

.lbl-indent-from-checkbox {
    margin-left: 4px;
}

.system-settings-indent {
    padding-left: 40px !important;
}

#dateOptions {
    padding: 10px;
    position: absolute;
    height: 70px !important;
    width: 233px;
    background-color: white;
    border: solid grey 1px;
}

input[name="rbEndDateDateOption"], input[name="rbStartDateDateOption"] {
    margin-top: -2px;
    margin-right: 5px;
}

.worker-pattern-modal-opener {
    position: relative;
}

.worker-pattern-modal-opener > div {
    width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
    left: 0;
}

input[type="radio"].rb-align-middle,
input[type="checkbox"].cb-align-middle {
    vertical-align: top;
    margin-right: 5px; /*to have a space between a rb and lb*/
}

.filterExtendedButtons {
    margin-left: 77%;
}

.bookingFilterCaption {
    width: 130px;
}

/*############## START CONTEXT MENU #############*/
.customContextMenu {
        position: absolute;
        display: none;
    }

    .customContextMenu > ul.dropdown-menu {
        display: block;
    }
/*############## END CONTEXT MENU #############*/

/*############## START CUSTOM POPOVER STYLE #############*/
[data-style=black] + .popover {
    background: #363636;
}

[data-style=black] + .popover.bottom .arrow:after {
    border-bottom-color: #363636;
}

[data-style=black] + .popover.top > .arrow:after {
    border-top-color: #363636;
}

[data-style=gray] + .popover {
    background: #EDEDED;
}

/*Further limits popover*/
div.further-limits-filter div.popover-content,
div.further-limits-search div.popover-content {
    padding-left: 0;
    padding-right: 0;
}

div.further-limits-filter div.popover-content label,
div.further-limits-search div.popover-content label {
    margin: 0;
    padding: 3px 20px 3px 40px;
}

div.further-limits-filter div.popover-content label.checkbox.active,
div.further-limits-search div.popover-content label.checkbox.active {
    color: #ffffff;
    background-color: #2C96BA;
    background-image: linear-gradient(to bottom, #4a0d86, #2C96BA);
}

div.further-limits-filter div.popover-content label.checkbox {
    font-size: 14px;
    color: #898989;
}

div.further-limits-search .dropdown-text {
    font-size: 15px;
    color: #555555
}

div.further-limits-search a.filter-on .dropdown-text {
    color: #fff;
}
/*############## END CUSTOM POPOVER STYLE #############*/

.icon-supplier-small {
    background: transparent url('../../img/Supplier_12px.png') no-repeat center center;
}

.icon-supplier-large {
    background: transparent url('../../img/Supplier_80px.png') no-repeat center center;
}

.icon-hiring-manager-small {
    background: transparent url('../../img/Hiring_Manager_12px.png') no-repeat center center;
}

.icon-hiring-manager-large {
    background: transparent url('../../img/Hiring_Manager_80px.png') no-repeat center center;
}

.cursor-pointer {
    cursor: pointer!important;
}

.cursor-not-allowed {
    cursor: not-allowed
}

div.click-to-edit {
    height: 18px;
    padding-right: 5px;
    font-style: italic;
    font-weight: bold;
    font-size: smaller;
    color: #e1e1e1;
}

.per-page_text {
    padding: 4px 10px 0 0;
}

/*Start Orders*/
.bold {
    font-weight: bold;
}

.text-blue {
    color: #4a0d86;
}

.text-red {
    color:red;
}

.padding_bottom_6px {
    padding-bottom: 6px;
}

.padding_bottom_20px {
    padding-bottom: 20px;
}

.order-table {
    padding-bottom: 20px;
}

.select-col {
    padding: 6px 0 0 10px;
}

.order-table .order-template .select-col {
    height: 100%;
}

.order-table .order-template .select-col-hidden {
    margin-right: 13px;
}

.order-table .order-header > div ~ div {
    font-weight: bold;
    text-align: center;
}

.order-header {
    display: flex;
    display: -ms-flexbox;
}

.informational-icon {
    display: flex;
    align-self: flex-end;
}

.flex-display {
    display: flex !important;
}

/*Start from (3rd column) 'Organisation'*/
.order-table .order-template > div ~ div ~ div {
    padding-top: 5px;
    height: 100%;
}

.address_button_align {
    height: 100%;
    padding: 60px 0;
}

.order-table .order-line {
    border-bottom: 2px #DDDDDD solid;
}

.order-table .order-template.order-line.even, .order-cost-code-line.odd {
    background-color: #f5f5f5;
}

.order-table .order-template .order-col {
    max-width: 105px;
}

.order-table .order-template .client-col {
    margin-left: 80px!important;
}

.order-table .order-template .order-col .order-number {
    padding: 0 0 10px 20px;
}

.order-table .order-template .order-heading-fields {
    font-size: 16px;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin {
    margin:0 !important;
}

.summary-activity-custom-margin-left {
    margin-left: 24px !important;
}

.per-page_text {
    padding: 4px 10px 0 0;
}

.table.table-all-bordered,
.table.table-all-bordered > thead tr > th,
.table.table-all-bordered > tbody tr > td {
    border: 1px solid #ddd;
}

#order-role-rate
{
    margin-top: 10px;
}

.order-table .order-template .order-location > div {
    display: inline-block;
}

.order-tab a {
    padding-left: 23px  !important;
    padding-right: 23px  !important;
}

.client-orders-filter{
    margin-left: 0 !important;
}

.client-orders-filter .buttons-group{
    position: relative;
    left: 615px;
}

.client-orders-filter .checkbox, .cost-code-component-buttons{
    margin-top: 10px;
}

.client-orders-actions{
    margin-left: 0 !important;
}

.timesheets-actions{
    float: left;
    margin-left: 3px;
}

.tenant-orders-filter{
    margin-left: 0 !important;
}

.tenant-orders-actions{
    margin-left: 0 !important;
}

#client-orders .order-location:first-child {
    word-break: break-all;
}

#client-orders .order-hiring-manager, .order-positions {
    margin-top: 10px;
    min-width: 150px;
}

#client-orders .order-template {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;}

.order-reject-unreject-reason {
    width: 300px;
}


#supplier-order-general-tab .table {
    position: relative;
}

/*End Orders*/

/*Start order-template*/
.order-template-table .order-template-header {
    background-color: #e1e1e1;
}
.order-template-table .order-template-header > div {
    font-weight: bold;
    text-align: center;
    margin: 0px;
    line-height: 50px;
}
.order-template-table .order-template-header > div ~ div {
    border-left: 1px #cdcdcd solid;
}
.order-template-table .order-template-line > div {
    margin: 0px;
    padding-left: 8px;
    vertical-align: middle;
    line-height: 50px;
}
.order-template-table .order-template-line > div ~ div {
    border-left: 1px #cdcdcd solid;
}
.order-template-table .order-template-line select {
    margin-bottom: 0px;
}
.order-template-table .order-template-line:nth-child(even) {
    background: #f5f5f5;
}
/*End order-template*/

    /*Start CreateEdit Order And Create Online Booking*/
#order-detail .nav-tabs > li.valid > a,
#order-detail .nav-tabs > li.valid > a:hover,
#order-detail .nav-tabs > li.valid > a:focus,
#onlineBookingModal .nav-tabs > li.valid > a,
#onlineBookingModal .nav-tabs > li.valid > a:hover,
#onlineBookingModal .nav-tabs > li.valid > a:focus,
#MultiBookingModal .nav-tabs > li.valid > a,
#MultiBookingModal .nav-tabs > li.valid > a:hover,
#MultiBookingModal .nav-tabs > li.valid > a:focus,
#order-submit-candidate .nav-tabs > li.valid > a,
#order-submit-candidate .nav-tabs > li.valid > a:hover,
#order-submit-candidate .nav-tabs > li.valid > a:focus,
#direct-booking-modal .nav-tabs > li.valid > a,
#direct-booking-modal .nav-tabs > li.valid > a:hover,
#direct-booking-modal .nav-tabs > li.valid > a:focus,
.createEditRequirementModal .nav-tabs > li.valid > a,
.createEditRequirementModal .nav-tabs > li.valid > a:hover,
.createEditRequirementModal .nav-tabs > li.valid > a:focus,
.order-submit-candidate-modal .nav-tabs > li.valid > a,
.order-submit-candidate-modal .nav-tabs > li.valid > a:hover,
.order-submit-candidate-modal .nav-tabs > li.valid > a:focus {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #109D59;
    border-color: #109D59;
}

#order-detail .nav-tabs > li.valid + li > a,
#order-detail .nav-tabs > li.valid + li > a:hover,
#order-detail .nav-tabs > li.valid + li > a:focus,
#onlineBookingModal .nav-tabs > li.valid + li > a,
#onlineBookingModal .nav-tabs > li.valid + li > a:hover,
#onlineBookingModal .nav-tabs > li.valid + li > a:focus,
#MultiBookingModal .nav-tabs > li.valid + li > a,
#MultiBookingModal .nav-tabs > li.valid + li > a:hover,
#MultiBookingModal .nav-tabs > li.valid + li > a:focus,
#order-submit-candidate .nav-tabs > li.valid + li > a,
#order-submit-candidate .nav-tabs > li.valid + li > a:hover,
#order-submit-candidate .nav-tabs > li.valid + li > a:focus,
#direct-booking-modal .nav-tabs > li.valid + li > a,
#direct-booking-modal .nav-tabs > li.valid + li > a:hover,
#direct-booking-modal .nav-tabs > li.valid + li > a:focus,
.createEditRequirementModal .nav-tabs > li.valid + li > a,
.createEditRequirementModal .nav-tabs > li.valid + li > a:hover,
.createEditRequirementModal .nav-tabs > li.valid + li > a:focus {
    cursor: pointer;
}

#order-detail .nav-tabs > li.active > a,
#order-detail .nav-tabs > li.active > a:hover,
#order-detail .nav-tabs > li.active > a:focus,
#onlineBookingModal .nav-tabs > li.active > a,
#onlineBookingModal .nav-tabs > li.active > a:hover,
#onlineBookingModal .nav-tabs > li.active > a:focus,
#MultiBookingModal .nav-tabs > li.active > a,
#MultiBookingModal .nav-tabs > li.active > a:hover,
#MultiBookingModal .nav-tabs > li.active > a:focus,
#order-submit-candidate .nav-tabs > li.active > a,
#order-submit-candidate .nav-tabs > li.active > a:hover,
#order-submit-candidate .nav-tabs > li.active > a:focus,
#direct-booking-modal .nav-tabs > li.active > a,
#direct-booking-modal .nav-tabs > li.active > a:hover,
#direct-booking-modal .nav-tabs > li.active > a:focus,
.createEditRequirementModal .nav-tabs > li.active > a,
.createEditRequirementModal .nav-tabs > li.active > a:hover,
.createEditRequirementModal .nav-tabs > li.active > a:focus {
    color: #898989;
    border-color: #d7d7d7;
    background-color: transparent;
}

#order-detail .nav-tabs > li.active_blue > a,
#order-detail .nav-tabs > li.active_blue > a:hover,
#order-detail .nav-tabs > li.active_blue > a:focus,
#onlineBookingModal .nav-tabs > li.active_blue > a,
#onlineBookingModal .nav-tabs > li.active_blue > a:hover,
#onlineBookingModal .nav-tabs > li.active_blue > a:focus,
#MultiBookingModal .nav-tabs > li.active_blue > a,
#MultiBookingModal .nav-tabs > li.active_blue > a:hover,
#MultiBookingModal .nav-tabs > li.active_blue > a:focus,
#order-submit-candidate .nav-tabs > li.active_blue > a,
#order-submit-candidate .nav-tabs > li.active_blue > a:hover,
#order-submit-candidate .nav-tabs > li.active_blue > a:focus,
#direct-booking-modal .nav-tabs > li.active_blue > a,
#direct-booking-modal .nav-tabs > li.active_blue > a:hover,
#direct-booking-modal .nav-tabs > li.active_blue > a:focus,
.createEditRequirementModal .nav-tabs > li.active_blue > a,
.createEditRequirementModal .nav-tabs > li.active_blue > a:hover,
.createEditRequirementModal .nav-tabs > li.active_blue > a:focus {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #4a0d86;
    border-color: #4a0d86;
}

#order-detail .nav-tabs > li.default_grey > a,
#order-detail .nav-tabs > li.default_grey > a:hover,
#order-detail .nav-tabs > li.default_grey > a:focus,
#onlineBookingModal .nav-tabs > li.default_grey > a,
#onlineBookingModal .nav-tabs > li.default_grey > a:hover,
#onlineBookingModal .nav-tabs > li.default_grey > a:focus,
#MultiBookingModal .nav-tabs > li.default_grey > a,
#MultiBookingModal .nav-tabs > li.default_grey > a:hover,
#MultiBookingModal .nav-tabs > li.default_grey > a:focus,
#order-submit-candidate .nav-tabs > li.default_grey > a,
#order-submit-candidate .nav-tabs > li.default_grey > a:hover,
#order-submit-candidate .nav-tabs > li.default_grey > a:focus,
#direct-booking-modal .nav-tabs > li.default_grey > a,
#direct-booking-modal .nav-tabs > li.default_grey > a:hover,
#direct-booking-modal .nav-tabs > li.default_grey > a:focus,
.createEditRequirementModal .nav-tabs > li.default_grey > a,
.createEditRequirementModal .nav-tabs > li.default_grey > a:hover,
.createEditRequirementModal .nav-tabs > li.default_grey > a:focus {
    cursor: pointer;
}

    #order-detail input[type="text"].input-wide,
    #order-detail textarea.input-wide,
    #ViewOrderModal textarea.input-wide {
        width: 471px;
    }

    #order-detail .nav.nav-tabs,
    #direct-booking-modal .nav.nav-tabs,
    #onlineBookingModal .nav.nav-tabs,
    #safeguardingEvaluation .nav.nav-tabs {
        margin-bottom: 20px;
    }

    
    #timesheets .nav-tabs > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    #bookings .nav-tabs > li > a {
        padding-left: 14px;
        padding-right: 14px;
    }

    .dropdown-menu.dropdown-menu-primary li:hover {
        background-color: #FFFFFF !important;
    }
    
    .dropdown-menu.dropdown-menu-primary li > a {
        color: #FFFFFF !important;
    }
    .dropdown-menu.dropdown-menu-primary li>a:hover {
        color: #291f49 !important;
    }
    .cursor-default {
        cursor: default!important;
    }
    .select-small-per-page {
        width: 69px;
        height: 38px;
        margin-right: 5px;
    }
/*End CreateEdit Order*/

/*Start CreateEdit Order Tab Sliding*/
    .slide-left {
        -webkit-transition: left 0.17s ease;
        -moz-transition: left 0.17s ease;
        -ms-transition: left 0.17s ease;
        -o-transition: left 0.17s ease;
        transition: left 0.17s ease;
        position: relative;
        overflow: hidden;
        left: 100%;
    }

        .slide-left.in {
            left: 0;
        }

        .slide-left.out {
            left: -100%;
        }

    .slide-right {
        -webkit-transition: left 0.17s ease;
        -moz-transition: left 0.17s ease;
        -ms-transition: left 0.17s ease;
        -o-transition: left 0.17s ease;
        transition: left 0.17s ease;
        position: relative;
        overflow: hidden;
        left: -100%;
    }

        .slide-right.in {
            left: 0;
        }

        .slide-right.out {
            left: 100%;
        }
/*End CreateEdit Order Tab Sliding*/

.break-all-text {
    word-break: break-all;
    display: inline-block;
}

.break-all {
    -ms-word-break: break-all;
    word-break: break-all;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

input[type="text"].input-match-select-wide {
    width: 350px;
}

ul.nav-tabs.small-tabs li > a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}


.text-area-min-height-small {
    min-height: 100px;
}

/* Start Icon Announcements */
.bigger
{
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
     transform:scale(1.5);
}
.icon-navbar-announcements
{
    width: 25px;
    height: 20px;
    background-position: -494px -250px;
    vertical-align: middle;
    margin-top: 0;
}

.announcements-badge {
     position: relative;
     top: -12px;
     color: #b7b7b7;
     font-size: 14px;
     left: 4px;
}

.nav a:hover > [class*="icon-navbar-announcements"],
.nav a:focus > [class*="icon-navbar-announcements"]
{
    background-image: url("../../img/all-icons.png");
    background-position: -623px -250px;
}

.nav a:hover > [class*="announcements-badge"],
.nav a:focus > [class*="announcements-badge"]
{
     color: #ebebeb;
}

.announcements-nav-item {
    height: 42px;
}

/* End Icon Announcements */

#clients
{
    list-style-type: none !important;
    margin: 0 0 10px 0;
}

#clients input[type="checkbox"] {
    margin: 0 !important;
}

/* HTML Editor*/

.jqte {
    margin: 0 !important;
}

.jqte_editor div, .jqte_editor p {
    margin: 0 !important;
}

/* End HTML Editor*/

/* HTML Editor on Create Announcement*/
#CreateEditAnnouncementModal .jqte_editor, #CreateEditAnnouncementModal .jqte_source {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera 7 */
}
/* END HTML Editor*/

/*CSC Team/Person*/

.csc-team-person-modal {
    width: 700px;
}

.csc-team-person-modal input{
    width: 500px!important;
}

/*End CSC Team/Person*/

/*User*/
.icon-user-medium
{
    width: 20px;
    height: 19px;
    background-position: -63px -250px;
    vertical-align: bottom;
}

.nav a:hover > [class*="icon-user-medium"],
.nav a:focus > [class*="icon-user-medium"]
{
    background-position: -657px -250px;
}
/*End User*/

/*Help*/
.icon-navbar-help
{
    width: 25px;
    height: 25px;
    background-position: -30px -250px;
    vertical-align: middle;
    margin-top: 0;
}

.nav a:hover > [class*="icon-navbar-help"],
.nav a:focus > [class*="icon-navbar-help"]
{
    background-position: -688px -250px;
}
/*End Help*/

/*Documents*/

.icon-navbar-documents
{
    width: 25px;
    height: 25px;
    background-position: -554px -250px;
    vertical-align: middle;
    margin-top: 0;
}

.nav a:hover > [class*="icon-navbar-documents"],
.nav a:focus > [class*="icon-navbar-documents"]
{
    background-image: url("../../img/all-icons.png");
    background-position: -587px -250px;
}

.documents-modal {
    width: 775px;
}

.documents-modal input, .documents-modal textarea {
    width: 500px!important;
}

/*End documents*/

input[type="text"].input-470,
textarea.text-area-470 {
    width: 400px;
}

.custom-code-modal {
    width: 700px;
}

.btn-export {
    height: 38px;
    color: #898989;
    margin-right: 5px;
}

    .btn-export:hover,
    .btn-export:focus{
        background-color: #eee;
        color: #4a0d86;
    }

.tierlevels-editor input {
    border: 1px solid #cdcdcd;
    margin-bottom: 0;
}

input.error-frame,
.tierlevels-editor input.error {
    border: 1px solid red;
}

.none-resize {
    resize: none;
}

.vertical-resize {
    resize: vertical;
}

.overflow-on-top {
    overflow: visible !important;
}

/*Start tenant-settings*/
.tenant-settings-table .tenant-settings-header {
    background-color: #e1e1e1;
}
.tenant-settings-table .tenant-settings-header > div {
    font-weight: bold;
    text-align: center;
    margin: 0px;
    line-height: 50px;
}
.tenant-settings-table .tenant-settings-header > div ~ div {
    border-left: 1px #cdcdcd solid;
}
.tenant-settings-table .tenant-settings-line > div {
    margin: 0px;
    padding-left: 8px;
    vertical-align: middle;
    line-height: 50px;
}
.tenant-settings-table .tenant-settings-line > div ~ div {
    border-left: 1px #cdcdcd solid;
}
.tenant-settings-table .tenant-settings-line select {
    margin-bottom: 0px;
}
.tenant-settings-table .tenant-settings-line:nth-child(even) {
    background: #f5f5f5;
}

/*End tenant-settings*/

/* Knockout Validation message setting */
span.validationMessage {
    color: #FF0000;
    margin: 10px;
}

.further-limits-filter {
    margin-top: 30px;
}
.further-limits-search {
    margin-top: 26px;
}

/*START: ToDo Tile List*/
.todo-tile-container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }

        .todo-tile-container ul {
            margin: 0;
        }

        .todo-tile-container li {
            margin-left: 6px;
            margin-bottom: 10px;
            line-height: 22px;
        }

            .todo-tile-container li a {
                width: 100%;
                height: 100%;
                display: block;
            }

            .todo-tile-container li.tile.grid-view {
                display: block;
                cursor: pointer;
                float: left;
                width: 160px;
                height: 140px;
                text-align: right;
                padding: 8px;
                opacity: 1;
                background-color: #2e8bcc;
                font-family: 'Lato', Arial, sans-serif;
                font-size: 14px;
                margin: 0 0 20px 20px;
            }

            .todo-tile-container li.tile .tile-text {
                text-align: left;
            }

            .todo-tile-container li.tile a:hover {
                text-decoration: none;
            }

            .todo-tile-container li.tile img {
                border: 0;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

            .todo-tile-container li.tile:hover {
                opacity: 0.75;
            }

            .todo-tile-container li.tile.grid-view:nth-child(odd) {
                background-color: #4a0d86;
                background-image: -moz-linear-gradient(top, #4a0d86, #291f49);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a0d86), to(#291f49));
                background-image: -webkit-linear-gradient(top, #4a0d86, #291f49);
                background-image: -o-linear-gradient(top, #4a0d86, #291f49);
                background-image: linear-gradient(to bottom, #4a0d86, #291f49);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a0d86', endColorstr='#291f49', GradientType=0);
                border: none;
                color: #ffffff;
            }

            .todo-tile-container li.tile.grid-view:nth-child(even) {
                background-color: #EDEDED;
            }

            .todo-tile-container li.tile span.badge {
                padding-left: 14px;
                padding-right: 14px;
                padding-bottom: 4px;
                line-height: 20px;
                border-bottom-left-radius: 16px;
                border-bottom-right-radius: 16px;
                border-top-left-radius: 16px;
                border-top-right-radius: 16px;
                font-family: 'Lato', Arial, sans-serif;
                font-size: 15px;
                font-weight: 500;
                text-rendering: optimizelegibility;
                min-width: 20px;
                text-align: center;
            }

            .todo-tile-container li.tile.grid-view:nth-child(odd) span.badge {
                background-color: #ffffff;
                color: #4a0d86;
            }

            .todo-tile-container li.tile.grid-view:nth-child(even) span.badge {
                background-color: #4a0d86;
                color: #EDEDED;
            }

            .todo-tile-container li.tile.grid-view .tile-title {
                word-spacing: 0;
                width: 140px;
                font-size: 22px;
                padding-left: 15px;

                padding-top: 11px;
                display: block;
                text-align: left;
            }

            .todo-tile-container li.tile.grid-view span.midium {
                font-size: 18px;
            }

            .todo-tile-container li.tile span.nobadge {
                line-height: 26px;
            }

            .todo-tile-container li.tile.grid-view:nth-child(odd) .tile-title {
                color: #ffffff;
            }

            .todo-tile-container li.tile.grid-view:nth-child(even) .tile-title {
                color: #636363;
            }

    .todo-view {
        width: 80px;
        height: 20px;
        background-color: #4a0d86;
        color: #ffffff;
        text-align: center;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        cursor: pointer;
    }

        .todo-view:hover {
            opacity: 0.75;
        }

    .toggle.ios, .toggle-on.ios, .toggle-off.ios {
        border-radius: 20px;
    }

        .toggle.ios .toggle-handle {
            border-radius: 20px;
        }

    .tile-view-switch .btn:hover,
    .tile-view-switch .btn:focus,
    .tile-view-switch .btn:active,
    .tile-view-switch .btn.active,
    .tile-view-switch .btn.disabled,
    .tile-view-switch .btn[disabled],
    .tile-view-switch .toggle-on  {
        background-image: none;
        background-color: #4a0d86;
        color: #ffffff;
    }

    .distributionDiv {
        border: 1px solid #AAAAAA;
        padding: 12px;
        margin-top: -8px;
        position: relative;
        min-width: 100px;
        margin-right: 10px;
        border-radius:10px;
    }

    .distributionDiv label {
        padding-top:10px;
    }
/*END: ToDo Tile List*/

/*START: Customer Delegates List*/

.delegates-delete-col {
    white-space: normal;
}

/*END: Customer Delegates List*/


/*Start: Email Template*/

#email-template-edit {
    width: 1200px;
}

#email-template-edit textarea {
    width: 870px;
    height: 80px;
}

/*END: Email Template*/

/*Start: Genegal tab for Order Pending Acceptance status */

#generalPendingAcceptanceTab textarea {
    width: 550px;
    height: 80px;
}

/*END: Genegal tab for Order Pending Acceptance status*/

.summary-activity th,
.summary-activity td {
        padding: 10px 4px;
    }
.summary-activity th:first-child {
    width: 200px;
}

.activity-tab tr td{
    word-break: break-word;
    max-width:160px;
}

.skill-ta {
    resize: vertical!important;
}

.orderList-checkbox-padding {
    padding-left:13px;
}

/* Start: WIDTH classes */
.width5 {
    width: 5% !important
}

.width10 {
    width: 10% !important
}

.width18 {
    width: 18%;
}

.width20 {
    width: 20%;
}

.width35px {
    width: 35px;
}

.width43px {
    width: 43px;
}

.width26 {
    width: 26%;
}

.width80 {
    width: 80% !important
}

.width84 {
    width: 83% !important
}

.width90 {
    width: 90% !important
}

.width115 {
     width: 115px;
}

.width120 {
    width: 120px;
}

.width125 {
    width: 125px;
}

.width137 {
    width: 137px;
}

.width98 {
    width: 98% !important
}

.width20px {
    width: 20px;
}

.width25px {
    width: 25px;
}

.width-27px {
    width: 27px;
}

.width-44px {
    width: 44px;
}

.width50px {
    width: 50px;
}

.width70px {
    width: 70px;
}

.width85px {
    width: 85px;
}

.width-220px {
    width: 220px;
}

.width-344px {
    width: 344px;
}

.reason-lbl {
    line-height: 20px;
    max-height:60px;
    overflow-y:auto;
}

.width130 {
    width: 130px;
}

.width-10 {
    width: 10px;
}

.width15 {
    width: 15px;
}

.Width200 {
    width: 200px;
}

.width-auto {
    width: auto;
}

.width-inherit {
    width: inherit;
}

.max-width-500px {
    max-width: 500px;
}

.max-width-600px {
    max-width: 600px;
}

.max-width-720px {
    max-width: 720px;
}

.min-width-100px {
    min-width: 100px;
}

.min-width-950px {
    min-width: 950px;
}

.min-width-850px {
    min-width: 850px!important;
}

/* END: WIDTH classes */

.ta-reason-medium {
    width: 270px;
}

.input-66, .input-3digits-length{
	width: 66px;
}

.input-450 {
    width: 450px;
}

.input-350 {
    width: 350px;
}

.select-match-input-450 {
    width: 466px;
}

.select-match-input-350 {
    width: 366px;
}

#candidates .nav-tabs > li > a,
#supplierCandidateInterviews .nav-tabs > li > a {
    padding: 13px 13px;
    font-size: 16px;
}

.client-location-lbl-before-icon {
    float: left;
    margin-right: 1%;
    max-width: 90%
}

.textarea-large-fluid{
	width: 90%;
}

.rescheduled-interview td, .highlight-date {
    background-color: #f7b9b9!important;
}

.order-positions-status{
	line-height: 16px;
	min-height: 14px;
	height:16px;
	margin-left: 0px;
	width: 100px;
}

.request-candidates-table-large {
	width: 100%;
}

.custom-width-dates-span {
    width: 118px!important;
    float:  left!important;
    margin-left: 0!important;
}

.margin-top-16px {
    margin-top: 16px;
}

.margin-bottom-16px {
    margin-bottom: 16px;
}

.padding-0 {
    padding: 0 !important;
}

.order-compliance-tab-table {
    border: 1px solid #cdcdcd !important;
    width: 790px !important;
    margin: auto;
}

    .order-compliance-tab-table thead th {
        border-bottom-width: 2px;
    }

    .order-compliance-tab-table th,
    .order-compliance-tab-table td {
        font-size: 14px !important;
        border: 1px solid #cdcdcd;
    }

    .order-compliance-tab-table th:first-child,
    .order-compliance-tab-table td:first-child {
        width: 504px;
        text-align: left;
    }

    .order-compliance-tab-table th:nth-child(2),
    .order-compliance-tab-table td:nth-child(2) {
        width: 200px;
        text-align: center;
    }

    .order-compliance-tab-table th:nth-child(3),
    .order-compliance-tab-table td:nth-child(3) {
        width: 50px;
        text-align: center;
    }

.order-compliance-table-select {
    padding: 0 !important;
    margin: 0 !important;
    width: 524px;
}

.supplier-order-compliance-tab-table thead th {
    border-bottom-width: 2px !important;
}

.supplier-order-compliance-tab-table th,
.supplier-order-compliance-tab-table td {
    font-size: 14px !important;
}

.order-safeguarding-item {
    width: 471px;
    background-color: #eeeeee;
    min-height: 20px;
    padding: 8px;
    margin-bottom: 10px;
    line-height: 20px;
    vertical-align: middle;
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.text-center {
    text-align: center;
}

#requestReasonTextarea {
    min-height: 100px;
    min-width: 300px;
}


#order-detail > #order-detail-body > div:not(.api-failure):not(.api-success) {
    height: auto !important;
    min-width: 920px;
    /*width: 1020px;*/
    
}

#order-submit-candidate-body #Worker ~ .tt-dropdown-menu {
    max-height: none !important;
    overflow-y: visible;
}

#order-submit-candidate-body .tab-content {
    overflow: visible !important;
}

.order-submit-candidate-input {
    width:216px;
}

.order-list-order {
    margin-bottom: 40px;
    background-color: #efefef;
}

.order-list-table thead th {

    vertical-align: middle !important;
    background-color: transparent !important;
}

.order-list-table td {
    vertical-align: middle !important;
    background-color: #e8e8e8 !important;
    font-weight: 400;
}

.order-list-summary-table thead th {

    vertical-align: middle !important;
    background-color: #efefef !important;
}

.order-list-summary-table td {
    vertical-align: middle !important;
    background-color: #e8e8e8 !important;
    font-weight: 400;
}

.order-list-small-table-col {
    width: 66px;
}

.order-list-med-table-col {
    width: 100px;
}

.order-list-big-table-col {
    width: 160px;
}

.order-list-xbig-table-col {
    width: 222px;
}


.order-list-large-table-col {
    width: 322px;
}

.order-list-checkbox {
    padding-top: 13px;
    padding-left: 10px;
}

.icon-delete-small {
    vertical-align:middle;
    width: 20px;
    height:20px;
    background-position: -455px 0;
    opacity: 0.6;
}

.custom-text-area {
    resize: none;
    min-height: 20px;
    height: 20px;
    overflow: hidden;
}

#WorkerEDReminderMessageModal-body.popup-body {
    min-height: 70px;
}

.div-center {
    float: none !important;
    margin: 0 auto !important;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.color-black {
    color: #252525;
}

.width125,
.input-date-picker {
    width:125px;
}

.duplicates-table {
    max-width: 800px;
    max-height: 250px;
    overflow-y: auto;
    display: block;
}

.ts-unit-time-multi {
    width: 46px;
    height: 40px;
    padding: 2px 8px;
    background: #eeeeee;
    border-radius: 7px;
}

.ts-unit-time-single {
    width: 40px;
    height: 20px;
    padding: 8px;
    border: 1px solid #cdcdcd;
    background: #eeeeee;
    border-radius: 7px;
}

.ts-unit-break {
    width: 46px;
    height: 20px;
    padding: 2px 8px;
    background: #eeeeee;
    border-radius: 7px;
}
.ts-unit-disabled {
    background: #d6d6d6;
    border-radius: 7px;
}

.icon-collapse-gray, .icon-expand-gray, .icon-collapse-timesheet-details, .icon-expand-timesheet-details, .icon-timesheet-detail-expand, .icon-timesheet-detail-collapse {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.icon-collapse-gray {
    background-position: -78px -444px;
}

.icon-timesheet-detail-expand {
    background-position: -319px -444px;
}

.icon-timesheet-detail-collapse {
    background-position: -359px -444px;
}

.icon-expand-gray {
    background-position: -119px -444px;
}

.icon-collapse-timesheet-details {
    background-position: -200px -444px;
}

.icon-expand-timesheet-details {
    background-position: -239px -444px;
}

.icon-vat {
    width: 34px;
    height: 34px;
    background-position: -162px -444px;
}

.icon-timesheet-custom-field {
    width: 34px;
    height: 34px;
    background-position: -442px -444px;
}

.icon-timesheet-comments {
    width: 34px;
    height: 34px;
    background-position: -280px -444px;
}

.icon-fee
{
    width: 30px;
    height: 25px;
    background-position: -171px -371px;
}

table.table-col-200px-width td{
    min-width: 200px;
}

.icon-online-booking-small
{
    width: 22px;
    height: 17px;
    background-position: -283px -216px;
}

i[class^="fa"].icon-grey { /* fontawesome */
    color: #aaa;
}

i[class^="fa"].icon-blue { /* fontawesome */
    color: #291f49;
}

.line-clamp-3 .ui-selectmenu-text, .line-clamp-3 li {
    position: relative;
    max-height: 3.6em; /* exactly three lines */
    overflow: hidden !important;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.4 !important;
    white-space: pre-wrap;
}

@supports (-webkit-line-clamp: 3) {
    .line-clamp-3 .ui-selectmenu-text, .line-clamp-3 li {
        max-height: none;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-right: 10px;
    }
}

.input-typeahead-wide {
    width: 350px;
}

/* START Navigation Header */
.navbar .nav > li > a {
    color: #cccccc !important;

    /* Override of bootstrap.css, decreased from 20px for 10 menu items */ 
    font-size: 18px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .brand-active {
    color: #ebebeb !important;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #ebebeb !important;
}



.dropdown-menu > li > a {
  color: #cccccc !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff !important;
}
/* END Navigation Header */

.lozenge-filters .multi-accept-reject-container {
    max-width: 30%;
}
.span8 .input-medium select {
    width: 100%;
}
.create-custom-field-select {
    float: left;
    margin-right: 15px;
}
.span8 input.large-input, .span8 textarea.large-input {
    width: 300px;
}

.span8 label.large-input {
    width: 400px;
}

.CreateTimesheetWithoutBookingModal {
    width: 700px;
    margin: 0;
}

/* Keybaord operated menu for WCAG, popup icon is inlined in tables */
.keyboardMenu {
    border-color: rgb(205, 205, 205);
    border-width: 1px;
    border-style: solid;
}

.icon-keyboardMenu {
    width: 38px;
    height: 32px;
    zoom: 0.75;
    -moz-transform: scale(.75);
    background-position: -521px -286px;
    vertical-align: middle;
}

#filterDropdown div.btn-group .multiselect.dropdown-toggle{
    background-color: #EDEDED;
}

#filterDropdown div.btn-group .multiselect.dropdown-toggle b.caret {
    border-top-color: #000;
    border-bottom-color: #000;
    margin-top: 8px;
}

#filterDropdown .multiselect-container > li {
    width: 100%;
}

#filterDropdown.supplier-audit-statuses-multiselect {
    padding-bottom: 19px;
}

#CreateEditCustomFieldModal .popup-header {
    max-width: 720px;
}
.table-col-200px-width pre {
    border: none;
    font-family: inherit;
    font-size: inherit;
    background: transparent;
    line-height: inherit;
    padding: 0;
    margin: 0;
}
#DeleteSingleCustomField .popup-header {
    max-width: 520px;
}
#CreateEditRateTemporaryModal-body .select-small {
    width: 106px;
}

.order-custom-fied-tab {
    min-height: 400px;
}

.order-custom-field-pre {
    background: transparent;
    border: none;
    font-family: inherit;
    word-break: keep-all;
    width: 500px;
}

.timesheetLinesModal {
    margin-right: 10px;
    min-width: 700px;
}

#CustomFieldDisplayName {
    text-align: right;
    max-width: 250px;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
}

#edit-vat-modal, #timesheetEditVatModal, #edit-vat-modal .popup-body, #timesheetEditVatModal .popup-body {
	min-width: 340px !important;
    width: auto !important;
}
label.inlined-label {
    display: inline;
}

.warning-item {
    clear: both;
}

textarea.change-ni-field {
    width: 205px;
    resize: none;
}

input[readonly].change-ni-field {
    cursor: pointer;
}

.supplier-not-vat-registered-label {
    margin-top: 25px;
}

span.help-icon {
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    text-align: center;
    display: inline-block;
    float: left;
}

.help-icon-tip {
    background-image: url("../../img/Help/Star.png");
}

.help-icon-warning {
    background-image: url("../../img/Help/Warning.png");
}

/*help-icon-text*/
.help-icon + span {
    margin-top: 20px;
}
.centered-text {
    text-align: center;
}

/*Activity component*/
.activity-changes {
    background-color: transparent;
    border: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    word-break: break-word;
}
.filter-dropdown-wide .btn-group.wide-filter-buttons {
    width: 855px;
}

.assign-comliance-item .form-horizontal .control-group {
    margin-bottom: 5px;
}
 .pull-left.small-buttons-block {
     width: 30% !important;
 }
  .pull-right.wide-paging {
     width: 68% !important;
     margin-left: 0 !important;
}

.datepicker-to, .datepicker-from {
    cursor: pointer !important;
}

.alternative-contacts-notes {
    min-height: 60px;
}

.my-profile-tab-min-height {
    min-height: 532px;
}

.confirm-modal-container{
    padding: 20px;
}

.orderShifts_pre_scroll {
    max-height: 540px;
    overflow-y: scroll;
}

.table-cell-wrap {
    white-space: pre-line;
    word-wrap: break-word;
}

.table-layout-fixed {
    table-layout: fixed;
}

input[type=file]::-webkit-file-upload-button {
    background-image: linear-gradient(to bottom,#4a0d86,#291f49);
    color: #fff;
    background-color: #4a0d86;
    background-repeat: repeat-x;
    display: inline-block;
    text-decoration: none;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    border: none;
    font-weight: 300 !important;
}

.or-label-container {
    margin-left: 15px;
    margin-right: -15px;
    float: left;
}

.wrap-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}

.failure-text {
    -webkit-hyphens: auto;
}
table.cost-code-editor tr td {
    border-top: 1px solid #CCC;
}
table.cost-code-editor tr td > span:last-child {
    vertical-align: top;
}
table.cost-code-editor tr td.cost-code-totals {
    min-width: 200px; max-width: 350px;
}

.top-buffer {
    margin-top: 30px;
}
.scrollable-x {
    overflow-x: scroll;
}

.warning-text{
    color: red;
    background: transparent;
    word-break: keep-all;
    font-weight: bold;
}

.input-six-digits {
    width: 53px;
}

.timesheet-comments-details {
    max-width: 500px;
}

.safeguarding-modal {
    width: 600px;
}

.safeguarding-modal label {
    cursor: default;
}
    
.safeguarding-modal .input-wide {
    width: 330px;
}

.safeguarding-modal select {
    width: 346px;
}

.safeguarding-modal textarea {
    width: 331px;
    height: 80px;
}

/*Redefines tr style and hover on striped table(WIP functionality)*/
tr.date-expired td {
    background-color: #f7b9b9 !important;
}

tr.date-expired:hover td{
    background-color: #f08080 !important;
}
/*****************/

/*Balanced Scorecard styles*/
input[type="text"].bsc-metric-input {
    background-color: white;
    width: 40px;
    text-align: center;
}

input[type="text"].bsc-metric-jobcat-input {
    background-color: white;
    width: 30px;
    height: 15px;
    text-align: center;
    font-size: 14px;
}

.bsc-metric-item .table-condensed td {
    padding: 15px 4px 15px 4px
}

.bsc-scores-position {
    margin-top: 50px;
    margin-bottom: 25px;
}

.input-white-background {
   background-color: white;
}

.bsc-metric-item,
.bulk-replacement-item {
    background-color: #efefef;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.bsc-metric-item-header {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.jce-modal {
    min-height: 939px;
    width: 1050px;
}

.width120 {
    width: 120px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-top40 {
    padding-top: 40px;
}

.padt40 {
    padding-top: 40px;
}

span.total-text-red {
    color: #FF0000;
}
.bsc-color-black {
    color: #464646;
}
.bsc-color-grey {
    color: #9b9fa5;
}

.mrg-left5 {
    margin-left: 5px;
}

.mrg-left8 {
    margin-left: 8px;
}

.mrg-left10 {
    margin-left: 10px;
}

.inactiveElement {
    opacity: 0.5
}
/**************************/
.checkbox-with-label {
    margin-bottom: 5px;
}

.checkbox-with-label label {
    padding-top: 3px;
    margin-left: -11px;
}

.bottom-border-row {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
}

.top-border-row {
    border-top: 1px solid #d7d7d7;
    padding-top: 5px;
}

.bottom-border-row + div {
    margin-top: 9px;
}

.text-black{
    color:black;
}
.text-font-weight-400 {
    font-weight: 400;
}

.text-font-weight-bold {
    font-weight: bold !important;
}

/*Safeguarding Risk Assessment*/
.risk-assessment-modal {
    width: 800px;
} 
.risk-assessment-table-border {
    margin-top: 10px;
}
.risk-assessment-table-td {
    width:160px;
}
.risk-assessment-table-border > tbody > tr > th,
.risk-assessment-table-border > tbody > tr > td {
    border: 5px solid white;
    padding: 5px;
    font-weight: 700;
    font-size: 13px;
    vertical-align: middle !important;
}
.risk-assessment-table-border tbody tr:nth-of-type(odd) td {
    background-color: #BFBFBF;
}
.risk-assessment-table-border tbody tr:nth-of-type(even) td {
    background-color: #D9D9D9;
}
.risk-assessment-color {
    color: #4a0d86;
}
.risk-assessment-logo-mt5 {
    margin-top: 5px;
}
.risk-assessment-hr {
    height: 1px;
    background-color: #898989;
}
.risk-assessment-color-margin {
    padding-top: 15px;
    background-color: #F2F2F2;
}
.risk-assessment-approved-txt {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #D9E2F3;
    padding-left: 10px;
    margin: 0px;
}
.risk-assessment-bold {
    font-weight: 700;
    font-size: 13px;
}
.risk-assessment-header-color {
    color: black;
    margin-top: 20px;
    padding-left: 10px;
}
.risk-assessment-approved-p {
    padding-left: 10px;
    margin: 0px;
    padding-right: 10px;
    padding-top:10px;
    color: #898989;
}
.risk-assessment-approved-p-small {
    padding-left: 10px;
    margin: 0px;
    font-size: 13px;
    font-style: italic;
}
.risk-assessment-approved-p-bold {
    padding-left: 10px;
    margin: 0px;
    font-weight: 700;
    font-size: 14px;
}
.mg-top15 {
    margin-top:15px;
}
.risk-assessment > ol {
    position: relative;
    margin-top:15px;
    margin-left: 40px;
    padding-left: 1.2em;
}
/*.risk-assessment > ul li:before {
    content: ">";
    position: absolute;
    left: 0;
   }*/
.risk-assessment > ol > li {
    color: #898989;
}
.risk-assessment-bg-color-blue {
    background-color: #DAEEF3;
}
.risk-assessment-href {
    text-decoration: underline;
}
.risk-assessment-table-border-white {
    margin-top: 10px;
}
    .risk-assessment-table-border-white > tbody > tr > th,
    .risk-assessment-table-border-white > tbody > tr > td {
        border: 5px solid #DAEEF3;
        padding: 5px;
        font-weight: 400;
        font-size: 13px;
        background-color: white;
        color: black;
        vertical-align: middle !important;
    }
.mrb20{
    margin-bottom:20px;
}
.risk-assessment-bg-gray {
    background-color: #D9D9D9;
}
.risk-assessment-bg-blueDark {
    background-color: #BDD6EE
}
.mr10{
    margin:10px;
}
.risk-assessment-textarea {
    background-color: white !important;
    box-shadow: none !important;
    resize: none;
    width: 97%;
    font-size:14px;
    color:black;
}


.risk-assessment-dotted {
    border-bottom: 1px dashed #63366a;
}
.risk-assesment-p{
    color: #000;
    padding-left: 9px;
    font-weight: 400;
    font-size: 14px;
}

.upload-file-modal table {
    width: 500px;
}

.submit-documents-modal {
    width: 1000px;
}

.submit-documents-modal .data-container {
    width: 970px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 30px;
}

.submit-documents-modal .list-items-container {
    margin-top: 30px;
    margin-bottom: 15px;
}

.evidence-item label {
    cursor: default;
}

.upload-file-modal {
    margin: 5px;
    width: 600px;
}

.upload-file-modal table {
    width: 500px;
}
/*Safeguarding Evaluation popup*/
.details-block {
    border-bottom: 1px solid #ddd;
}

.details-block label {
    cursor: default;
}

tr.no-top-bottom-border, .no-top-bottom-border td {
    border-top: none !important;
    border-bottom: none !important;
}
.table.safeguarding-evaluation td {
    padding: 4px;
    vertical-align: middle;
    overflow: hidden;
    height: 40px;
}

.safeguarding-evaluation-notes {
    max-width: 255px;
}

.table.safeguarding-evaluation td div{
    max-height: 60px;
}

/*Safeguarding Evaluation Item*/
.safeguarding-evaluation-item-input {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100%;
}

.safeguarding-evaluation-item-checkbox {
    margin: 0px !important;
}

.mr0 {
    margin: 0px !important;
}

.safeguarding-evaluation-item-hr {
    height: 2px;
    background-color: #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mrt10 {
    margin-top: 10px;
}

.mrt5 {
    margin-top: 5px;
}

.mrb5 {
    margin-bottom: 5px;
}

.mrb10 {
    margin-bottom: 10px;
}

.padding-right10 {
    padding-right: 10px;
}

.width96 {
    width: 96% !important;
}

.icon-safeguarding {
    width: 40px;
    height: 42px;
    background-position: -409px -164px;
    vertical-align: middle;
}

.safeguarding-icon-container {
    padding-left: 15px;
}

.lozenge-summary-body .safeguarding-icon-container {
    padding: 15px 10px 0 10px;
}

.icon-evaluation-positive-gray {
    width: 30px;
    height: 30px;
    background-position: -824px -248px;
    vertical-align: middle;
    margin-top: 0;
}

.icon-evaluation-partially-gray {
    width: 30px;
    height: 30px;
    background-position: -859px -248px;
    vertical-align: middle;
    margin-top: 0;
}

.icon-evaluation-negative-gray {
    width: 30px;
    height: 30px;
    background-position: -896px -247px;
    vertical-align: middle;
    margin-top: 0;
}

.icon-evaluation-positive {
    width: 30px;
    height: 30px;
    background-position:-930px -248px;
    vertical-align: middle;
    margin-top: 0;
}

.icon-evaluation-partially {
    width: 30px;
    height: 30px;
    background-position: -966px -248px;
    vertical-align: middle;
    margin-top: 0;
}

.icon-evaluation-negative {
    width: 30px;
    height: 30px;
    background-position: -1003px -247px;
    vertical-align: middle;
    margin-top: 0;
}

.safeguarding-evaluation-textarea {
    resize: none;
    width: 565px !important;
    font-size: 14px;
    min-height: 100px;
}
.safeguarding-evaluation-subpart-textarea {
    margin:0px;
    background-color:white; 
    resize: none;
    overflow: hidden;
}

.mrl0 {
    margin-left: 0px !important;
}
table.center {
    margin-left: auto;
    margin-right: auto;
}

.safeguarding-item-notes {
    width: 100%; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.safeguarding-evaluation-span {
    color: #898989;
    font-weight: normal;
    cursor: default;
}

.icon-file-gray {
    width: 30px;
    height: 30px;
    background-position: -1040px -247px;
    vertical-align: middle;
    margin-top: 0;
}

.icon-file {
    width: 30px;
    height: 30px;
    background-position: -1072px -247px;
    vertical-align: middle;
    margin-top: 0;
    display: table-cell;
    text-align: center;
}

.icon-file-number {
    padding-top: 20%; 
    color: white;
}

.icon-collapse-small {
    width: 30px;
    height: 30px;
    background-position: -1108px -247px;
    vertical-align: middle;
    margin-top: 0;
}

.icon-expand-small {
    width: 30px;
    height: 30px;
    background-position: -1142px -247px;
    vertical-align: middle;
    margin-top: 0;
}
.request-more-information-textarea{
    resize:none;
    width:312px;
}
.text-green {
    color:green;
}
.details-of-request-block{
    border: solid 3px #99D9EA;
    border-radius: 20px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}
ul.dashed {
    list-style-type: none;
}
ul.dashed > li:before {
    content: "- ";
}
.span-label{
    margin-bottom: 5px;
    color: #898989;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    display: contents !important;
}
.ra-table-td-lt{
   max-width: 403px;
   width:403px;
   text-align:right;
   padding:0px !important;
   word-wrap:break-word;
}
.ra-table-td-rt{
   max-width: 400px;
   width:400px;
   text-align:left;
   padding:0px !important;
   word-wrap:break-word;
}
.fs12{
    font-size: 12px;
}

.fs11 {
    font-size: 11px;
}

.fs20 {
    font-size: 20px;
}

.spaced-table td{
    padding-left: 15px;
}
.bg-color-red td{
    background-color: #f7b9b9 !important;
}

.framed-table {
    border-collapse: collapse;
    padding-top: 15px;
}

.framed-table tr td,
.framed-table tr th {
    border: 1px solid #e1e1e1 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color:transparent !important;
}
.latest-tab-position {
    margin-top: 20px !important;
    width: 100% !important;
}
.sub-tab {
    border: 1px solid #e1e1e1;
    background: white;
    color: #898989;
    font-weight: 500;
    margin-left: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 38px;
}

.initiate-audit-modal {
    width: 950px;
    padding: 15px;
}

    .initiate-audit-modal h5 {
        border-bottom: thin solid #898989;
        padding-bottom: 8px;
        font-size: 21px;
        color: #464646;
        margin: 15px 0 15px 0;
    }

    .initiate-audit-modal label {
        cursor: default;
    }

.initiate-audit-container {
    width: 69%;
    float: left;
}

.audit-section-margin {
    margin-bottom: 20px;
}

.initiate-audit-table-margin {
    margin-left: 20px;
}

.initiate-audit-input {
    width: 204px;
}

.audit-table-container .table-bordered {
    border-top: none;
}

.audit-link {
    font-size: larger;
    font-weight: 400;
    padding-top: 17px;
}

.supplier-audit-nav-menu {
    margin-left: 10px;
    margin-bottom: 10px;
}

.sub-table-row td {
    background: #ffffff !important;
    border-bottom: 1px dotted #cdcdcd;
    border-left: 1px dotted #cdcdcd;
}

.sub-table-division th {
    background: #f2f2f2;
}

.sub-table-head th {
    background: #ddebf7;
    border-top: 1px dashed #cdcdcd;
}

.audit-compliance-warning {
    font-weight: bold;
    font-size: medium;
    background-color: #d1d1d1;
    padding: 15px;
    margin-bottom: 20px;
}

.green-mark {
    color: #4aa478;
    font-size: 28px !important;
    font-weight: bold;
    padding: 0px !important;
    padding-left: 5px !important;
}

.red-mark {
    color: #ff4646;
    font-size: 28px !important;
    font-weight: bold;
    padding: 0px !important;
    padding-left: 5px !important;
}

.initiate-audit-select-long {
    width: 371px;
}

.remove-item-cross {
    font-style: inherit;
    font-weight: bold;
    cursor: pointer;
    color: red;
    font-size: 18px;
}

.single-letter-input {
    width: 59px;
}

.supplier-range-container {
    width: 170px;
    float: left;
}

    .supplier-range-container .textbox {
        width: 45%;
        float: left;
    }

    .supplier-range-container .hyphen {
        width: 10%;
        float: left;
        text-align: center;
        padding-top: 8px;
    }

.compliance-textarea-width {
    width: 335px;
}

.medium-table {
    width: 500px;
}

.customer-excluded-add-btn {
    margin-left: 15px !important;
}

.star-rating {
    line-height:32px;
    font-size:1.25em;
    margin-bottom: -5px;
}
.gray-star {
    color: gray;
}
.orange-star {
    color: orange;
}

.red-star {
    color: red;
}

.green-star {
    color: green;
}

.select-match-default {
    width: 216px;
}

.percentage {
    position: absolute;
    margin-top: 8px;
}

.badge-li{
    position:relative;
}

.badge-li [badge]:after {
    background: #4a0d86;
    border-radius: 30px;
    color: #fff;
    content: attr(badge);
    font-size: 11px;
    min-width: 20px;
    padding: 2px;
    position: absolute;
    text-align: center;
    right: 12px;
}
.badge-li.active [badge]:after {
    background: white;
    color: black;
}

[badge^="-"]:after,
[badge="0"]:after,
[badge=""]:after {
    display: none;
}

.font-weight-500,
.nav-tabs > li > a.font-weight-500 {
     font-weight: 500;
}

.custom-fields-container {
    width: 1000px;
    max-height: 500px;
}

/* Set max-width for different media sizes, for use on mobile etc. */
@media (max-width: 480px) {
    /* Dialog that contains this currently goes off screen at 480px */
    .custom-fields-container {
        max-width: 500px;
        max-height: 200px;
    }
}

.custom-fields-table thead th {
    vertical-align: middle;
}

.custom-fields-table thead th,
.custom-fields-table tbody td {
    word-wrap: break-word;
    overflow: hidden;
}

.custom-fields-table thead th {
    padding: 9px 0 8px 0;
}

.custom-fields-table thead th:nth-child(1),
.custom-fields-table thead th:nth-child(3) {
    width: 114px;
    max-width: 114px;
    min-width: 114px;
}

.custom-fields-table thead th:nth-child(2) {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
}

.custom-fields-table thead th:nth-child(4) {
    width: 79px;
    max-width: 79px;
    min-width: 79px;
}

.custom-fields-table .text-truncate {
    width: 143px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

select.custom-field,
textarea.custom-field {
    border: 0.5px solid #ddd;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea.custom-field {
    overflow: hidden;
    min-height: 35px;
    padding-bottom: 20px;
}

.pd-left-right-0 th {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pd-top5 {
    padding-top: 5px;
}

.pd-left75 {
    padding-left: 75px;
}

.pd-top7 {
    padding-top: 7px;
}

.pd-left215 {
    padding-left: 215px;
}

.mg-left142 {
    margin-left: 142px;
}

.mg-top10 {
    margin-top: 10px;
}

.mg-top20 {
    margin-top: 20px !important;
}

.mg-bottom15 {
    margin-bottom: 15px;
}

.mg-bottom20 {
    margin-bottom: 20px;
}

.mg-left62 {
    margin-left: 62px;
}

.width566 {
    width: 566px;
}

.re-open-row {
    background: #4a0d86;
    padding-top: 10px;
    margin-top: -10px;
    margin-left: -10px;
    width: 1020px;
    margin-right: -10px;
    margin-bottom: 10px;
}
.re-open-row > p {
    color: white;
    font-weight: normal;
    margin-left:10px;
}

.bsc-metric-item-header div.span4 {
    margin-left: 0;
}

/* Tweaks for information icons, for vertical alignment */
/* Note the "adjacent" selector "+" works for Chrome + Firefox, not IE11 */

/*Clients > Orders > summary Tab*/
span.twitter-typeahead + a.icon {
    margin-top: 6px;
}

/* Tenant > Orders > Summary Tab - manually added - type ahead control inside 2 x divs */
.info-nudge-6 {
    margin-top: 6px;
}

/* Tenant > Orders > Summary Tab*/
select + a.icon {
    vertical-align: middle;
    margin-bottom: 10px;
}

/*Information icon input table headers*/
th > a.icon {
    vertical-align: middle;
    margin-top: 3px /* Note that this increases the height of the header too */
}

/* Custom fields - Tenants > Orders > Custom Fields / Clients > Orders > Custom Fields etc. */
div instructions-modal a.icon {
    margin-bottom: 8px;
}

.multiselect-container label.checkbox {
    color: #555;
    font-size: 15px;
}

#filterDropdown .multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 24px;
}

.medium-action-btn {
    width: 80px;
    padding: 5px;
}

.large-action-btn {
    width: 100px;
    padding: 5px;
}

.xlarge-action-btn {
    width: 150px;
    padding: 5px;
}

.xxlarge-action-btn {
    width: 200px;
    padding: 5px;
}

.min-height20 {
    min-height: 20px
}

.min-height300 {
    min-height: 300px;
}

.pd-top1 {
    padding: 1px;
}

.pd-left3 {
    padding-left: 3px;
}

.pd-left5 {
    padding-left: 5px;
}

.pd-right10 {
    padding-right: 10px !important;
}

.pd-right20 {
    padding-right: 20px!important;
}

.pd-left20-imp {
    padding-left: 20px!important;
}

.pd-left20 {
    padding-left: 20px;
}

.pd-left22 {
    padding-left: 22px;
}

.pd-left25 {
    padding-left: 25px;
}

.pd-left30 {
    padding-left: 30px;
}

.pd-left40 {
    padding-left: 40px;
}

.pd-left48 {
    padding-left: 48px;
}

.pd-left60 {
    padding-left: 60px;
}

.pd-left62 {
    padding-left: 62px;
}

.pd-top70 {
    padding-top: 70px;
}

.pd-x-2px {
    padding-left: 2px;
    padding-right: 2px;
}

.bulk-replacement-item table {
    width: 100%;
}

.bulk-replacement-item .header-line span {
    display: inline-block;
    padding: 5px 5px 5px 0;
}

.bulk-replacement-body {
    background: #e1e1e1;
}

.select-all-pages {
    margin-left: 13px;
}

.select-all-pages input[type="checkbox"] {
    margin: 1px 10px 0 0;
}

.width670 {
    width: 670px;
}

.width850 {
    width: 850px;
}

.wd-575 {
    width: 575px;
}

.wd-140 {
    width: 140px;
}

.wd-400 {
    width: 400px;
}

.wd-800 {
    width: 800px;
}

.wd-810 {
    width: 810px;
}

.mg-left-15 {
    margin-left: 15px;
}

.height10 {
    height: 10px;
}

.wd-700 {
    width: 700px;
}

.wd-933 {
    width: 933px;
}


/* Video */
.video-table div:focus {
    z-index: 1000;   /* Needed for correct overline for WCAG*/
}

div.video-table {
    margin-bottom: 10px;
    background-color: #efefef;
    display: flex;
    flex-direction: row;
}

.video-table .order-video {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 10px;
}

.video-table span.video-header {
    padding: 0 0 10px;
}

.video-table > div:first-child {
    width: 18%;
}

.video-table > div:last-child {
    width: 82%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.video-table span.video-text-body {
    font-size: 15px;
    font-weight: normal;
    color: #555;
    word-break: break-word;
}
 
.video-table div .order-video { 
     width: 50%; 
 }

.video-gradient {
    font-size: 45px;
    background: -webkit-linear-gradient(bottom, #62d0f2, #0e8baf);
    background: linear-gradient(to bottom, #62d0f2, #0e8baf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-inactive-color {
    color: gray;
}

.video-header {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    background-color: #e8e8e8;
}

.video-text-body {
    vertical-align: top;
    text-align: justify;
    box-sizing: border-box;
    padding: 10px;
    flex-grow: 1;
}

.video-play-body {
    vertical-align: top;
    text-align: center;
    flex-grow: 1;
    padding-top: 8px;
}

.video-border-right {
    border-right: 2px #DDDDDD solid;
}

.icon-video {
    width: 44px;
    height: 42px;
    background-position: -699px -164px;
    vertical-align: middle;
}

.icon-video-small {
    width: 20px;
    height: 20px;
    background-position: -361px -405px;
    vertical-align: middle;
}

/*#54528: Fix for Firefox only, it is not possible to click on disabled textarea (context menu is not firing up)*/
@-moz-document url-prefix() {
    .video-table tr td textarea {
        pointer-events: none;
    }
}

/* END Video */

/* START MSO */
.mso-shifts-count {
    display: inline-block;
    margin-top: 8px;
}
.mso-delete-icon {
    display: inline-block;
    margin-top: 10px;
}
/* END MSO */

.height40 {
    height: 40px;
}

.height30{
    height: 30px;
}

.height20 {
    height: 20px;
}

.w-5 {
    width: 5%;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-16 {
    width: 16%;
}
.w-17 {
    width: 17%;
}
.w-20 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.w-30 {
    width: 30%;
}
.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-50 {
    width: 50%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}
.w-65 {
    width: 65%;
}
.w-70 {
    width: 70%;
}
.w-75 {
    width: 75%;
}
.w-80 {
    width: 80%;
}
.w-85 {
    width: 85%;
}
.w-90 {
    width: 90%;
}
.w-95 {
    width: 95%;
}
.w-100 {
    width: 100%;
}

.w-100-table .ts-table-bordered {
    width: 100%;
}

.grow1 {
    flex-grow: 1;
}

.just-betw {
    justify-content: space-between;
}

.just-center{
    justify-content: center;
}

.just-flex-end {
    justify-content: flex-end;
}

.just-sp-around {
    justify-content: space-around;
}

.align-center {
    align-items: center;
}

.pad-top50 {
    padding-top: 50px;
}

.selectCustomerTypeahed .twitter-typeahead {
    width: 100%;
    height: auto;
}

.selectCustomerTypeahed .twitter-typeahead .tt-hint, .selectCustomerTypeahed .twitter-typeahead .tt-query {
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

thead.vertical-align th {
    vertical-align: middle;
}

.input-typeahead-style {
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    box-shadow: none;
    background: none 0 0/auto repeat scroll padding-box border-box rgb(237, 237, 237);
}

.text-area-typeahead-style {
    resize: none;
    overflow: hidden;
    height: 20px;
    position: relative;
    vertical-align: top;
}

.bg-lightgray {
    background-color: #efefef;
}

.flex-items-3 > div.mso-flex {
    flex-basis: 30%;
    flex-grow: 1;
}

.align-flex-end {
    align-items: flex-end;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.px-10px {
    padding: 0 10px;
}

.pb-5px {
    padding-bottom: 5px;
}

.fa-stack.small {
    font-size: 0.5em;
    vertical-align: baseline;
}

.text-default {
    color: #898989;
    font-weight: normal;
}

.my-10px {
    margin: 10px 0;
}

.align-tr-middle tr th, .align-tr-middle tr td {
    vertical-align: middle;
}

.btn.btn-darkgray {
    background-color: #E6E6E6
}

/* START SEARCH */

.flex-wrap {
    flex-wrap: wrap;
}

.search-container .flex-wrap > div {
    /*4 items per row*/
    flex-basis: 20%;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    flex-grow: 1;
}

.search-container .flex-wrap > div:nth-child(4n+ 1),
.search-container .flex-wrap > div:first-child {
    margin-left: 8px;
    margin-right: 15px;
}

.search-container .flex-wrap > div:nth-child(4n),
.search-container .flex-wrap > div:last-child {
    margin-left: 15px;
    margin-right: 0;
}

/*Last child is always buttons*/
.search-container .flex-wrap > div:last-child > div {
    float: right;
    margin-right: 8px;
}

.search-container .flex-wrap > div:nth-child(4n).empty {
    /*To hide empty div*/
    display: none;
}

/*Fixes for select*/
.search-container .flex-wrap span.multiselect-selected-text {
    width: 180px;
    display: inline-block;
}

.search-container .flex-wrap span.multiselect-native-select button {
    /* 16 = 2*8px paddings of input*/
    width: 216px;
    display: inline-flex;
}

/* END SEARCH */

.pad-bot-8 {
    padding-bottom: 8px;
}

.selectCustomerTypeahed .input-typeahead-xlarge-suggestions, .tt-dropdown-menu {
    width: inherit;
}

.float-none {
    float: none;
}

.transform-file-img {
    transform: scale(1.1);
}

.file-count-div {
    position: relative;
    display: flex;
    justify-content: center;
}

.file-count-text {
    position: absolute;
    top: 6px;
}

.text-muted {
    color: #cccccc;
}

.min-width92px {
    min-width: 92px;
}

.max-width92px {
    max-width: 92px;
}

.width-112px {
    width: 112px;
}

.width-64px {
    width: 64px;
}

.width-74px {
    width: 74px;
}

.transaction-item td {
    box-sizing: border-box;
}

.lbl-vertical-center {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.d-inline-block {
    display: inline-block;
}

.sow-settings-group-box {
    border: 1px solid #AAAAAA;
    position: relative;
    min-width: 100px;
    margin-top: 11px;
}

.group-box-title {
    position: absolute;
    margin-top: -12px;
    margin-left: 5px;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.flex-direction-column {
    display: flex!important;
    flex-direction: column;
}

.flex-order-1 {
    order: 1;
}

input[type="radio"].datepicker-radio {
    margin-top: -2px;
    margin-right: 5px;
}

/* Client settings modal */
.client-settings-modal {
    min-width: 750px;
    max-width: 1010px;
}

.typeahead-white {
    cursor: default!important;
    background-color: #ffffff!important;
}

/* Burndown Rate: START */
.burndown-tooltip-square.invoiced-background-color {
    background-color: #ff9999;
}

.burndown-tooltip-square.pending-background-color {
    background-color: #ffdb99;
}

.burndown-tooltip-square.spent-background-color {
    background-color: #49afcd;
}

.burndown-tooltip-square.remaining-background-color {
    background-color: lightgray;
}

.burndown-rate-info {
    margin-top: 10px;
}

.burndown-rate-chart svg text {
    font-size: 18px;
    font-weight: 600;
    text-anchor: middle;
    }

.burndown-rate-chart svg text.text-muted {
    fill: #898989;
}

.burndown-rate-chart.bdr-arc {
    margin-top: -35px;
}

/* Burndown Rate: END */
.text-align-right {
    text-align: right;
}

.icon-statement-small {
    width: 22px;
    height: 17px;
    background-position: -444px -218px;
    vertical-align: middle;
}

.icon-requirement-small {
    width: 15px;
    height: 17px;
    background-position: -421px -218px;
    vertical-align: middle;
}

.dnu-text-area {
    margin: 0 0 10px;
    width: 300px;
    height: 112px;
}

.d-inline {
    display: inline;
}

.ml-5px {
    margin-left: 5px;
}

.po-revision-header {
    padding: 20px;
    box-sizing: border-box;
}

.background-grey-e6 {
    background-color: #e6e6e6;
}

.nav-tabs.reqmt-subtabs-small li a {
    padding: 11px 4px;
    font-size: 15px;
}

.nav-tabs.reqmt-subtabs li a {
    padding: 13px 23px;
}

.font-size-16 {
    font-size: 16px !important;
}

.table-border-left {
    border-left: 1px solid #cdcdcd !important;
}

.table-border-bottom {
    border-bottom: 1px solid #cdcdcd;
}

.color-orange {
    color: orange;
}

.color-green {
    color: green;
}

.color-gray {
    color: rgb(98, 97, 98);
}

.popup-title {
    display: inline-block;
}

.po-changes .row-fluid [class*="span"] {
    min-height: 20px;
}

.candidate-availability-table .work-experience-cell {
    max-width: 12em;
}

.font-large {
    font-size: large;
}

.p-5 {
    padding: 5px;
}

.m-5 {
    margin: 5px;
}

.bg-gray-f6 {
    background-color: #f6f6f6;
}

.bg-gray-e1 {
    background-color: #e1e1e1;
}

.border-gray-d7 {
    border: 1px solid #d7d7d7;
}

/* Sectors Ticker */

.ticker-container {
    width: auto;
    background-color: #ededed;
    border: 1px solid #d7d7d7;
    overflow: hidden;
    margin: 0 33px 15px 10px;
}

.ticker-wrap {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

.sectors-ticker {
    display: inline-block;
    white-space: nowrap;
}

.font-size-x-small {
    font-size: x-small;
}

/* Sectors Ticker End */

.fixed-header-container {
    overflow: auto;
}

.fixed-header-container .fixed-header * {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.h-50 {
    height: 50%;
}

.h-90 {
    height: 90%;
}

.h-90vh {
    height: 90vh;
}

/* Icons */

.icon-location-blue {
    width: 17px;
    height: 17px;
    background-position: -586px -216px;
}

.icon-sector {
    width: 22px;
    height: 17px;
    background-position: -471px -216px;
    vertical-align: middle;
}

.icon-sector-blue {
    width: 22px;
    height: 17px;
    background-position: -600px -216px;
    vertical-align: middle;
}

.icon-customer {
    width: 22px;
    height: 17px;
    background-position: -493px -218px;
    vertical-align: middle;
}

.icon-customer-blue {
    width: 22px;
    height: 17px;
    background-position: -622px -218px;
    vertical-align: middle;
}

.icon-job-category {
    width: 22px;
    height: 17px;
    background-position: -562px -216px;
    vertical-align: middle;
}

.icon-job-category-blue {
    width: 22px;
    height: 17px;
    background-position: -692px -216px;
    vertical-align: middle;
}

.icon-job-title {
    width: 22px;
    height: 17px;
    background-position: -542px -216px;
    vertical-align: middle;
}

.icon-job-title-blue {
    width: 22px;
    height: 17px;
    background-position: -668px -216px;
    vertical-align: middle;
}

.icon-candidate {
    width: 30px;
    height: 30px;
    background-position: -1173px -248px;
    vertical-align: middle;
}

.icon-candidate-blue {
    width: 30px;
    height: 30px;
    background-position: -1239px -248px;
    vertical-align: middle;
}

.icon-returning-candidate {
    width: 30px;
    height: 30px;
    background-position: -1206px -248px;
    vertical-align: middle;
}

.icon-returning-candidate-blue {
    width: 30px;
    height: 30px;
    background-position: -1270px -248px;
    vertical-align: middle;
}

.icon-job-type {
    width: 22px;
    height: 17px;
    background-position: -515px -216px;
    vertical-align: middle;
}

/* Icons end */

.border-1px-solid {
    border: 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-10px {
    padding: 10px;
}

.mx-5px {
    margin-left: 5px;
    margin-right: 5px;
}

.my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mb-10px {
    margin-bottom: 10px;
}

.input-216 {
    width: 216px;
}

.bordered-items div {
    flex-grow: 1;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.bordered-items {
    align-items: stretch;
    display: flex;
}

.bordered-items div:first-child {
    border-left: solid 1px;
}

.mb-0 {
    margin-bottom: 0;
}

.bolder {
    font-weight: bolder;
}

/* UI Refresh */

.order-icons-md {
    font-size: 1.1em;
}

.order-icon-coins-md {
    font-size: 1.3em;
}

.fa-video + .fa-play {
    left: -3px;
    font-size: 0.4em;
}

.ui-lozenge {
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px lightgrey;
}

.ui-lozenge:hover {
    box-shadow: none;
}

.ui-lozenge-row {
    padding: 8px 10px;
}

.ui-content-row {
    padding-left: 25px;
}

.ui-content-row.padding-left-large {
    padding-left: 40px;
}

.ui-lozenge-footer {
    padding: 3px 5px;
    min-height: 1.1em;
}

.ui-lozenge-row-item {
    padding: 3px;
}

.ui-lozenge .wcag-ellipsis {
    padding: 10px 0 0 10px;
}

.ui-lozenge input[type="checkbox"] {
    margin: 15px 10px 0 5px;
}

.ui-lozenge-row:nth-child(2) {
    font-weight: 400;
}

.ui-lozenge .fa-user,
.ui-lozenge .fa-coins,
.ui-lozenge img{
    margin-right: 5px;
}

.color-red {
    color: #f99;
}

.color-lightblue {
    color: #4a0d86;
}

.color-yellow {
    color: #fdb93c;
}

.color-blue {
    color: #2736a2;
}

.color-lightgreen {
    color: #9c9;
}

.color-light-green {
    color: #3fbc74;
}

.color-gray-b3 {
    color: #b3b3b3;
}

.color-gray-90 {
    color: #909090;
}

.color-gray-73 {
    color: #737373;
}

.color-info-blue {
    color: #291f49;
}

.border-left-blue {
    border-left: 1px solid #291f49!important;
}

.ui-btn-primary {
    box-sizing: border-box;
    background-color: #4a0d86;
    color: #fff;
    border: 1px solid #4a0d86;
    border-radius: 5px;
    font-weight: 400;
}

.ui-btn-primary:hover, .ui-btn-primary:focus, .ui-btn-primary[disabled] {
    background-color: #4a0d86;
    color: #fff;
    box-shadow: 0 0 3px 0 #56b9da;
}

.ui-btn-primary:active {
    background-color: #4a0d86;
    color: #fff;
    box-shadow: none;
}

.ui-btn-danger {
    background-color: #e55e5f;
    color: #fff;
    border: 1px solid #e55e5f;
    border-radius: 5px;
    font-weight: 400;
}

.ui-btn-danger:hover, .ui-btn-danger:focus, .ui-btn-danger[disabled] {
    background-color: #e55e5f;
    color: #fff;
    box-shadow: 0 0 3px 0 #e55e5f;
}

.ui-btn-danger:active {
    background-color: #e55e5f;
    color: #fff;
    box-shadow: none;
}

.ui-btn-success {
    background-color: #3fbc74;
    color: #fff;
    border: 1px solid #3fbc74;
    border-radius: 5px;
    font-weight: 400;
}

.ui-btn-success:hover, .ui-btn-success:focus, .ui-btn-success[disabled] {
    background-color: #3fbc74;
    color: #fff;
    box-shadow: 0 0 3px 0 #3fbc74;
}

.ui-btn-success:active {
    background-color: #3fbc74;
    color: #fff;
    box-shadow: none;
}

.ui-btn-gray {
    background-color: #ebebeb;
    color: #333;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    font-weight: 300;
}

    .ui-btn-gray:hover, .ui-btn-gray:focus, .ui-btn-gray[disabled] {
        background-color: #ebebeb;
        color: #333;
        box-shadow: 0 0 3px 0 #e1e1e1;
    }

    .ui-btn-gray:active {
        background-color: #ebebeb;
        color: #333;
        box-shadow: none;
    }

.ui-btn {
    padding: 6px;
}

.tabs-rounded > li > a {
    border-radius: 10px;
}

.ui-sub-tabs > li > a {
    position: relative;
    border-bottom: 2px solid #d7d7d7;
    background: #fff;
    color: #898989;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 5px;
    margin: 0 10px 10px 0;
    min-width: 50px;
    text-align: center;
}

.ui-sub-tabs > li.active > a::after {
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    background: #fff;
    top: calc((100%) - 7px);
    left: 50%;
    margin-left: -7px;
    border-bottom: 2px solid #4a0d86;
    border-right: 2px solid #4a0d86;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 20px;
}

.ui-sub-tabs > li > a {
    float: left;
}

.nav.ui-sub-tabs > li > a:hover, .nav.ui-sub-tabs > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}

.ui-sub-tabs > li.active > a {
    color: #626162;
    border-color: #4a0d86;
    font-weight: 600;
}

.icon-ir35 span.fa-inverse:first-of-type {
    top: -5px;
    font-size: 9px;
    font-weight: bold;
}

.icon-ir35 span.fa-inverse:last-of-type {
    top: 5px;
    font-size: 9px;
    font-weight: bold;
}

.icon-week-day {
    font-weight: bold;
}

.icon-text1line span.fa-inverse:first-of-type {
    top: 0px;
    font-size: 9px;
    font-weight: bold;
}

.booking-item .ui-lozenge-row-item {
    margin-left: 10px;
    margin-right: 10px;
}

.ui-pagination.pagination ul > li > a, .ui-pagination.pagination ul > li > span {
    background: none;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-size: 24px;
    padding: 8px 10px;
}

.ui-pagination.pagination ul > li > a:hover,
.ui-pagination.pagination ul > li > a:focus,
.ui-pagination.pagination ul > li > span:hover,
.ui-pagination.pagination ul > li > span:focus {
    background-color: #eee;
}

.ui-pagination.pagination ul > li > span:hover,
.ui-pagination.pagination ul > li > span:focus {
    background-color: #eee;
    cursor: default;
}

.ui-pagination.pagination ul > .disabled > a:hover,
.ui-pagination.pagination ul > .disabled > a:focus {
    background-color: transparent;
}

/*Overall lozenges radius. .lozenge class had it before*/
.lozenge,
.timesheet-readonly,
.timesheet-editor,
.candidate-availability-lozenge,
.sow-lozenge,
.ccr-lozenge,
.tile,
.ticker-container,
.bsc-metric-item,
.bulk-replacement-item,
div#login,
.booking-search-item,
.booking-search-item table:first-child {
    border-radius: 10px;
    overflow: hidden;
}

/*Overall buttons radius*/
div#login input {
    border-radius: 5px;
}

/*Distance between icons on Orders List */
.fa-stack.order-icons-md {
    width: 2.3em;
}

/*.action-btn-group button:not(:last-child) {*/
.action-btn-group button,
.action-btn-group input {
    margin-right: 5px;
    float: left;
}

.further-limits .custom-knockout-popover-class {
    width: 351px;
}

/*Old buttons round*/
.ui-btn-primary,
.ui-btn-danger,
.ui-btn-success,
.ui-btn-gray,
.btn-primary,
.btn-success,
.btn-danger,
.btn-default,
.btn-inverse,
.btn-gray,
.clear-filter,
.apply-filter,
.btn-info,
.btn-multi-action,
.medium-action-btn,
.btn-darkgray,
.xlarge-action-btn,
.large-action-btn,
.booking-search-filterButton {
    border-radius: 20px !important;
    min-width: 70px !important;
}

/*Remove border-radius for multiselect dropdowns*/
.multiselect.btn.btn-default {
    border-radius: 0!important;
}

.btn-gray {
    background-color: #EBEBEB;
}

/*Dropdown ui action button --Start--*/
.ui-dropdown-menu-primary {
    min-width: 0;
    background-color: #ffffff;
    color: black;
    font-family: 'Lato', Arial, sans-serif;
    letter-spacing: normal;
}

.btn-group .dropdown-toggle.dropdown-toggle-round {
    border-radius: 20px !important;
}
    /*Move caret to right from the button's name*/
    .btn-group .dropdown-toggle.dropdown-toggle-round .caret {
         margin-left: 5px;
    }

/*Button dopdown*/
.btn-group.open .dropdown-toggle.dropdown-toggle-round {
    /*Remove bottom radius from the main button*/
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 1px solid #4a0d86;
    border-bottom-color: #ebebeb;
    background-color: #ebebeb;
    color: #4a0d86;
}

    .btn-group.open .dropdown-toggle.dropdown-toggle-round .caret {
        border-top-color: #4a0d86;
        border-bottom-color: #4a0d86;
    }

.btn-group.open .dropdown-menu.dropdown-menu-round {
    border: 1px solid #4a0d86;
    border-top: 0;
    border-bottom: 0;
    -webkit-background-clip: unset;
    background-color: #4a0d86;
    padding: 0;
}

.dropdown-menu.dropdown-menu-round li a {
    color: #ececec !important;
    border-bottom: 1px solid #FFFFFF;
}
.dropdown-menu.dropdown-menu-round li:last-child a {
    border-bottom: none;
}

.dropdown-menu.dropdown-menu-round li a:hover {
    color: #ffffff !important;
}

.btn-group.open .ui-btn-primary.dropdown-toggle-round {
    background-color: #ebebeb;
    color: #ffffff;
    border-bottom: none;
}
/*Dropdown ui action button --End--*/

.w-90px {
    width: 90px;
}

.w-250px {
    width: 250px;
}

.h-200px {
    height: 200px
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.ml-28px {
    /*Checkbox + ui-lozenge padding*/
    margin-left: 28px;
}

.border-radius-bottom-10 {
    border-radius: 0 0 10px 10px
}

.no-border-radius {
    border-radius: 0 !important;
}

.booking-icon .fas.fa-phone-alt {
    position: absolute;
    line-height: 20px;
    font-size: 11px;
    margin-top: -6px;
    transform: rotate(90deg);
}

.booking-icon .fas.fa-envelope {
    position: absolute;
    margin-left: 7px;
    line-height: 20px;
    font-size: 13px;
}

.booking-lozenge-icon .fas.fa-phone-alt {
    position: absolute;
    line-height: 34px;
    font-size: 11px;
    margin-top: -6px;
    margin-left: 6px;
    transform: rotate(90deg);
}

.booking-lozenge-icon .fas.fa-envelope {
    position: absolute;
    margin-left: 14px;
    line-height: 34px;
    font-size: 13px;
}

.booking-icon .icon-text {
    margin-left: 23px;
}

.color-dark-blue {
    color: #291f49;
}
.summary-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 5px 0 5px;
    color: #898989;
    font-weight: 400;
}
.candidates-summary-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 5px 0 5px;
    color: #898989;
    font-weight: 400;
}
.summary-count {
    font-size: 17px;
    color: #898989;
    font-weight: bold;
}
.cursor-context-menu {
    cursor: context-menu;
}
.font-size-14 {
    font-size: 14px;
}

.mg-bottom3{
    margin-bottom: 3px !important;
}

.mg-bottom5 {
    margin-bottom: 5px !important;
}

.summary-clock-position {
    left: 9px;
    top: 5px;
}
.color-white{
    color: white;
}
.font-size-19{
    font-size: 19px;
}

.mr-auto {
    margin-right: auto;
}

.mr-5px {
    margin-right: 5px !important;
}

/* Start Multiselect Component */

.multiselect {
    margin-bottom: 10px;
    position: relative;    
}

    .multiselect .multiselect-control {
        display: flex;
        height: 35px;
        border-radius: 0 !important;
        padding-bottom: 8px;
        color: #555555;
        font-size: 15px;
        font-weight: normal;
    }

    .multiselect .multiselect-dropdown {
        position: absolute;
        background-color: #ededed;
        box-shadow: 0 0 1px black;
        color: #555555;
        font-size: 15px;
        font-weight: normal;
    }

.multiselect .multiselect-dropdown-item {
    display: flex;
    padding: 3px 8px;
    cursor: pointer;
}

.multiselect .multiselect-dropdown-item.selected {
    background-color: #291f49;
    background-image: linear-gradient(to bottom, #4a0d86, #291f49);
    color: white;
}

/* End Multiselect Component*/
#CandidateInterviews .nav-tabs > li > a {
    padding: 13px 13px;
}

.position-bottom-1{
    bottom: 1px;
}
.font-size-22{
    font-size: 22px;
}
.mg-top3{
    margin-top: 3px;
}
.w-12{
    width: 12%;
}

.pr-16px {
    padding-right: 16px;
}

.fit-content {
    width: fit-content !important;
    height: fit-content !important;
}
.count_button {
    margin: 10px;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #291f49;
    background: #f6f6f6;
    color: #252525;
}

.ui-state-checked {
    border: 1px solid #291f49;
    background: #f6f6f6;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #252525;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #d3d3d3;
    background: #e8e8e8;
    font-weight: normal;
    color: #252525;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #252525;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #291f49;
    font-weight: normal;
    color: #252525;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #252525;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #291f49;
    /*background: #30aed7;*/
    background: #4a0d86;
    font-weight: normal;
    color: #EBEBEB;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    /*border: #30aed7;*/
    border: #4a0d86;
    background-color: #EBEBEB;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #EBEBEB;
    text-decoration: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_291f49_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_291f49_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/ui-icons_291f49_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../images/ui-icons_291f49_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/ui-icons_cd0a0a_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("../images/ui-icons_888888_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.audit-header-link {
    color: #4a0d86 !important;
    text-decoration: none;
    cursor: pointer !important;
}
.supplier-audit-compliances-history-items {
    max-height: 400px;
    overflow-y: auto;
}

/** EULA Styles **/

#eulaModal-modal .popup-title {
    text-align: center;
}

#eulaModal-modal .popup-cross {
    display: none;
}

#eulaModal-modal .eula-content-body {
    width: 920px;
    height: 300px;
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    background-color: white;
    padding: 0 10px;
    margin: 18px;
}

#eulaModal-modal .eula-text-margin {
    margin: 30px 20px;
}

    #eulaModal-modal .eula-text-margin input[type="checkbox"] {
        margin-right: 5px;
    }

#eulaModal-modal .eula-buttons {
    justify-content: space-between;
    display: flex;
    margin: 0px 200px 20px;
}

    #eulaModal-modal .eula-buttons a.btn.btn-info:hover,
    #eulaModal-modal .eula-buttons a.btn.btn-info:focus {
        color: #ffffff;
    }

#eulaModal-modal .eula-text-margin.mandatory {
    border: 1px solid #ff5d5d;
    padding: 10px;
    border-radius: 10px;
}
/** End - EULA Styles **/

.position-relative {
    position: relative;
}

.oldHome {
    position: absolute;
    top: 40px;
    padding-left: 111px;
}

.timesheet-item-icon-editable > i {
    padding-top: 6px;
}
.timesheet-item-icon-editable > .fa-stack-1x {
    font-size: 1.2em;
}
.timesheet-item-icon-editable > .fa-stack-2x {
    font-size: 2.2em;
}

.timesheet-item-icon-readonly > i {
    padding-top: 5px;
}
.timesheet-item-icon-readonly > .fa-stack-1x {
    font-size: 1em;
}
.timesheet-item-icon-readonly > .fa-stack-2x {
    font-size: 2em;
}
/* MSO Styles */

/* MSO Bulk Styles*/
.font13 {
    font-size: 13px !important;
}

.input382 {
    width: 382px;
}

.mso-input-disabled {
    opacity: 0.5;
}

.mg-left5 {
    margin-left: 5px;
}

.mg-right5 {
    margin-right : 5px
}

.mso-icon-user-open {
    color: #2471A3;
}

.font-size16 {
    font-size: 16px;
}

.mso-color-red {
    color :#da5b5b
}

.mso-icon-user-covered {
    color: #A6ACAF;
}

.mg-right4 {
    margin-right: 4px;
}

.day-button {
    height: 40px;
    width: 132px;
}

.disabled-day-tab {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    background-color: #dedcdc
}

.padding-left-top10 {
    padding-left: 10px;
    padding-top: 10px;
}

.icon-mso-small {
    width: 24px;
    height: 20px;
    background-position: -391px -216px;
    vertical-align: middle;
}

.icon-mso {
    width: 50px;
    height: 42px;
    background-position: -630px -164px;
    vertical-align: middle;
}

.icon-mso-white {
    width: 24px;
    height: 20px;
    background-position: -419px -407px;
    vertical-align: middle;
}

.opacity04 {
    opacity: 0.4;
}

.icon-size {
    color: #ffb700;
}

.icon-user-plus-grey {
    color: #A6ACAF;
}

.icon-user-plus-white {
    color: white
}

.mso-timestring {
    padding-left: 17px;
    padding-top: 4px;
}

.mso-weekstring {
    padding-top: 4px;
}

.border-radius-10 {
    border-radius: 10px!important;
}

.mso-border {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.margin-left-7 {
    margin-left: -7px;
}

.margin-right-3 {
    margin-right: 3px;
}

.font-size17 {
    font-size: 17px;
}

.paddingleftright8 {
    padding-left: 8px;
    padding-right: 8px;
}

/* END of MSO Bulk Styles*/

/* Flex allignment */

.mso-flex {
    display: flex;
}

.mso-flex-horizontal-center {
    justify-content: center;
}

.mso-flex-horizontal-right {
    justify-content: flex-end;
}

.mso-flex-vertical-center {
    align-items: center;
}

.mso-flex-center {
    align-items: center;
    justify-content: center;
}

.mso-flex-left {
    align-items: left;
    justify-content: left;
}

.mso-flex-right {
    align-items: right;
    justify-content: right;
}

.mso-flex-row {
    flex-direction: row;
}

.mso-flex-column {
    flex-direction: column;
}

/* Shift Planner Styles */

/* Main container */
.mso-container {
    font-size: 14px;
    font-weight: 500;
}


/* Left Pane */
.mso-container-leftPane {
    flex: 0.25;
}

.mso-leftPane-shiftName {
    font-size: 18px;
    font-weight: bold;
}

.mso-leftPane-subText {
    font-size: 14px;
    white-space: nowrap;
}


.mso-leftPane-counter-offset {
    margin-top: 5px;
}


/* Right Pane */
.mso-container-rightPane {
    flex: 2;
}

.mso-rightPane-offset {
    margin-left: 15px;
    padding-left: 15px;
}

.mso-rightPane-header {
    font-weight: bold;
    background-color: #e1e1e1;
    /*background-color: #efefef;*/
    /*margin-bottom: 5px;*/
}

.mso-rightPane-headerItem {
    font-weight: bold;
    background-color: #e1e1e1;
    border: 1px solid #cdcdcd;
    margin: 0 0 -1px -1px;
}

.mso-rightPane-headerDate {
    font-size: 15px;
    margin-bottom: 5px;
}

.mso-rightPane-body {
    background-color: #efefef;
    /*background-color: #e1e1e1;*/
}

.mso-rightPane-bodyColumn {
    min-height: 21px;
}

.mso-rightPane-cellItem {
    align-items: center;
    background-color: white;
    border: 1px solid #cdcdcd;
    margin: 0 0 -1px -1px;
}

.mso-rightPane-cellItem-noshift {
    align-items: center;
    background-color: #efefef;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.mso-rightPane-header-leftCounter {
    font-weight: normal;
    margin-left: 5px;
}

.mso-rightPane-header-rightCounter {
    font-weight: normal;
    margin-right: 5px;
}


/* Icons */
.mso-icon-leftPane-user-open {
    /*color: #A6ACAF;*/
    color: #291f49;
    margin-right: 5px;
}

.mso-icon-leftPane-user-covered {
    color: #A6ACAF;
    margin-right: 10px;
}

.mso-icon-rightPane-header-user-open {
    color: #291f49;
    /*color: #A6ACAF;*/
    margin-right: 5px;
}

.mso-icon-rightPane-header-user-covered {
    color: #A6ACAF;
    margin-right: 5px;
}

.mso-icon-rightPane-cellItem-user-open {
    font-size: 12px;
    color: #291f49;
    margin: 2px 10px 2px 4px;
}

.mso-icon-rightPane-cellItem-user-covered {
    color: #d2d5d7;
    margin: 2px 10px 2px 4px;
}

.mso-icon-rightPane-cellItem-user-filled {
    color: #d2d5d7;
    margin: 2px 5px 2px 4px;
}

.mso-icon-rightPane-cellItem-user-lock {
    font-size: 12px;
    color: #d2d5d7;
    margin: 2px 12px 2px 6px;
}

.mso-icon-moon {
    font-size: 14px;
}

.mso-icon-clock {
    color: #4a0d86;
    font-size: 24px;
    margin-right: 5px;
}

/* Other */
.mso-item-1x-size {
    flex: 1;
}

.mso-vertical-line {
    border-left: 2px solid #cdcdcd;
    margin-left: 10px;
    margin-right: 10px;
}

.mso-action-panel {
    margin-bottom: 10px;
}

/* Selection */
.mso-cell-selected-action {
    background-color: green;
}

.mso-cell-selected-submit {
    /*background-color: #30aed7;
    background-color: #bdd4e3;*/
    background-color: #4a0d86;
}

.mso-cell-selected-booking {
    background-color: #bbdefb;
}

.mso-cell-overlap {
    background-color: #ffb2b2;
}

.mso-cell-overlap-referenceLock {
    background-color: green;
}


/* END of Shift Planner Styles */

/* Candidate actions modals */
.mso-single-action input[type="radio"], .mso-multi-action input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.mso-single-action .replacement-candidate,
.mso-multi-action .replacement-candidate {
    margin-left: 0;
}

.mso-single-action .replacement-candidate > .twitter-typeahead,
.mso-multi-action .replacement-candidate > .twitter-typeahead{
    width: 100%;
}

.mso-single-action .replacement-candidate > .twitter-typeahead .tt-hint,
.mso-single-action .replacement-candidate > .twitter-typeahead .tt-query,
.mso-multi-action .replacement-candidate > .twitter-typeahead .tt-hint,
.mso-multi-action .replacement-candidate > .twitter-typeahead .tt-query{
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.mso-min-width550px {
    min-width: 550px;
}

.mso-multi-action {
    width: 1000px;
}

.mso-ma-width-55 {
    width: 55%;
}
.mso-ma-width-52 {
    width: 52%;
}

.mso-ma-unfilled-name {
    margin-left: 16px;
    margin-top: 7px;
}

.mso-ma-leftpane {
    flex: 0.85;
}

.mso-ma-rightpane {
    flex: 2;
}

.mso-ma-basis-15 {
    flex-basis: 15%;
}

.mso-ma-basis-155 {
    flex-basis: 15.5%;
}

.mso-multi-action .mso-container-leftPane {
    flex: 0.3;
}

.mso-multi-action .mso-container-rightPane {
    flex: 2;
}

.mso-multi-action .mso-rightPane-headerDate input[type="checkbox"] {
    margin: 4px -5px 0 5px;
}
/* */
/* .mso-single-action .replacement-candidate > .twitter-typeahead .tt-dropdown-menu{ */
/*     width: 100%; */ 
/* } */
/* END Candidate actions modals*/


/* Booking modals */

.mso-subTitle {
    font-size: 20px;
    font-weight: bold;
}

.mso-errorText {
    color: red;
    font-weight: bold;
}

.mso-successText {
    color: green;
    font-weight: bold;
}

.mso-singleLine {
    white-space: nowrap;
}

/* END Booking modals*/

/* End MSO Styles */
