/*@PrimaryColor: #98012E;*/
/*@import url(blue.less);*/

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.333333333em;
}
/* makes sure icons active on rollover in links */

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.142857143em;
  text-align: right;
  padding-right: 0.285714286em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.428571429em;
}
.icons-ul {
  margin-left: 2.142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857143em;
  width: 2.142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: white;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */

/* Bootstrap 2.0 sprites.less reset */

[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */

/* Stacked and layered icon */

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1;
}
/* Animated rotating icon */

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */

a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */

.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-Equipment:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
* {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Arial;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
a {
  color: #830c2c;
  text-decoration: none;
}
a img {
  border: none;
}
.error {
  color: red;
}
hr {
  margin: 20px 0;
  border: none;
  border-top: 4px solid #830c2c;
  background-color: transparent;
  height: 0px;
}
.link-button {
  color: #666666;
}
.link-button:hover,
.link-button:focus {
  color: #830c2c;
}
.link-button:active {
  color: #830127;
}
.warning-high {
  color: #cc0000;
}
.warning-medium {
  color: #ffaa00;
}
.warning-low {
  color: #00cc00;
}
html {
  background: white;
  min-width: 990px;
  font-size: 14px;
  overflow-y: scroll;
  margin-top: 60px;
}
body {
  min-width: 990px;
}
/* Icons */

.icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-red.png);
}
.icon-red {
  background-image: url(../images/icon-red.png);
}
.icon-gray {
  background-image: url(../images/icon-gray.png);
}
.icon-white {
  background-image: url(../images/icon-white.png);
}
.icon.home-icon {
  background-position: 0 0;
}
.icon.collapse-icon {
  background-position: 0 -20px;
}
.icon.dropdown-icon {
  background-position: 0 -40px;
}
.icon.document-icon {
  background-position: 0 -60px;
}
.icon.company-group-icon {
  background-position: 0 -80px;
}
.icon.company-icon {
  background-position: 0 -100px;
}
.icon.address-icon {
  background-position: 0 -120px;
}
.icon.cog-icon {
  background-position: 0 -140px;
}
.icon.user-icon {
  background-position: 0 -160px;
}
.button-bar {
  margin-right: -10px;
  font-size: 0.9em;
}
.button-bar a.button-icon {
  background: #e6e6e6;
  color: #333333;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #bfbfbf;
  font-weight: bold;
}
.button-bar a.button-icon [class^="icon-"] {
  font-size: 1.2em;
  font-weight: normal;
}
.button-bar a.button-icon:hover,
.button-bar a.button-icon:focus,
.button-bar a.button-icon:active {
  background: #666666;
  color: white;
}
.noSelect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Common Styles */

.primaryBackground {
  background-color: #830c2c;
  color: white;
}
.primaryBackground a {
  color: white;
}
.primaryLightBackground {
  background-color: #bb5b76;
  color: white;
}
.primaryLightBackground a {
  color: white;
}
.primaryDarkBackground {
  background-color: #830127;
  color: white;
}
.primaryDarkBackground a {
  color: white;
}
.secoundaryBackground {
  background-color: #e6e6e6;
  color: #666666;
}
.secoundaryBackground a {
  color: #333333;
}
.secoundaryDarkBackground {
  background-color: #d6d6d6;
  color: #666666;
}
.secoundaryDarkBackground a {
  color: #333333;
}
.secoundaryLightBackground {
  background-color: #f1f1f1;
  color: #333333;
}
.secoundaryLightBackground a {
  color: #830c2c;
}
.tertiaryBackground {
  background-color: #666666;
  color: white;
}
.tertiaryBackground a {
  color: white;
}
.tertiaryDarkBackground {
  background-color: #4c4b4b;
  color: white;
}
.tertiaryDarkBackground a {
  color: white;
}
.highLightBackground {
  background-color: #ffde9d;
  color: #333333;
}
.highLightBackground a {
  color: #830c2c;
}
/* Header */

#header {
  display: none;
  height: 84px;
  position: relative;
}
#header #primary-search {
  position: absolute;
  top: 0;
  left: 185px;
  height: 84px;
  width: 300px;
  padding-top: 22px;
  padding-left: 20px;
}
/*Top Menu */

#top-menu {
  height: 60px;
  font-size: 1.2em;
  background-color: #830c2c;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  min-width: 990px;
}
#top-menu a {
  color: white;
}
#top-menu #briggs-logo {
  float: left;
  display: block;
  width: 145px;
  height: 60px;
  background: url(/uploads/image/PIP-Logo-5.png) center center no-repeat;
  border-right: 1px solid #bb5b76;
}
#top-menu #customer-logo {
  float: right;
  top: 0px;
  right: 0px;
  height: 60px;
  text-align: right;
}
#top-menu #customer-logo .RadComboBox {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}
#top-menu #customer-logo .RadComboBox .rcbInputCell {
  background-color: transparent;
  border: none;
  display: none !important;
}
#top-menu #customer-logo .RadComboBox .rcbInputCell .rcbInput {
  color: white;
  font-size: 1.2em;
  text-align: center;
  display: none;
}
#top-menu #customer-logo .RadComboBox .rcbArrowCell {
  background: #666666;
  border: none;
  height: 60px;
}
#top-menu #customer-logo .RadComboBox .rcbArrowCell a {
  background-position-x: -112px;
}
#top-menu > ul li {
  float: left;
  display: block;
}
#top-menu > ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  border-right: 1px solid white;
  transition: all 0.25s;
}
#top-menu > ul li a .icon {
  top: 12px;
  position: relative;
  background-image: none;
  background-image: url(../images/icon-white.png);
}
#top-menu > ul li a [class^="icon-"],
#top-menu > ul li a [class*=" icon-"] {
  line-height: inherit;
}
#top-menu > ul li:hover a {
  background-color: #830127;
  color: white;
}
#top-menu > ul li:hover a a {
  color: white;
}
#top-menu > ul li.active a {
  background-color: #e6e6e6;
  color: #666666;
  border-right: 1px solid #d6d6d6;
}
#top-menu > ul li.active a a {
  color: #333333;
}
#top-menu > ul li.active a .icon {
  background-image: url(../images/icon-red.png);
}
#top-menu > ul li.active:hover a {
  background-color: #d6d6d6;
  color: #666666;
}
#top-menu > ul li.active:hover a a {
  color: #333333;
}
#top-menu .info-menu {
  font-size: 0.7em;
}
#top-menu ul.top-right-menu {
  float: right;
}
#top-menu ul.top-right-menu li {
  border-left: 1px solid #bb5b76;
}
#top-menu ul.top-right-menu li a {
  padding: 0 10px;
  border-right: none;
}
#top-menu ul.top-right-menu li a img {
  margin-top: 8px;
}
#top-menu .RadButton.rbToggleButton.briggs-view,
#top-menu .RadButton.rbToggleButton.client-view {
  line-height: 60px;
  height: 60px;
  border-right: 1px solid #bb5b76 !important;
}
#top-menu .RadButton.rbToggleButton.briggs-view span,
#top-menu .RadButton.rbToggleButton.client-view span {
  color: white;
}
#top-menu .RadButton.rbToggleButton.briggs-view:hover,
#top-menu .RadButton.rbToggleButton.client-view:hover,
#top-menu .RadButton.rbToggleButton.briggs-view:active,
#top-menu .RadButton.rbToggleButton.client-view:active,
#top-menu .RadButton.rbToggleButton.briggs-view:focus,
#top-menu .RadButton.rbToggleButton.client-view:focus {
  background: #830127 !important;
  border-right: 1px solid #bb5b76 !important;
}
#top-menu .RadButton.rbToggleButton.briggs-view:hover span,
#top-menu .RadButton.rbToggleButton.client-view:hover span,
#top-menu .RadButton.rbToggleButton.briggs-view:active span,
#top-menu .RadButton.rbToggleButton.client-view:active span,
#top-menu .RadButton.rbToggleButton.briggs-view:focus span,
#top-menu .RadButton.rbToggleButton.client-view:focus span {
  color: white !important;
}
#top-menu .RadButton.rbToggleButton.briggs-view .rbText:before,
#top-menu .RadButton.rbToggleButton.client-view .rbText:before {
  content: "\f00a";
  font-family: FontAwesome;
  font-size: 1.6em;
  margin-right: 10px;
  vertical-align: middle;
}
#top-menu .RadMenu {
  border-right: 1px solid #bb5b76 !important;
}
#top-menu .RadMenu:focus {
  outline: none;
  background: #bb5b76;
}
#top-menu .RadMenu .main-menu-link {
  padding-left: 15px !important;
}
#top-menu .RadMenu .rmItem {
  margin: 0;
  cursor: pointer;
}
#top-menu .RadMenu .rmSlide {
  margin-top: 0px;
  left: -145px !important;
}
#top-menu .RadMenu .rmRootGroup {
  background: #830c2c;
  padding: 0 !important;
}
#top-menu .RadMenu .rmRootGroup .rmRootLink {
  border: none;
  text-transform: none;
}
#top-menu .RadMenu .rmRootGroup > li > a {
  background-color: #830127;
  color: white;
  min-width: 250px;
  font-size: 1.2em;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
}
#top-menu .RadMenu .rmRootGroup > li > a a {
  color: white;
}
#top-menu .RadMenu .rmRootGroup > li > a .rmText {
  width: 100%;
  padding-right: 20px !important;
}
#top-menu .RadMenu .rmRootGroup > li > a .rmText [class^='icon-'] {
  padding-right: 10px;
  font-size: 1.5em;
  float: left;
  line-height: 60px;
}
#top-menu .RadMenu .rmRootGroup > li > a .rmText .drop-down-icon {
  float: right;
}
#top-menu .RadMenu .rmRootGroup > li > a.rmExpanded {
  background-color: #6a011f;
}
#top-menu .RadMenu .rmGroup {
  border: none;
  border-top: 1px solid #bb5b76;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
#top-menu .RadMenu .rmGroup .rmText {
  padding: 0;
  margin: 0;
}
#top-menu .RadTabStripVertical {
  width: 100%;
}
#top-menu .RadTabStripVertical .rtsLevel {
  width: 100%;
}
#top-menu .RadTabStripVertical .rtsLevel .rtsUL {
  width: 100%;
}
#top-menu .RadTabStripVertical ul li {
  float: none;
}
#top-menu .RadTabStripVertical ul li .rtsLink {
  text-align: left;
  background-color: #4c4b4b;
  color: white;
  width: 100%;
  border: none;
  border-bottom: 1px solid #666666;
}
#top-menu .RadTabStripVertical ul li .rtsLink a {
  color: white;
}
#top-menu .RadTabStripVertical ul li .rtsLink:hover {
  background-color: #666666;
  color: white;
  border-bottom: 1px solid #666666;
}
#top-menu .RadTabStripVertical ul li .rtsLink:hover a {
  color: white;
}
#top-menu .RadTabStripVertical ul li .rtsLink.rtsSelected {
  background-color: #e6e6e6;
  color: #666666;
  border-bottom: 1px solid #666666;
}
#top-menu .RadTabStripVertical ul li .rtsLink.rtsSelected a {
  color: #333333;
}
#top-menu .RadTabStripVertical .rtsLevel1 .rtsLink {
  margin: 0;
  padding-left: 10px;
  box-sizing: border-box;
}
#top-menu .main-menu {
  position: relative;
  width: 800px;
  height: 495px;
  background-color: #e6e6e6;
  color: #666666;
}
#top-menu .main-menu a {
  color: #333333;
}
#top-menu .main-menu-page-selector {
  background-color: #4c4b4b;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 250px;
}
#top-menu .main-menu-page-selector a {
  color: white;
}
#top-menu .main-menu-page {
  position: relative;
  margin-left: 250px;
  color: #333333;
}
#top-menu .main-menu-page-item-list {
  list-style-type: none;
}
#top-menu .main-menu-page-item-list a {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  padding: 5px 10px;
  line-height: 1.2em;
}
#top-menu .main-menu-page-item-list a .description {
  font-weight: normal;
  display: block;
  margin-top: 2px;
  font-size: 0.8em;
}
#top-menu .main-menu-page-item-list a:hover {
  background: #d6d6d6;
}
#top-menu .main-menu-footer {
  position: absolute;
  bottom: 0px;
  background-color: #d6d6d6;
  border-top: 1px solid #bfbfbf;
  width: 100%;
  box-sizing: border-box;
  zoom: 1;
}
#top-menu .main-menu-footer:before,
#top-menu .main-menu-footer:after {
  content: "";
  display: table;
}
#top-menu .main-menu-footer:after {
  clear: both;
}
#top-menu .main-menu-footer a.logout-button {
  background: #666666;
  margin-right: 10px;
  color: white;
  padding: 5px 15px;
  width: 250px;
  display: block;
  float: left;
  box-sizing: border-box;
}
#top-menu .main-menu-footer .username {
  padding: 5px;
}
#top-menu .main-menu-footer .username label {
  font-weight: bold;
}
#top-menu .main-menu-footer .username .my-profile-button {
  float: right;
  padding: 0 10px;
  border: 1px solid #bfbfbf;
  margin-bottom: 1px;
}
#top-menu .main-menu-footer .username .my-profile-button:hover {
  background: #666666;
  color: white;
}
#top-menu a.auto-width {
  min-width: 0 !important;
}
/* Side Menu */

#side-menu {
  background-color: #e6e6e6;
  color: #666666;
  float: left;
  width: 250px;
  border-right: 1px solid #d6d6d6;
  display: none;
}
#side-menu a {
  color: #333333;
}
#side-menu h2 {
  background-color: #830c2c;
  color: white;
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px 20px;
}
#side-menu h2 a {
  color: white;
}
#searchbox {
  position: fixed;
  top: 70px;
  left: 10px;
  right: 10px;
  min-height: 375px;
  background: #e6e6e6;
  border: 5px solid black;
  box-shadow: 0 0 8px black;
  z-index: 99;
  box-sizing: border-box;
  color: #333333;
}
#searchbox .area-box {
  width: 250px;
  border: 5px solid #666666;
  margin: 20px;
  padding: 10px;
  float: left;
}
#searchbox .area-box .RadInput .riLabel {
  width: 100px !important;
}
#searchbox .area-box .RadInput .riContentWrapper {
  width: 150px !important;
}
#searchbox .area-box .RadButton {
  margin-top: 10px;
}
#searchbox .search-sidebar {
  width: 350px;
  background: #4c4b4b;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  box-sizing: border-box;
}
#searchbox .search-sidebar h3 {
  background: #666666;
  color: white;
  padding: 5px;
}
#searchbox .search-sidebar .RadTabStripVertical {
  line-height: normal !important;
}
#searchbox .search-sidebar .RadTabStripVertical .rtsLink {
  padding: 10px;
}
#searchbox .search-sidebar .RadTabStripVertical .title {
  font-size: 1.3em;
  font-weight: normal;
}
#searchbox .search-content {
  zoom: 1;
  margin-left: 350px;
  padding: 10px;
  box-sizing: border-box;
}
#searchbox .search-content:before,
#searchbox .search-content:after {
  content: "";
  display: table;
}
#searchbox .search-content:after {
  clear: both;
}
#searchbox .search-content .RadTabStrip {
  margin-bottom: 0px !important;
}
#searchbox .search-content .search-tab-content {
  background: white;
  padding: 10px;
  min-height: 300px;
  border: 3px solid #bfbfbf;
  border-top: none;
}
#searchbox .search-content button {
  border: 1px solid #bfbfbf;
  background-color: #f1f1f1;
  padding: 2px 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
#searchbox .search-content button:focus {
  outline-color: #830c2c;
  color: #830c2c;
}
/* Main Content */

#content-container {
  /* margin-left: @SideMenuWidth+1; */
  padding-bottom: 80px;
}
#content-container.folded {
  margin-left: 81px;
}
#content-container.home {
  margin-right: 251px;
}
.folded #content-container {
  margin-left: 81px;
}
.folded #side-menu {
  width: 80px;
}
.folded #side-menu .rmRootGroup > li > a,
.folded #side-menu ul.menu > li > a {
  font-size: 0px;
  text-indent: 0;
}
.folded #side-menu .rmRootGroup > li > a .icon,
.folded #side-menu ul.menu > li > a .icon {
  float: none;
  margin: auto;
}
.folded #side-menu .rmRootGroup > li > a [class^="icon-"],
.folded #side-menu ul.menu > li > a [class^="icon-"],
.folded #side-menu .rmRootGroup > li > a [class*=" icon-"],
.folded #side-menu ul.menu > li > a [class*=" icon-"] {
  font-size: 14px;
  width: 100%;
}
.folded #side-menu li.collapse .icon {
  float: none;
}
.folded #side-menu .profile-bcard {
  padding: 10px;
  font-size: 0.8em;
  text-align: center;
}
.folded #side-menu .profile-bcard i {
  float: none;
  margin: 0;
}
.folded #side-menu .profile-bcard a.name {
  margin: 0;
}
.folded #side-menu #favourites {
  display: none;
}
.folded #side-menu .rmItem {
  clear: none !important;
}
/*********************************************************************************
    GENERAL ELEMENTS
**********************************************************************************/

.menu {
  list-style-type: none;
  position: relative;
}
.menu li a {
  display: block;
  padding: 20px !important;
  border-bottom: 1px solid #d6d6d6;
  font-size: 1.1em;
  transition: background 0.25s, color 0.25s;
  cursor: pointer;
  overflow: hidden;
}
.menu li:hover a {
  background-color: #d6d6d6;
  color: #666666;
}
.menu li:hover a a {
  color: #333333;
}
.menu li.active a,
.menu li.active:hover a {
  background-color: #830c2c;
  color: white;
}
.menu li.active a a,
.menu li.active:hover a a {
  color: white;
}
.article-list {
  list-style-type: none;
}
.article-list li {
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.article-list li h3 {
  color: #830c2c;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
}
.article-list li p {
  font-size: 1em;
  color: #666666;
}
.article-list li p.date {
  margin-top: 6px;
  font-size: 0.8em;
}
.menu.document-list li a {
  padding: 10px !important;
  text-indent: 10px;
  color: #666666;
  border-bottom: none;
}
.menu.document-list li a .icon {
  float: left;
}
.menu.document-list li:hover a {
  background-color: #f1f1f1;
}
.simple-button {
  background: #e6e6e6;
  padding: 9px 5px;
  border: 1px solid #d6d6d6;
  vertical-align: bottom;
  transition: background 0.25s, color 0.25s;
}
.simple-button:hover {
  background-color: #d6d6d6;
  color: #666666;
}
.simple-button:hover a {
  color: #333333;
}
.simple-button.selected {
  background: #830c2c;
  color: white;
}
/*********************************************************************************/

#main-nav {
  zoom: 1;
  margin-bottom: 10px;
}
#main-nav:before,
#main-nav:after {
  content: "";
  display: table;
}
#main-nav:after {
  clear: both;
}
#main-nav .RadMenu {
  font-size: 1.1em;
  z-index: 9;
}
#main-nav .rmRootLink {
  border: none;
}
#main-nav .rmRootGroup {
  background-color: transparent;
}
#main-nav .rmRootLink {
  text-transform: none;
}
#main-nav .RadMenu,
#main-nav ul,
#main-nav li {
  float: none;
}
#main-nav ul li a {
  background-color: #e6e6e6;
  color: #666666;
  padding: 20px 10px !important;
  line-height: normal;
}
#main-nav ul li a a {
  color: #333333;
}
#main-nav ul li a .icon {
  float: left;
  margin-right: 10px;
}
#main-nav ul li a [class^="icon-"],
#main-nav ul li a [class*=" icon-"] {
  width: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
#main-nav ul li.active a,
#main-nav ul li.active:hover a {
  background-color: #830c2c !important;
  color: white !important;
}
#main-nav ul li.active a a,
#main-nav ul li.active:hover a a {
  color: white;
}
#main-nav ul li:hover > a {
  background-color: #d6d6d6 !important;
  color: #666666 !important;
}
#main-nav ul li:hover > a a {
  color: #333333;
}
#main-nav ul li.collapse a {
  background-color: #f1f1f1 !important;
  color: #333333 !important;
}
#main-nav ul li.collapse a a {
  color: #830c2c;
}
#main-nav ul li .rmText {
  padding: 0;
}
#main-nav .rmSlide ul {
  float: left;
}
#main-nav .rmSlide ul a {
  padding: 10px 10px;
}
#main-nav .rmSlide ul a .icon {
  display: none;
}
#favourites {
  display: none;
}
#favourites ul li a {
  padding: 10px 20px !important;
  color: #333333;
  font-size: 1.1em;
}
#main-content,
.main-content {
  padding: 20px;
  box-sizing: border-box;
  color: #666666;
  overflow: visible;
}
#main-content h1,
.main-content h1 {
  font-size: 1.5em;
  color: #333333;
  margin-bottom: 20px;
}
#main-content h1 b,
.main-content h1 b {
  color: #830c2c;
}
#main-content h2,
.main-content h2 {
  background: #4c4b4b;
  margin-bottom: 20px;
  font-size: 1.3em;
  color: white;
  min-height: 25px;
  padding: 10px;
}
#main-content h2.tab span,
.main-content h2.tab span {
  display: inline-block;
}
#main-content h2 a,
.main-content h2 a {
  color: white !important;
  font-weight: normal !important;
  font-size: 0.9em !important;
}
#main-content h2 a:hover,
.main-content h2 a:hover {
  color: #db7b96 !important;
}
#main-content .segment-header-ddl .RadButton,
.main-content .segment-header-ddl .RadButton {
  padding: 5px;
  margin: 0 0 0 5px;
  background: #666666 !important;
}
.content-panel #main-content,
.content-panel .main-content {
  margin-left: 415px;
}
.content-panel #main-content.expanded,
.content-panel .main-content.expanded {
  margin-left: 5px;
}
#right-menu {
  float: right;
  width: 250px;
  border-left: 1px solid #d6d6d6;
  padding: 0;
  z-index: 99;
}
#right-menu h2 {
  background: #d6d6d6;
  color: #666666;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 1.1em;
}
#right-menu h2 .icon {
  float: right;
  background-image: url(../images/icon-gray.png);
}
#footer {
  clear: both;
  background-color: #830c2c;
  color: white;
  zoom: 1;
  padding: 30px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
#footer a {
  color: white;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer #copywrite-notice {
  float: left;
}
#footer #footer-menu {
  float: right;
}
#footer #footer-menu li {
  display: inline;
}
#footer #footer-menu li a {
  padding: 0 10px;
}
.main-nav {
  padding-bottom: 10px;
}
.main-nav ul li a {
  background-color: #830c2c;
  color: white;
}
.main-nav ul li a a {
  color: white;
}
#cms-content {
  color: #666666;
}
#cms-content ul,
#cms-content ol {
  margin: 10px;
  margin-left: 60px;
}
#cms-content ul li,
#cms-content ol li {
  margin: 5px;
}
#cms-content p {
  margin: 10px 0;
}
#cms-content img {
  border: 4px solid #d6d6d6;
  margin: 0 20px;
  padding: 10px;
}
#cms-content table {
  border-collapse: collapse;
  border: 4px solid #d6d6d6;
  margin: 20px;
}
#cms-content table th,
#cms-content table td {
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
}
#cms-content table thead th {
  background-color: #830c2c;
  color: white;
  text-align: left;
}
#cms-content table thead th a {
  color: white;
}
#cms-content table tbody th {
  background-color: #e6e6e6;
  color: #666666;
  text-align: left;
}
#cms-content table tbody th a {
  color: #333333;
}
#cms-content table tr:hover * {
  transition: background-color 0.25s 0.1s;
}
#cms-content table tr:hover th {
  background-color: #d6d6d6;
  color: #666666;
}
#cms-content table tr:hover th a {
  color: #333333;
}
#cms-content table tr:hover td {
  background-color: #e6e6e6;
  color: #666666;
}
#cms-content table tr:hover td a {
  color: #333333;
}
#cms-content a:hover {
  text-decoration: underline;
}
#cms-content .rgMasterTable {
  margin: 0;
}
#cms-content .rgMasterTable .rgGroupHeader p {
  margin: 0;
  padding: 0;
}
.module .filter-panel {
  background-color: #f1f1f1;
  color: #333333;
  border: 1px solid #d6d6d6;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.module .filter-panel a {
  color: #830c2c;
}
/**** Rad Controls Override ****/

html body#body .rcbSlide {
  z-index: 999999 !important;
}
html body#body .rcbList input[type="checkbox"] {
  height: 25px;
}
html body#body .RadListBox .rlbSelected {
  background: #830c2c;
}
html body#body .RadListBox .rlbGroup.rlbGroupRight {
  margin-right: 40px !important;
}
html body#body .RadGrid .rgFilter {
  height: 30px;
  background-position-y: -4510px;
}
html body#body .RadGrid .rgFilterRow .riTextBox {
  height: 30px;
}
html body#body .RadGrid .rgMasterTable {
  font-size: 0.8em;
  line-height: 1.5em;
}
html body#body .RadGrid .rgMasterTable .rgNoRecords > td {
  padding: 10px;
}
html body#body .RadGrid .rgHeader .rgSortAsc,
html body#body .RadGrid .rgHeader .rgSortDesc {
  margin: 6px 0;
}
html body#body .RadGrid a {
  color: #830c2c;
}
html body#body .RadGrid .rgHeader {
  background-color: #4c4b4b;
  color: white;
}
html body#body .RadGrid .rgHeader a {
  color: white;
}
html body#body .RadGrid .rgFilterRow {
  background-color: #e6e6e6;
  color: #666666;
}
html body#body .RadGrid .rgFilterRow a {
  color: #333333;
}
html body#body .RadGrid .rgAltRow {
  background-color: #f1f1f1;
  color: #333333;
}
html body#body .RadGrid .rgAltRow a {
  color: #830c2c;
}
html body#body .RadGrid .rgCollapse {
  background-image: url(../images/Telerik-Icons.png);
  height: 12px;
  width: 27px;
}
html body#body .RadGrid .rgExpand {
  background-image: url(../images/Telerik-Icons.png);
  height: 12px;
  width: 27px;
}
html body#body .RadGrid .rgNumPart a.rgCurrentPage,
html body#body .RadGrid .rgNumPart a.rgCurrentPage:hover {
  background-color: #830c2c;
  color: white;
  border-color: #830c2c;
}
html body#body .RadGrid .rgNumPart a.rgCurrentPage a,
html body#body .RadGrid .rgNumPart a.rgCurrentPage:hover a {
  color: white;
}
html body#body .RadGrid .rgPageNext:active,
html body#body .RadGrid .rgPagePrev:active,
html body#body .RadGrid .rgPageFirst:active,
html body#body .RadGrid .rgPageLast:active {
  background-color: #830c2c;
  color: white;
  border-color: #830c2c;
}
html body#body .RadGrid .rgPageNext:active a,
html body#body .RadGrid .rgPagePrev:active a,
html body#body .RadGrid .rgPageFirst:active a,
html body#body .RadGrid .rgPageLast:active a {
  color: white;
}
html body#body .RadGrid td.rgPagerCell {
  border-width: 1px 0 0 0;
}
html body#body .RadGrid .rgSelectedRow {
  background-color: #ffde9d;
  color: #333333;
}
html body#body .RadGrid .rgSelectedRow a {
  color: #830c2c;
}
html body#body .RadGrid .rgSelectedRow td {
  border-color: #ffde9d;
}
html body#body .RadGrid .rgSelectedRow td.rgSorted {
  background-color: #ffd584;
  color: #830c2c;
}
html body#body .RadGrid .rgBatchContainer {
  max-width: 100%;
}
html body#body .RadGrid .rgCommandRow {
  background-color: #e6e6e6;
}
html body#body .RadGrid .rgCommandRow .rgCommandTable tbody > tr > td {
  padding: 6px 5px;
}
html body#body .RadGrid .rgCommandRow .rgCommandTable tbody > tr > td input.rgAdd,
html body#body .RadGrid .rgCommandRow .rgCommandTable tbody > tr > td input.rgRefresh {
  display: none;
}
html body#body .RadGrid .rgCommandRow .rgCommandTable tbody > tr > td input.rgAdd + a,
html body#body .RadGrid .rgCommandRow .rgCommandTable tbody > tr > td input.rgRefresh + a {
  background-color: #830c2c;
  color: white;
  padding: 10px 20px;
}
html body#body .RadGrid .rgCommandRow .rgCommandTable tbody > tr > td .RadButton {
  padding: 0;
  height: auto;
}
html body#body .RadGrid .rgCommandRow .rgCommandTable tbody > tr > td .RadButton a.rbDecorated {
  padding: 10px 20px 9px;
  font-size: 16px;
  line-height: 22px;
}
html body#body .RadGrid .rgCommandRow .rgCommandTable tbody > tr > td .RadButton:not(:first-child) {
  margin-left: 10px;
}
html body#body .RadGrid .rgEditForm > table {
  margin: 10px auto;
}
html body#body .RadGrid .rgEditForm > table table.grid-edit-form > tbody > tr > td {
  padding: 3px 0;
}
html body#body .RadGrid .rgEditForm > table table.grid-edit-form > tbody > tr > td label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  width: 120px;
}
html body#body .RadGrid .rgEditForm > table table.grid-edit-form > tbody > tr > td input[type=text]:not(.radPreventDecorate) {
  padding: 0 5px;
  width: 390px;
  margin-right: 2px;
  height: 31px;
  line-height: 31px;
  box-sizing: border-box;
}
html body#body .RadGrid .rgEditForm > table table.grid-edit-form > tbody > tr > td .RadComboBox.search > table .rcbArrowCell a {
  background-position: -11px -4707px;
}
html body#body .RadGrid .rgEditForm > table table.grid-edit-form > tbody > tr > td .RadComboBox.search.searching > table .rcbArrowCell a {
  background-position-y: -1307px;
}
html body#body .RadGrid .rgEditForm > table table.grid-edit-form > tbody > tr > td .RadComboBox > table.rcbFocused .rcbArrowCell a {
  background-position-x: -110px;
}
html body#body .RadGrid .rgEditForm > table .grid-edit-buttons > td {
  padding-top: 10px;
  padding-right: 26px;
}
html body#body .RadGrid .rgEditForm > table .grid-edit-buttons > td a {
  background-color: #830c2c;
  color: white;
  padding: 10px 20px;
}
html body#body .RadGrid ul.grid-actions {
  display: inline-block;
  line-height: 15px;
}
html body#body .RadGrid ul.grid-actions li {
  display: inline-block;
  list-style: none;
}
html body#body .RadGrid ul.grid-actions li + li {
  border-left: 1px solid #d6d6d6;
  margin-left: 5px;
  padding-left: 7px;
}
html body#body .RadButton {
  padding: 5px 10px;
  transition: all 0.25s;
  /*&.inline { width: 29px; background: @PrimaryColor; color:@White; border:none; line-height:1.5em; padding: 0; height:36px; border-bottom: 1px solid @PrimaryColor;}*/

}
html body#body .RadButton.rbSkinnedButton {
  background-color: #830c2c;
  color: white;
}
html body#body .RadButton.rbSkinnedButton a {
  color: white;
}
html body#body .RadButton.rbSkinnedButton input {
  color: white !important;
  min-width: 104px;
  margin: auto;
}
html body#body .RadButton.rbSkinnedButton:hover {
  background-color: #830127;
  color: white;
}
html body#body .RadButton.rbSkinnedButton:hover a {
  color: white;
}
html body#body .RadButton.rbSkinnedButton:active,
html body#body .RadButton.rbSkinnedButton:focus {
  background-color: #830127 !important;
  color: white !important;
  border-color: #830c2c !important;
}
html body#body .RadButton.rbSkinnedButton:active a,
html body#body .RadButton.rbSkinnedButton:focus a {
  color: white;
}
html body#body .RadButton.rbSkinnedButton.rbDisabled {
  background-color: #d6d6d6 !important;
  color: #666666 !important;
}
html body#body .RadButton.rbSkinnedButton.rbDisabled a {
  color: #333333;
}
html body#body .RadButton.rbSkinnedButton.rbDisabled input {
  background-color: #d6d6d6 !important;
  color: #666666 !important;
}
html body#body .RadButton.rbSkinnedButton.rbDisabled input a {
  color: #333333;
}
html body#body .RadButton.rbLinkButton {
  color: #830c2c !important;
  border: none !important;
  background-color: transparent !important;
}
html body#body .RadButton.rbLinkButton:hover {
  background-color: transparent;
}
html body#body .RadButton.rbLinkButton:focus,
html body#body .RadButton.rbLinkButton:active {
  background-color: transparent !important;
  color: #830c2c !important;
  border: none !important;
  outline: none !important;
}
html body#body .RadButton.rbLinkButton.rbExplanationButton {
  border: 1px solid #830127 !important;
  border-top-color: #830c2c !important;
  border-left-color: #830c2c !important;
  background-color: white !important;
  display: block !important;
  margin: 2px;
  margin-bottom: 10px;
  text-align: left;
}
html body#body .RadButton.rbLinkButton.rbExplanationButton.rbHovered {
  background-color: #f1f1f1 !important;
  border-top-color: #bb5b76 !important;
  border-left-color: #bb5b76 !important;
  border-right-color: #830c2c !important;
  border-bottom-color: #830c2c !important;
}
html body#body .RadButton.rbLinkButton.rbExplanationButton.rbLinkButtonChecked {
  border-top-color: #830c2c !important;
  border-left-color: #830c2c !important;
  border-right-color: #830c2c !important;
  border-bottom-color: #830c2c !important;
  background-color: #ffde9d !important;
  color: #830c2c !important;
}
html body#body .RadButton.rbLinkButton.rbExplanationButton.rbLinkButtonChecked.rbHovered {
  border-top-color: #bb5b76 !important;
  border-left-color: #bb5b76 !important;
  border-right-color: #bb5b76 !important;
  border-bottom-color: #bb5b76 !important;
  background-color: #ffcd6a !important;
}
html body#body .RadButton.rbLinkButton.rbExplanationButton.rbLinkButtonChecked > i {
  margin-top: -2px;
  margin-left: -2px;
  text-shadow: 2px 2px 2px #666666;
}
html body#body .RadButton.rbToggleButton .rbPrimaryIcon,
html body#body .RadButton.rbToggleButton .rbPrimaryIcon.rbToggleCheckboxChecked {
  background-image: url(../images/Telerik-CheckBox-Icons.png) !important;
}
html body#body .RadButton.rbToggleButton .rbText.rbPrimary {
  padding: 0 20px;
  font-style: italic;
  font-size: 0.9em;
}
html body#body .RadButton.rbToggleButton .rbText.rbPrimary:empty {
  display: none;
}
html body#body .RadButton.rbToggleButton:hover,
html body#body .RadButton.rbToggleButton:active,
html body#body .RadButton.rbToggleButton:focus {
  background-color: transparent !important;
  outline: none;
  color: #830c2c !important;
  border: none !important;
}
html body#body input[type="checkbox"] {
  background-image: url(../images/Telerik-CheckBox-Icons.png) !important;
  height: 16px;
}
html body#body .RadInput .riTextBox {
  border-color: #bfbfbf;
}
html body#body .RadInput textarea.riTextBox {
  line-height: 1.2em !important;
}
html body#body .RadInput.text-block {
  display: block;
  width: auto !important;
  margin: 2px 2px 10px;
}
html body#body .RadInput.text-block > label.riLabel {
  display: block;
  width: auto !important;
  color: #830c2c !important;
}
html body#body .RadInput.text-block > .riContentWrapper {
  display: block;
  width: auto !important;
}
html body#body .RadComboBox .rcbFocused .rcbArrowCell {
  background-color: #830c2c;
  color: white;
}
html body#body .RadComboBox .rcbFocused .rcbArrowCell a {
  color: white;
}
html body#body .RadComboBox .rcbFocused .rcbReadOnly .rcbInputCell {
  background-color: #830c2c;
  color: white;
}
html body#body .RadComboBox .rcbFocused .rcbReadOnly .rcbInputCell a {
  color: white;
}
html body#body .RadComboBox .rcbFocused .rcbReadOnly .rcbArrowCellRight {
  background-color: #830c2c;
  color: white;
}
html body#body .RadComboBox .rcbFocused .rcbReadOnly .rcbArrowCellRight a {
  color: white;
}
html body#body .RadComboBoxDropDown .rcbList .rcbItem.rcbSeparator {
  color: #bfbfbf;
}
html body#body .RadComboBoxDropDown.has-lines .rcbList .rcbItem,
html body#body .RadComboBoxDropDown.has-lines .rcbList .rcbHovered {
  border-bottom: 1px solid #e1e1e1;
}
html body#body .RadComboBoxDropDown.has-lines .rcbList .rcbItem:last-of-type,
html body#body .RadComboBoxDropDown.has-lines .rcbList .rcbHovered:last-of-type {
  border-bottom-color: transparent;
}
html body#body .RadComboBoxDropDown.has-lines .rcbList .rcbItem:nth-of-type(even) {
  background-color: #fdfdfd;
}
html body#body .RadDropDownList {
  font-size: 1em;
}
html body#body .RadDropDownList .rddlFocused {
  background-color: #830c2c;
  color: white;
  border-color: #830c2c;
}
html body#body .RadDropDownList .rddlFocused a {
  color: white;
}
html body#body .RadDropDownTree .rddtFocused {
  background-color: #830c2c;
  color: white;
  border-color: #830c2c;
}
html body#body .RadDropDownTree .rddtFocused a {
  color: white;
}
html body#body .rddlSlide * {
  font-size: 1em !important;
}
html body#body .rddlSlide .rddlItemSelected {
  background-color: #830c2c;
  color: white;
}
html body#body .rddlSlide .rddlItemSelected a {
  color: white;
}
html body#body .RadTreeList .rtlHeader {
  background-color: #4c4b4b;
  color: white;
}
html body#body .RadTreeList .rtlHeader a {
  color: white;
}
html body#body .RadTreeList .rtlExpand,
html body#body .RadTreeList .rtlCollapse {
  background-image: url(../images/Telerik-Icons.png);
  top: -1px;
}
html body#body .RadTreeList .rtlLines td {
  vertical-align: middle;
  padding-left: 5px;
}
html body#body .RadTreeList .rtlRSel td {
  background-color: #ffde9d;
  color: #333333;
  border-color: #ffde9d;
  padding: 0;
  padding-left: 5px;
}
html body#body .RadTreeList .rtlRSel td a {
  color: #830c2c;
}
html body#body .RadTreeList .child-selected td {
  color: #830c2c;
  font-weight: bold;
}
html body#body .RadTreeList .selected td {
  background-color: #ffde9d;
  color: #333333;
}
html body#body .RadTreeList .selected td a {
  color: #830c2c;
}
html body#body .RadTreeList .L0.expanded td {
  background-color: #830c2c;
  color: white;
}
html body#body .RadTreeList .L0.expanded td a {
  color: white;
}
html body#body .RadTreeList .L0.expanded td .rtlCollapse {
  background-color: #830c2c;
  background-position-x: -120px;
}
html body#body .RadTreeList .L1.expanded td {
  background-color: #666666;
  color: white;
}
html body#body .RadTreeList .L1.expanded td a {
  color: white;
}
html body#body .RadTreeList .L1.expanded td .rtlCollapse {
  background-color: #666666;
  color: white;
  background-position-x: -120px;
}
html body#body .RadTreeList .L1.expanded td .rtlCollapse a {
  color: white;
}
html body#body .RadTreeList .L2 td {
  background-color: #e6e6e6;
  color: #666666;
}
html body#body .RadTreeList .L2 td a {
  color: #333333;
}
html body#body .RadTreeList .L2 td .rtlCollapse {
  background-color: #e6e6e6;
  color: #666666;
}
html body#body .RadTreeList .L2 td .rtlCollapse a {
  color: #333333;
}
html body#body .RadTreeList i[class^="icon-"] {
  margin-right: 5px;
}
html body#body .RadTreeList .rtChecked {
  background-image: url(../images/Telerik-CheckBox-Icons.png) !important;
}
html body#body .RadTreeView .rtChecked {
  background-image: url(../images/Telerik-CheckBox-Icons.png) !important;
}
html body#body .RadTreeView .rtMinus,
html body#body .RadTreeView .rtPlus {
  background-image: url(../images/Telerik-Icons.png);
  top: -1px;
}
html body#body .RadTabStrip {
  margin-bottom: 20px;
}
html body#body .RadTabStrip .rtsLevel1 {
  border-bottom-color: #830c2c;
}
html body#body .RadTabStrip .rtsLevel1 .rtsLink {
  background-color: #e6e6e6;
  color: #666666;
  border-color: #d6d6d6;
  transition: background-color 0.25s;
}
html body#body .RadTabStrip .rtsLevel1 .rtsLink a {
  color: #333333;
}
html body#body .RadTabStrip .rtsLevel1 .rtsLink:hover {
  background-color: #f1f1f1;
  color: #333333;
}
html body#body .RadTabStrip .rtsLevel1 .rtsLink:hover a {
  color: #830c2c;
}
html body#body .RadTabStrip .rtsLevel1 .rtsSelected,
html body#body .RadTabStrip .rtsLevel1 .rtsSelected:hover {
  background-color: #830c2c;
  color: white;
  border-color: #830c2c;
}
html body#body .RadTabStrip .rtsLevel1 .rtsSelected a,
html body#body .RadTabStrip .rtsLevel1 .rtsSelected:hover a {
  color: white;
}
html body#body .RadWindow {
  padding-bottom: 15px;
  /*.rwStatusbarRow { display: none; }*/

}
html body#body .RadWindow .rwTitleRow {
  background-color: #830c2c;
}
html body#body .RadWindow .rwTitleRow .rwTopLeft,
html body#body .RadWindow .rwTitleRow .rwTitlebar,
html body#body .RadWindow .rwTitleRow .rwTopRight {
  background-color: #830c2c;
  color: white;
}
html body#body .RadWindow .rwTitleRow .rwTopLeft a,
html body#body .RadWindow .rwTitleRow .rwTitlebar a,
html body#body .RadWindow .rwTitleRow .rwTopRight a {
  color: white;
}
html body#body .RadWindow .rwWindowContent {
  padding: 0;
  padding-top: 10px;
}
html body#body .RadWindow .rwIcon {
  display: none !important;
}
html body#body .RadWindow.rwShadow {
  border: 1px solid #666666;
  box-shadow: 0 0 8px black;
}
html body#body .RadWindow .inline-button-after {
  float: left;
  margin-right: 10px;
}
html body#body .RadWindow .inline-icon {
  font-size: 1.5em !important;
  line-height: 36px;
  padding-top: 0;
}
html body#body .RadWindow .form-section .buttons {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
html body#body .RadWindow label {
  font-weight: normal;
}
html body#body .RadWindow.dialog-box .rwWindowContent .buttons.buttons-bottom {
  zoom: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 8px 8px;
}
html body#body .RadWindow.dialog-box .rwWindowContent .buttons.buttons-bottom:before,
html body#body .RadWindow.dialog-box .rwWindowContent .buttons.buttons-bottom:after {
  content: "";
  display: table;
}
html body#body .RadWindow.dialog-box .rwWindowContent .buttons.buttons-bottom:after {
  clear: both;
}
html body#body .RadWindow.dialog-box .rwWindowContent .buttons.buttons-bottom .RadButton {
  float: right;
  margin-left: 6px;
}
html body#body .RadWindow .rwDialogPopup {
  margin: 0 !important;
  padding-bottom: 0 !important;
  background-position: left 10px !important;
}
html body#body .RadWindow .rwDialogPopup > div:last-of-type {
  margin-top: 20px;
  margin-left: -50px;
  text-align: center;
}
html body#body .RadWindow .rwDialogPopup > div:last-of-type .rwPopupButton {
  float: none !important;
  display: inline-block !important;
  min-width: 86px;
  text-align: center;
}
html body#body .RadWindow .rwDialogPopup > div:last-of-type .rwPopupButton span {
  display: inline !important;
  float: none !important;
}
html body#body .RadWindow .rwDialogPopup > div:last-of-type .rwPopupButton:active,
html body#body .RadWindow .rwDialogPopup > div:last-of-type .rwPopupButton:focus {
  background-color: #830c2c;
}
html body#body .RadWindow .rwDialogPopup > div:last-of-type .rwPopupButton:active .rwInnerSpan,
html body#body .RadWindow .rwDialogPopup > div:last-of-type .rwPopupButton:focus .rwInnerSpan {
  color: white;
}
html body#body .RadWindow .rwFooterRow {
  display: none;
}
html body#body .form-section .RadAsyncUpload .ruFakeInput {
  width: 309px;
}
html body#body .form-section .RadAsyncUpload span.ruFileWrap .ruUploadProgress {
  width: 317px;
  border: 1px solid #bfbfbf;
  margin-right: 3px !important;
}
html body#body .form-section .RadAsyncUpload span.ruFileWrap .ruUploadSuccess {
  background-position: 7px -7px;
}
html body#body .form-section .RadAsyncUpload span.ruFileWrap .ruUploadFailure {
  background-position: 7px 87%;
}
html body#body .form-section .RadAsyncUpload .ruRemove {
  background-position: -8px -2609px !important;
}
html body#body .form-section .RadPicker .RadInput {
  width: 311px !important;
}
html body#body .form-section .time .RadPicker .RadInput {
  width: 125px !important;
}
html body#body .form-section .time .RadPicker .RadInput .riTextBox {
  text-align: center !important;
}
html body#body .form-section .RadDropDownList {
  width: 389px;
}
.company-hierarchy-tree-list .icon {
  float: left;
  margin-top: 7px;
  margin-right: 10px;
  margin-left: 10px;
}
.buttons {
  padding: 10px 0;
}
#login-page,
#unavailable-page {
  padding: 30px 0;
  width: 1030px;
  margin: auto;
  zoom: 1;
  padding-bottom: 100px;
}
#login-page:before,
#unavailable-page:before,
#login-page:after,
#unavailable-page:after {
  content: "";
  display: table;
}
#login-page:after,
#unavailable-page:after {
  clear: both;
}
#login-page .feature-panel,
#unavailable-page .feature-panel {
  float: left;
  width: 473px;
  height: 576px;
  padding-top: 28px;
}
#login-page .feature-panel .rotate,
#unavailable-page .feature-panel .rotate {
  height: 100%;
}
#login-page .feature-panel .rotate > .bannerItem,
#unavailable-page .feature-panel .rotate > .bannerItem {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
#login-page .feature-panel .rotate > .bannerItem.has-masthead,
#unavailable-page .feature-panel .rotate > .bannerItem.has-masthead {
  padding: 175px 17px 55px 17px;
  box-sizing: border-box;
}
#login-page .feature-panel .rotate > .bannerItem > .text-container,
#unavailable-page .feature-panel .rotate > .bannerItem > .text-container {
  display: block;
  height: 100%;
  overflow-y: auto;
}
#login-page .feature-panel .rotate > .bannerItem > .text-container li,
#unavailable-page .feature-panel .rotate > .bannerItem > .text-container li {
  margin-left: 20px;
}
#login-page .login-panel,
#unavailable-page .login-panel {
  float: right;
  width: 550px;
}
#login-page .login-panel .widget-area-1,
#unavailable-page .login-panel .widget-area-1 {
  border-bottom: 3px solid #830c2c;
}
#login-page .login-panel .widget-area-1 .widget,
#unavailable-page .login-panel .widget-area-1 .widget {
  padding: 3px;
  box-sizing: border-box;
}
#login-page .login-panel .widget-area-1 .widget .content,
#unavailable-page .login-panel .widget-area-1 .widget .content {
  padding: 3px;
  max-height: 100%;
  overflow: hidden;
}
#login-page .login-panel .widget-area-1 h1,
#unavailable-page .login-panel .widget-area-1 h1 {
  border-bottom: none;
}
#login-page .unavailable-panel,
#unavailable-page .unavailable-panel {
  width: 550px;
  margin: auto;
}
#login-page h1,
#unavailable-page h1 {
  font-size: 1.5em;
  color: #830c2c;
  font-weight: normal;
  border-bottom: 3px solid #830c2c;
  margin-bottom: 0;
}
#login-page .main-image,
#unavailable-page .main-image {
  border-bottom: 3px solid #830c2c;
}
#login-page .login-form,
#unavailable-page .login-form {
  width: 350px;
  margin: 30px 0;
}
#login-page .login-form .username label,
#unavailable-page .login-form .username label,
#login-page .login-form .password label,
#unavailable-page .login-form .password label {
  color: #830c2c;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
#login-page .login-form .username input,
#unavailable-page .login-form .username input,
#login-page .login-form .password input,
#unavailable-page .login-form .password input {
  width: 300px;
  font-size: 1.1em;
  padding: 5px;
}
#login-page .login-form .remember-me,
#unavailable-page .login-form .remember-me {
  margin: 10px 0;
}
#login-page .reminders ul,
#unavailable-page .reminders ul {
  margin-left: 20px;
}
#login-page .reminders ul li,
#unavailable-page .reminders ul li {
  margin: 10px 0;
}
#login-page .reminders ul li a,
#unavailable-page .reminders ul li a {
  color: #333333;
  font-weight: bold;
}
#login-page .reminders ul li a:hover,
#unavailable-page .reminders ul li a:hover {
  color: #830c2c;
}
#login-page .failure-text,
#unavailable-page .failure-text {
  color: red;
  padding: 10px 0;
}
#login-page .legal,
#unavailable-page .legal {
  font-size: 0.7em;
  text-align: justify;
  margin: 20px 0;
}
#login-page .legal h2,
#unavailable-page .legal h2 {
  font-size: 1.1em;
}
/* Columns */

.column-common {
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-common:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-100 {
  width: 90%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-100:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-90 {
  width: 90%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-90:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-80 {
  width: 80%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-80:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-70 {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-70:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-60 {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-60:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-50 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-50:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-45 {
  width: 45%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-45:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-40 {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-40:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-30 {
  width: 30%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-30:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-25 {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-25:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-20 {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-20:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-10 {
  width: 10%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-10:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-form {
  width: 580px;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-form:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-form-double {
  width: 1110px;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-form-double:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-form-short {
  width: 300px;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-form-short:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.column-form-medium {
  width: 400px;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.column-form-medium:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.form-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row;
  max-width: 2000px;
}
.form-medium-flex {
  margin: 20px;
  flex-grow: 4;
}
.form-medium-flex > :not(.form-section) > b {
  display: block;
  padding: 6px;
  background-color: #666666;
  color: white;
}
.flex-border {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.flex-border .texterrorbig {
  margin-top: 2px !important;
}
.flex-dummy {
  width: 580px;
}
.form-section .cb-float {
  float: left;
  clear: none !important;
}
.form-section .cb-float .textinput {
  width: 120px !important;
}
.cb-clear-before:before {
  content: "";
  display: table;
  clear: left;
}
.module {
  padding-bottom: 20px;
  page-break-inside: avoid;
  clear: both;
  zoom: 1;
}
.module:before,
.module:after {
  content: "";
  display: table;
}
.module:after {
  clear: both;
}
.module .pre-copy {
  margin-bottom: 20px;
}
.module .post-copy {
  margin-top: 20px;
}
.module .segment {
  padding-bottom: 20px;
  zoom: 1;
  position: relative;
}
.module .segment:before,
.module .segment:after {
  content: "";
  display: table;
}
.module .segment:after {
  clear: both;
}
.module .segment .segment-header-ddl {
  position: absolute;
  right: 5px;
  top: 5px;
}
.module .segment .segment-header-ddl > div {
  float: left;
  padding-left: 20px;
}
.module .segment .segment-header-ddl .textinputtitle {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  float: left;
  padding-right: 20px;
  line-height: 2em;
}
.module .segment .segment-header-ddl .textinput {
  float: left;
}
.module .grid-commandbar {
  zoom: 1;
}
.module .grid-commandbar:before,
.module .grid-commandbar:after {
  content: "";
  display: table;
}
.module .grid-commandbar:after {
  clear: both;
}
.module .grid-commandbar .excel-export {
  float: right;
  display: block;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 24px;
  color: #333333;
}
.module .grid-commandbar .excel-export img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.module.sidebar {
  padding-bottom: 0;
  position: fixed;
  width: 410px;
  margin-right: 20px;
  top: 60px;
  left: 0px;
  bottom: 0px;
  overflow-y: auto;
  padding: 0;
  background: #d6d6d6;
  border-right: 5px solid #666666;
  z-index: 99;
}
.module.sidebar .form-section > div {
  zoom: 1;
  padding: 5px 10px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}
.module.sidebar .form-section > div:before,
.module.sidebar .form-section > div:after {
  content: "";
  display: table;
}
.module.sidebar .form-section > div:after {
  clear: both;
}
.module.sidebar .form-section > div:hover {
  background: #e6e6e6;
}
.module.sidebar .form-section > div.primary-field {
  font-size: 1.4em;
  font-weight: bold;
  background: #666666;
  color: white;
  padding: 5px;
}
.module.sidebar .form-section > div .textinputtitle {
  padding-top: 0px;
  float: left;
}
.module.sidebar .form-section > div .labelinput {
  float: left;
  width: 210px !important;
}
.module.sidebar .form-section > div .labelinput .label {
  padding-top: 0px;
  display: inline;
}
.module.sidebar .form-section > div .buttons {
  position: absolute;
  top: 2px;
  right: 4px;
}
.module.sidebar .form-section > div .buttons .small-button {
  font-size: 13px;
  background: #830c2c;
  color: white;
  padding: 3px 5px;
}
.module.sidebar .form-section > div .buttons .link-button {
  color: #d6d6d6;
}
.module.sidebar .form-section > div .buttons .link-button:hover,
.module.sidebar .form-section > div .buttons .link-button:focus {
  color: white;
}
.module.sidebar .form-section > div .buttons .link-button:active {
  color: #db7b96;
}
.module.sidebar .texterrorbig {
  display: none;
}
.module.sidebar .buttons {
  padding: 0;
}
.module.sidebar .sidebar-buttons {
  text-align: center;
  padding: 20px 0;
}
.module.sidebar.collapsed {
  width: 0;
  overflow: hidden;
}
.module.sidebar.highlight {
  border-right-color: #830c2c;
}
.expand-collapse {
  position: fixed;
  font-size: 35px;
  background-color: #666666;
  color: white;
  padding: 5px 4px 4px 1px;
  border-right: 2px solid white;
  top: 80px;
  left: 5px;
}
.expand-collapse.expanded {
  left: 415px;
}
.expand-collapse:hover {
  background-color: #830c2c;
}
.details-layout {
  font-size: 1.1em;
  padding: 0 10px;
}
.details-layout h2 {
  margin-bottom: 20px;
}
.details-layout > div {
  zoom: 1;
  padding-bottom: 10px;
}
.details-layout > div:before,
.details-layout > div:after {
  content: "";
  display: table;
}
.details-layout > div:after {
  clear: both;
}
.details-layout > div label {
  display: block;
  float: left;
  width: 250px;
  font-weight: bold;
  color: #830c2c;
}
.details-layout > div span {
  display: block;
  float: left;
}
.dashboard-layout {
  border: 1px solid #bfbfbf;
}
.dashboard-layout h2 {
  background-color: #830c2c;
  color: white;
  padding: 10px;
}
.dashboard-layout h2 a {
  color: white;
}
.dashboard-layout h2 a {
  color: white;
}
.dashboard-layout > div {
  zoom: 1;
  background-color: #d6d6d6;
  color: #666666;
}
.dashboard-layout > div:before,
.dashboard-layout > div:after {
  content: "";
  display: table;
}
.dashboard-layout > div:after {
  clear: both;
}
.dashboard-layout > div a {
  color: #333333;
}
.dashboard-layout > div label {
  display: block;
  float: left;
  width: 200px;
  font-weight: bold;
  background-color: #4c4b4b;
  color: white;
  padding: 10px;
}
.dashboard-layout > div label a {
  color: white;
}
.dashboard-layout > div span {
  display: block;
  float: left;
  padding: 10px;
  font-weight: bold;
}
.dashboard-layout > div.alt {
  background-color: #e6e6e6;
  color: #666666;
}
.dashboard-layout > div.alt a {
  color: #333333;
}
.dashboard-layout > div.alt label {
  background-color: #666666;
  color: white;
}
.dashboard-layout > div.alt label a {
  color: white;
}
#filter-panel .RadButton {
  padding: 7px !important;
  height: auto;
}
#filter-panel .RadButton input {
  height: auto !important;
}
#filter-panel .filter-company-hierarchy {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #d6d6d6;
  background: white;
}
.form label {
  padding-top: 10px;
  display: block;
}
.form .form-field {
  margin-bottom: 10px;
  zoom: 1;
}
.form .form-field:before,
.form .form-field:after {
  content: "";
  display: table;
}
.form .form-field:after {
  clear: both;
}
.form .form-field .RadComboBox {
  width: 100% !important;
}
.form .form-field .RadComboBox > table {
  width: 100% !important;
}
.form-section {
  zoom: 1;
  /*padding-bottom: @DefaultMargin;*/

}
.form-section:before,
.form-section:after {
  content: "";
  display: table;
}
.form-section:after {
  clear: both;
}
.form-section h2 {
  font-size: 1.2em;
  color: #830c2c;
}
.form-section > div {
  zoom: 1;
  padding-top: 10px;
  padding-left: 10px;
}
.form-section > div:before,
.form-section > div:after {
  content: "";
  display: table;
}
.form-section > div:after {
  clear: both;
}
.form-section > div.info-box-wrap {
  padding-top: 0;
}
.form-section .textinputtitle {
  float: left;
  font-weight: bold;
  width: 150px;
  padding-top: 6px;
}
.form-section table {
  width: 540px;
}
.form-section th.textinputtitle {
  float: none;
  text-align: left;
  width: 146px;
}
.form-section .textinput {
  float: left;
  width: 400px;
  min-height: 34px;
}
.form-section .textinput i {
  font-size: 0.8em;
  display: block;
  padding-top: 10px;
}
.form-section .textinput input[type=checkbox] {
  vertical-align: middle;
  margin-right: 5px;
}
.form-section .textinput input[type=checkbox] + label {
  vertical-align: middle;
}
.form-section .textinput.inline .RadInput {
  width: 360px !important;
}
.form-section .textinput.inline .button {
  width: 29px;
  background: #830c2c;
  color: white;
  border: none;
  line-height: 1.5em;
  padding: 0;
  height: 36px;
  border-bottom: 1px solid #830c2c;
  vertical-align: middle;
}
.form-section .textinput.inline.date {
  position: relative;
}
.form-section .textinput.inline.date .button {
  position: absolute;
  right: 10px;
  width: 38px;
}
.form-section .labelinput .label {
  padding-top: 10px;
  display: block;
}
.form-section .buttons.inset-buttons {
  padding-left: 160px;
}
.form-section .texterrorbig {
  float: left;
  width: 10px;
  margin-top: 12px;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 0.75em;
}
.form-section .RadButton.rbToggleButton {
  float: left;
}
.form-section .RadButton.inline-button {
  padding: 0;
  width: 29px;
  border-left: none;
  height: 36px;
  box-sizing: border-box;
}
.form-section .RadButton.inline-button input {
  min-width: 0 !important;
  padding: 0;
}
.form-section .RadInput {
  width: 390px !important;
  box-sizing: border-box;
  font-size: 1em;
}
.form-section .RadInput.full {
  width: 100% !important;
}
.form-section .RadInput .riContentWrapper {
  width: 390px !important;
}
.form-section .RadInput .riStrengthBar {
  position: relative;
  left: -100px;
  top: -30px;
}
.form-section .RadInput .riRead {
  background: #f1f1f1;
}
.form-section .RadInput.textinline {
  width: 361px !important;
}
.form-section .RadListBox {
  width: 390px !important;
  box-sizing: border-box;
}
.form-section .RadListBox.remove-list {
  width: 349px !important;
}
.form-section .RadComboBox {
  width: 390px !important;
  box-sizing: border-box;
}
.form-section .RadComboBox.remove-list {
  width: 349px !important;
}
.form-section .RadAutoCompleteBox {
  width: 390px !important;
  box-sizing: border-box;
}
.form-section .checkbox-list td {
  padding: 5px;
  padding-right: 20px;
}
.form-section .checkbox-list td input {
  margin-right: 5px;
}
.form-section.buttons {
  zoom: 1;
  text-align: left;
  padding-left: 160px;
}
.form-section.buttons:before,
.form-section.buttons:after {
  content: "";
  display: table;
}
.form-section.buttons:after {
  clear: both;
}
.form-section.buttons > .buttons-right {
  float: right;
  margin: 0;
  padding: 0;
}
.form-section.dialog {
  padding-bottom: 0;
}
.form-section .label-block > div {
  clear: left;
}
.form-section .label-block .textinputtitle {
  padding-top: 0;
}
.form-section .label-block .labelinput .label {
  padding-top: 0 !important;
}
.form-section .label-block .texterrorbig {
  display: none;
}
.form-section .label-block .buttons {
  display: none;
}
.column-form-short .form-section .textinputtitle {
  width: 120px;
}
.column-form-short .form-section .textinput {
  width: 150px;
}
.column-form-short .form-section .textinput .RadInput {
  width: 150px !important;
}
.column-form-short .form-section .textinput .RadComboBox {
  width: 150px !important;
}
html body#body .column-form-medium .form-section .textinputtitle {
  width: 140px;
}
html body#body .column-form-medium .form-section .textinput {
  width: 230px;
}
html body#body .column-form-medium .form-section .textinput .RadInput {
  width: 230px !important;
}
html body#body .column-form-medium .form-section .textinput .RadInput.textinline {
  width: 201px !important;
}
html body#body .column-form-medium .form-section .textinput .RadPicker .RadInput {
  width: 192px !important;
}
html body#body .column-form-medium .form-section .textinput .RadComboBox {
  width: 230px !important;
}
.breadcrumb ul,
ul.breadcrumb {
  list-style-type: none;
  background-color: #e6e6e6;
  color: #666666;
  padding: 10px;
  border: 1px solid #d6d6d6;
}
.breadcrumb ul a,
ul.breadcrumb a {
  color: #333333;
}
.breadcrumb ul li,
ul.breadcrumb li {
  display: inline;
}
.breadcrumb ul li a,
ul.breadcrumb li a {
  padding: 0 10px;
  color: #830c2c;
}
.breadcrumb ul li a:hover,
ul.breadcrumb li a:hover {
  color: #333333;
}
.breadcrumb ul li:not(:last-of-type):after,
ul.breadcrumb li:not(:last-of-type):after {
  content: '>';
}
.control-frame {
  border: 1px solid #d6d6d6;
  padding: 10px;
  margin: 10px 0;
}
.info-box-wrap {
  z-index: 9999;
}
.info-box {
  background: #e6e6e6;
  border: 1px solid #830c2c;
  color: #830c2c;
  padding: 10px;
  position: relative;
  margin: 10px 0;
  min-height: 20px;
}
.info-box ul {
  list-style-type: none;
  float: none !important;
  margin-right: 40px;
}
.info-box ul li {
  padding: 2px 0;
}
.info-box ul.error {
  color: #830c2c !important;
}
.info-box ul .info-box-action-icon {
  min-width: 20px;
  font-size: 20px;
}
.info-box .close-link {
  background: #830c2c;
  color: white;
  border: 1px solid #830c2c;
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  width: 36px;
  height: 36px;
  text-transform: lowercase;
  font-family: FontAwesome;
  font-size: 1.5em;
}
.icon-box {
  background-color: #e6e6e6;
  color: #666666;
  padding: 10px;
  border: 1px solid #d6d6d6;
  line-height: 2em;
  display: block;
  margin: 10px 0;
}
.icon-box a {
  color: #333333;
}
/* Document Library Icons */

.file-name {
  background-repeat: no-repeat !important;
  padding-left: 35px !important;
  background-size: 25px !important;
  background-position: 5px center !important;
}
.file-doc .file-name {
  background-image: url(../images/doc-word.png) !important;
}
.file-pdf .file-name {
  background-image: url(../images/doc-pdf.png) !important;
}
.file-xls .file-name {
  background-image: url(../images/doc-xls.png) !important;
}
.document-library table {
  border-collapse: collapse !important;
}
.document-library table th,
.document-library table td {
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
}
.document-library table thead th {
  background-color: #830c2c;
  color: white;
  text-align: left;
}
.document-library table thead th a {
  color: white;
}
.document-library table tbody th {
  background-color: #e6e6e6;
  color: #666666;
  text-align: left;
}
.document-library table tbody th a {
  color: #333333;
}
.document-library table tr:hover * {
  transition: background-color 0.25s 0.1s;
}
.document-library table tr:hover th {
  background-color: #d6d6d6;
  color: #666666;
}
.document-library table tr:hover th a {
  color: #333333;
}
.document-library table tr:hover td {
  background-color: #e6e6e6;
  color: #666666;
}
.document-library table tr:hover td a {
  color: #333333;
}
.oops {
  border: 1px solid #d6d6d6;
  padding: 20px;
  clear: both;
}
.oops h2 {
  margin-bottom: 10px;
}
.oops p {
  margin: 10px 0;
}
.oops ul {
  margin-left: 30px;
  font-size: 0.9em;
}
.oops ul li {
  padding: 5px 0;
}
.dashboard-table-container {
  padding-top: 50px;
  box-sizing: border-box;
  padding-left: 40px !important;
  padding-right: 0 !important;
}
.dashboard-table-container .dashboard-table {
  border-collapse: collapse;
  font-size: 1.2em;
  width: 100%;
  height: 323px;
}
.dashboard-table-container .dashboard-table th,
.dashboard-table-container .dashboard-table td {
  padding: 10px;
  border: 1px solid #bfbfbf;
}
.dashboard-table-container .dashboard-table thead th {
  background-color: #830c2c;
  color: white;
  text-align: center;
}
.dashboard-table-container .dashboard-table tbody th {
  background-color: #e6e6e6;
  text-align: left;
}
.dashboard-table-container .dashboard-table tbody td {
  text-align: center;
}
.contact-form-info p {
  margin: 10px 0;
}
.contact-form-info table {
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
  font-size: 1.2em;
  width: 600px;
}
.contact-form-info table th {
  text-align: left;
  background-color: #e6e6e6;
  padding: 10px;
  border: 1px solid #d6d6d6;
}
.contact-form-info table td {
  text-align: left;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.quick-question p {
  margin: 10px 0;
}
.call-notes {
  border: 1px solid #aaaaaa;
  height: 150px;
  overflow-y: scroll;
}
.call-notes .call-note {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  position: relative;
}
.call-notes .call-note .call-note-text {
  padding: 5px;
  white-space: pre-wrap;
}
.call-notes .call-note .call-note-user {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-style: italic;
  color: #aaaaaa;
}
.call-notes .call-note .call-note-date {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-style: italic;
  color: #aaaaaa;
}
.new-note {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.new-note .new-note-text {
  width: 100% !important;
  padding-right: 126px;
  border-top: none;
  background: #eeeeee;
}
.new-note .new-note-text textarea {
  height: 46px !important;
  border-top: 1px dotted #cccccc !important;
  background: #f9f9f9 !important;
  line-height: 1.15em !important;
}
.grid-filters {
  background: #f1f1f1;
  border: 1px solid #bfbfbf;
  zoom: 1;
  margin-bottom: 20px;
  padding: 10px;
  padding-top: 0;
}
.grid-filters:before,
.grid-filters:after {
  content: "";
  display: table;
}
.grid-filters:after {
  clear: both;
}
.grid-filters > div {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.grid-filters > div .textinputtitle {
  float: left;
  width: 65px;
}
.grid-filters > div .textinputtitle label {
  line-height: 2.5em;
  margin-right: 10px;
}
.grid-filters > div .textinput {
  float: left;
}
.grid-filters .buttons {
  margin-right: 0;
  padding: 0;
}
.grid-filters .RadButton .rbDecorated {
  height: 24px !important;
  min-width: 0 !important;
}
.grid-filters .grid-commandbar {
  float: right;
  margin-right: 0;
}
.grid-filters .grid-commandbar .excel-export {
  margin: 0 !important;
}
.uppercase-grid * {
  text-transform: uppercase !important;
}
.nowrap-grid th,
.nowrap-grid td {
  white-space: nowrap;
}
.auto-height-grid-300 > .rgDataDiv {
  height: auto !important;
  max-height: 100% !important;
}
#body .RadWindow.new-part-creation {
  height: auto !important;
}
#body .RadWindow.new-part-creation > table {
  height: auto !important;
}
#body .RadWindow.new-part-creation > table .rwWindowContent > div {
  height: auto !important;
}
.grid-link {
  font-weight: bold;
}
html body#body .RadWindow.forced-invisible {
  visibility: hidden !important;
}
html body#body .RadButton.icon-search {
  font-family: "FontAwesome";
  line-height: 26px;
  padding: 5px 0;
}
.quantity-display-panel {
  display: none;
}
html body#body .RadToolTip.blended-tooltip {
  border: none;
}
html body#body .RadToolTip.blended-tooltip table tr:first-child {
  display: none;
}
html body#body .RadToolTip.blended-tooltip table tr:last-child {
  display: none;
}
html body#body .RadToolTip.blended-tooltip table tr > .rtWrapperLeftMiddle,
html body#body .RadToolTip.blended-tooltip table tr > .rtWrapperRightMiddle {
  display: none;
}
.equipment-tabs .rtsLink {
  padding: 8px !important;
}
@media only screen and (max-width: 1200px) {
  .contact-us-link {
    font-size: 0px;
  }
  .contact-us-link i {
    font-size: 16px;
  }
  #top-menu .main-menu {
    height: 392px;
  }
  #top-menu .main-menu .RadTabStripVertical {
    line-height: 2.15em !important;
  }
  #top-menu .info-menu {
    font-size: 0.6em !important;
  }
}
@media only screen and (max-width: 1100px) {
  #HeaderFindMachine {
    font-size: 0px;
  }
  #HeaderFindMachine i {
    font-size: 16px;
  }
  #top-menu .info-menu .auto-width {
    padding: 0;
    padding-left: 10px;
  }
}
@media only screen and (max-device-width: 480px) {
  #top-menu ul.top-right-menu li a {
    font-size: 0px;
  }
  #top-menu ul.top-right-menu li a i {
    font-size: 20px;
  }
  .column-50,
  .column-form,
  .column-100 {
    width: 100%;
  }
}
html body#body .call-notes-header {
  text-align: right;
  border: 1px solid #aaaaaa;
  border-bottom: none;
  padding: 5px;
  background-color: #d6d6d6;
}
html body#body .call-notes-header h3 {
  float: left;
  padding: 6px 2px;
}
html body#body .call-notes-header .RadButton.RadButton_MetroTouch.new-note-add-button input[type=submit] {
  font-size: 12px;
  min-width: 60px;
  height: 24px;
}
html body#body .call-notes-header #toggleNotes {
  height: 24px;
  line-height: 23px;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #cdcdcd;
  width: 60px;
  text-align: center;
  background-color: #830c2c;
  color: white;
  vertical-align: middle;
  font-size: 12px;
}
.auto-height-notes {
  height: auto;
  overflow-y: hidden;
  min-height: 150px;
}
.show-scroll .riTextBox {
  overflow-y: scroll;
}
.has-qty-label {
  position: relative;
}
.has-qty-label:after {
  position: absolute;
  top: 10px;
  right: 4px;
  font-size: 12px;
  color: #666666;
  content: attr(data-qty-value) " available " attr(data-qty-location);
  pointer-events: none;
}
.hidden {
  display: none !important;
}
.RadToolTip.part-info-tip .rtWrapperContent {
  white-space: pre-wrap;
}
@media only screen and (max-width: 1500px) {
  .top-right-menu .search-label {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  #top-menu .RadMenu .rmItem .rmLink.main-menu-link {
    max-width: 300px;
  }
  #top-menu .RadMenu .rmItem .rmLink.main-menu-link > .rmText > span {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 1330px) {
  .module .segment .segment-header-ddl > div {
    padding-left: 10px;
  }
  .module .segment .segment-header-ddl .textinputtitle {
    padding-right: 10px;
  }
  .module .segment .segment-header-ddl .RadButton.rbSkinnedButton > input.rbDecorated {
    min-width: 50px !important;
    padding: 0 7px;
  }
}
