
/*!
*********************************************************************************************
* CausewayStyle v3.1.9-3
* Copyright 1998-2018 Causeway Software Solutions Limited.
* Author: Vijay Sharma
*********************************************************************************************
*/
@font-face {
  font-family: 'Roboto Light';
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '  Roboto Medium';
  src: url('../fonts/roboto-medium-webfont.eot');
  src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Thin';
  src: url('../fonts/roboto-thin-webfont.eot');
  src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../fonts/roboto-thin-webfont.woff') format('woff'), url('../fonts/roboto-thin-webfont.ttf') format('truetype'), url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-gradient {
  background-image: none;
  filter: none;
  -ms-filter: none;
}
.no-box-shadow {
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.no-text-shadow {
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
.no-border {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/* Reset the container */
.container {
  width: 100%;
  z-index: 3001;
  margin: 0;
}
/* Demonstrate the grids */
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
/* Always float the navbar header */
.navbar-header {
  float: left;
}
/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-toggle {
  display: none;
}
.navbar-brand {
  margin-left: -15px;
}
/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}
/* Undo custom dropdowns */
.navbar .open .dropdown-menu {
  position: absolute;
  float: left;
}
.blue {
  color: #6391e4;
}
.caret {
  margin-left: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
a {
  outline: none;
  color: #3872dc;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:focus {
  outline: none;
}
a.disabled {
  color: #999999;
  cursor: not-allowed;
}
a.disabled:hover {
  color: #999999;
}
a:hover {
  color: #3872dc;
}
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html,
body {
  height: 100%;
}
.page {
  padding-top: 113px !important;
  padding-bottom: 75px !important;
  padding-left: 0;
  padding-right: 0;
  min-height: 100%;
}
.page.welcome {
  padding-top: 79px !important;
}
.page .pane,
.page .single-pane {
  position: relative;
  margin: 0 20px;
}
.page .pane:before,
.page .single-pane:before {
  content: '';
  display: block;
  height: 1px;
  background-color: transparent;
  margin-bottom: -1px;
}
.page .pane .pane,
.page .single-pane .pane,
.page .pane > form,
.page .single-pane > form {
  margin: 0;
}
.page .nav {
  display: block;
  margin-bottom: 15px;
}
.page .nav-tabs {
  margin-left: 0;
}
.page .content-header .nav {
  margin-left: 0;
}
.content-header h1 {
  margin-top: 23px;
}
.content-header h1 + .nav-pills {
  margin-bottom: 23px;
}
.content-header h2 {
  margin-top: 20px;
}
.content-header h2 + .nav-pills {
  margin-bottom: 20px;
}
.content-header h3 {
  margin-top: 18px;
}
.content-header h3 + .nav-pills {
  margin-bottom: 18px;
}
.content-header h4 {
  margin-top: 15px;
}
.content-header h4 + .nav-pills {
  margin-bottom: 15px;
}
.content-header h5 {
  margin-top: 12px;
}
.content-header h5 + .nav-pills {
  margin-bottom: 12px;
}
.content-header h6 {
  margin-top: 12px;
}
.content-header h6 + .nav-pills {
  margin-bottom: 12px;
}
.content-header .nav-pills {
  margin-bottom: 19px;
}
.content-header .nav-pills > li > a {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  color: #da6d26;
  font-weight: normal;
}
.content-banner > h1:first-child,
.content-banner > h2:first-child,
.content-banner > h3:first-child,
.content-banner > h4:first-child,
.content-banner > h5:first-child,
.content-banner > h6:first-child {
  margin-top: 0;
  display: inline-block;
  max-width: 50%;
}
h1 {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 23px;
}
h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 18px;
}
h4 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
h5 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
h6 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
a:hover .fa {
  font-weight: normal;
  text-decoration: none;
}
.dropdown .fa {
  font-weight: normal;
  font-size: 8px;
  font-size: 0.8rem;
  text-decoration: none;
  margin: -2px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  .page {
    padding-top: 100px !important;
  }
  code {
    word-wrap: break-word;
  }
  .content-banner > h1:first-child,
  .content-banner > h2:first-child,
  .content-banner > h3:first-child,
  .content-banner > h4:first-child,
  .content-banner > h5:first-child,
  .content-banner > h6:first-child {
    margin-top: 0;
    display: inline-block;
    max-width: 100%;
  }
}
.divider {
  background-color: #cccccc;
  cursor: ew-resize;
  position: fixed;
}
.divider:after {
  color: #666666;
  content: '';
  display: block;
  height: 34px;
  left: -2px;
  margin-top: -73px;
  position: absolute;
  top: 50%;
  width: 6px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: repeating-linear-gradient(180deg, #ffffff, #ffffff 1px, #666666 1px, #666666 2px);
}
.divider-vertical,
.divider-navigation {
  border-bottom: none;
  border-top: none;
  float: left;
  margin-left: -5.5px;
  left: 50%;
  min-height: 100%;
  width: 11px;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}
.divider-horizontal {
  border-left: none;
  border-right: none;
  margin-top: -5.5px;
  top: 50%;
  min-width: 100%;
  height: 11px;
}
.double-pane {
  float: left;
  width: 50%;
}
.site-header {
  background-color: #ffffff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  margin: 0 0 20px 0;
  padding: 0;
}
.site-header-holder {
  position: relative;
  z-index: 3000;
}
.site-heading {
  height: 56px;
  position: relative;
}
.site-heading .site-logo {
  background: url('../images/causeway-logo.png') no-repeat transparent;
  -webkit-background-size: 21px;
  background-size: 21px;
  width: 21px;
  height: 21px;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 18px 15px 17px 20px;
}
.site-heading .page-title {
  font-family: "Roboto Light", "Roboto", Helvetica, Arial, sans-serif;
  position: absolute;
  left: 56px;
  line-height: 56px;
  margin: 0;
  font-size: 21px;
  font-size: 2.1rem;
}
.account-management {
  float: right;
  margin-right: 25px;
  height: 56px;
}
.account-management .user-avatar,
.account-management .user-info {
  display: inline-block;
}
.account-management .user-avatar {
  margin-top: 7px;
  margin-right: 10px;
}
.account-management .user-avatar img {
  max-height: 32px;
  max-width: 32px;
  width: 32px;
  height: auto;
  border-radius: 100%;
}
.account-management .user-info {
  height: 56px;
  line-height: 56px;
}
.account-management .user-info .dropdown-menu {
  left: auto;
  right: 0;
  z-index: 1001;
}
.account-management .user-info a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #333333;
  margin-right: 20px;
  text-decoration: none;
}
.account-management .user-info a:hover {
  text-decoration: underline;
}
.account-management .user-info a:last-child,
.account-management .user-info a:last-of-type {
  margin-right: 0;
}
.account-management .user-info a .caret {
  border-color: #7f7f7f transparent transparent transparent;
  margin-bottom: 4px;
}
.additional-nav-info {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 34px;
  text-align: right;
  margin-right: 15px;
  color: #333333;
  float: right;
}
.site-notification,
.cs-badge {
  display: inline-block;
  height: 34px;
  width: 34px;
  margin-right: 5px;
  text-align: center;
  color: inherit;
  position: relative;
}
.site-notification:hover,
.cs-badge:hover {
  background: #6391e4;
  color: #ffffff;
}
.site-notification:hover a,
.cs-badge:hover a {
  color: inherit;
}
.site-notification a,
.cs-badge a {
  color: inherit;
  display: block;
  height: 34px;
  width: 34px;
  text-align: center;
}
.site-notification .glyphicon-notification,
.cs-badge .glyphicon-notification,
.site-notification .fa,
.cs-badge .fa {
  font-size: 15px;
  font-size: 1.5rem;
}
.site-notification .notification-count,
.cs-badge .notification-count,
.site-notification .cs-badge-count,
.cs-badge .cs-badge-count {
  display: none;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: #d35400;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 14px;
  font-weight: bold;
  font-size: 9px;
  font-size: 0.9rem;
  color: #ffffff;
  position: absolute;
  top: 2px;
  right: 2px;
}
.site-notification.has-notification a,
.cs-badge.has-notification a,
.site-notification.has-count a,
.cs-badge.has-count a {
  text-align: left;
}
.site-notification.has-notification .glyphicon-notification,
.cs-badge.has-notification .glyphicon-notification,
.site-notification.has-count .glyphicon-notification,
.cs-badge.has-count .glyphicon-notification,
.site-notification.has-notification .fa,
.cs-badge.has-notification .fa,
.site-notification.has-count .fa,
.cs-badge.has-count .fa {
  padding-left: 4px;
  margin-left: 0;
}
.site-notification.has-notification .notification-count,
.cs-badge.has-notification .notification-count,
.site-notification.has-count .notification-count,
.cs-badge.has-count .notification-count,
.site-notification.has-notification .cs-badge-count,
.cs-badge.has-notification .cs-badge-count,
.site-notification.has-count .cs-badge-count,
.cs-badge.has-count .cs-badge-count {
  display: block;
}
.additional-menu {
  position: relative;
  height: 34px;
  display: inline-block;
}
.additional-menu.open > a {
  background-color: #6391e4;
  color: #ffffff;
}
.additional-menu.open .dropdown-backdrop + .dropdown-menu {
  right: 0;
  left: auto;
}
.additional-menu > a {
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  color: inherit;
}
.additional-menu > a > span {
  color: inherit;
}
.additional-menu > a:hover {
  background-color: #6391e4;
  color: #ffffff;
}
.additional-menu > a + .dropdown-menu {
  right: 0;
  left: auto;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  body.site-menu-open,
  body.left-nav-open {
    overflow-y: hidden;
  }
  .resp-back {
    position: absolute;
    left: 0;
    height: 44px;
    line-height: 44px;
    display: none;
  }
  .resp-back > a {
    display: none;
    width: 40px;
    text-align: center;
  }
  .site-menu-open .resp-back > a.visible {
    display: inline-block;
    float: left;
  }
  .site-menu-open .resp-back > a.visible + .title {
    padding-left: 0;
  }
  .resp-back > a .fa {
    font-weight: lighter;
    font-size: 16px;
    color: #333333;
    margin-left: 0;
  }
  .site-menu-open .resp-back.visible {
    display: inline-block;
  }
  .resp-back .title {
    padding-left: 15px;
    text-transform: uppercase;
  }
  .additional-menu {
    height: 44px;
    line-height: 44px;
  }
  .additional-menu > a {
    height: 44px;
    line-height: 44px;
  }
  .additional-menu .site-menu-wrapper {
    position: fixed;
    right: -100%;
    top: 100px;
    transition: right 500ms ease-in;
    z-index: 1000;
    min-width: 320px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f9f9f9;
  }
  .additional-menu .site-menu-wrapper > .dropdown-menu {
    position: static;
    display: block;
  }
  .additional-menu .site-menu-wrapper > ul,
  .additional-menu .site-menu-wrapper > ol,
  .additional-menu .site-menu-wrapper .navbar-nav,
  .additional-menu .site-menu-wrapper .dropdown-menu {
    float: none;
    border: none;
    background-color: transparent;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
  }
  .additional-menu .site-menu-wrapper > ul:last-child,
  .additional-menu .site-menu-wrapper > ol:last-child,
  .additional-menu .site-menu-wrapper .navbar-nav:last-child,
  .additional-menu .site-menu-wrapper .dropdown-menu:last-child {
    border-bottom: none;
  }
  .additional-menu .site-menu-wrapper > ul > li,
  .additional-menu .site-menu-wrapper > ol > li,
  .additional-menu .site-menu-wrapper .navbar-nav > li,
  .additional-menu .site-menu-wrapper .dropdown-menu > li {
    float: none;
    text-align: left;
    position: static;
  }
  .additional-menu .site-menu-wrapper > ul > li a,
  .additional-menu .site-menu-wrapper > ol > li a,
  .additional-menu .site-menu-wrapper .navbar-nav > li a,
  .additional-menu .site-menu-wrapper .dropdown-menu > li a {
    padding: 17px 20px 17px 40px;
    font-size: 15px;
    line-height: 1;
    height: auto;
  }
  .additional-menu .site-menu-wrapper > ul > .dropdown.open .dropdown-menu,
  .additional-menu .site-menu-wrapper > ol > .dropdown.open .dropdown-menu,
  .additional-menu .site-menu-wrapper .navbar-nav > .dropdown.open .dropdown-menu,
  .additional-menu .site-menu-wrapper .dropdown-menu > .dropdown.open .dropdown-menu {
    display: none;
  }
  .additional-menu .site-menu-wrapper .dropdown .fa-chevron-down:before {
    content: "\f054";
  }
  .additional-menu .site-menu-wrapper .dropdown-submenu > a:after {
    display: inline-block;
    padding-left: 10px;
    float: none;
    vertical-align: middle;
  }
  .additional-menu.open .site-menu-wrapper {
    right: 0;
    transition: right 500ms ease-in;
  }
  .additional-menu.open .site-menu-wrapper > ul,
  .additional-menu.open .site-menu-wrapper > ol,
  .additional-menu.open .site-menu-wrapper .navbar-nav {
    float: none;
  }
  .additional-menu.open .site-menu-wrapper > ul li.dropdown ul.dropdown-menu,
  .additional-menu.open .site-menu-wrapper > ol li.dropdown ul.dropdown-menu,
  .additional-menu.open .site-menu-wrapper .navbar-nav li.dropdown ul.dropdown-menu,
  .additional-menu.open .site-menu-wrapper > ul li.dropdown-submenu ul.dropdown-menu,
  .additional-menu.open .site-menu-wrapper > ol li.dropdown-submenu ul.dropdown-menu,
  .additional-menu.open .site-menu-wrapper .navbar-nav li.dropdown-submenu ul.dropdown-menu {
    width: 100%;
    height: 100%;
    background-color: #bdc3c7;
    top: 0;
    display: block;
    right: -100%;
    left: auto;
    transition: right 500ms ease-in;
    overflow: auto;
  }
  .additional-menu.open .site-menu-wrapper > ul li.dropdown.open > ul.dropdown-menu,
  .additional-menu.open .site-menu-wrapper > ol li.dropdown.open > ul.dropdown-menu,
  .additional-menu.open .site-menu-wrapper .navbar-nav li.dropdown.open > ul.dropdown-menu,
  .additional-menu.open .site-menu-wrapper > ul li.dropdown-submenu.open > ul.dropdown-menu,
  .additional-menu.open .site-menu-wrapper > ol li.dropdown-submenu.open > ul.dropdown-menu,
  .additional-menu.open .site-menu-wrapper .navbar-nav li.dropdown-submenu.open > ul.dropdown-menu {
    right: 0;
    transition: right 500ms ease-in;
  }
  .additional-nav-info .site-notification,
  .additional-nav-info .cs-badge {
    height: 44px;
    line-height: 44px;
  }
  .additional-nav-info .site-notification a,
  .additional-nav-info .cs-badge a {
    height: 44px;
    line-height: 44px;
  }
  .navbar.site-menu {
    background-color: #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 44px;
  }
  .nav .open > a {
    background-color: #6391e4;
  }
  .nav .open > a:hover {
    background-color: #6391e4;
  }
  .account-management {
    margin-right: 11px;
  }
  .account-management .user-info {
    position: relative;
    text-indent: -99999px;
    width: 14px;
  }
  .account-management .user-info .fa {
    position: absolute;
    right: 0;
    text-indent: 0;
    line-height: 56px;
    color: #333333;
    font-size: 14px;
    margin: 0;
  }
  .account-management .user-info .dropdown-menu {
    text-indent: 0;
  }
}
.site-menu {
  clear: both;
  background-color: #f0f0f0;
  border: none;
  height: 34px;
  margin-bottom: 0;
  min-height: 34px;
  padding-left: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.site-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100% !important;
  background-color: #6b6966;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: right;
  z-index: 2999;
}
.site-footer .site-footer-toggle {
  color: #ffffff;
  line-height: 30px;
  margin-right: 5px;
  padding: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.site-footer .site-footer-toggle .caret {
  border-top-color: #ffffff;
  margin-left: 0;
}
@media only screen and (max-width: 992px) {
  .site-footer {
    display: none;
  }
  .site-footer.footer-visible {
    display: block;
  }
}
.status-holder {
  line-height: 30px;
  padding: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pagination {
  padding-left: 20px;
  padding-right: 20px;
}
.pagination .glyphicon {
  top: 0;
  color: #6391e4;
  width: auto;
  margin-left: 20px;
}
.pagination .glyphicon.glyphicon-pagination-prev {
  margin-right: 20px;
}
.pagination .glyphicon:hover {
  font-weight: normal;
}
.pagination li a,
.pagination li span {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #191919;
  border: none;
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  line-height: 30px;
}
.pagination li a:hover,
.pagination li span:hover {
  background: none;
  color: #6391e4;
  font-weight: bold;
}
.pagination li a:focus,
.pagination li span:focus {
  background: none;
}
.pagination li.active a,
.pagination li.active a:hover,
.pagination li.active span,
.pagination li.active span:hover {
  background-color: #6391e4;
  font-weight: bold;
}
.pagination li.disabled a,
.pagination li.disabled a:hover,
.pagination li.disabled span,
.pagination li.disabled span:hover {
  background: none;
  font-weight: normal;
  color: #999999;
}
.pagination li.disabled a:focus,
.pagination li.disabled a:hover:focus,
.pagination li.disabled span:focus,
.pagination li.disabled span:hover:focus {
  background: none;
  color: #999999;
}
td .pagination {
  padding-left: 4px;
  padding-right: 4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
td .pagination-page-view {
  padding-left: 4px;
  padding-right: 4px;
  margin-top: -4px;
  margin-bottom: -4px;
  height: 30px;
}
td .pagination-page-view label {
  line-height: 30px;
  width: auto;
  padding-top: 0;
  margin: 0;
}
td .pagination-page-view .form-group {
  width: auto;
  margin-right: 0;
}
td .pagination-page-view .form-group label {
  text-align: left;
  width: 70px;
  padding: 0;
}
td .pagination-page-view .form-group .form-control {
  width: 100px;
}
@font-face {
  font-family: 'CausewayGlyphicons';
  src: url('../fonts/causeway-glyphicons.eot');
  src: url('../fonts/causeway-glyphicons.eot?#iefix') format('embedded-opentype'), url('../fonts/causeway-glyphicons.woff') format('woff'), url('../fonts/causeway-glyphicons.ttf') format('truetype'), url('../fonts/causeway-glyphicons.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon-pagination-first,
.glyphicon-pagination-prev,
.glyphicon-pagination-next,
.glyphicon-pagination-last,
.glyphicon-threeLine-menu,
.glyphicon-tree-plus,
.glyphicon-tree-minus,
.glyphicon-notification,
.glyphicon-close,
.glyphicon-thick-tick,
.glyphicon-caret-up,
.glyphicon-caret-down,
.glyphicon-caret-left,
.glyphicon-caret-right,
.glyphicon-circle {
  font-family: 'CausewayGlyphicons';
}
.glyphicon-pagination-prev:before {
  content: "\e800";
}
.glyphicon-pagination-next:before {
  content: "\e801";
}
.glyphicon-pagination-last:before {
  content: "\e802";
}
.glyphicon-pagination-first:before {
  content: "\e803";
}
.glyphicon-threeLine-menu:before {
  content: "\e804";
}
.glyphicon-tree-plus:before {
  content: "\e805";
}
.glyphicon-tree-minus:before {
  content: "\e806";
}
.glyphicon-notification:before {
  content: "\e807";
}
.glyphicon-close:before {
  content: "\e808";
}
.glyphicon-thick-tick:before {
  content: "\e809";
}
.glyphicon-caret-up:before {
  content: "\e80A";
}
.glyphicon-caret-down:before {
  content: "\e80B";
}
.glyphicon-caret-left:before {
  content: "\e80C";
}
.glyphicon-caret-right:before {
  content: "\e80D";
}
.glyphicon-circle:before {
  content: "\e80E";
}
a.glyphicon {
  text-decoration: none;
}
.wizard {
  background: #b2b2b2;
  padding: 0 20px 0 0;
  margin-bottom: 20px;
  height: 30px;
  overflow: hidden;
}
.wizard:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  clear: both;
}
.wizard li {
  display: block;
  float: left;
  height: 30px;
  padding-right: 10px;
  color: #4c4c4c;
  background: #e5e7e9;
  position: relative;
}
.wizard li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #e5e7e9;
  position: absolute;
  z-index: 4;
  top: 0;
  right: -16px;
}
.wizard li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  z-index: 3;
  top: 0;
  right: -17px;
}
.wizard li:last-child:after,
.wizard li:first-child:after {
  border: none;
}
.wizard li:last-child:before,
.wizard li:first-child:before {
  border: none;
}
.wizard li.current {
  background: #6391e4;
}
.wizard li.current:after {
  border-color: transparent transparent transparent #6391e4;
}
.wizard li.current a,
.wizard li.current span {
  color: #ffffff;
}
.wizard li.completed {
  background: #b2b2b2;
}
.wizard li.completed:after {
  border-color: transparent transparent transparent #b2b2b2;
}
.wizard li a {
  display: block;
  color: inherit;
  line-height: 30px;
  font-weight: bold;
  height: 30px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wizard li a:hover {
  text-decoration: none;
}
.wizard li a:after {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  right: -2px;
  top: 0;
  z-index: 2;
}
.wizard li a span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: inherit;
  line-height: 30px;
  color: inherit;
}
.wizard .wizard-description {
  background: #4c4c4c;
  font-weight: bold;
  min-width: 50px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  border-right: 2px solid #ffffff;
  padding: 0 12px;
}
.wizard .wizard-description:after {
  border: none;
}
.wizard .wizard-description:before {
  border: none;
}
.wizard .wizard-description + li ~ li {
  padding-left: 16px;
}
@media only screen and (max-width: 768px) {
  .wizard {
    height: auto;
    background-color: transparent;
    color: #333333;
    padding: 0 14px 0 0;
  }
  .wizard li {
    float: none;
    margin: 8px 0;
    height: 34px;
    line-height: 34px;
    background-color: #b2b2b2;
  }
  .wizard li:before {
    content: '';
    display: none;
  }
  .wizard li:after {
    border-width: 17px 0 17px 14px;
    right: -14px;
    border-color: transparent transparent transparent #b2b2b2;
  }
  .wizard li a {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .wizard li a:after {
    content: '';
    display: none;
  }
  .wizard li a span {
    padding: 0 10px;
  }
  .wizard li:last-child {
    margin-right: 18px;
  }
  .wizard li:last-child:after {
    content: '';
    display: block;
    width: 28px;
    height: 100%;
    margin-right: -18px;
    background-color: #b2b2b2;
  }
  .wizard .wizard-description {
    text-align: left;
    background-color: transparent;
    color: inherit;
    padding: 0;
    margin: 0 0 -8px 0;
  }
  .wizard .wizard-description + li ~ li {
    padding-left: 0;
  }
  .wizard .current {
    position: relative;
    padding-right: 45px;
  }
  .wizard .current .step-counter {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 34px;
  }
}
.mix-selected-list-item {
  text-decoration: none;
  background-color: #6391e4;
  font-weight: bold;
}
.shell-left-navigation.page:after {
  display: none;
}
.shell-left-navigation .divider-navigation {
  top: 90px;
  left: 300px;
  z-index: 3000;
}
.shell-left-navigation .divider-navigation .handle {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 25px;
  background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAQCAYAAAAxtt7zAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEAGlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjajZXPbxRlGMc/u/POrAl1DqYCFlMn/gBCSrOAQRoE3e0u20Itm22LbWNitrNvd8dOZ8d3ZsuP9MRFb6D+ASpy8GDiyQR/RbgABw0kBA2xITHhUOKPEEm4GFIPs92d1jb1PT37fb/P9/k+z/tkB1Kfl33fTVow64WqVMha4xOTVuoOSZ5hE11sKtuBnykWhwDKvu+y8iTg0c8kAG7tXuN+o7OpIgMbEk8A9Upgz0LiFOiu7asQjHvAgZOhH0LqWaBTjU9MQioNdFajOAd0TkXxONCpRkv9kHIB066VK5CaB3qmYng1FkceAOgsSE8qx7ZKhaxVVPVpx5Uxuxtc/88z6zaW63UDHcHMyDFgJyRO1dRAqRl/YpfzI8CLkLjuh9kSsB0SfzRmxjLALkg+Na2OjEX85KtnaqNvApshWXHCwdEmfsabGj4e5SYvzNSPlZqc63bQPwk8D8m7NTk4FPnRqMhcHugBrbvWGGjqa0eDuZH8ss6ZWv9wpKOpd8pHi0AXaO+reul45Fm7IN1CKdLXrvphselBW/Tc4aFIU5gyyI8s42FtdCDKFftDNdrMFZPTzpHBJn/ed4tDkTdxUTVKY03OzbLKFyId8bf0xpqa+tZKOXcM6AX9MCcSZSR1ppDYeDzGokSBLBY+ijrTOLgUkHhIFE7iSWZw1uEVkahm3GZUkXgsonCw1+FEFe43OXWxRaTFPpEWB8WQOCQOiD4s8Zp4XRwWOZEWfeJgK7cYq29R5X5L510aSCxKnCB7vquxs13vrHrbsW+ce7Aiu/4fz3LZT3wCBMy0mLvj/V+b/25rW+O2uPTWrY5r8xzfaL76PX1Rv63f0+/oC22G/qu+oC/od8jg4lJFMovEwUMSxBzEe7iCS0gZl9/wqMd4KypOe+e72jf2jXMP5HvDj4Y529NG07+k/0zfTn+avpj+fdWU15yS9pH2lfa99rX2jfYjlnZZu6L9oF3VvtS+jb3V+vvRensysW4l3pqzlrhm1txmvmDmzOfMl8yhtp65xdxjDpg7zJy5rfVu8XrxXhwmcFtTXbtWxBvDw+EkEkVAGReP06v2v5ktusUeMbhqaw+Ig6Ll0sgbOSODZewy+ow9xlEj0/Zn7DByRp+xw8iv2Dp7nQ5kjBXvczdTSAJmUDjMIXEJkKE8FQL01/3TyqnWQmtvOv2KlfF9V1qDnt3bY5Vd11JOtRYGlpKBVHOy0sv4xKQV/UU/LJEAEptvtLHwDTj0F2g329hkA74IYMvLbWxnFzz9MVzabzfU3PI3M/ETBNP79ka/OrKg311aergdUh/C4w+Wlv65sLT0+DPQFuCy+y9gZXF57k4HNAAAACBjSFJNAABtmAAAc44AAPJ7AACE2gAAbpQAAOUaAAAzJwAAGReZSRx/AAAAPUlEQVR42mKMiIw+zMDAYMMAAUeYkDgMDAwMNkwMaICJgYHhCBL/KAsDA4MtugoMLYcZGBj+Q/HhQWsLYAACExB48eQafwAAAABJRU5ErkJggg==') no-repeat center center;
  top: 0;
  right: 2px;
  cursor: pointer;
}
.shell-left-navigation .divider-navigation .handle:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 25px;
  right: 0;
}
.shell-left-navigation .divider-navigation .handle.closed {
  right: auto;
  left: 2px;
}
.shell-left-navigation .divider-navigation .handle.closed:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 25px;
  left: 5px;
}
.shell-left-navigation .divider-navigation .handle.closed:after {
  right: auto;
  left: 0;
  border-width: 20px 17px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.shell-left-navigation .navigation-pane-right {
  width: auto;
  float: none;
  margin-left: 300px;
}
.shell-left-navigation .navigation-pane-right .navigation-pane-right {
  margin-left: 0;
}
.navigation-content-wrapper {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.navigation-pane-left {
  position: fixed;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #ffffff;
  width: 300px;
  height: 100%;
  float: left;
  margin-top: -112px;
  padding: 90px 0 0;
  background-color: #464440;
  z-index: 3000;
}
.navigation-pane-left .navigation-list {
  list-style: none;
  padding-left: 0;
  margin: 0 -12px;
}
.navigation-pane-left .navigation-list li a {
  display: block;
  padding: 5px 12px;
  font-weight: normal;
  text-decoration: none;
}
.navigation-pane-left .navigation-list li.active > a,
.navigation-pane-left .navigation-list li.selected > a,
.navigation-pane-left .navigation-list li:hover > a {
  text-decoration: none;
  background-color: #6391e4;
  font-weight: bold;
}
.navigation-pane-left .navigation-list .navigation-sub-list {
  list-style: none;
  margin-left: 12px;
  padding-left: 0;
}
.navigation-pane-left a {
  color: inherit;
}
.navigation-pane-left a:hover {
  text-decoration: none;
  background-color: #6391e4;
  font-weight: bold;
}
.navigation-pane-left .navigation-header {
  border-bottom: 1px solid #333333;
  -webkit-box-shadow: 0 1px 0 #7f7f7f;
  -moz-box-shadow: 0 1px 0 #7f7f7f;
  box-shadow: 0 1px 0 #7f7f7f;
  padding: 11px;
  min-width: 250px;
  overflow: hidden;
}
.navigation-pane-left .navigation-header h2 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.navigation-pane-left .navigation-content {
  min-width: 250px;
  overflow: hidden;
  padding: 12px;
}
.navigation-pane-left .scroll-element.scroll-x {
  display: none !important;
}
.navigation-pane-left.closed {
  width: 0;
}
.navigation-pane-left.closed + .divider-navigation {
  left: -5px;
}
.navigation-pane-left.closed + .divider-navigation .handle {
  right: auto;
  left: 2px;
}
.navigation-pane-left.closed + .divider-navigation .handle:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 25px;
  left: 5px;
}
.navigation-pane-left.closed + .divider-navigation .handle:after {
  right: auto;
  left: 0;
  border-width: 20px 17px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.navigation-pane-left.closed ~ .navigation-pane-right {
  margin-left: 0;
}
@media only screen and (max-width: 992px) {
  .shell-left-navigation .navigation-pane-right {
    margin-left: 0;
  }
  .shell-left-navigation .navigation-pane-left {
    width: 100%;
    left: -100%;
    bottom: 0;
    padding-top: 100px;
    transition: left 300ms ease-in;
  }
  .shell-left-navigation.open .navigation-pane-left {
    left: 0;
    transition: left 300ms ease-in;
  }
  .shell-left-navigation .divider-navigation {
    left: -10px;
    z-index: 3001;
  }
  .shell-left-navigation .divider-navigation .handle {
    top: -34px;
    left: 10px;
    width: 44px;
    height: 44px;
    background-color: transparent;
  }
  .site-menu-open .shell-left-navigation .divider-navigation .handle {
    display: none;
  }
  .shell-left-navigation .divider-navigation .handle:after {
    display: none;
  }
}
.two-pane-horizontal {
  padding-top: 90px;
  padding-bottom: 30px;
  overflow: hidden;
  height: 100%;
}
.navigation-pane-right .two-pane-horizontal {
  padding-top: 0;
}
.two-pane-horizontal .twopane-divider-horizontal {
  left: 0;
  height: 11px;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
.two-pane-horizontal .divider:after {
  margin-top: 0;
  left: 50%;
  top: -2px;
  width: 34px;
  height: 6px;
  margin-left: -17px;
  border-top: 0 none;
  border-bottom: 0 none;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background: repeating-linear-gradient(90deg, #ffffff, #ffffff 1px, #666666 1px, #666666 2px);
}
.has-two-pane .two-pane-horizontal .divider:after {
  margin-left: 150px;
}
.two-pane-horizontal .pane-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.two-pane-horizontal .pane-wrapper .pane {
  padding: 0 20px 20px 20px;
}
.two-pane-horizontal .pane-top {
  height: 50%;
}
.two-pane-horizontal .pane-bottom {
  height: 50%;
  min-height: 100px;
  padding-top: 8px;
}
.two-pane-horizontal .pane-bottom .pane-header-bg {
  background-color: #333333;
  height: 100px;
  margin: -20px -20px 20px -20px;
}
.two-pane-horizontal .pane-bottom h3 {
  color: #ffffff;
  font-size: 23px;
  font-size: 2.3rem;
  padding-top: 23px;
  margin-left: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .two-pane-horizontal {
    padding-top: 100px;
  }
  .two-pane-horizontal .pane-left,
  .two-pane-horizontal .pane-right {
    float: none;
    width: 100%;
    height: 100%;
  }
  .two-pane-horizontal .nav.nav-tabs {
    display: block;
  }
  .two-pane-horizontal .nav.nav-tabs > li {
    width: 50%;
  }
  .two-pane-horizontal .nav.nav-tabs > li > a {
    margin-right: 0;
    line-height: 42px;
  }
  .two-pane-horizontal .twopane-divider-horizontal {
    display: none;
  }
  .two-pane-horizontal .tab-content {
    height: 100%;
    overflow-y: auto;
  }
}
.two-pane-vertical {
  padding-top: 90px;
  padding-bottom: 30px;
  overflow: hidden;
  height: 100%;
}
.two-pane-vertical .divider-vertical {
  display: block;
  left: 50%;
  top: 75px;
  margin-left: -4px;
  height: 100%;
  width: 11px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.two-pane-vertical .divider:after {
  top: 50%;
}
.two-pane-vertical .pane-left,
.two-pane-vertical .pane-right {
  float: left;
  width: 50%;
  height: 100%;
}
.two-pane-vertical .pane-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.two-pane-vertical .pane-wrapper .pane {
  padding: 0 20px 20px 20px;
}
.two-pane-vertical .pane-left .pane {
  padding-right: 24px;
}
.two-pane-vertical .pane-right .pane {
  padding-left: 23px;
}
.two-pane-vertical .pane-right .pane-header-bg {
  background-color: #333333;
  height: 100px;
  margin: -20px -20px 20px -20px;
}
.two-pane-vertical .pane-right h3 {
  color: #ffffff;
  font-size: 23px;
  font-size: 2.3rem;
  padding-top: 23px;
  margin-left: 20px;
}
.two-pane-vertical .nav.nav-tabs {
  display: none;
}
@media only screen and (max-width: 992px) {
  .two-pane-vertical {
    padding-top: 100px;
  }
  .two-pane-vertical .pane-left,
  .two-pane-vertical .pane-right {
    float: none;
    width: 100%;
    height: 100%;
  }
  .two-pane-vertical .nav.nav-tabs {
    display: block;
  }
  .two-pane-vertical .nav.nav-tabs > li {
    width: 50%;
  }
  .two-pane-vertical .nav.nav-tabs > li > a {
    margin-right: 0;
    line-height: 42px;
  }
  .two-pane-vertical .divider-vertical {
    display: none;
  }
  .two-pane-vertical .tab-content {
    height: 100%;
    overflow-y: auto;
  }
}
.shell-left-navigation.has-two-pane {
  height: 100%;
  padding-top: 79px !important;
  padding-bottom: 30px !important;
}
.shell-left-navigation.has-two-pane .pane {
  margin: 0;
}
.shell-left-navigation.has-two-pane .two-pane-horizontal {
  padding-bottom: 0;
}
.shell-left-navigation.has-two-pane .navigation-pane-left {
  margin-top: -79px;
}
.shell-left-navigation.has-two-pane .navigation-pane-right {
  height: 100%;
}
.breadcrumb {
  background: transparent;
  display: inline-block;
  padding: 0;
  margin: 17px 10px 17px 0;
  height: 34px;
  line-height: 34px;
}
.breadcrumb > li + li:before {
  color: inherit;
}
.breadcrumb > li + li.dropdown:before {
  padding-right: 0;
  margin-right: -3px;
}
.breadcrumb > li > a {
  font-weight: bold;
  color: inherit;
  text-decoration: underline;
  display: inline-block;
}
.breadcrumb > li:last-child > a {
  text-decoration: none;
  cursor: default;
}
.breadcrumb > li.dropdown {
  text-decoration: none;
}
.breadcrumb > li.dropdown.open > a {
  background-color: #6391e4;
  color: #ffffff;
}
.breadcrumb > li.dropdown > a {
  padding: 0 5px;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumb > li.dropdown > a:hover,
.breadcrumb > li.dropdown > a:active {
  background-color: #6391e4;
  color: #ffffff;
}
.breadcrumb > li ul {
  list-style: none;
  color: #333333;
}
.breadcrumb .dropdown-menu {
  left: auto;
  right: 0;
  text-align: left;
}
.breadcrumb .dropdown-menu li {
  line-height: 1.5;
}
.breadcrumb .dropdown-menu li.selected {
  color: #cccccc;
}
.breadcrumb .dropdown-menu li.selected > a {
  color: inherit;
}
.breadcrumb .dropdown-menu li.selected > a:hover,
.breadcrumb .dropdown-menu li.selected > a:active {
  color: inherit;
  background-color: inherit;
}
.breadcrumb .dropdown-menu li a {
  padding: 3px 20px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  color: inherit;
}
.breadcrumb .dropdown-menu li a:hover,
.breadcrumb .dropdown-menu li a:active {
  background-color: #6391e4;
  color: #ffffff;
}
.breadcrumb .dropdown-menu li ul {
  padding: 0;
}
.breadcrumb .dropdown-menu li ul li > a {
  padding-left: 30px;
}
.breadcrumb .dropdown-menu > li.link a {
  color: #0870cf;
  font-weight: bold;
  text-decoration: underline;
}
.breadcrumb .dropdown-menu > li.link a:hover,
.breadcrumb .dropdown-menu > li.link a:active {
  background-color: transparent;
  color: #043b6d;
}
.additional-nav-info .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .breadcrumb {
    display: block;
    height: auto;
  }
  .breadcrumb li {
    display: block;
  }
  .breadcrumb li a {
    font-weight: normal;
    display: block;
  }
  .breadcrumb > li + li:before {
    content: none;
  }
  .breadcrumb > li > a:hover,
  .breadcrumb > li > a:focus {
    background-color: #6391e4;
    color: #ffffff;
  }
}
.login-image {
  background: url("../images/blurred-bgd.jpg") no-repeat scroll top center transparent;
}
.login-container {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  display: table;
}
.login-container > .row {
  display: table-row;
}
.login-container > .row > .col-md-6 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  float: none;
}
.login-container > .row > .col-md-6:first-child {
  text-align: right;
}
.causeway-logo {
  display: inline-block;
  text-align: left;
  margin-right: 170px;
  margin-top: 0;
}
.causeway-logo img {
  width: 100%;
}
.causeway-logo a {
  text-decoration: none;
  display: block;
  width: 280px;
  height: 50px;
}
.causeway-logo a:hover {
  text-decoration: none;
}
.causeway-logo .causeway-product {
  display: block;
  color: #ffffff;
  font-family: "Roboto Light", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  margin-top: 10px;
}
.login-window {
  text-align: left;
  position: relative;
  width: 356px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  color: #ffffff;
  padding: 30px 24px 28px 24px;
  margin-left: 170px;
}
.login-window h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 47px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  color: white;
}
.login-window .copyright {
  position: absolute;
  bottom: -45px;
  left: 0;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 17px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.login-form p,
.login-form div {
  font-size: 12px;
  font-size: 1.2rem;
}
.login-form .form-inline,
.login-form .form-horizontal {
  padding: 0;
}
.login-form .form-inline .form-row,
.login-form .form-horizontal .form-row {
  margin-bottom: 26px;
}
.login-form .form-inline .form-row:last-child,
.login-form .form-horizontal .form-row:last-child {
  margin-bottom: 0;
}
.login-form .form-inline .form-group,
.login-form .form-horizontal .form-group {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.login-form .form-inline .form-group.form-group-inline,
.login-form .form-horizontal .form-group.form-group-inline {
  display: inline-block;
  width: auto;
  margin-right: 35px;
}
.login-form .form-inline .form-group .control-input,
.login-form .form-horizontal .form-group .control-input {
  width: 100%;
  margin-bottom: 0;
}
.login-form .form-inline .form-group .control-input input,
.login-form .form-horizontal .form-group .control-input input {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-form .form-inline .form-group label,
.login-form .form-horizontal .form-group label {
  color: #ffffff;
  font-weight: normal;
}
.login-form .form-inline .form-group .btn,
.login-form .form-horizontal .form-group .btn {
  color: #ffffff;
  font-style: normal;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 37px;
}
.login-form input {
  width: 100%;
  margin-bottom: 7px;
}
.login-form form {
  padding: 20px;
  margin: 0;
}
.login-form form:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.login-form .control-input,
.login-form .control-label {
  width: 100%;
}
.login-form .control-input input {
  width: 100%;
}
.btn-italic {
  font-style: italic;
  margin-top: 3px;
}
.login-container.login-classic {
  display: block;
  min-width: 800px;
  width: 821px;
  height: 540px;
  margin: -270px auto 0;
  position: relative;
  top: 50%;
}
.login-container.login-classic.login-image {
  background: url("../images/login.jpg") no-repeat scroll top right #f2f2f2;
}
.login-container.login-classic > .row {
  display: block;
  height: 100%;
}
.login-container.login-classic > .row > .col-md-6 {
  display: block;
  width: 524px;
  height: 71%;
  vertical-align: middle;
  text-align: center;
  float: none;
}
.login-container.login-classic > .row > .col-md-6:first-child {
  text-align: center;
  height: 29%;
}
.login-container.login-classic > .row > .col-md-6:last-child {
  display: table;
  padding-bottom: 43px;
  table-layout: fixed;
}
.login-container.login-classic .causeway-product {
  color: #666666;
}
.login-container.login-classic .causeway-logo {
  margin-right: 0;
  margin-top: 60px;
  width: 270px;
}
.login-container.login-classic .causeway-logo img {
  width: 190px;
  height: auto;
  content: url("../images/logo_dark.png");
}
.login-container.login-classic .login-window {
  display: table-cell;
  padding: 0 110px;
  vertical-align: middle;
  margin-left: 0;
  color: #4c4c4c;
  position: static;
  background-color: transparent;
}
.login-container.login-classic .login-window > h2 {
  display: none;
}
.login-container.login-classic .login-form .form-inline,
.login-container.login-classic .login-form .form-horizontal {
  padding: 0;
}
.login-container.login-classic .login-form .form-inline .form-row,
.login-container.login-classic .login-form .form-horizontal .form-row {
  margin-bottom: 10px;
}
.login-container.login-classic .login-form .form-inline .form-group.form-group-inline,
.login-container.login-classic .login-form .form-horizontal .form-group.form-group-inline {
  margin-right: 15px;
}
.login-container.login-classic .login-form .form-inline .form-group label,
.login-container.login-classic .login-form .form-horizontal .form-group label {
  color: inherit;
}
.login-container.login-classic .login-form .form-inline .form-group .btn-text,
.login-container.login-classic .login-form .form-horizontal .form-group .btn-text {
  color: inherit;
  font-style: italic;
  margin-right: 60px;
  padding-left: 0;
}
.login-container.login-classic .login-form .form-inline .form-group .btn,
.login-container.login-classic .login-form .form-horizontal .form-group .btn {
  margin-top: 80px;
}
.login-container.login-classic .copyright {
  bottom: 0;
  left: 0;
  color: inherit;
  background-color: #b2b2b2;
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 14px 9px;
}
.login-container.login-classic .form-control::-webkit-input-placeholder {
  color: #b2b2b2;
}
.login-container.login-classic .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b2b2;
}
.login-container.login-classic .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b2b2;
}
.login-container.login-classic .form-control:-ms-input-placeholder {
  color: #b2b2b2;
}
.login-container.login-dep {
  position: absolute;
  width: 950px;
  height: 500px;
  margin: -250px auto auto -475px;
  top: 50%;
  left: 50%;
  overflow: hidden;
}
.login-container.login-dep.login-image {
  background: url("../images/login_dep.jpg") no-repeat scroll center center transparent;
}
.login-container.login-dep .copyright {
  position: absolute;
  bottom: 20px;
  left: 25px;
  color: #58595b;
}
.login-container.login-dep .login-window {
  position: absolute;
  width: 330px;
  border: 1px solid #5f5f5f;
  background: #5f5f5f;
  top: 95px;
  right: 25px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 0;
}
.login-container.login-dep .login-window h2 {
  margin: 8px 0 8px 16px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-weight: bold;
  color: white;
}
.login-container.login-dep .login-form {
  background-color: white;
  color: #787878;
}
.login-container.login-dep .login-form .form-inline .form-row,
.login-container.login-dep .login-form .form-horizontal .form-row {
  margin-bottom: 0;
}
.login-container.login-dep .login-form .form-inline .form-group,
.login-container.login-dep .login-form .form-horizontal .form-group {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.login-container.login-dep .login-form .form-inline .form-group.form-group-inline,
.login-container.login-dep .login-form .form-horizontal .form-group.form-group-inline {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.login-container.login-dep .login-form .form-inline .form-group .control-input,
.login-container.login-dep .login-form .form-horizontal .form-group .control-input {
  width: 100%;
}
.login-container.login-dep .login-form .form-inline .form-group .control-input input,
.login-container.login-dep .login-form .form-horizontal .form-group .control-input input {
  margin-bottom: 7px;
}
.login-container.login-dep .login-form .form-inline .form-group .btn,
.login-container.login-dep .login-form .form-horizontal .form-group .btn {
  margin-bottom: 10px;
  margin-top: 0;
}
.login-container.login-dep .login-form .form-inline .form-group .btn.btn-text,
.login-container.login-dep .login-form .form-horizontal .form-group .btn.btn-text {
  color: inherit;
  font-style: italic;
  margin-top: 4px;
}
.login-container.login-dep .login-form .form-inline .form-group label,
.login-container.login-dep .login-form .form-horizontal .form-group label {
  color: inherit;
  font-weight: bold;
}
.login-container.login-dep .login-form form {
  padding: 20px;
  margin: 0;
}
.login-container.login-dep .login-form form:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.login-container.login-dep .login-form .control-input,
.login-container.login-dep .login-form .control-label {
  width: 100%;
}
.login-responsive.login-image {
  background-image: url('../images/login_resp..jpg');
}
.login-responsive .causeway-logo {
  margin-right: 20%;
}
.login-responsive .login-window {
  padding: 40px 30px 0 30px;
  width: 344px;
  margin-left: 20%;
}
.login-responsive .login-window .causeway-product {
  font-family: "Roboto Light";
  color: #333333;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
}
.login-responsive .login-window .copyright {
  font-size: 95%;
  color: #cccccc;
}
.login-responsive .login-form .form-inline .form-row,
.login-responsive .login-form .form-horizontal .form-row {
  margin-bottom: 20px;
}
.login-responsive .login-form .form-inline .form-row.social-signon,
.login-responsive .login-form .form-horizontal .form-row.social-signon {
  margin-bottom: 0;
}
.login-responsive .login-form .form-inline .form-group .control-input input,
.login-responsive .login-form .form-horizontal .form-group .control-input input {
  height: 36px;
  font-size: 120%;
}
.login-responsive .login-form .form-inline .form-group .control-input.left-inner-addon,
.login-responsive .login-form .form-horizontal .form-group .control-input.left-inner-addon {
  position: relative;
}
.login-responsive .login-form .form-inline .form-group .control-input.left-inner-addon input,
.login-responsive .login-form .form-horizontal .form-group .control-input.left-inner-addon input {
  padding-left: 30px;
}
.login-responsive .login-form .form-inline .form-group .control-input.left-inner-addon .fa,
.login-responsive .login-form .form-horizontal .form-group .control-input.left-inner-addon .fa {
  position: absolute;
  left: 15px;
  color: #999999;
  top: 50%;
  margin-top: -6px;
  font-size: 120%;
}
.login-responsive .login-form .form-inline .form-group label,
.login-responsive .login-form .form-horizontal .form-group label {
  margin-top: 10px;
}
.login-responsive .login-form .form-inline .form-group .btn,
.login-responsive .login-form .form-horizontal .form-group .btn {
  margin-top: 0;
  height: 36px;
  padding: 0 20px;
}
.login-responsive .login-form .form-inline .form-group .btn.btn-text,
.login-responsive .login-form .form-horizontal .form-group .btn.btn-text {
  height: auto;
  margin: 0;
  padding: 0;
  color: #333333;
  min-height: 0;
}
.login-responsive .social-signon {
  margin: 0 -30px;
  border-top: 1px solid #666666;
}
.login-responsive .social-signon > .form-group {
  padding: 10px 30px;
  border-top: 1px solid #b2b2b2;
}
.login-responsive .social-signon .fa {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  margin-left: 10px;
}
.login-responsive .social-signon .fa.fa-facebook {
  background-color: #3f58a0;
}
.login-responsive .social-signon .fa.fa-linkedin {
  background-color: #0280ba;
}
.login-responsive .social-signon .fa.fa-twitter {
  background-color: #00abea;
}
.ctd-login {
  height: 100%;
}
.ctd-login > .row {
  height: 100%;
}
.ctd-login .ctd-left-nav {
  background-color: #fafafa;
}
.ctd-login .ctd-right-content {
  background: #0870cf url("../images/login-bg.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.ctd-login form {
  margin: 0;
}
.ctd-login form .form-group {
  max-width: none;
  margin: 0 -15px 15px -15px;
}
.ctd-login form .form-group.ctd-form-links {
  margin-top: 35px;
  margin-bottom: 45px;
  text-align: center;
}
.ctd-login form .form-group.ctd-form-links a {
  font: normal 12px Roboto, sans-serif;
  color: #6391e4;
}
.ctd-login form .form-group.ctd-form-links span {
  color: #de7627;
  padding: 0 10px;
}
.ctd-login .form-control {
  border-radius: 0;
  border: 1px solid #d7dbdd;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #999999;
  height: 34px;
  padding: 6px 12px;
  font-style: normal;
}
.ctd-login .btn.btn-primary,
.ctd-login .btn.btn-default {
  font: normal 14px/20px "Roboto Medium", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  color: #fff;
  border: 1px solid #de7627;
  border-radius: 2px;
  padding: 7px 12px;
}
.ctd-login .btn.btn-primary:focus,
.ctd-login .btn.btn-default:focus {
  outline: none;
}
.ctd-login .btn.btn-primary {
  background-color: #e67e22;
}
.ctd-login .btn.btn-primary:focus,
.ctd-login .btn.btn-primary:active,
.ctd-login .btn.btn-primary:hover {
  background-color: #bf6516;
  border: 1px solid #bf6516;
  box-shadow: none;
}
.ctd-login .btn.btn-default {
  background-color: #6391e4;
  border: 1px solid #6391e4;
  padding: 8px 18px;
}
.ctd-login .btn.btn-default:focus,
.ctd-login .btn.btn-default:active,
.ctd-login .btn.btn-default:hover {
  background-color: #3872dc;
  border: 1px solid #3872dc;
  box-shadow: none;
}
.ctd-login .btn.btn-default:disabled,
.ctd-login .btn.btn-default.disabled {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
.ctd-login .btn.btn-default:disabled:focus,
.ctd-login .btn.btn-default.disabled:focus,
.ctd-login .btn.btn-default:disabled:active,
.ctd-login .btn.btn-default.disabled:active,
.ctd-login .btn.btn-default:disabled:hover,
.ctd-login .btn.btn-default.disabled:hover {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
.ctd-login .checkbox > label {
  color: #666;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.ctd-social-signins {
  color: #666666;
  text-align: center;
  margin-top: 35px;
}
.ctd-social-signins > .fa {
  width: 24px;
  height: 24px;
  background-color: #ccd1d1;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
}
.ctd-social-signins > .fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.ctd-social-signins > .fa:hover {
  background-color: #7f8c8d;
}
.ctd-caption,
.ctd-title {
  font-family: "Roboto Light", sans-serif;
  font-size: 28px;
}
.ctd-title {
  font-size: 30px;
  color: #F07D00;
  text-align: center;
  padding: 140px 0 60px 0;
  margin: 0;
}
.ctd-logo {
  text-align: center;
}
.ctd-logo img {
  width: 32.50%;
}
.ctd-left-nav {
  width: 320px;
  float: left;
  height: 100%;
  position: relative;
  padding: 0 30px;
  background-color: #fafafa;
}
.ctd-login .ctd-left-nav .btn-primary,
.ctd-login .ctd-left-nav .btn-primary-outline {
  width: 100%;
}
.ctd-left-nav .ctd-logo {
  position: absolute;
  bottom: 80px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ctd-right-content {
  position: relative;
  height: 100%;
  margin-left: 26.60%;
}
.ctd-right-content .ctd-caption {
  margin: 0;
  position: absolute;
  top: 50%;
  text-align: left;
  left: 8%;
  padding-right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .login-responsive .causeway-logo {
    margin-right: 15%;
  }
  .login-responsive .login-window {
    margin-left: 15%;
  }
}
@media only screen and (max-width: 768px) {
  .login-responsive .checkbox > label .checkbox-icon {
    top: 2px;
  }
  .login-responsive .login-form p,
  .login-responsive .login-form div,
  .login-responsive .login-form .btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .login-responsive .login-form .form-inline .form-group .control-input.left-inner-addon input,
  .login-responsive .login-form .form-horizontal .form-group .control-input.left-inner-addon input {
    padding-left: 36px;
    font-size: 100%;
  }
  .login-responsive .login-form .form-inline .form-group .control-input.left-inner-addon .fa,
  .login-responsive .login-form .form-horizontal .form-group .control-input.left-inner-addon .fa {
    margin-top: -11px;
    font-size: 100%;
  }
  .login-responsive .login-form .form-inline .form-group label,
  .login-responsive .login-form .form-horizontal .form-group label {
    margin-top: 7px;
  }
  .login-responsive .login-form button.btn {
    font-weight: normal;
  }
  .login-responsive .causeway-logo {
    margin-right: 0;
    margin-bottom: 70px;
  }
  .login-responsive .causeway-logo a {
    width: 218px;
    height: 39px;
  }
  .login-responsive .login-window {
    margin-left: 0;
  }
  .login-responsive .login-window .causeway-product {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .login-responsive .login-window .copyright {
    font-size: 100%;
  }
  .login-container {
    display: block;
    position: relative;
  }
  .login-container > .row {
    display: block;
    position: relative;
    top: 50%;
    margin-top: -270px;
  }
  .login-container > .row > .col-md-6 {
    display: block;
    text-align: center;
  }
  .login-container > .row > .col-md-6:first-child {
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  .login-responsive.container {
    padding-left: 0;
    padding-right: 0;
  }
  .login-responsive .row {
    margin-right: 0;
    margin-left: 0;
  }
  .login-responsive .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .login-responsive .login-window {
    width: 100%;
    padding: 20px 10px 0 10px;
  }
  .login-responsive .login-window .copyright {
    bottom: -55px;
  }
  .login-responsive .login-window .causeway-product {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
  }
  .login-responsive .login-form .pull-right {
    float: none !important;
  }
  .login-responsive .login-form button.btn {
    width: 100%;
  }
  .login-responsive .login-form .form-inline .form-row,
  .login-responsive .login-form .form-horizontal .form-row {
    margin-bottom: 10px;
  }
  .login-responsive .causeway-logo {
    margin-bottom: 10px;
  }
  .login-responsive .social-signon {
    margin: 0 -10px;
  }
  .login-responsive .social-signon > .form-group {
    padding: 10px;
  }
  .login-container > .row {
    margin-top: -230px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome,
  .login-responsive .causeway-logo img {
    display: none;
  }
  ::i-block-chrome,
  .login-responsive .causeway-logo a {
    background: url('../images/logo.png') no-repeat;
    background-size: 100% auto;
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .ctd-mobile-visible {
    display: block;
  }
  .ctd-desktop-visible {
    display: none;
  }
  .ctd-mobile-hidden {
    display: none;
  }
  .ctd-desktop-hidden {
    display: block;
  }
  .ctd-title {
    display: none;
  }
  .ctd-left-nav {
    width: 100%;
    padding: 0;
    float: none;
    height: 43px;
    background-color: #0870cf;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1001;
  }
  .ctd-left-nav .ctd-nav-list {
    margin: 0;
  }
  .ctd-right-content {
    width: 100%;
    float: none;
    margin: 0;
  }
  .ctd-login .ctd-title {
    display: block;
  }
  .ctd-login .ctd-right-content {
    display: none;
  }
  .ctd-login .ctd-left-nav {
    width: 100%;
    padding: 0 30px;
    height: 100%;
  }
  .ctd-login .ctd-logo {
    display: block;
  }
}
@media screen and (max-height: 572px) {
  .ctd-left-nav .ctd-title {
    padding: 60px 0 20px;
  }
  .ctd-left-nav .ctd-logo {
    bottom: 15px;
  }
  .ctd-social-signins {
    margin-top: 20px;
  }
  .ctd-form-links {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-height: 573px) and (max-height: 730px) {
  .ctd-left-nav .ctd-title {
    padding: 80px 0 20px;
  }
  .ctd-left-nav .ctd-logo {
    bottom: 40px;
  }
}
.btn {
  border-radius: 0;
  border: none;
  outline: none;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  text-shadow: none;
  text-decoration: none;
}
.btn .glyphicon {
  vertical-align: middle;
  top: -2px;
}
.btn:last-child,
.btn:last-of-type {
  margin-right: 0;
}
.btn:active,
.btn .active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default,
.btn-filter.selected {
  color: #ffffff;
  padding: 6px 30px;
  background-color: #6391e4;
}
@media only screen and (max-width: 992px) {
  .btn-default,
  .btn-filter.selected {
    padding: 6px 12px;
  }
}
.btn-default .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  top: 0;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active {
  color: #ffffff;
  background-color: #3872dc;
}
.btn-default:hover:active {
  color: #ffffff;
  background-color: #3872dc;
}
.btn-default[disabled] {
  color: #666666;
  background-color: #999999;
  outline: none;
}
.btn-default[disabled]:hover,
.btn-default[disabled]:active,
.btn-default[disabled].active {
  color: #666666;
  background-color: #999999;
}
.btn-icon {
  padding: 6px 6px;
}
.btn-with-icon .glyphicon {
  margin-left: 5px;
}
.btn-arrow {
  background: url('../images/arrow-button.png') 0 0 transparent;
  border: none;
  margin: 0;
  padding: 0;
  height: 26px;
  width: 14px;
}
.btn-arrow:focus {
  background-position: 0 0;
}
.btn-arrow:hover,
.btn-arrow:active,
.btn-arrow.active {
  background-position: 0 -26px;
}
.btn-arrow[disabled] {
  background-position: 0 -52px;
}
.btn-text,
.btn-filter {
  background-color: transparent;
  clear: both;
  color: #333333;
  font-weight: normal;
  line-height: 1.42857143;
  padding: 0 10px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  width: auto;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.btn-text[disabled] {
  color: #666666;
}
.btn-text[disabled]:hover {
  text-decoration: none;
}
.btn-text:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text:hover,
.btn-filter:hover {
  text-decoration: underline;
}
.btn-text.active.focus,
.btn-filter.active.focus,
.btn-text.active:focus,
.btn-filter.active:focus,
.btn-text.focus,
.btn-filter.focus,
.btn-text:active.focus,
.btn-filter:active.focus,
.btn-text:active:focus,
.btn-filter:active:focus,
.btn-text:focus,
.btn-filter:focus {
  outline: none;
}
.btn-text + .btn-default,
.btn-group-text + .btn-default {
  margin-left: 20px;
}
.form-buttons-row .btn-text + .btn-default,
.form-buttons-row .btn-group-text + .btn-default {
  margin-left: 20px;
}
.btn-group.btn-dropdown > .btn {
  background-color: #6391e4;
  border: none;
  color: #ffffff;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open > .dropdown-toggle.btn-default:hover,
.btn-group.open > .dropdown-toggle.btn-default:active,
.btn-group.open > .dropdown-toggle.btn-default:focus {
  background-color: #0870cf;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group > .btn {
  margin-right: 0;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  color: #333333;
}
.btn-group > .btn:hover,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  background-color: #3872dc;
  color: #ffffff;
  border-color: #0870cf;
}
.btn-group > .btn[disabled='disabled'] {
  background-color: #999999;
  color: #666666;
  border-color: #999999;
}
.btn-dropdown {
  margin-right: 10px;
}
.btn-dropdown .btn {
  margin-right: 0;
}
.btn-dropdown > .btn-default .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.btn-dropdown.open > .btn-default {
  color: #ffffff;
  background-color: #6391e4;
}
.btn-dropdown.open > .btn-default .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.btn-dropdown.open > .btn-default:hover:active {
  color: #ffffff;
  background-color: #0870cf;
}
.btn-dropdown .dropdown-menu {
  min-width: 100%;
}
.btn-dropdown .dropdown-menu > li > .btn {
  background-color: transparent;
  clear: both;
  color: #333333;
  font-weight: normal;
  line-height: 1.42857143;
  padding: 0 10px;
  text-align: left;
  text-shadow: none;
  white-space: nowrap;
  width: auto;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 0;
  width: 100%;
  padding: 3px 20px;
  text-decoration: none;
}
.btn-dropdown .dropdown-menu > li > .btn[disabled] {
  color: #666666;
}
.btn-dropdown .dropdown-menu > li > .btn[disabled]:hover {
  text-decoration: none;
}
.btn-dropdown .dropdown-menu > li > .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-dropdown .dropdown-menu > li > .btn:hover {
  text-decoration: underline;
}
.btn-dropdown .dropdown-menu > li > .btn.active.focus,
.btn-dropdown .dropdown-menu > li > .btn.active:focus,
.btn-dropdown .dropdown-menu > li > .btn.focus,
.btn-dropdown .dropdown-menu > li > .btn:active.focus,
.btn-dropdown .dropdown-menu > li > .btn:active:focus,
.btn-dropdown .dropdown-menu > li > .btn:focus {
  outline: none;
}
.btn-dropdown .dropdown-menu > li > .btn + .btn-default {
  margin-left: 20px;
}
.form-buttons-row .btn-dropdown .dropdown-menu > li > .btn + .btn-default {
  margin-left: 20px;
}
.btn-dropdown .dropdown-menu > li > .btn:hover,
.btn-dropdown .dropdown-menu > li > .btn:focus {
  background-color: #6391e4;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .btn {
    min-height: 36px;
  }
  .btn.btn-arrow {
    min-height: 0;
  }
  .btn-icon {
    padding: 6px 14px;
  }
}
.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #6391e4;
}
.dropdown-menu > li > a {
  text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #6391e4;
  color: #ffffff;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  left: 100%;
  margin-top: -6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  font-family: "FontAwesome";
  font-size: 8px;
  font-size: 0.8rem;
  display: block;
  content: "\f054";
  float: right;
  line-height: 18px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a {
  background-color: #6391e4;
  color: #ffffff;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu .pull-left {
  float: none;
}
.dropdown-submenu .pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.three-line-menu {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
.three-line-menu > .dropdown-menu {
  margin-top: 0;
  left: 0;
  right: auto;
}
.three-line-menu > a {
  display: block;
  background-color: #6391e4;
  width: 35px;
  height: 24px;
  font-family: 'CausewayGlyphicons';
  text-align: center;
  line-height: 24px;
  font-weight: normal;
  color: #ffffff;
}
.three-line-menu > a:before {
  content: "\e804";
}
.nav > li.active > a,
.nav > li.open > a {
  background-color: #6391e4;
  color: #ffffff;
}
.nav > li.active > a:hover,
.nav > li.open > a:hover,
.nav > li.active > a:focus,
.nav > li.open > a:focus {
  background-color: #6391e4;
  color: #ffffff;
}
.nav > li.active > a .caret,
.nav > li.open > a .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.nav > li > a {
  background-color: transparent;
  color: #333333;
  line-height: 1;
  text-decoration: none;
  font-weight: normal;
}
.nav > li > a .caret {
  border-bottom-color: #333333;
  border-top-color: #333333;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #6391e4;
  color: #ffffff;
}
.nav > li > a:hover .caret,
.nav > li > a:focus .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.nav-pills > li.active > a,
.nav-pills > li.open > a {
  text-decoration: none;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.open > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.open > a:focus {
  text-decoration: none;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 6px 10px;
  text-decoration: underline;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  text-decoration: none;
}
.content-header .nav-pills {
  margin-bottom: 19px;
}
.content-header .nav-pills > li > a {
  font-weight: bold;
}
.navbar-nav {
  padding: 0;
}
.navbar-nav > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover,
.navbar-nav > li.active > a:focus,
.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus {
  background-color: #6391e4;
  color: #ffffff;
}
.navbar-nav > li > a:hover .caret,
.navbar-nav > li > a:focus .caret,
.navbar-nav > li.active > a .caret,
.navbar-nav > li.active > a:hover .caret,
.navbar-nav > li.active > a:focus .caret,
.navbar-nav > li.open > a .caret,
.navbar-nav > li.open > a:hover .caret,
.navbar-nav > li.open > a:focus .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.form-label-width {
  width: 20%;
}
@media only screen and (max-width: 992px) {
  .form-label-width {
    width: 100%;
  }
}
.modal .form-label-width {
  width: 30%;
}
.form-two-columns .form-label-width {
  width: 30%;
}
.error-margin-left,
.offset-label.control-input {
  margin-left: 20%;
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
  .error-margin-left,
  .offset-label.control-input {
    margin-left: 20px;
  }
}
.modal .error-margin-left {
  margin-left: 30%;
}
.form-two-columns .error-margin-left {
  margin-left: 30%;
}
.form-input-width {
  width: 76%;
}
@media only screen and (max-width: 992px) {
  .form-input-width {
    width: 100% !important;
  }
}
.modal .form-input-width {
  width: 66%;
}
.form-two-columns .form-input-width {
  width: 66%;
}
form {
  margin: 20px 0;
}
form .row .form-group {
  max-width: 100%;
}
form .form-group {
  max-width: 70%;
}
form .checkbox,
form .radio,
form .radio-input-group,
form .checkbox-input-group {
  padding: 2px 0;
  position: relative;
}
form .checkbox label,
form .radio label,
form .radio-input-group label,
form .checkbox-input-group label {
  margin-bottom: 0;
}
form .checkbox-input-group label {
  margin-right: 10px;
}
table .form-group {
  margin-bottom: 0;
  max-width: 100%;
}
a.form-control,
a:link.form-control,
a:visited.form-control,
a:hover.form-control,
a:active.form-control {
  color: #3872dc;
  font-weight: bold;
  text-decoration: underline;
  padding-top: 3px;
}
@media only screen and (min-width: 1200px) {
  .form-horizontal {
    width: 60%;
  }
}
.form-horizontal.form-two-columns,
.form-horizontal.has-table {
  width: 100%;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: 0;
}
.form-horizontal .control-label .radio,
.form-horizontal .radio .radio,
.form-horizontal .checkbox .radio,
.form-horizontal .radio-inline .radio,
.form-horizontal .checkbox-inline .radio,
.form-horizontal .control-label .checkbox,
.form-horizontal .radio .checkbox,
.form-horizontal .checkbox .checkbox,
.form-horizontal .radio-inline .checkbox,
.form-horizontal .checkbox-inline .checkbox,
.form-horizontal .control-label .radio-inline,
.form-horizontal .radio .radio-inline,
.form-horizontal .checkbox .radio-inline,
.form-horizontal .radio-inline .radio-inline,
.form-horizontal .checkbox-inline .radio-inline,
.form-horizontal .control-label .checkbox-inline,
.form-horizontal .radio .checkbox-inline,
.form-horizontal .checkbox .checkbox-inline,
.form-horizontal .radio-inline .checkbox-inline,
.form-horizontal .checkbox-inline .checkbox-inline {
  padding-top: 0;
  padding-bottom: 0;
}
.form-horizontal .control-label.form-group,
.form-horizontal .radio.form-group,
.form-horizontal .checkbox.form-group,
.form-horizontal .radio-inline.form-group,
.form-horizontal .checkbox-inline.form-group {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1200px) {
  td .form-horizontal {
    width: 100%;
  }
}
td .control-input {
  width: 100%;
}
td .control-input input[type="text"],
td .control-input input[type="number"],
td .control-input input[type="password"],
td .control-input input[type="tel"],
td .control-input input[type="url"],
td .control-input input[type="email"] {
  margin-top: 2px;
}
@media only screen and (max-width: 992px) {
  td .control-input input[type="text"],
  td .control-input input[type="number"],
  td .control-input input[type="password"],
  td .control-input input[type="tel"],
  td .control-input input[type="url"],
  td .control-input input[type="email"] {
    margin-bottom: 3px;
  }
}
.form-control {
  border: 1px solid #e5e7e9;
  border-radius: 0;
  color: #333333;
  height: 22px;
  padding: 0 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.form-control {
  padding-top: 2px;
}
thead td .form-control,
thead th .form-control,
tbody td .form-control {
  height: 22px;
}
.form-control.inline {
  width: auto;
}
.form-control:focus {
  border: 1px solid #6391e4;
  outline: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control.placeholder-style {
  color: #999999;
}
.form-control[disabled=disabled] {
  border: 1px solid #e5e7e9;
  color: #b2b2b2;
  background-color: #bdc3c7;
}
.form-control.readonly,
.form-control[readonly=readonly],
.form-control[readonly] {
  border: none;
  color: #7f7f7f;
  background-color: #f9f9f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  border: 1px solid #e5e7e9;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.form-condensed .form-control {
  height: 20px;
}
tbody td textarea {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  tbody td textarea {
    margin-top: 0;
  }
}
.control-label {
  float: left;
  margin-right: 10px;
  width: 20%;
}
@media only screen and (max-width: 992px) {
  .control-label {
    width: 100%;
  }
}
.modal .control-label {
  width: 30%;
}
.form-two-columns .control-label {
  width: 30%;
}
.control-input {
  float: left;
  width: 76%;
}
@media only screen and (max-width: 992px) {
  .control-input {
    width: 100% !important;
  }
}
.modal .control-input {
  width: 66%;
}
.form-two-columns .control-input {
  width: 66%;
}
.form-control-spacer {
  margin-bottom: 15px;
  clear: both;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group label {
  margin-bottom: 1px;
}
.form-group.has-addon .control-input,
.form-group.time .control-input,
.form-group.date .control-input,
.form-group.date-range .control-input,
.form-group.color .control-input,
.form-group.currency .control-input {
  padding-right: 30px;
  position: relative;
}
.form-group.has-addon .form-control,
.form-group.time .form-control,
.form-group.date .form-control,
.form-group.date-range .form-control,
.form-group.color .form-control,
.form-group.currency .form-control {
  float: left;
}
.form-group.currency .control-input {
  padding-right: 70px;
}
.form-group.currency .add-on {
  width: 70px;
}
.form-group .add-on {
  width: 20px;
  height: 20px;
  display: block;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.form-group.form-group-inline label {
  padding-top: 0;
}
.invalid .form-control {
  border: 1px solid #c0392b;
  padding-right: 19px;
  background-repeat: no-repeat;
  background-position: 100% 1px;
  background-image: url(../images/icons/error-icon.png);
  padding: 0 5px;
}
table .invalid .form-control {
  background-position: 100% 1px;
  background-image: url(../images/icons/error-condensed-icon.png);
}
.invalid.error-hover > .checkbox,
.invalid.error-hover > .radio,
.invalid.error-hover .checkbox-input-group,
.invalid.error-hover .radio-input-group {
  border: 1px solid #c0392b;
}
.invalid.error-hover > .checkbox:before,
.invalid.error-hover > .radio:before,
.invalid.error-hover .checkbox-input-group:before,
.invalid.error-hover .radio-input-group:before {
  display: block;
  content: '';
  position: absolute;
  background: url(../images/icons/error-icon.png) no-repeat 100% 1px;
  width: 19px;
  height: 22px;
  right: 1px;
  top: 1px;
}
.error-message {
  display: none;
}
.error .error-message {
  clear: both;
  display: block;
  color: #c0392b;
  position: absolute;
  left: 0;
}
.info-text {
  margin-left: 20%;
  padding-left: 10px;
  color: #333333;
}
@media only screen and (max-width: 992px) {
  .info-text {
    margin-left: 20px;
  }
}
.modal .info-text {
  margin-left: 30%;
}
.form-two-columns .info-text {
  margin-left: 30%;
}
.form-two-columns {
  zoom: 1;
}
.form-two-columns .form-row {
  zoom: 1;
  clear: both;
}
.form-two-columns .form-row:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  clear: both;
}
.form-two-columns .form-row > .form-group {
  width: 49%;
  float: left;
  margin-left: 1%;
  margin-right: 0;
}
.form-two-columns .form-row > .form-group:nth-child(odd) {
  margin-left: 0;
  margin-right: 1%;
}
.form-two-columns > p,
.form-two-columns > h1,
.form-two-columns > h2,
.form-two-columns > h3,
.form-two-columns > h4,
.form-two-columns > h5,
.form-two-columns > h6,
.form-two-columns > ul,
.form-two-columns > a {
  clear: both;
}
.form-two-columns:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  clear: both;
}
.form-condensed label {
  margin-bottom: 0;
}
.form-condensed .form-group {
  margin-bottom: 10px;
}
.form-condensed .form-group.error {
  margin-bottom: 20px;
}
.form-condensed .checkbox,
.form-condensed .radio,
.form-condensed .radio-input-group,
.form-condensed .checkbox-input-group {
  padding: 1px 0;
}
.form-condensed .invalid .form-control {
  -webkit-background-size: auto 16px;
  background-size: auto 16px;
}
.form-condensed .invalid.error-hover > .checkbox:before,
.form-condensed .invalid.error-hover > .radio:before,
.form-condensed .invalid.error-hover .checkbox-input-group:before,
.form-condensed .invalid.error-hover .radio-input-group:before {
  -webkit-background-size: auto 16px;
  background-size: auto 16px;
  height: 17px;
}
.form-condensed .invalid .select:after {
  -webkit-background-size: auto 16px;
  background-size: auto 16px;
  height: 17px;
}
.form-condensed .select select {
  padding: 0 5px;
}
input[type='checkbox']:focus + label span,
input[type='radio']:focus + label span {
  background-position: 0 -18px;
}
.form-inline .form-group {
  width: auto;
  display: inline-block;
}
.form-inline .form-group {
  margin-right: 10px;
  vertical-align: top;
}
.form-inline .form-group label {
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .checkbox.label-first,
.form-inline .radio.label-first,
.form-inline .tristate.label-first {
  width: auto;
}
.form-inline .checkbox.label-first > label,
.form-inline .radio.label-first > label,
.form-inline .tristate.label-first > label {
  width: auto;
}
.form-inline .checkbox.label-first input[type='checkbox'],
.form-inline .radio.label-first input[type='checkbox'],
.form-inline .tristate.label-first input[type='checkbox'],
.form-inline .checkbox.label-first input[type='radio'],
.form-inline .radio.label-first input[type='radio'],
.form-inline .tristate.label-first input[type='radio'] {
  float: left;
  margin-right: -18px;
}
.form-inline .control-label,
.form-inline .control-input,
.form-inline .form-control {
  width: auto;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.form-buttons-row {
  max-width: 50%;
  text-align: right;
}
.form-buttons-row .btn,
.form-buttons-row .btn-group,
.form-buttons-row .btn-dropdown {
  margin-bottom: 5px;
  margin-right: 0;
  margin-left: 10px;
}
.form-buttons-row .btn .btn,
.form-buttons-row .btn-group .btn,
.form-buttons-row .btn-dropdown .btn {
  margin-bottom: 0;
}
.form-buttons-row.top,
.form-buttons-row.bottom {
  position: absolute;
  right: 0;
}
.form-buttons-row.top {
  top: 17px;
}
.form-buttons-row.bottom {
  bottom: -47px;
}
.navigation-pane-right .form-buttons-row.top {
  top: 0;
}
.form-buttons-row + .form-row {
  padding-top: 26px;
}
.has-wizard .pane form {
  position: relative;
}
.has-wizard .pane form .form-buttons-row {
  position: static;
  float: right;
  margin-bottom: -26px;
  margin-right: -20px;
}
.has-wizard .pane form .form-buttons-row + * {
  clear: both;
  padding-top: 46px;
}
.has-wizard .pane form .form-buttons-row + .table-wrapper {
  padding-top: 0;
}
.input-group {
  width: 100%;
}
.input-group-addon {
  background: none;
  border: 0 none;
  padding: 0 12px;
  font-size: 16px;
  width: 40px;
}
.toggle-device-readonly {
  border: 0 !important;
  border-bottom: 1px solid #b2b2b2 !important;
  background-color: #fff !important;
}
@media only screen and (max-width: 992px) {
  form {
    padding: 0;
    margin: 0 -20px;
  }
  form .form-group {
    max-width: 100%;
  }
  .form-horizontal {
    width: auto;
  }
  .form-horizontal .control-label,
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding: 0;
    text-align: left;
  }
  .form-horizontal .control-label,
  .form-horizontal .error-message {
    padding: 0 20px;
  }
  .form-horizontal .control-label {
    float: none;
    margin-bottom: 5px;
  }
  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .form-control {
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    padding: 4px 12px;
  }
  input.form-control {
    padding: 7px 12px;
    height: auto;
  }
  .invalid .form-control {
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    padding: 4px 13px;
  }
  .form-control:focus {
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
  }
  td .form-horizontal {
    width: 100%;
  }
  .form-buttons-row {
    margin-bottom: 22px;
    max-width: 100%;
  }
  .form-buttons-row.top,
  .form-buttons-row.bottom {
    position: static;
  }
}
.glyphicon-calendar-icon {
  background-image: url(../images/icons/calendar-icon.png);
  height: 20px;
  width: 20px;
  top: 0;
}
.form-control.date + .add-on,
.form-control.date-range-start + .add-on,
.form-control.date-range-end + .add-on {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.readonly .form-control.date + .add-on,
.readonly .form-control.date-range-start + .add-on,
.readonly .form-control.date-range-end + .add-on {
  visibility: hidden;
}
.form-group .form-control.time + .add-on {
  color: #7f7f7f;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  padding-left: 1px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.form-group.readonly .form-control.time + .add-on {
  visibility: hidden;
}
.bootstrap-select {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  margin-bottom: 0;
}
.bootstrap-select.btn-group .dropdown-menu,
.bootstrap-select.btn-group[class*="span"] .dropdown-menu {
  min-height: 0 !important;
}
.bootstrap-select.btn-group .dropdown-menu.inner,
.bootstrap-select.btn-group[class*="span"] .dropdown-menu.inner {
  min-height: 0 !important;
}
[data-actions-box] + .bootstrap-select {
  min-width: 300px;
}
.bootstrap-select .btn {
  height: 100%;
  padding: 0 10px;
  font-weight: normal;
}
thead td .bootstrap-select .btn,
thead th .bootstrap-select .btn,
tbody td .bootstrap-select .btn {
  padding-bottom: 4px;
  padding-top: 4px;
}
.bootstrap-select .btn.dropdown-toggle {
  border: 0 none;
}
.bootstrap-select.btn-group {
  border: 0 none;
}
.bootstrap-select.btn-group > .btn {
  background: none;
}
.bootstrap-select.btn-group > .btn:hover,
.bootstrap-select.btn-group > .btn:active,
.bootstrap-select.btn-group > .btn:focus {
  background: none;
  color: inherit;
}
.bootstrap-select.btn-group.open .dropdown-toggle.btn-default:hover,
.bootstrap-select.btn-group.open .dropdown-toggle.btn-default:active,
.bootstrap-select.btn-group.open .dropdown-toggle.btn-default:focus {
  background: none;
  color: inherit;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a span.check-mark {
  margin-top: 0;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  border: 1px solid #6391e4;
}
.bootstrap-select .dropdown-menu > li a {
  font-weight: normal;
  position: relative;
}
.bootstrap-select .dropdown-menu > li a .glyphicon {
  position: absolute;
  right: 12px;
  top: 3px;
}
.bootstrap-select .dropdown-menu > li.selected a {
  background-color: #6391e4;
  color: #ffffff;
}
.bootstrap-select .bs-caret:before {
  color: #333333;
  display: block;
  content: "\f078";
  font-family: 'FontAwesome';
  height: 8px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  width: 12px;
  margin-right: 10px;
  margin-top: -4px;
  pointer-events: none;
  font-size: 8px;
  font-size: 0.8rem;
}
.bootstrap-select .bs-caret .caret {
  display: none;
}
.bootstrap-select .btn-default,
.bootstrap-select .btn-default.disabled:hover {
  background-image: none;
  color: #333333;
  -ms-filter: "";
}
.bootstrap-select .btn-default .caret,
.bootstrap-select .btn-default.disabled:hover .caret {
  border-bottom-color: #333333;
  border-top-color: #333333;
}
.bootstrap-select .actions-btn {
  margin: 0;
  background-color: #7d9db6;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.disabled .bootstrap-select {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 1px 1px 2px rgba(190, 190, 190, 0.75);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 1px 1px 2px rgba(190, 190, 190, 0.75);
}
select:focus + .bootstrap-select .selectpicker.btn-default {
  color: #ffffff;
  background-color: #7d9db6;
}
select:focus + .bootstrap-select .selectpicker.btn-default .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  top: 1px;
}
.filter .select {
  border: none;
}
.filter .select:hover,
.filter .select:focus,
.filter .select:active,
.filter .select.active {
  border: none;
}
.disabled .select:hover,
.disabled .select:active,
.disabled .select:focus {
  border: 1px solid #e5e7e9;
}
.select {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e5e7e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
.select.multiple {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select.multiple select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select.multiple select:hover,
.select.multiple select:active,
.select.multiple select:focus {
  filter: none;
}
.select.multiple:before {
  content: '';
  display: none;
}
.disabled .select {
  background: #bdc3c7;
  color: #b2b2b2;
}
.disabled .select select {
  color: #b2b2b2;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.disabled .select select:hover,
.disabled .select select:active,
.disabled .select select:focus {
  background: #bdc3c7 !important;
  filter: none;
  color: inherit;
}
.disabled .select:before {
  color: #b2b2b2;
}
.invalid .select {
  border: 1px solid #c0392b;
}
.invalid .select select {
  border: none;
  padding-right: 40px;
  background: none;
}
.invalid .select select:hover,
.invalid .select select:active,
.invalid .select select:focus {
  border: none;
}
.invalid .select:before {
  right: 15px;
}
.ie10 .invalid .select:before {
  right: 25px;
}
.invalid .select:after {
  display: block;
  content: '';
  position: absolute;
  background: url(../images/icons/error-icon.png) no-repeat 100% 1px;
  width: 19px;
  height: 22px;
  right: 1px;
  top: 1px;
}
td .invalid .select:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUY5OTBCNTA1MUNDMTFFM0FDNkFFRjFCNDU2MTA5OTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUY5OTBCNTE1MUNDMTFFM0FDNkFFRjFCNDU2MTA5OTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Rjk5MEI0RTUxQ0MxMUUzQUM2QUVGMUI0NTYxMDk5OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Rjk5MEI0RjUxQ0MxMUUzQUM2QUVGMUI0NTYxMDk5OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjlbH8cAAACESURBVHjaYvzPwABEVAD//zMyMVAR4DassxNkGyoGiZFlGFVdRlXD3r0jTowow44eJU4MJUYxgxmBz5z5DwcgNj61QBJ/mL1/j51NVgTs2YOdjQOw4JU9e5aBoaICwSYAGKmZnfC7rLwcM1eQ7bL/aFKMjIMho5MB8IcZPm/R2mUAAQYAfp9Z3PT73HkAAAAASUVORK5CYII=');
  height: 20px;
  right: 0;
  top: 0;
}
.select:before {
  color: #333333;
  display: block;
  content: "\f078";
  font-family: 'FontAwesome';
  height: 8px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  width: 12px;
  margin-right: 10px;
  margin-top: -4px;
  pointer-events: none;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 8px;
}
.select select {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: #333333;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}
.select select::-ms-expand {
  display: none;
  /* to ie 10 */
}
.select select:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select select:hover,
.select select:active,
.select select:focus {
  background-color: #ffffff;
  border: 1px solid #6391e4;
}
.select select[disable='disabled'],
.select select:disabled {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select select[disable='disabled']:hover,
.select select:disabled:hover,
.select select[disable='disabled']:active,
.select select:disabled:active,
.select select[disable='disabled']:focus,
.select select:disabled:focus {
  background: #ffffff;
  color: inherit;
}
.select select[multiple] {
  height: 120px;
  overflow: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}
.select select[multiple]:hover,
.select select[multiple]:active,
.select select[multiple]:focus {
  background-image: none;
  color: #333333;
}
.select select[multiple] option:hover,
.select select[multiple] option:active,
.select select[multiple] option:focus,
.select select[multiple] option:checked {
  color: #ffffff;
  background-image: -webkit-linear-gradient(left, #6391e4 0%, #6391e4 100%);
  background-image: -o-linear-gradient(left, #6391e4 0%, #6391e4 100%);
  background-image: linear-gradient(to right, #6391e4 0%, #6391e4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6391e4', endColorstr='#ff6391e4', GradientType=1);
}
.select select[multiple][disabled] option:hover,
.select select[multiple][disabled] option:active,
.select select[multiple][disabled] option:focus,
.select select[multiple][disabled] option:checked {
  color: inherit;
  background: none transparent;
}
.select option {
  color: #333333;
  font-weight: normal;
  padding: 5px;
}
.select option:hover,
.select option:active,
.select option:focus {
  background-color: #7aa1e8;
}
.select optgroup {
  color: #333333;
  padding: 5px;
  border-bottom: 1px solid #b2b2b2;
}
.select optgroup:last-child {
  border-bottom: none;
}
.select optgroup option {
  margin: 0 -5px;
  padding: 5px 10px;
}
.table td select.form-control,
.table .filter select.form-control {
  min-width: 100%;
  width: auto;
}
.table td select.form-control[multiple],
.table .filter select.form-control[multiple] {
  width: 100%;
}
.ie8 .select:before,
.ie9 .select:before {
  content: '';
  display: none;
}
.ie8 .select select.form-control,
.ie9 .select select.form-control {
  padding: 4px;
}
.ie8 .select select[multiple].form-control,
.ie9 .select select[multiple].form-control {
  padding: 5px 0;
}
.ie8 .table td select.form-control,
.ie9 .table td select.form-control,
.ie8 .table .filter select.form-control,
.ie9 .table .filter select.form-control {
  padding: 0;
}
.ie8 .invalid .select select.form-control,
.ie9 .invalid .select select.form-control {
  padding-right: 22px;
}
.ie8 td .select select.form-control,
.ie9 td .select select.form-control {
  padding: 2px 2px 2px 4px;
}
@media only screen and (max-width: 992px) {
  .select {
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    height: auto;
  }
  .select:hover,
  .select:focus,
  .select:active,
  .select.active {
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
  }
  .select select {
    height: auto;
  }
  .invalid .select {
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
  }
}
.formatted-telephone .formatted-telephone-country {
  width: 53px;
}
.formatted-telephone .formatted-telephone-area {
  width: 63px;
}
.formatted-telephone .formatted-telephone-number {
  width: 140px;
}
.formatted-telephone .formatted-telephone-country,
.formatted-telephone .formatted-telephone-area {
  margin-right: 4px;
}
.formatted-telephone .readonly .formatted-telephone-country,
.formatted-telephone .readonly .formatted-telephone-area,
.formatted-telephone .readonly .formatted-telephone-number {
  padding-left: 0;
  padding-right: 0;
}
.formatted-telephone .form-control {
  display: inline-block;
}
.form-inline .formatted-telephone .formatted-telephone-country {
  width: 33px;
}
.form-inline .formatted-telephone .formatted-telephone-area {
  width: 39px;
}
.form-inline .formatted-telephone .formatted-telephone-number {
  width: 93px;
}
.form-inline .formatted-telephone .formatted-telephone-country,
.form-inline .formatted-telephone .formatted-telephone-area,
.form-inline .formatted-telephone .formatted-telephone-number {
  padding-left: 3px;
  padding-right: 3px;
}
.form-group textarea {
  cursor: default !important;
  resize: none;
  min-height: 82px;
}
.form-group textarea[readonly],
.form-group textarea.readonly {
  min-height: 82px;
  height: auto;
  overflow-y: auto;
  margin: 4px 0;
}
.form-group .btn-file {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  margin-right: 0;
}
.form-group .btn-file.btn-file-choose,
.form-group .btn-file.btn-file-remove {
  margin: 0;
  padding: 0;
}
.form-group .btn-file-choose {
  margin-right: -21px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.form-group .btn-file-remove {
  margin-right: 0px;
  display: none;
}
.form-group.disabled .btn-file {
  display: none;
}
.form-group.readonly .btn-file {
  display: none;
}
.form-group.file-exists .btn-file-choose {
  display: none;
}
.form-group.file-exists .btn-file-remove {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.form-group input[type='file'].sr-only {
  position: relative;
  width: 100%;
  clip: inherit;
  margin-bottom: -26px;
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
}
input[type='file'].sr-only {
  width: auto;
}
.form-inline .form-group.file-input.readonly .form-control {
  width: 180px;
}
.form-inline .form-group.file-input input[type='file'].sr-only {
  width: 250px;
}
.form-inline .form-group.file-input .file-input-text {
  width: 250px;
}
.checkbox,
.checkbox-inline,
.radio,
.radio-inline,
.tristate,
.tristate-inline {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.checkbox.form-group-inline,
.checkbox-inline.form-group-inline,
.radio.form-group-inline,
.radio-inline.form-group-inline,
.tristate.form-group-inline,
.tristate-inline.form-group-inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.checkbox.form-group,
.checkbox-inline.form-group,
.radio.form-group,
.radio-inline.form-group,
.tristate.form-group,
.tristate-inline.form-group {
  margin-bottom: 15px;
}
.checkbox.form-group.no-label,
.checkbox-inline.form-group.no-label,
.radio.form-group.no-label,
.radio-inline.form-group.no-label,
.tristate.form-group.no-label,
.tristate-inline.form-group.no-label {
  width: auto;
  margin: auto;
  line-height: 0;
}
.checkbox.form-group.form-group-inline,
.checkbox-inline.form-group.form-group-inline,
.radio.form-group.form-group-inline,
.radio-inline.form-group.form-group-inline,
.tristate.form-group.form-group-inline,
.tristate-inline.form-group.form-group-inline {
  margin-bottom: 0;
}
.checkbox + .checkbox,
.checkbox-inline + .checkbox,
.radio + .checkbox,
.radio-inline + .checkbox,
.tristate + .checkbox,
.tristate-inline + .checkbox,
.checkbox + .radio,
.checkbox-inline + .radio,
.radio + .radio,
.radio-inline + .radio,
.tristate + .radio,
.tristate-inline + .radio,
.checkbox + .tristate,
.checkbox-inline + .tristate,
.radio + .tristate,
.radio-inline + .tristate,
.tristate + .tristate,
.tristate-inline + .tristate {
  margin-bottom: 0;
  margin-top: 0;
}
.checkbox + .checkbox.form-group,
.checkbox-inline + .checkbox.form-group,
.radio + .checkbox.form-group,
.radio-inline + .checkbox.form-group,
.tristate + .checkbox.form-group,
.tristate-inline + .checkbox.form-group,
.checkbox + .radio.form-group,
.checkbox-inline + .radio.form-group,
.radio + .radio.form-group,
.radio-inline + .radio.form-group,
.tristate + .radio.form-group,
.tristate-inline + .radio.form-group,
.checkbox + .tristate.form-group,
.checkbox-inline + .tristate.form-group,
.radio + .tristate.form-group,
.radio-inline + .tristate.form-group,
.tristate + .tristate.form-group,
.tristate-inline + .tristate.form-group {
  margin-bottom: 15px;
}
.checkbox > label,
.checkbox-inline > label,
.radio > label,
.radio-inline > label,
.tristate > label,
.tristate-inline > label {
  color: #333333;
  cursor: pointer;
  font-weight: bold;
  margin-left: 26px;
  position: relative;
  padding-left: 0;
  width: auto;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.checkbox > label .checkbox-icon,
.checkbox-inline > label .checkbox-icon,
.radio > label .checkbox-icon,
.radio-inline > label .checkbox-icon,
.tristate > label .checkbox-icon,
.tristate-inline > label .checkbox-icon,
.checkbox > label .radio-icon,
.checkbox-inline > label .radio-icon,
.radio > label .radio-icon,
.radio-inline > label .radio-icon,
.tristate > label .radio-icon,
.tristate-inline > label .radio-icon {
  background-image: url(../images/icons/checkbox.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: '';
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  overflow: hidden;
  top: -1px;
  left: -26px;
}
.checkbox > label:before,
.checkbox-inline > label:before,
.radio > label:before,
.radio-inline > label:before,
.tristate > label:before,
.tristate-inline > label:before {
  content: '';
  display: none;
}
.checkbox > label:after,
.checkbox-inline > label:after,
.radio > label:after,
.radio-inline > label:after,
.tristate > label:after,
.tristate-inline > label:after {
  content: '\00a0';
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.checkbox > label.mousedown .checkbox-icon,
.checkbox-inline > label.mousedown .checkbox-icon,
.radio > label.mousedown .checkbox-icon,
.radio-inline > label.mousedown .checkbox-icon,
.tristate > label.mousedown .checkbox-icon,
.tristate-inline > label.mousedown .checkbox-icon,
.checkbox > label.mousedown .radio-icon,
.checkbox-inline > label.mousedown .radio-icon,
.radio > label.mousedown .radio-icon,
.radio-inline > label.mousedown .radio-icon,
.tristate > label.mousedown .radio-icon,
.tristate-inline > label.mousedown .radio-icon {
  background-position: 0 -18px;
}
.checkbox > label.altstate .checkbox-icon,
.checkbox-inline > label.altstate .checkbox-icon,
.radio > label.altstate .checkbox-icon,
.radio-inline > label.altstate .checkbox-icon,
.tristate > label.altstate .checkbox-icon,
.tristate-inline > label.altstate .checkbox-icon,
.checkbox > label.altstate .radio-icon,
.checkbox-inline > label.altstate .radio-icon,
.radio > label.altstate .radio-icon,
.radio-inline > label.altstate .radio-icon,
.tristate > label.altstate .radio-icon,
.tristate-inline > label.altstate .radio-icon {
  background-position: 0 -36px;
}
.checkbox > label.checked .checkbox-icon,
.checkbox-inline > label.checked .checkbox-icon,
.radio > label.checked .checkbox-icon,
.radio-inline > label.checked .checkbox-icon,
.tristate > label.checked .checkbox-icon,
.tristate-inline > label.checked .checkbox-icon,
.checkbox > label.checked .radio-icon,
.checkbox-inline > label.checked .radio-icon,
.radio > label.checked .radio-icon,
.radio-inline > label.checked .radio-icon,
.tristate > label.checked .radio-icon,
.tristate-inline > label.checked .radio-icon {
  background-position: 0 -54px;
}
.checkbox > label.checked.disabled .checkbox-icon,
.checkbox-inline > label.checked.disabled .checkbox-icon,
.radio > label.checked.disabled .checkbox-icon,
.radio-inline > label.checked.disabled .checkbox-icon,
.tristate > label.checked.disabled .checkbox-icon,
.tristate-inline > label.checked.disabled .checkbox-icon,
.checkbox > label.checked.disabled .radio-icon,
.checkbox-inline > label.checked.disabled .radio-icon,
.radio > label.checked.disabled .radio-icon,
.radio-inline > label.checked.disabled .radio-icon,
.tristate > label.checked.disabled .radio-icon,
.tristate-inline > label.checked.disabled .radio-icon {
  background-position: 0 -90px;
}
.checkbox > label.disabled .checkbox-icon,
.checkbox-inline > label.disabled .checkbox-icon,
.radio > label.disabled .checkbox-icon,
.radio-inline > label.disabled .checkbox-icon,
.tristate > label.disabled .checkbox-icon,
.tristate-inline > label.disabled .checkbox-icon,
.checkbox > label.disabled .radio-icon,
.checkbox-inline > label.disabled .radio-icon,
.radio > label.disabled .radio-icon,
.radio-inline > label.disabled .radio-icon,
.tristate > label.disabled .radio-icon,
.tristate-inline > label.disabled .radio-icon {
  background-position: 0 -72px;
}
.checkbox.label-first,
.checkbox-inline.label-first,
.radio.label-first,
.radio-inline.label-first,
.tristate.label-first,
.tristate-inline.label-first {
  width: 100%;
}
.checkbox.label-first input[type='checkbox'],
.checkbox-inline.label-first input[type='checkbox'],
.radio.label-first input[type='checkbox'],
.radio-inline.label-first input[type='checkbox'],
.tristate.label-first input[type='checkbox'],
.tristate-inline.label-first input[type='checkbox'],
.checkbox.label-first input[type='radio'],
.checkbox-inline.label-first input[type='radio'],
.radio.label-first input[type='radio'],
.radio-inline.label-first input[type='radio'],
.tristate.label-first input[type='radio'],
.tristate-inline.label-first input[type='radio'] {
  float: right;
}
.checkbox.label-first .error-message,
.checkbox-inline.label-first .error-message,
.radio.label-first .error-message,
.radio-inline.label-first .error-message,
.tristate.label-first .error-message,
.tristate-inline.label-first .error-message {
  margin-left: 20%;
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
  .checkbox.label-first .error-message,
  .checkbox-inline.label-first .error-message,
  .radio.label-first .error-message,
  .radio-inline.label-first .error-message,
  .tristate.label-first .error-message,
  .tristate-inline.label-first .error-message {
    margin-left: 20px;
  }
}
.modal .checkbox.label-first .error-message,
.modal .checkbox-inline.label-first .error-message,
.modal .radio.label-first .error-message,
.modal .radio-inline.label-first .error-message,
.modal .tristate.label-first .error-message,
.modal .tristate-inline.label-first .error-message {
  margin-left: 30%;
}
.form-two-columns .checkbox.label-first .error-message,
.form-two-columns .checkbox-inline.label-first .error-message,
.form-two-columns .radio.label-first .error-message,
.form-two-columns .radio-inline.label-first .error-message,
.form-two-columns .tristate.label-first .error-message,
.form-two-columns .tristate-inline.label-first .error-message {
  margin-left: 30%;
}
.checkbox.label-first > label,
.checkbox-inline.label-first > label,
.radio.label-first > label,
.radio-inline.label-first > label,
.tristate.label-first > label,
.tristate-inline.label-first > label {
  margin-left: 0;
  padding-left: 0;
  text-align: right;
  margin-right: 38px;
  width: 20%;
}
@media only screen and (max-width: 992px) {
  .checkbox.label-first > label,
  .checkbox-inline.label-first > label,
  .radio.label-first > label,
  .radio-inline.label-first > label,
  .tristate.label-first > label,
  .tristate-inline.label-first > label {
    width: 100%;
  }
}
.modal .checkbox.label-first > label,
.modal .checkbox-inline.label-first > label,
.modal .radio.label-first > label,
.modal .radio-inline.label-first > label,
.modal .tristate.label-first > label,
.modal .tristate-inline.label-first > label {
  width: 30%;
}
.form-two-columns .checkbox.label-first > label,
.form-two-columns .checkbox-inline.label-first > label,
.form-two-columns .radio.label-first > label,
.form-two-columns .radio-inline.label-first > label,
.form-two-columns .tristate.label-first > label,
.form-two-columns .tristate-inline.label-first > label {
  width: 30%;
}
.checkbox.label-first > label .checkbox-icon,
.checkbox-inline.label-first > label .checkbox-icon,
.radio.label-first > label .checkbox-icon,
.radio-inline.label-first > label .checkbox-icon,
.tristate.label-first > label .checkbox-icon,
.tristate-inline.label-first > label .checkbox-icon,
.checkbox.label-first > label .radio-icon,
.checkbox-inline.label-first > label .radio-icon,
.radio.label-first > label .radio-icon,
.radio-inline.label-first > label .radio-icon,
.tristate.label-first > label .radio-icon,
.tristate-inline.label-first > label .radio-icon {
  left: auto;
  right: -28px;
}
.checkbox.label-first > label:after,
.checkbox-inline.label-first > label:after,
.radio.label-first > label:after,
.radio-inline.label-first > label:after,
.tristate.label-first > label:after,
.tristate-inline.label-first > label:after {
  content: '';
  display: none;
}
.checkbox.label-first > label:before,
.checkbox-inline.label-first > label:before,
.radio.label-first > label:before,
.radio-inline.label-first > label:before,
.tristate.label-first > label:before,
.tristate-inline.label-first > label:before {
  content: '\00a0';
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.checkbox.label-first input[type="checkbox"],
.checkbox-inline.label-first input[type="checkbox"],
.radio.label-first input[type="checkbox"],
.radio-inline.label-first input[type="checkbox"],
.tristate.label-first input[type="checkbox"],
.tristate-inline.label-first input[type="checkbox"],
.checkbox.label-first input[type="radio"],
.checkbox-inline.label-first input[type="radio"],
.radio.label-first input[type="radio"],
.radio-inline.label-first input[type="radio"],
.tristate.label-first input[type="radio"],
.tristate-inline.label-first input[type="radio"] {
  width: 18px;
  margin: 0;
}
.checkbox.left-aligned,
.checkbox-inline.left-aligned,
.radio.left-aligned,
.radio-inline.left-aligned,
.tristate.left-aligned,
.tristate-inline.left-aligned,
.checkbox.no-label,
.checkbox-inline.no-label,
.radio.no-label,
.radio-inline.no-label,
.tristate.no-label,
.tristate-inline.no-label {
  width: 100%;
}
.checkbox.left-aligned > label,
.checkbox-inline.left-aligned > label,
.radio.left-aligned > label,
.radio-inline.left-aligned > label,
.tristate.left-aligned > label,
.tristate-inline.left-aligned > label,
.checkbox.no-label > label,
.checkbox-inline.no-label > label,
.radio.no-label > label,
.radio-inline.no-label > label,
.tristate.no-label > label,
.tristate-inline.no-label > label {
  margin-left: 0;
  margin-right: 28px;
  padding-left: 28px;
  text-align: left;
}
.checkbox.left-aligned > label .checkbox-icon,
.checkbox-inline.left-aligned > label .checkbox-icon,
.radio.left-aligned > label .checkbox-icon,
.radio-inline.left-aligned > label .checkbox-icon,
.tristate.left-aligned > label .checkbox-icon,
.tristate-inline.left-aligned > label .checkbox-icon,
.checkbox.no-label > label .checkbox-icon,
.checkbox-inline.no-label > label .checkbox-icon,
.radio.no-label > label .checkbox-icon,
.radio-inline.no-label > label .checkbox-icon,
.tristate.no-label > label .checkbox-icon,
.tristate-inline.no-label > label .checkbox-icon,
.checkbox.left-aligned > label .radio-icon,
.checkbox-inline.left-aligned > label .radio-icon,
.radio.left-aligned > label .radio-icon,
.radio-inline.left-aligned > label .radio-icon,
.tristate.left-aligned > label .radio-icon,
.tristate-inline.left-aligned > label .radio-icon,
.checkbox.no-label > label .radio-icon,
.checkbox-inline.no-label > label .radio-icon,
.radio.no-label > label .radio-icon,
.radio-inline.no-label > label .radio-icon,
.tristate.no-label > label .radio-icon,
.tristate-inline.no-label > label .radio-icon {
  left: 0;
}
.checkbox.left-aligned > label:after,
.checkbox-inline.left-aligned > label:after,
.radio.left-aligned > label:after,
.radio-inline.left-aligned > label:after,
.tristate.left-aligned > label:after,
.tristate-inline.left-aligned > label:after,
.checkbox.no-label > label:after,
.checkbox-inline.no-label > label:after,
.radio.no-label > label:after,
.radio-inline.no-label > label:after,
.tristate.no-label > label:after,
.tristate-inline.no-label > label:after {
  content: '';
  display: none;
}
.checkbox.left-aligned > label:before,
.checkbox-inline.left-aligned > label:before,
.radio.left-aligned > label:before,
.radio-inline.left-aligned > label:before,
.tristate.left-aligned > label:before,
.tristate-inline.left-aligned > label:before,
.checkbox.no-label > label:before,
.checkbox-inline.no-label > label:before,
.radio.no-label > label:before,
.radio-inline.no-label > label:before,
.tristate.no-label > label:before,
.tristate-inline.no-label > label:before {
  content: '\00a0';
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.checkbox.no-label,
.checkbox-inline.no-label,
.radio.no-label,
.radio-inline.no-label,
.tristate.no-label,
.tristate-inline.no-label {
  position: relative;
}
.checkbox.no-label > label,
.checkbox-inline.no-label > label,
.radio.no-label > label,
.radio-inline.no-label > label,
.tristate.no-label > label,
.tristate-inline.no-label > label {
  height: 18px;
  margin-right: 0;
  overflow: hidden;
  padding-left: 18px;
  width: 0;
}
.checkbox.no-label input[type="checkbox"],
.checkbox-inline.no-label input[type="checkbox"],
.radio.no-label input[type="checkbox"],
.radio-inline.no-label input[type="checkbox"],
.tristate.no-label input[type="checkbox"],
.tristate-inline.no-label input[type="checkbox"],
.checkbox.no-label input[type="radio"],
.checkbox-inline.no-label input[type="radio"],
.radio.no-label input[type="radio"],
.radio-inline.no-label input[type="radio"],
.tristate.no-label input[type="radio"],
.tristate-inline.no-label input[type="radio"] {
  width: 18px;
  position: absolute;
  margin: 0;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.tristate input[type="checkbox"],
.tristate-inline input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
.tristate input[type="radio"],
.tristate-inline input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 18px;
  height: 18px;
  position: relative;
  left: 18px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.tristate input[type="checkbox"],
.tristate-inline input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
.tristate input[type="radio"],
.tristate-inline input[type="radio"] {
  float: left;
  margin-left: -20px;
  margin-top: -2px;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .checkbox-inline input[type="checkbox"],
.form-inline .radio input[type="checkbox"],
.form-inline .radio-inline input[type="checkbox"],
.form-inline .tristate input[type="checkbox"],
.form-inline .tristate-inline input[type="checkbox"],
.form-inline .checkbox input[type="radio"],
.form-inline .checkbox-inline input[type="radio"],
.form-inline .radio input[type="radio"],
.form-inline .radio-inline input[type="radio"],
.form-inline .tristate input[type="radio"],
.form-inline .tristate-inline input[type="radio"] {
  float: left;
  margin-left: -20px;
  margin-top: -2px;
}
.checkbox input[type='checkbox']:checked + label .checkbox-icon,
.checkbox-inline input[type='checkbox']:checked + label .checkbox-icon,
.radio input[type='checkbox']:checked + label .checkbox-icon,
.radio-inline input[type='checkbox']:checked + label .checkbox-icon,
.checkbox input[type='radio']:checked + label .checkbox-icon,
.checkbox-inline input[type='radio']:checked + label .checkbox-icon,
.radio input[type='radio']:checked + label .checkbox-icon,
.radio-inline input[type='radio']:checked + label .checkbox-icon,
.checkbox input[type='checkbox']:checked + label .radio-icon,
.checkbox-inline input[type='checkbox']:checked + label .radio-icon,
.radio input[type='checkbox']:checked + label .radio-icon,
.radio-inline input[type='checkbox']:checked + label .radio-icon,
.checkbox input[type='radio']:checked + label .radio-icon,
.checkbox-inline input[type='radio']:checked + label .radio-icon,
.radio input[type='radio']:checked + label .radio-icon,
.radio-inline input[type='radio']:checked + label .radio-icon {
  background-position: 0 -54px;
}
.checkbox input[type='checkbox']:not(:checked) + label.checked .checkbox-icon,
.checkbox-inline input[type='checkbox']:not(:checked) + label.checked .checkbox-icon,
.radio input[type='checkbox']:not(:checked) + label.checked .checkbox-icon,
.radio-inline input[type='checkbox']:not(:checked) + label.checked .checkbox-icon,
.checkbox input[type='radio']:not(:checked) + label.checked .checkbox-icon,
.checkbox-inline input[type='radio']:not(:checked) + label.checked .checkbox-icon,
.radio input[type='radio']:not(:checked) + label.checked .checkbox-icon,
.radio-inline input[type='radio']:not(:checked) + label.checked .checkbox-icon,
.checkbox input[type='checkbox']:not(:checked) + label.checked .radio-icon,
.checkbox-inline input[type='checkbox']:not(:checked) + label.checked .radio-icon,
.radio input[type='checkbox']:not(:checked) + label.checked .radio-icon,
.radio-inline input[type='checkbox']:not(:checked) + label.checked .radio-icon,
.checkbox input[type='radio']:not(:checked) + label.checked .radio-icon,
.checkbox-inline input[type='radio']:not(:checked) + label.checked .radio-icon,
.radio input[type='radio']:not(:checked) + label.checked .radio-icon,
.radio-inline input[type='radio']:not(:checked) + label.checked .radio-icon {
  background-position: 0 0;
}
.checkbox input[type='checkbox']:disabled + label .checkbox-icon,
.checkbox-inline input[type='checkbox']:disabled + label .checkbox-icon,
.radio input[type='checkbox']:disabled + label .checkbox-icon,
.radio-inline input[type='checkbox']:disabled + label .checkbox-icon,
.checkbox input[type='radio']:disabled + label .checkbox-icon,
.checkbox-inline input[type='radio']:disabled + label .checkbox-icon,
.radio input[type='radio']:disabled + label .checkbox-icon,
.radio-inline input[type='radio']:disabled + label .checkbox-icon,
.checkbox input[type='checkbox']:disabled + label .radio-icon,
.checkbox-inline input[type='checkbox']:disabled + label .radio-icon,
.radio input[type='checkbox']:disabled + label .radio-icon,
.radio-inline input[type='checkbox']:disabled + label .radio-icon,
.checkbox input[type='radio']:disabled + label .radio-icon,
.checkbox-inline input[type='radio']:disabled + label .radio-icon,
.radio input[type='radio']:disabled + label .radio-icon,
.radio-inline input[type='radio']:disabled + label .radio-icon {
  background-position: 0 -72px;
}
.checkbox input[type='checkbox']:disabled:checked + label .checkbox-icon,
.checkbox-inline input[type='checkbox']:disabled:checked + label .checkbox-icon,
.radio input[type='checkbox']:disabled:checked + label .checkbox-icon,
.radio-inline input[type='checkbox']:disabled:checked + label .checkbox-icon,
.checkbox input[type='radio']:disabled:checked + label .checkbox-icon,
.checkbox-inline input[type='radio']:disabled:checked + label .checkbox-icon,
.radio input[type='radio']:disabled:checked + label .checkbox-icon,
.radio-inline input[type='radio']:disabled:checked + label .checkbox-icon,
.checkbox input[type='checkbox']:disabled:checked + label .radio-icon,
.checkbox-inline input[type='checkbox']:disabled:checked + label .radio-icon,
.radio input[type='checkbox']:disabled:checked + label .radio-icon,
.radio-inline input[type='checkbox']:disabled:checked + label .radio-icon,
.checkbox input[type='radio']:disabled:checked + label .radio-icon,
.checkbox-inline input[type='radio']:disabled:checked + label .radio-icon,
.radio input[type='radio']:disabled:checked + label .radio-icon,
.radio-inline input[type='radio']:disabled:checked + label .radio-icon {
  background-position: 0 -90px;
}
.radio > label .radio-icon,
.radio-inline > label .radio-icon {
  background-image: url('../images/icons/radio.png');
  top: 0;
}
.form-group.image-input .image-display-wrapper {
  float: left;
  display: block;
  border: 6px solid #ffffff;
  width: 196px;
  height: 196px;
  position: relative;
}
.form-group.image-input.invalid .image-display-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/icons/error-icon.png');
  background-position: 100% 1px;
  background-repeat: no-repeat;
  border: 1px solid #c0392b;
}
.form-group.image-input img {
  display: block;
  max-width: 100%;
}
.form-group.image-input .btn-file-choose {
  margin-top: 172px;
  margin-left: 0;
  margin-right: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.form-group.image-input.disabled .btn-file {
  display: none;
}
.form-group.image-input.readonly img {
  display: block;
}
.form-group.image-input.readonly .btn-file {
  display: none;
}
.form-group.image-input.file-exists .btn-file-choose {
  display: none;
}
.spin-box .control-input {
  position: relative;
}
.spinedit {
  display: inline-block;
}
div.spinedit {
  height: 26px;
  width: 36px;
  vertical-align: top;
  position: absolute;
}
.form-search div.spinedit,
.form-horizontal div.spinedit,
.form-inline div.spinedit {
  top: 0;
  right: 0;
}
div.spinedit .icon-chevron-up,
div.spinedit .icon-chevron-down,
div.spinedit .glyphicon-minus,
div.spinedit .glyphicon-plus {
  top: 0;
  left: 0;
  width: 36px;
  height: 11px;
  display: block;
  text-align: center;
  color: #4c4c4c;
  cursor: pointer;
  background-color: #6391e4;
  font-size: 8px;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  font-family: 'FontAwesome';
}
div.spinedit .icon-chevron-up:after,
div.spinedit .icon-chevron-down:after,
div.spinedit .glyphicon-minus:after,
div.spinedit .glyphicon-plus:after {
  display: block;
  content: "\f077";
}
div.spinedit .icon-chevron-up:hover,
div.spinedit .icon-chevron-down:hover,
div.spinedit .glyphicon-minus:hover,
div.spinedit .glyphicon-plus:hover,
div.spinedit .icon-chevron-up:focus,
div.spinedit .icon-chevron-down:focus,
div.spinedit .glyphicon-minus:focus,
div.spinedit .glyphicon-plus:focus {
  color: #ffffff;
}
div.spinedit .icon-chevron-up:active,
div.spinedit .icon-chevron-down:active,
div.spinedit .glyphicon-minus:active,
div.spinedit .glyphicon-plus:active {
  background-color: #0870cf;
}
.disabled div.spinedit .icon-chevron-up,
.disabled div.spinedit .icon-chevron-down,
.disabled div.spinedit .glyphicon-minus,
.disabled div.spinedit .glyphicon-plus {
  background-color: #bdc3c7;
  cursor: not-allowed;
  color: #b2b2b2;
  top: 1px !important;
  height: 10px;
  line-height: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 992px) {
  .disabled div.spinedit .icon-chevron-up,
  .disabled div.spinedit .icon-chevron-down,
  .disabled div.spinedit .glyphicon-minus,
  .disabled div.spinedit .glyphicon-plus {
    top: 1px !important;
    height: 15px;
    line-height: 16px;
  }
}
.disabled div.spinedit .icon-chevron-up:hover,
.disabled div.spinedit .icon-chevron-down:hover,
.disabled div.spinedit .glyphicon-minus:hover,
.disabled div.spinedit .glyphicon-plus:hover,
.disabled div.spinedit .icon-chevron-up:focus,
.disabled div.spinedit .icon-chevron-down:focus,
.disabled div.spinedit .glyphicon-minus:focus,
.disabled div.spinedit .glyphicon-plus:focus,
.disabled div.spinedit .icon-chevron-up:active,
.disabled div.spinedit .icon-chevron-down:active,
.disabled div.spinedit .glyphicon-minus:active,
.disabled div.spinedit .glyphicon-plus:active {
  color: #b2b2b2;
  background-color: #bdc3c7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 992px) {
  div.spinedit .icon-chevron-up,
  div.spinedit .icon-chevron-down,
  div.spinedit .glyphicon-minus,
  div.spinedit .glyphicon-plus {
    height: 15px;
    line-height: 14px;
    top: 1px !important;
  }
}
div.spinedit .glyphicon.glyphicon-minus,
div.spinedit .glyphicon.glyphicon-plus {
  top: 0;
  left: 0;
  width: 100%;
}
div.spinedit .glyphicon.glyphicon-minus:before,
div.spinedit .glyphicon.glyphicon-plus:before {
  content: '';
  display: none;
}
div.spinedit .icon-chevron-down:after,
div.spinedit .glyphicon-minus:after {
  content: "\f078";
}
input[type="text"].spinedit {
  width: 100%;
  padding-right: 40px;
  text-align: right;
}
.invalid input[type="text"].spinedit {
  padding-right: 62px;
  background-position: right 36px top 1px;
}
@media only screen and (max-width: 992px) {
  div.invalid .spinedit .icon-chevron-up,
  div.invalid .spinedit .icon-chevron-down,
  div.invalid .spinedit .glyphicon-minus,
  div.invalid .spinedit .glyphicon-plus {
    height: 12px;
    line-height: 12px;
  }
}
.color .color-drop {
  display: block;
  width: 30px;
  height: 100%;
  text-align: center;
  position: absolute;
  z-index: 4;
  right: 30px;
  cursor: pointer;
  background-color: #6391e4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.color .color-drop:after {
  content: "\f078";
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 23px;
  color: #191919;
}
@media only screen and (max-width: 992px) {
  .color .color-drop:after {
    line-height: 32px;
  }
}
.color .color-drop:hover:after,
.color .color-drop:active:after {
  color: #ffffff;
}
.color .color-drop:active {
  background-color: #0870cf;
}
.color .add-on {
  height: 100%;
  width: 30px;
  line-height: normal;
  margin: 0;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 4;
}
.color .add-on .color-picker,
.color .add-on .simpleColorContainer {
  width: 100%;
  height: 100%;
  display: block;
}
.simpleDefaultColor {
  width: 20px;
  height: 20px;
  float: left;
}
.simpleDefaultColor + p {
  padding-left: 25px;
  line-height: 20px;
  text-align: left;
}
.currency.form-group .add-on {
  text-align: left;
  padding-left: 10px;
}
.currency.form-group .add-on.select {
  padding-left: 0;
  height: 100%;
  margin: 0;
  top: 0;
  border: 0;
  line-height: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #6391e4;
}
.currency.form-group .add-on.select:hover {
  background-color: #0870cf;
}
.currency.form-group .add-on.select select {
  height: 100%;
  color: #ffffff;
}
.currency.form-group .add-on.select select:hover,
.currency.form-group .add-on.select select:focus,
.currency.form-group .add-on.select select:active {
  background-color: #0870cf;
}
.currency.form-group .add-on.select select option {
  background-color: #ffffff;
}
.currency.form-group.disabled .add-on.select {
  background-color: #bdc3c7;
  cursor: not-allowed;
}
.currency.form-group.disabled .add-on.select:before {
  color: #333333;
}
.currency.form-group.disabled .add-on.select select {
  cursor: not-allowed;
}
.currency.form-group.disabled .add-on.select select:hover,
.currency.form-group.disabled .add-on.select select:focus,
.currency.form-group.disabled .add-on.select select:active {
  background-color: #bdc3c7;
}
.currency.form-group.disabled .add-on.select:hover,
.currency.form-group.disabled .add-on.select:focus,
.currency.form-group.disabled .add-on.select:active {
  background-color: #bdc3c7;
}
.currency.error-hover .control-input .error-message {
  right: 70px;
}
.currency.error-hover .select:before {
  right: 0;
}
.currency.error-hover .select:after {
  content: '';
  display: none;
}
.currency.error-hover .select select {
  padding-right: 30px;
}
.advanced-listbox select {
  visibility: hidden;
}
.advanced-listbox select[disabled] + .bootstrap-select .bs-searchbox input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}
.advanced-listbox select[disabled] + .bootstrap-select .inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.advanced-listbox .bootstrap-select {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.advanced-listbox .bootstrap-select .bs-searchbox {
  padding: 0;
  position: relative;
}
.advanced-listbox .bootstrap-select .bs-searchbox input {
  border: none;
  border-bottom: 1px solid #b2b2b2;
}
.advanced-listbox .bootstrap-select .bs-searchbox .glyphicon {
  position: absolute;
  top: 6px;
  right: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.advanced-listbox .bootstrap-select .bs-searchbox .glyphicon.glyphicon-close {
  cursor: pointer;
}
.advanced-listbox .bootstrap-select .dropdown-menu {
  display: block;
  position: static;
  width: 300px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.advanced-listbox .bootstrap-select .dropdown-menu .inner {
  padding: 6px 0px;
  height: 162px;
  overflow-y: auto;
  border-top: none;
}
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li {
  padding: 0;
}
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li a {
  margin: 0;
  padding: 2px 5px;
  font-weight: normal;
}
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li a:focus,
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li a:hover,
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li a:active,
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li a:checked {
  background-color: #6391e4;
  background-image: none;
  filter: none;
}
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li.selected a {
  background-color: #0870cf;
  background-image: none;
  filter: none;
}
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li.disabled.selected a,
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li.disabled.active a {
  background-image: none;
  background-color: transparent;
  color: #999999;
}
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li.disabled.selected a:hover,
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li.disabled.active a:hover,
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li.disabled.selected a:focus,
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li.disabled.active a:focus {
  background-image: none;
  background-color: transparent;
}
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li.disabled a:hover,
.advanced-listbox .bootstrap-select .dropdown-menu .inner > li.disabled a:focus {
  background-image: none;
  background-color: transparent;
}
.invalid.advanced-listbox .bootstrap-select .dropdown-menu.open {
  border: 1px solid #c0392b;
}
.invalid.advanced-listbox .bootstrap-select .dropdown-menu .bs-searchbox .glyphicon {
  padding-right: 10px;
}
.advanced-listbox .bootstrap-select .btn.selectpicker {
  display: none;
}
.advanced-listbox .bootstrap-select.btn-group:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.advanced-listbox .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected span.check-mark {
  margin-top: 0;
}
.advanced-select .bootstrap-select {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.advanced-select .bootstrap-select.btn-group button {
  background-image: none;
  background-color: transparent;
  color: inherit;
  padding: 0;
}
.advanced-select .bootstrap-select.btn-group button .filter-option {
  height: 100%;
  line-height: 20px;
  padding: 2px 10px;
  -webkit-box-shadow: inset 0px 0px 2px rgba(120, 120, 120, 0.35);
  box-shadow: inset 0px 0px 2px rgba(120, 120, 120, 0.35);
}
.advanced-select .bootstrap-select.btn-group button .caret {
  border: none;
  background-color: #7d9db6;
  top: 2px;
  right: 0;
  width: 30px;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.advanced-select .bootstrap-select.btn-group button .caret:after {
  content: "\e80A";
  font-family: 'CausewayGlyphicons';
  font-style: normal;
  font-size: 6px;
  font-size: 0.6rem;
  line-height: 24px;
  color: #191919;
}
.advanced-select .bootstrap-select.btn-group button .caret:hover:after,
.advanced-select .bootstrap-select.btn-group button .caret:active:after {
  color: #ffffff;
}
.advanced-select .bootstrap-select .dropdown-menu.open {
  top: 0;
  left: 0;
  bottom: auto;
}
.advanced-select .bootstrap-select .dropdown-menu.open .bs-searchbox {
  padding: 0;
}
.select-shuttle {
  margin-top: 4px;
}
.select-shuttle .info-container {
  display: none;
}
.select-shuttle option {
  padding: 7px 10px;
}
.select-shuttle .bootstrap-duallistbox-container select {
  overflow-y: auto;
  *padding: 10px;
}
.select-shuttle .bootstrap-duallistbox-container .box1,
.select-shuttle .bootstrap-duallistbox-container .box2 {
  position: relative;
}
.select-shuttle .bootstrap-duallistbox-container .buttons {
  width: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 30px;
}
.select-shuttle .bootstrap-duallistbox-container .buttons .btn {
  width: 30px;
  height: 30px;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  color: #b2b2b2;
}
.select-shuttle .bootstrap-duallistbox-container .buttons .btn-default,
.select-shuttle .bootstrap-duallistbox-container .buttons .btn-filter.selected {
  background-image: none;
  filter: none;
  -ms-filter: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.select-shuttle .bootstrap-duallistbox-container .box1 .buttons {
  right: -15px;
  margin-top: -30px;
}
.select-shuttle .bootstrap-duallistbox-container .box2 .buttons {
  left: -15px;
  margin-top: 30px;
}
.select-shuttle .bootstrap-duallistbox-container .filter {
  margin-bottom: 0;
  height: 44px;
  border: 7px solid #e5e7e9;
}
.select-shuttle .bootstrap-duallistbox-container .glyphicon {
  font-family: 'CausewayGlyphicons';
}
.select-shuttle .bootstrap-duallistbox-container .glyphicon-arrow-right:before {
  content: "\e802";
}
.select-shuttle .bootstrap-duallistbox-container .glyphicon-arrow-right + .glyphicon-arrow-right {
  display: none;
}
.select-shuttle .bootstrap-duallistbox-container .glyphicon-arrow-right:only-child:before {
  content: "\e801";
}
.select-shuttle .bootstrap-duallistbox-container .glyphicon-arrow-left:before {
  content: "\e803";
}
.select-shuttle .bootstrap-duallistbox-container .glyphicon-arrow-left + .glyphicon-arrow-left {
  display: none;
}
.select-shuttle .bootstrap-duallistbox-container .glyphicon-arrow-left:only-child:before {
  content: "\e800";
}
/*!
 * Datepicker for Bootstrap
 *
 */
.datepicker {
  padding: 0;
  z-index: 10000 !important;
}
.datepicker.dropdown-menu {
  border-radius: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
  border-color: #333333;
}
.datepicker .table-condensed thead tr:first-child th:hover,
.datepicker .table-condensed tfoot tr th:hover {
  background-color: #e5e7e9;
  color: #333333;
}
.datepicker .table-condensed thead tr:first-child th.disabled,
.datepicker .table-condensed tfoot tr th.disabled {
  cursor: not-allowed;
}
.datepicker .table-condensed thead tr:first-child th.disabled .glyphicon,
.datepicker .table-condensed tfoot tr th.disabled .glyphicon {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.datepicker .table-condensed thead tr:first-child th.disabled:hover,
.datepicker .table-condensed tfoot tr th.disabled:hover {
  background-color: #333333;
}
.datepicker .table-condensed th {
  background-color: #333333;
  border-radius: 0;
  color: #ffffff;
  width: 39px;
  height: 28px;
}
.datepicker .table-condensed th.dow {
  background-color: #e5e7e9;
  color: #333333;
  font-weight: normal;
}
.datepicker .table-condensed th:hover {
  color: #333333;
}
.datepicker .table-condensed td {
  border-radius: 0;
  width: 39px;
  height: 33px;
}
.datepicker .table-condensed td.active,
.datepicker .table-condensed td.active.active,
.datepicker .table-condensed td.active.active:hover,
.datepicker .table-condensed td.active:active,
.datepicker .table-condensed td.active:focus,
.datepicker .table-condensed td.active:hover,
.datepicker .table-condensed td.active:hover:active,
.datepicker .table-condensed td.active:hover:focus,
.datepicker .table-condensed td.active:hover:hover,
.datepicker .table-condensed td.range,
.datepicker .table-condensed td.range:hover,
.datepicker .table-condensed td.selected,
.datepicker .table-condensed td.selected:hover {
  background-color: #7aa1e8;
  color: #ffffff;
}
.datepicker .table-condensed td.active.disabled.active,
.datepicker .table-condensed td.active.disabled.active:hover,
.datepicker .table-condensed td.active.disabled:active,
.datepicker .table-condensed td.active.disabled:focus,
.datepicker .table-condensed td.active.disabled:hover,
.datepicker .table-condensed td.active.disabled:hover:active,
.datepicker .table-condensed td.active.disabled:hover:focus,
.datepicker .table-condensed td.active.disabled:hover:hover,
.datepicker .table-condensed td.disabled,
.datepicker .table-condensed td.disabled:hover,
.datepicker .table-condensed td.range.disabled,
.datepicker .table-condensed td.range.disabled:hover,
.datepicker .table-condensed td.selected.disabled,
.datepicker .table-condensed td.selected.disabled:hover {
  background-color: #cccccc;
  color: #ffffff;
}
.datepicker .table-condensed .prev,
.datepicker .table-condensed .next {
  font-family: 'FontAwesome';
  position: relative;
  text-indent: -9999px;
}
.datepicker .table-condensed .prev:after,
.datepicker .table-condensed .next:after {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
  display: block;
  text-indent: 0;
}
.datepicker .table-condensed .prev:after {
  content: "\f053";
}
.datepicker table tr td.today {
  background-color: #e0e9fa;
  border-color: #e0e9fa;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focused,
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  background-color: #e0e9fa;
  border-color: #e0e9fa;
}
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today:focus:focus,
.datepicker table tr td.today.focused:focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:focus:hover,
.datepicker table tr td.today.focused:hover,
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover {
  background-color: #e0e9fa;
  border-color: #e0e9fa;
}
.datepicker table tr td span {
  border-radius: 0;
}
.datepicker table tr td span.focused,
.datepicker table tr td span.active {
  background-color: #e0e9fa;
}
.datepicker table tr td span.focused.active,
.datepicker table tr td span.active.active {
  background-color: #7aa1e8;
  border-color: #7aa1e8;
}
.datepicker table tr td span.focused.active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.focused.active:focus,
.datepicker table tr td span.active.active:focus {
  background-color: #7aa1e8;
  border-color: #7aa1e8;
}
.datepicker table tr td.range.today {
  background-color: #7aa1e8;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:focus {
  background-color: #7aa1e8;
}
.datepicker-dropdown:before,
.datepicker-dropdown:after {
  border-bottom-color: #333333;
}
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
  border-top-color: #333333;
}
.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after {
  border-bottom-color: #333333;
}
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
  background-color: #7aa1e8;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .datepicker .table-condensed thead th {
    height: 44px;
  }
  .datepicker .table-condensed td {
    height: 44px;
  }
  .datepicker .table-condensed .prev:after,
  .datepicker .table-condensed .next:after {
    line-height: 44px;
  }
  .datepicker-dropdown.datepicker-orient-top {
    display: none;
  }
  .datepicker-dropdown.datepicker-orient-top:after {
    content: '';
    display: none;
  }
  .next:after,
  .prev:after {
    line-height: 44px;
  }
}
/*!
 * Timepicker for Bootstrap
 *
 */
.timepicker {
  padding: 0;
}
.bootstrap-timepicker-widget.dropdown-menu {
  border: 1px solid #333333;
  z-index: 4040!important;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom-color: #333333;
  border-top: 0;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:after,
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:before {
  border-top-color: #333333;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:before {
  border-bottom-color: #333333;
}
.bootstrap-timepicker-widget.dropdown-menu table td {
  padding: 0;
}
.bootstrap-timepicker-widget.dropdown-menu input[type="text"] {
  border-radius: 0;
  color: #4c4c4c;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 6px;
  width: 35px;
}
.table-wrapper {
  margin-bottom: 17px;
}
.table-wrapper:last-child {
  margin-bottom: 0;
}
.table-wrapper.table-m {
  width: 50%;
}
.table-wrapper.table-sm {
  width: 30%;
}
.table-wrapper .table-content {
  overflow: auto;
}
.table-wrapper.edge-2-edge {
  margin-left: -18px;
  margin-right: -18px;
}
form > .table-wrapper.edge-2-edge {
  margin-left: -38px;
  margin-right: -38px;
}
.table-wrapper.edge-2-edge .table-toolbar {
  margin-left: 18px;
  margin-right: 18px;
}
form > .table-wrapper.edge-2-edge .table-toolbar {
  margin-left: 38px;
  margin-right: 38px;
}
.table-wrapper.edge-2-edge .table-toolbar .toolbar-filter {
  margin-left: -18px;
  margin-right: -18px;
}
form > .table-wrapper.edge-2-edge .table-toolbar .toolbar-filter {
  margin-left: -38px;
  margin-right: -38px;
}
table,
.table {
  min-width: 100%;
  margin-bottom: 0;
}
table td,
.table td {
  word-wrap: break-word;
}
table th,
.table th {
  white-space: nowrap;
}
table th .form-group.no-label label,
.table th .form-group.no-label label {
  float: left;
}
table tbody .form-inline .form-group,
.table tbody .form-inline .form-group {
  width: 100%;
}
table tbody form,
.table tbody form {
  padding: 0;
  margin: 0;
}
table tbody .form-group:only-child,
.table tbody .form-group:only-child {
  margin: 0;
}
table tbody .form-group.no-label .form-control,
.table tbody .form-group.no-label .form-control {
  width: 100%;
}
table tbody .form-group.formatted-telephone label,
.table tbody .form-group.formatted-telephone label {
  width: 20%;
}
table tbody .form-group.formatted-telephone .formatted-telephone-country,
.table tbody .form-group.formatted-telephone .formatted-telephone-country {
  width: 53px;
}
table tbody .form-group.formatted-telephone .formatted-telephone-area,
.table tbody .form-group.formatted-telephone .formatted-telephone-area {
  width: 63px;
}
table tbody .form-group.formatted-telephone .formatted-telephone-number,
.table tbody .form-group.formatted-telephone .formatted-telephone-number {
  width: 140px;
}
table tbody .form-group.left-aligned label,
.table tbody .form-group.left-aligned label,
table tbody .form-group.checkbox label,
.table tbody .form-group.checkbox label,
table tbody .form-group.radio label,
.table tbody .form-group.radio label,
table tbody .form-group.tristate label,
.table tbody .form-group.tristate label {
  width: auto;
}
table tbody .form-group.checkbox input[type='checkbox'],
.table tbody .form-group.checkbox input[type='checkbox'],
table tbody .form-group.radio input[type='checkbox'],
.table tbody .form-group.radio input[type='checkbox'],
table tbody .form-group.tristate input[type='checkbox'],
.table tbody .form-group.tristate input[type='checkbox'],
table tbody .form-group.checkbox input[type='radio'],
.table tbody .form-group.checkbox input[type='radio'],
table tbody .form-group.radio input[type='radio'],
.table tbody .form-group.radio input[type='radio'],
table tbody .form-group.tristate input[type='radio'],
.table tbody .form-group.tristate input[type='radio'] {
  width: 18px;
}
.table-handles {
  text-align: center;
}
.table-handles a {
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #999999;
  vertical-align: middle;
}
.table-handles a.table-notification {
  background-color: #6391e4;
}
.table-handles a.table-notification-alert {
  background-color: #c0392b;
}
.table {
  border-collapse: collapse;
  border-spacing: 1px;
}
.table .filter .form-control {
  width: 100%;
}
.table .filter .form-control.bootstrap-select {
  min-width: 100%;
}
.table .filter .checkbox .form-control,
.table .filter .radio .form-control {
  width: auto;
}
.table .filter .form-group {
  margin: 0;
  width: 100%;
}
.table .filter .form-inline {
  padding: 2px 0 2px 10px;
}
.table .filter .form-inline .form-group {
  width: auto;
  vertical-align: middle;
}
.table .filter .form-inline.form-row .btn {
  margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 0 solid #ffffff;
  border-top: 1px solid #e0e9fa;
  border-right: 1px solid #e0e9fa;
  padding: 0 8px;
  vertical-align: middle;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  border-left: 1px solid #e0e9fa;
}
.table > thead > tr > th.handle,
.table > tbody > tr > th.handle,
.table > tfoot > tr > th.handle,
.table > thead > tr > td.handle,
.table > tbody > tr > td.handle,
.table > tfoot > tr > td.handle {
  padding: 0;
  width: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  border-right: 1px solid #e0e9fa;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child {
  border-left: 1px solid #e0e9fa;
}
.table > thead > tr > th.handle,
.table > tbody > tr > th.handle,
.table > tfoot > tr > th.handle {
  background-color: #e0e9fa;
}
.table.remove-vertical-line > thead > tr > th,
.table.remove-vertical-line > tbody > tr > th,
.table.remove-vertical-line > tfoot > tr > th,
.table.remove-vertical-line > thead > tr > td,
.table.remove-vertical-line > tbody > tr > td,
.table.remove-vertical-line > tfoot > tr > td {
  border-right: none;
}
.table > thead > tr > td,
.table > thead > tr > th {
  background-color: #e0e9fa;
  color: #333333;
}
.table > thead > tr > th {
  vertical-align: middle;
}
.table > thead > tr > th > span {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  margin-right: -50px;
  padding-right: 50px;
}
.table > thead > tr > th > span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.table > thead > tr.filter > th,
.table > thead > tr.filter > td {
  padding: 2px;
  vertical-align: middle;
}
.table > thead > tr.filter > th.handle,
.table > thead > tr.filter > td.handle {
  border-right: 1px solid #e0e9fa;
}
.table thead td,
.table tbody td,
.table thead th,
.table tbody th {
  height: 26px;
}
.table tfoot td {
  border-spacing: 0;
  background-color: #e0e9fa;
  color: #333333;
  font-size: 11px;
  font-size: 1.1rem;
  height: 31px;
}
.table > tbody > tr > th.handle,
.table > tbody > tr > td.handle {
  border-right: 1px solid #e0e9fa;
}
.table .sorting {
  background-image: url('../images/icons/table-sort.png');
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 10px 0;
  content: "";
  width: 22px;
  height: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.table .sorting-desc,
.table .tablesorter-headerDesc .sorting {
  background-position: 10px -40px;
}
.table .sorting-desc-disabled {
  background-position: 10px -48px;
  cursor: not-allowed;
}
.table .sorting-desc-disabled-asc {
  background-position: 10px -56px;
}
.table .sorting-asc,
.table .tablesorter-headerAsc .sorting {
  background-position: 10px -16px;
}
.table .sorting-asc-disabled {
  background-position: 10px -24px;
  cursor: not-allowed;
}
.table .sorting-asc-disabled-desc {
  background-position: 10px -32px;
}
.table .sorting-disabled {
  background-image: none;
}
.table .tablesorter-headerUnSorted .sorting {
  background-position: 10px 0;
}
.table-footer {
  background-color: #e0e9fa;
  color: #333333;
  font-size: 11px;
  font-size: 1.1rem;
  min-height: 30px;
  padding: 4px 8px;
  border-right: 1px solid #e0e9fa;
  border-left: 1px solid #e0e9fa;
}
.table-footer:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}
.table-footer .pagination {
  padding-left: 4px;
  padding-right: 4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.table-footer .pagination-page-view {
  padding-left: 4px;
  padding-right: 4px;
  height: 22px;
}
.table-footer .pagination-page-view .control-label {
  line-height: 22px;
  width: auto;
  padding-top: 0;
  margin-bottom: 0;
}
.table-footer .pagination-page-view .form-group {
  width: auto;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
}
.table-footer .pagination-page-view .form-group .control-label {
  text-align: left;
  padding: 0;
}
.table-footer .pagination-page-view .form-group .control-input {
  width: auto;
}
.table-footer .pagination-page-view .form-group .form-control {
  height: 22px;
}
.table-toolbar {
  margin-bottom: 1px;
}
.table-toolbar .btn-text {
  height: 24px;
  margin-bottom: 5px;
  padding: 6px 30px;
  line-height: 1;
}
.table-toolbar .toolbar-filter {
  display: none;
  padding: 10px;
  background-color: #eff4fc;
  border: 1px solid #e5e7e9;
}
.table-toolbar .toolbar-filter > form {
  margin: 0;
  padding: 0;
}
.table-toolbar .toolbar-filter .form-row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.table-toolbar .toolbar-filter .form-group {
  margin-bottom: 0;
  vertical-align: middle;
}
.table-toolbar .toolbar-filter .form-group + .form-group {
  margin-bottom: 0;
}
.table-toolbar .toolbar-filter .form-group.pull-right:last-child {
  margin-right: 8px;
}
.table-toolbar .toolbar-filter .form-group.pull-right .btn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .table-toolbar .toolbar-filter .form-group .control-input {
    margin-bottom: 10px;
  }
}
.table-toolbar > .form-group,
.table-toolbar > .btn {
  margin-bottom: 5px;
}
.table-toolbar:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.btn-filter {
  padding: 6px 30px 7px 30px;
  line-height: 1;
  margin-bottom: 5px;
}
.btn-filter.selected {
  padding: 6px 30px 7px 30px;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .btn-filter.selected {
    color: #333333;
  }
}
tr.filter {
  display: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eff4fc;
}
.has-table-group tr:first-child th {
  border-right: 1px solid #ffffff;
  background-color: #b4c5d4;
  text-align: center;
}
.has-table-group tr:first-child th:last-child {
  border-right: 1px solid #b4c5d4;
}
@media only screen and (max-width: 992px) {
  .table-toolbar {
    text-align: right;
  }
  .table-toolbar .btn-filter {
    font-family: FontAwesome;
    margin-right: 20px;
    text-indent: -99999px;
    position: relative;
    padding: 0;
  }
  .table-toolbar .btn-filter:before {
    content: "\f0b0";
    position: absolute;
    left: 0;
    text-indent: 0;
    font-size: 20px;
  }
  .table-toolbar .btn-filter:hover,
  .table-toolbar .btn-filter:active {
    color: #6391e4;
  }
  .table-toolbar .btn-filter .selected {
    color: #333333 !important;
  }
  .table-content {
    overflow-x: auto;
  }
  .table-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
  .table-wrapper.edge-2-edge {
    margin-right: -20px;
    margin-left: -20px;
  }
  form .table-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .table > thead > tr > th,
  table > thead > tr > th {
    height: 44px;
    background-color: #e0e9fa;
  }
  .table > thead > tr > th:first-child,
  table > thead > tr > th:first-child,
  .table > thead > tr > th.handle + td,
  table > thead > tr > th.handle + td {
    border-right-width: 2px;
  }
  .table tr:last-child td,
  table tr:last-child td {
    border-bottom: none;
  }
  .table thead td,
  table thead td,
  .table tbody td,
  table tbody td,
  .table thead th,
  table thead th,
  .table tbody th,
  table tbody th {
    height: 36px;
  }
  .table tbody .form-group.formatted-telephone label,
  table tbody .form-group.formatted-telephone label {
    width: 100%;
  }
  .table tbody td.fTHLC-left-col,
  table tbody td.fTHLC-left-col {
    display: flex;
    align-items: center;
  }
  .table thead .fTHLC-head-row,
  table thead .fTHLC-head-row {
    display: flex;
    align-items: center;
    padding-left: 9px;
  }
  .table-filter-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
  }
  .table-filter-list li {
    border-bottom: 1px solid #b4c5d4;
  }
  .table-filter-list li.applied {
    border-bottom-color: #6391e4;
    background-color: #eef4fd;
  }
  .table-filter-list button {
    margin: 0;
    width: 50%;
    height: 44px;
  }
  .table-filter-list button.btn-default {
    background-color: #b4c5d4;
  }
  .table-filter-list p {
    padding: 10px 10px 0 10px;
    font-weight: bold;
    margin: 0;
  }
  .table-filter-list .form-group {
    margin-bottom: 0;
  }
  .table-filter-list .form-group input {
    border-bottom: 0 none;
    background-color: transparent;
  }
  .fTHLC-outer-wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    border: 1px solid #e5e7e9;
  }
  .fTHLC-inner-wrapper {
    direction: rtl;
    border-left: 1px solid #e5e7e9;
  }
  .fTHLC-inner-wrapper table,
  .fTHLC-inner-wrapper .table {
    direction: ltr;
  }
  .MobScroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  /* Track */
  .MobScroll::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .MobScroll::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  .MobScroll::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  /* Handle */
  .MobScroll::-webkit-scrollbar-thumb {
    background-color: #6391e4;
  }
  .table-footer .pagination {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.page .nav-tabs {
  margin-bottom: 0;
}
.nav-tabs {
  border-bottom: 1px solid #cccccc;
}
.nav-tabs > li {
  position: relative;
}
.nav-tabs > li > a {
  border-radius: 0;
  display: block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 3px;
  padding: 0 20px;
  vertical-align: middle;
  background-color: #e5e7e9;
  border: 1px solid #cccccc;
  color: #333333;
}
.nav-tabs > li > a:hover {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
}
.nav-tabs > li > a:focus {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
}
.nav-tabs > li.active > a,
.nav-tabs > li.open > a,
.nav-tabs > li.active > a:link,
.nav-tabs > li.open > a:link,
.nav-tabs > li.active > a:visited,
.nav-tabs > li.open > a:visited,
.nav-tabs > li.active > a:active,
.nav-tabs > li.open > a:active {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-bottom-color: #ffffff;
  color: #333333;
}
.nav-tabs > li.disabled > a,
.nav-tabs > li.disabled > a:link,
.nav-tabs > li.disabled > a:visited,
.nav-tabs > li.disabled > a:hover,
.nav-tabs > li.disabled > a:active,
.nav-tabs > li.disabled > a:focus {
  background-color: #e5e7e9;
  border: 1px solid #cccccc;
  color: #ffffff;
}
.tab-pane {
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none;
}
.tooltip-inner {
  background-color: #dee6ed;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #ffffff;
  color: #333333;
  padding: 2px 4px;
  min-width: 100px;
  max-width: 300px;
  font-weight: normal;
  white-space: normal;
  -webkit-box-shadow: 2px 2px 5px rgba(120, 120, 120, 0.4);
  box-shadow: 2px 2px 5px rgba(120, 120, 120, 0.4);
}
.tooltip-arrow {
  display: none;
}
.tooltip {
  position: fixed;
  min-width: 100px;
  max-width: 300px;
  white-space: normal;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.tooltip.bottom {
  margin-top: 12px;
  padding: 0;
}
.navigation-pane-left .tooltip {
  position: absolute;
  z-index: 1111111;
}
.modal {
  top: 100px;
  margin: 0 auto;
  color: #999999;
  z-index: 4060;
}
.modal .modal-dialog {
  width: 400px;
  z-index: 3000;
}
.modal .modal-header {
  background: #ebebeb;
  color: #333333;
  height: 28px;
  padding: 6px 13px;
}
.modal .modal-header h4 {
  padding: 0;
  margin: 0;
  color: #4c4c4c;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}
.modal .modal-footer {
  background-color: #ffffff;
  margin-top: 0;
  padding: 10px;
  text-align: right;
  border-top: 1px solid #ebebeb;
}
.modal .modal-footer a,
.modal .modal-footer a:link,
.modal .modal-footer a:hover,
.modal .modal-footer a:active,
.modal .modal-footer a:visited {
  text-decoration: underline;
  color: #333333;
  font-weight: bold;
  padding-right: 30px;
}
.modal .modal-footer .btn-dropdown .dropdown-menu {
  position: fixed;
  top: auto;
  min-width: auto;
  left: auto;
  margin-top: 20px;
}
.modal .modal-body {
  padding: 40px;
  color: #333333;
}
.modal .modal-content {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal.lightbox {
  text-align: center;
  z-index: 4040;
}
.modal.lightbox .modal-dialog {
  width: auto;
  height: 100%;
  max-width: 96%;
  max-height: 90%;
  min-width: 400px;
  display: inline-block;
  text-align: left;
  padding: 0;
  left: 0;
  position: relative;
  top: 10px;
  margin: 0;
}
.modal.lightbox .modal-content {
  height: auto;
  max-height: 100%;
  overflow: hidden;
  padding: 60px 0;
  border-radius: 0;
}
.modal.lightbox .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: none;
  height: auto;
}
.modal.lightbox .modal-header h4 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Roboto Light", Helvetica Neue, Helvetica, Arial;
}
.modal.lightbox .modal-header .close {
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 0;
}
.modal.lightbox .modal-body {
  padding: 0 25px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.modal.lightbox .modal-body .form-horizontal {
  width: 100%;
  min-width: 600px;
  margin: 0;
}
.modal.lightbox .modal-body .form-horizontal.form-two-columns {
  min-width: 960px;
}
.modal.lightbox .scroll-element.scroll-x {
  display: none !important;
}
.modal.lightbox .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.lightbox-modal .modal-backdrop {
  z-index: 4030;
}
.lightbox-modal .modal-backdrop + .modal-backdrop {
  z-index: 4050;
}
.errorBlock,
.error-hover .tooltip-inner {
  padding: 8px 9px 10px 9px;
  border: 1px solid #cc6666;
  background-color: #ffcccc;
  font-weight: bold;
  color: #aa3333;
  background-image: none;
}
.errorBlock ul,
.error-hover .tooltip-inner ul {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.control-input .error-message {
  display: none;
}
.error-hover {
  position: relative;
}
.error-hover .control-input {
  position: relative;
}
.error-hover .control-input.select .error-message {
  z-index: 1;
}
.error-hover .error-message {
  overflow: hidden;
  display: block;
  width: 20px;
  height: 100%;
  max-height: 26px;
  position: absolute;
  top: 22px;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #ff0000;
}
.error-hover .select .error-message,
.error-hover .checkbox .error-message,
.error-hover .radio .error-message,
.error-hover .checkbox-input-group .error-message,
.error-hover .radio-input-group .error-message {
  top: 0;
  z-index: 1;
}
.error-hover .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
}
.error-hover .tooltip .tooltip-inner {
  padding: 8px 9px;
}
.tree-view {
  min-height: 20px;
  padding: 0;
  margin-bottom: 20px;
  color: #ffffff;
}
.navigation-content > .tree-view {
  margin-right: -12px;
  padding-right: 2px;
}
.tree-view li {
  list-style-type: none;
  margin: 0;
  position: relative;
  min-height: 24px;
  line-height: 24px;
  font-weight: normal;
  width: 100%;
  padding-left: 16px;
}
.tree-view li:first-child:before {
  top: -4px;
  bottom: -6px;
}
.tree-view li:only-child:before {
  bottom: 12px;
}
.tree-view li:last-child:before {
  bottom: 12px;
}
.tree-view li:before,
.tree-view li:after {
  content: '';
  position: absolute;
  right: auto;
}
.tree-view li:before {
  border-left: 1px dotted #ffffff;
  top: 7px;
  height: auto;
  bottom: -6px;
  left: 4px;
  width: 1px;
}
.tree-view li:after {
  border-top: 1px dotted #ffffff;
  height: 20px;
  top: 11px;
  width: 10px;
  left: 4px;
}
.tree-view li.active > a,
.tree-view li.active .leaf-content {
  background-color: #6391e4;
  font-weight: bold;
  color: #ffffff;
}
.tree-view li.active > a:hover,
.tree-view li.active .leaf-content:hover {
  font-weight: bold;
}
.tree-view li.disabled > a,
.tree-view li.disabled .leaf-content {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.4);
}
.tree-view li.disabled > a:hover,
.tree-view li.disabled .leaf-content:hover {
  background-color: transparent;
}
.tree-view li.disabled:after {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.tree-view li.disabled:only-child:before {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.tree-view li > a,
.tree-view li .leaf-content {
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  min-height: 24px;
  line-height: 24px;
  width: 100%;
  padding-left: 4px;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.tree-view li > a:hover,
.tree-view li .leaf-content:hover {
  font-weight: inherit;
  background-color: #6391e4;
}
.tree-view li > a .text,
.tree-view li .leaf-content .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-right: 60px;
  margin-right: -60px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.tree-view li > a .glyphicon,
.tree-view li .leaf-content .glyphicon {
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  top: 2px;
  margin-left: 10px;
}
.tree-view li > a .glyphicon.glyphicon-remove-circle,
.tree-view li .leaf-content .glyphicon.glyphicon-remove-circle {
  color: #c0392b;
}
.tree-view li > a .impend,
.tree-view li .leaf-content .impend {
  float: left;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 16px;
  display: inline-block;
  border: 2px solid #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 9px;
  font-size: 0.9rem;
}
.tree-view li > span {
  display: inline-block;
  height: 9px;
  width: 16px;
  top: -1px;
  font-size: 9px;
  font-size: 0.9rem;
  margin-left: -16px;
  margin-right: -4px;
  vertical-align: top;
  margin-top: 8px;
}
.tree-view li > span.active-node {
  color: #7aa1e8;
}
.tree-view li.parent_li {
  font-weight: bold;
}
.tree-view li.parent_li > a,
.tree-view li.parent_li .leaf-content {
  font-weight: bold;
}
.tree-view li.parent_li > span {
  cursor: pointer;
}
.tree-view li.parent_li:before {
  top: 17px;
  bottom: -6px;
}
.tree-view li.parent_li:after {
  left: 9px;
  width: 6px;
}
.tree-view li.parent_li:first-child:before {
  top: 17px;
}
.tree-view li.parent_li:first-child > span:after {
  content: '';
  border-left: 1px dotted #ffffff;
  position: absolute;
  top: -12px;
  left: 4px;
  bottom: 10px;
}
.tree-view li.parent_li:last-child:before {
  content: '';
  display: none;
}
.tree-view ul {
  padding-left: 5px;
}
.tree-view > ul {
  padding-left: 0;
}
.tree-view > ul > li:first-child:before {
  top: 13px;
}
.tree-view > ul > li.parent_li:first-child > span:after {
  content: '';
  display: none;
}
.tree-view > ul > li ul {
  display: none;
}
.tree-view[data-extend-click="true"] li.parent_li > a:hover,
.tree-view[data-extend-click="true"] li.parent_li .leaf-content:hover {
  background: inherit;
}
.tree-view.white-theme {
  color: #333333;
}
.tree-view.white-theme li:before,
.tree-view.white-theme li:after {
  border-color: #333333;
}
.tree-view.white-theme li.parent_li:first-child > span:after {
  border-color: #333333;
}
.tree-view.white-theme a,
.tree-view.white-theme .leaf-content {
  color: inherit;
}
.tree-view.white-theme a:hover,
.tree-view.white-theme .leaf-content:hover {
  text-decoration: none;
}
.tree-view.white-theme a .impend,
.tree-view.white-theme .leaf-content .impend {
  border-color: #333333;
}
.table-tree-grid {
  background: #dbe3e7 linear-gradient(to bottom, #edf2f5 0%, #edf2f5 50%, #ffffff 51%, #ffffff 100%) repeat-y 17px 26px;
  /* W3C */
  background-size: 100% 52px;
}
.treegrid-indent {
  height: 9px;
}
.treegrid-expander {
  width: 16px;
  height: 9px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 10px;
  overflow: hidden;
  background-color: inherit;
  top: -1px;
}
.treegrid-expander:after {
  content: '';
  display: inline-block;
  border-top: 1px dotted grey;
  position: absolute;
  right: 1px;
  top: 5px;
  left: 4px;
}
.parent .treegrid-expander:after {
  left: 9px;
}
.vertical-dots {
  position: relative;
}
.vertical-dots:after {
  content: '';
  display: block;
  border-left: 1px dotted grey;
  position: absolute;
  left: -12px;
  top: -5px;
  width: 0;
  bottom: -6px;
}
.parent .vertical-dots:after {
  top: 11px;
}
.parent .vertical-dots:before {
  content: '';
  display: block;
  border-left: 1px dotted grey;
  position: absolute;
  left: -12px;
  top: -5px;
  width: 0;
  bottom: 13px;
}
span.treegrid-indent {
  position: relative;
}
span.treegrid-indent:before {
  content: '';
  display: block;
  border-left: 1px dotted grey;
  position: absolute;
  right: 11px;
  top: -8px;
  width: 0;
  bottom: -8px;
}
span.treegrid-indent.remove-dots:before {
  display: none;
}
.tree-grid .first.leaf:first-child .vertical-dots:after {
  top: 8px;
  bottom: -5px;
}
.tree-grid .last .vertical-dots:after {
  bottom: 8px;
}
.tree-list:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.tree-list-content {
  border: 1px solid #dee6ed;
  overflow: hidden;
}
.tree-list-content > ul > li {
  background-color: #dee6ed;
}
.tree-list-content .checkbox,
.tree-list-content .tristate {
  display: inline-block;
  height: 18px;
  vertical-align: middle;
}
.tree-list-content .checkbox.form-group,
.tree-list-content .tristate.form-group {
  margin-right: 10px;
}
.tree-list-content .checkbox .hidden-checkbox,
.tree-list-content .tristate .hidden-checkbox {
  left: 0;
}
.tree-list-content li {
  display: inline-block;
}
.tree-list-content li.jqtree-folder {
  display: list-item;
}
.tree-list-content li.no-children {
  width: 24%;
}
.tree-list-content ul.jqtree-tree .jqtree-toggler {
  display: inline-block;
  height: 18px;
  width: 12px;
  text-align: center;
  margin-right: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
  font-family: 'CausewayGlyphicons';
  font-size: 8px;
  font-size: 0.8rem;
  position: relative;
}
.tree-list-content ul.jqtree-tree .jqtree-toggler:before {
  content: "\e80B";
  color: #333333;
  position: absolute;
  display: block;
  width: 8px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -3px;
  line-height: 1;
}
.tree-list-content ul.jqtree-tree .jqtree-toggler.jqtree-closed:before {
  content: "\e80D";
  height: 8px;
  line-height: normal;
  margin-top: -4px;
}
.tree-list-content ul.jqtree-tree .jqtree-title {
  margin-left: 0;
  line-height: 18px;
}
.tree-list-content ul.jqtree-tree li.jqtree-folder {
  margin-bottom: 1px;
}
.tree-list-content ul.jqtree-tree li.jqtree-folder:last-child {
  margin-bottom: 0;
}
.tree-list-content ul.jqtree-tree ul.jqtree_common {
  margin-left: -200px;
  padding-left: 212px;
  border-top: 1px solid #ffffff;
  background-color: #ecf0f4;
}
.tree-list-content ul.jqtree-tree ul.no-children {
  background-color: #ffffff;
}
.tree-list-content .jqtree-element {
  height: 28px;
  padding: 5px;
}
.tree-list-content .checkbox.partial input[type='checkbox'] + label .checkbox-icon {
  background-position: 0 -36px;
}
.tree-list-buttons {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tree-list.tree-search-list .tree-list-content {
  border: none;
}
.tree-list.tree-search-list .tree-list-content li {
  display: block;
}
.tree-list.tree-search-list .tree-list-content li.no-children {
  width: 100%;
}
.tree-list.tree-search-list .tree-list-content li.no-children span label {
  font-weight: normal;
}
.tree-list.tree-search-list .tree-list-content ul.jqtree-tree .jqtree-toggler {
  font-family: 'FontAwesome';
  float: left;
  margin-right: 5px;
  width: 15px;
}
.tree-list.tree-search-list .tree-list-content ul.jqtree-tree .jqtree-toggler:before {
  content: '\f078';
  color: #ffffff;
}
.tree-list.tree-search-list .tree-list-content ul.jqtree-tree .jqtree-toggler.jqtree-closed:before {
  content: '\f054';
}
.tree-list.tree-search-list .tree-list-content ul.jqtree-tree .jqtree-toggler:hover {
  background-color: transparent;
}
.tree-list.tree-search-list .tree-list-content ul.jqtree-tree ul.no-children,
.tree-list.tree-search-list .tree-list-content ul.jqtree-tree ul.jqtree_common {
  background-color: transparent;
}
.tree-list.tree-search-list .tree-list-content ul.jqtree-tree ul.jqtree_common {
  border-top: none;
  padding-left: 220px;
}
.tree-list.tree-search-list .jqtree-element {
  padding-left: 0;
  padding-right: 0;
}
.tree-list.tree-search-list .jqtree-element .jqtree_common {
  color: #ffffff;
}
.tree-list.tree-search-list .jqtree_common.jqtree-folder {
  background-color: transparent;
}
.notification-content-right {
  min-width: 0px;
  width: 360px;
  position: fixed;
  top: 0;
  right: -370px;
  z-index: 3000;
  background-color: #464440;
  border-left: 1px solid #333333;
  padding: 90px 0 30px 0;
  height: 100%;
}
.notification-content-right .notification-content-wrapper {
  padding: 0 20px;
  height: 100%;
}
.notification-content-right .notification-header {
  border-bottom: 1px solid #333333;
  color: #ffffff;
  margin: 0 -20px;
  padding: 10px 15px;
}
.notification-content-right .notification-header h2 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.notification-content-right .notification-content {
  margin-right: -20px;
  color: #ffffff;
  height: 100%;
  overflow-y: auto;
}
.notification-content-right .notification-content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.notification-content-right .notification-content ul li {
  border-bottom: 1px solid #666666;
  padding: 10px 55px 10px 20px;
  position: relative;
}
.notification-content-right .notification-content a {
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}
.notification-content-right .notification-content .glyphicon-close {
  text-decoration: none;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 10px;
  height: 10px;
  -moz-opacity: .7;
  -webkit-opacity: .7;
  opacity: .7;
  font-size: 9px;
  font-size: 0.9rem;
}
.notification-content-right .notification-content .glyphicon-close:before {
  font-size: 9px;
  font-size: 0.9rem;
}
.notification-content-right .notification-content .glyphicon-close:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .notification-content-right {
    width: 100%;
    right: -100%;
  }
}
.notification-top-bar {
  background: #6391e4;
  max-height: 50px;
  height: auto;
  margin: -22px 0 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #ffffff;
  padding: 10px 50px 10px 22px;
  position: relative;
  z-index: 2999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  display: none;
  -webkit-transition: margin 100ms;
  -moz-transition: margin 100ms;
  -ms-transition: margin 100ms;
  -o-transition: margin 100ms;
  transition: margin 100ms;
}
.notification-top-bar.show {
  display: block;
  -webkit-transition: margin 100ms;
  -moz-transition: margin 100ms;
  -ms-transition: margin 100ms;
  -o-transition: margin 100ms;
  transition: margin 100ms;
}
.notification-top-bar a {
  color: #ffffff;
  text-decoration: underline;
}
.notification-top-bar a.close {
  font-weight: lighter;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}
.notification-top-bar p {
  padding: 0;
  margin: 0;
}
.notification-top-bar.alert {
  background: #c0392b;
}
.notification-top-bar.success {
  background: #16a085;
}
.notification-top-bar.cookie {
  background: #e9e9e9;
  color: #666666;
  font-weight: normal;
  position: fixed;
  margin-bottom: 0;
  bottom: 30px;
  right: 0;
  left: 0;
}
.notification-top-bar.cookie a {
  color: inherit;
}
@media only screen and (max-width: 992px) {
  .notification-top-bar {
    margin-top: 0;
  }
  .notification-top-bar.cookie {
    left: 0;
    bottom: 0;
  }
  .notification-content-right {
    top: 0;
    bottom: 0;
    overflow: auto;
    padding-top: 100px;
  }
  .notification-content-open {
    overflow: hidden;
  }
}
.modal.explicit-loader .modal-footer {
  background-color: transparent;
  border-top: none;
}
.modal.explicit-loader .modal-footer a:last-child {
  padding-right: 0;
  margin-right: 10px;
}
.modal.explicit-loader .modal-body {
  padding-bottom: 30px;
  text-align: center;
}
.modal.explicit-loader .modal-body .loader {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}
.modal.explicit-loader .modal-body .loader li {
  padding: 8px;
  color: #333333;
}
.loader-image,
.loader-message {
  display: inline-block;
  vertical-align: middle;
}
.loader-image {
  background: url('data:image/gif;base64,R0lGODlhIAAgAPYAAP///2OR5Pv8/ezx++Pr+eTr+fT3/Pz9/fn6/dPf9qS/74yu6pKy67XL8eXs+ff5/Nvl+JGx62WS5HWd5+vx+vH1+8PU9MjY9Pb4/LfM8nKc5oOo6dTg9+rw+uju+q3F8Ieq6nui6H2j6MnZ9avD8GuX5Xef58rZ9Ze17PP2/LTK8Xae52qW5cva9XSd5t3m+HCa5mmV5Xqh57PJ8dnk94ir6m2Y5anC77zP8rrO8nGb5rjN8tLf9oCl6NXh973Q84ut6ubt+sfX9Njj997n+N/o+Jm37Xig57nN8q/H8KjB77HH8WeU5Nbi983b9a7G8L7R86K97qO+7tDe9unv+p267c/d9s7c9qzE8ODp+bLI8Zi27YGm6drl+O7y+/r7/fX3/O/z+3yj6J677py57fD0+6fB7wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjQeGCCkCjoYpBDQFKYMCHDMElYQeKgw1DA1BkAg5QAmhghUfKxK0Jh8VBwcOPBWFFR0PiQIJILTGGwmQALmEKUtGTgiIDxYhxrUW0ocEGyUKBogIFyLXEiEnlIcVz9GIBwQMLNcMRMrqHsGJBiMLGjYuC4RgeFXoAAYPLVSQ2OEDHMFBCCBkIJGBwwAD6Rwx45QggoYSAF+8cmDBAoVBAxSUu5GvUYUnE0zscEhgQbkFvRxRMEJLQc4CDMoxyNkIA5QaC0YMBGCgwQRjLnBkbGSACBGHyxwo2GBiA4mTDwtS4HAigQOMYQ89eGEhBy97iZg2uoOAQsYEED82xSVigcZSdSRgGAMyJC6HGi42ZEPUAUUMYyFGKEOAQRtTEiVoRaGCqIKCzLRA+AAgoAiSJCdyYlABg0kJKUQLdtSgo8eMAbqMwCjRwwK4d0ZqGJkytdCDBDM+WOhwQJwMY0Y8CDrgoUkBy4gEVKiQD4GQI7RKRCcENxQB3bwt/E1LmsYMJSbZFxJggLujQAAh+QQACgABACwAAAAAIAAgAAAH/4AAgoOEgwcVVFQpB4WNjo4PEEkoKEsvD4+ZjQI0RhoSEhpGEAKapgAVSxOgoBNJFaeFBg4EFQJBRkysoEZBsYIHDg0oDFhNREa7EiW9vwADJKsSOihOSdKgLq+CFRWMjwI8G7sTGTwoMKA2W0OlqUkDmQhCIcokFUVaDAwzBAjcUaI4yCTAyjhWK3JgQpAiBYJvAG4FKZWJgpJPEmAwgOBM3osnDCIoSIChYyMMBYYQCUKg1j+ThDA4MbIAhQVbMAsdGBKhBKgNJyDGQgDBAgGKD35gK0ECk7MORkIogAXgAY6lTTt6iCKDRDwAB5r0lMBiQwuhpxB0MUoRgAEnVZxq3syJFgDKIQQM5NQk4IAADA/q7nXLAQkUf6ceOOR7ZcGKI1GyCB6UwgKJESUfVVCQTsIRKE4dHbDSo0SNJhWjsJqAJHPEtmBHmJDAZUomDDhEMIGxIEGpAwWECCnQtoOSCEu+asYRRcoVvQA8SDGxIgoVQhVqmTqAgQJOsDx6gOrBY7LJISBAgRhivmOFHCFzUB2MvUiR+fQHBwIAIfkEAAoAAgAsAAAAACAAIAAAB/+AAIKDhIUAB4aJiokHFUVdQQ+Lk4YHDksLNUYjFZSeABRPKxISJUAtkgcPGAieDwMFAwgCPkBMpBI6HwMYRBY4Jw4CixhOClsKPBUtXLilUQQnWyImGwovX4m0CyUlOgwJTRHOLk8XESW4LgpUiQYNOrgmOUEqR6QsEU4ZJs4SCxwQFUqRBAYuDRkMVLBghMGHLhWWxHO2ocWwQghOcIkhgQkIJ4gOKMQA4AGUe7hYAPFxsVAFFQt6RMgxQFEXFDbkfeigCEGFJi2GVBBoCMMVIz1CbLhBpJUhBBhCEu1ZwIkQHhSmCsJAQIiQAi09IZilrcmWEDKMQPhUSFW2QQa1VGggpUGLU7YAPEBxYmBQBRLpSim4y5YGil2DEFjg0m2DhbCfKnBoSqgCDiNGLNTEO+lACg8OOnEeTdoTBgNaSw86QADJEh+SKKUg4CU1oQ5RNMAACLnQgxw1lFCYBGEDKRNQYitKoQBGhCKTgmyBUeLj3QcUhg4ScEUKFNGKHjiJknkzAAwjoiQhQNQnSUoIKATpO8jBuCM53qsmVIBBiSM46LefIAZcoB57AxaCQXaEJUhaIAAh+QQACgADACwAAAAAIAAgAAAH/4AAgoOEhQcCB4WKi4yCBgRTTRSJjZWFDxdbG0BLBJSWlQdEDCUSEmIZFaCKCGAIgggtYqYSJVEOAhVFEEEPlgMtGRdBAghOIrS2BQQqDAtRLSmNFSobGj1JHQceYzC1GxYvWEemJRFTr4tFC7Q1CQAITQoLDBYePDW0EhpJqosvNZiY2mBF0IEKHSg8ENCihz5bHhhVUGCihIkoBBg1WVDKlIkZ/hQdeKHCyJImvhYN0NIjhgQYKDikW3TQQYWZigQ4yGGEgQIhQVLgXLUIQ5AuV3AsyXBlwCcwHQYMtXQAgoIeLkwAQeJvAI4tRloYIAqgAgkX+jZcACBgCoiXDLUyEiWQTx8MBfAshBjogywBhw/JADhAA8WEIwqCkA0SgYU+HUkEpeDRAAeRqY0e5GhpCgaDIYMQpDDwiaiHHQt6bIhyZSxZRge7OJlCAMNrUAdKK6pQIIxuRohAdViyQIEnS0GQJMA86MAVLqcspGyUYIEK17B9RNAB5MpMASlsEwJGRIClFC1ICAkp4EUDCyEFBQeFoMKDTwZUHInQ5fftQQ9YUANG/1VCAQcviFcgcP4tWGAgACH5BAAKAAQALAAAAAAgACAAAAf/gACCg4SFhoeIiQAYQURBD4qRhQ88UREKPBiSkgcFRjASMFFFB4OlmwgPpwc+GxKvQDwCAAgdRUGaiQcOFxZEkAcvESUSJQxdAgYJCgxRIxWJHVg9MlEQpRU/QGILFhUIQ1s6oQtWkIdDNa89FucVHBZN0Bg/Mq8SKzPQhgdEwxIbTpwTdAqAgRxH7rl4MgBRCgsoIjToULAQAh4LSjApAUJILn4ViNAYUNFQBQsMNkTYQVHRgZKHBFR4YYUHgQEYYG4CmWDHEgsEEBR6uXMQghYoTGgQoYDAqQdELFjZt7ODEWKvTGRIAWCXAjEgLgyUBKHHvWJGOnSFsECCCxVcyHcScXWvRBQqgjwkqcFgitCdA6KMeyUGSS4BHXy8MFCUVoIqXEKASFKg4AEBOhEdMBAEQgsoP1oEmdWYEAICOaKgUGDBQc7ShYJgEfEKxgIhcQ8d6PDCS2YEFjYwuSeKAGlDHT4sQEK1kAEtg++BsHK8EIEtExSoPZRiSfRXNaZUJ1Thwo1MhAS8Bs7lrA4jpBI9+Jb+BVBBQZ70sFFCQwTcpT0AkROlCFAADlEYocAJze0kgH0OmFKBAwVQ8FFpAqgC24YcdhgIACH5BAAKAAUALAAAAAAgACAAAAf/gACCg4SFhoeIiYIHD1+Kj4cYL0JTFAKQmAddRj1AOQOYkA9QJhIlW0QHgweqkAeXgw8WMqZGBKoHFC9EFa2IBl1XQbACRWYgDBYVAAcESgsRM0G+hQIJWyBJHoMIDlMQvQApSLQSG0IYiBgNExILPtSFFAolEhIrWsuHCC0RPQq3ElVoUIoFF2UCr1jo8kARAghSNtTAQgDWoQMIMFhM9IDAFR4OGobKxOrBg40jESEIcuXECwOEDmCogCAlAAEQonDpkQwmswpCZjQRGWrAk3amUEAQhGAIChkfQI0kgKKevR4nBhFQEAGKvlBBolhlAoIHtwJdpI5MIQSIDhgiyT50KBTP1QMPFqJE2VGkps1BAgb4GNGiCwECFVCmPBAkw4IeIG4wfFS3UAoLG+xJCJFkrkAeBPwCAFNg14AvBaLA0CwhwpDKN4cwyFCGGYUfDLiAUJCgSVXWC5rAZoxkCoYDFTBrnmDkwo0VmmFEIaDoQIqGOH9rlpGhRZUjOiZEuJAilAAeNVhLgIHFwZAdCpJM+QpJQJMITFjrmEGzQocK6aQUhBIuaBYDCC0Q9RcADzRhhAklwACCCp4tGMsLGUShxAUdKFZIIAAh+QQACgAGACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4wCFR0pB4yTggUZChYVlIwIFhsaKBCSm4mdIiULNKMAGBQUD4wYYbCDBElGUJqCFRZSCk4pigZXWjwYgwgUBRUCggddDDAuRkTNiARGRwpBig8jIRISNTwIiQMqEUgDis8MLiZRRauGAg4cQdaJBk4kT8aLBwTMS/SAwgBapBIq7DaAgoGBACBOqiAkSpQfHlY9cABB16YHToDAkLABioFBA3ZEaSIxUYUMLsKViEJlUIoTOwi0RGTgBzgJLpR4ZFWhHKkDL6L0EIGixTFDAXcaegDhRw4eQwUJoOBjxBUCJxcJEIAgRQWEg+qpWMBlQ5QrYdEPpSiSoGPLCkh6lAinwQiNfIQqjDBSg0GODhAP0EARrnGIHBUOgPFSFAACDhFGlthgIVghBFNqxGgsQQMWBzRUGMEUpAKUnxJ0KOkAdQgD0hJWLJlixESJElxUELHQo/GED7QNeXhigonMBRYyyCC9oAUHIy5KwAAyIi4hBEOicJkQIgKUISR0kBZhYcAUKSiMWKCQCMPwGTmmuJqxgvSGFghgQEAXBETGDgYVpFDOAzwssFduUhAwSEALpWDBFhvUoMAQaC0kiH1XcNCBUYoEAgAh+QQACgAHACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4wAB18HjZIADwQ+HZGTi0FPKFAVmotEKCEfA4QPBg+Nj5mCFRZPPBiDFS0NLaCKAh0+A64CKRS0ggJDDCYMCQiKBhZbLcSICE5cEhsXq4kPTTtEzIkHBQoRJASuiBgV2ooIlgTshQcCCAIH6Lv26Q4+Vl0UAkIdejAESwQgKHZ4wLfoAAYMAQEIIBJlhQQJJUTk0NXInYUcPkClsNDjoskIRBgiCoJFxJEtHBAM+ODC5EUuHFQaOjBkwUUxPwxUaGDCpgQQTSI2JGBERwkQQh48uBKhhEkYChaySjEiCooMDu51QFJjAgwZDKZIa1SBSJcO4OB4nVCBRYUFHwUqKGV0z9CDCgVOfNgSBQeBvYUEVOigNxGCF1GOlIDBRUuHaUR2KMjwDVEKHEdsApkCjtABB1gkH1FQQGWFJzpsirBQIUUQAlRWCfDh8+ICHqUJVchQ9CKTDSOCXJCC4kMTDAiGVMW4wEfwQQg4MNDBRMLqJiMWwJBgIsqLBx1UbDCxYYnWQ7aiRGBAggMBmia5WDCAoICFJRYQcJ1pFRDAQRMO2KZEbBf1AIUBACBQAQWNLSLAhZHA0kN3JUTAQzwCRVjAEkBwwYAFFIRoCC9XXBCSToQEAgA7AAAAAAAAAAAA') no-repeat 0 0;
  margin-right: 10px;
  height: 32px;
  width: 32px;
}
.completed .loader-image {
  background-image: none;
}
.completed .loader-image:before {
  font-family: CausewayGlyphicons;
  content: "\e80B";
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  font-size: 2rem;
  color: #333333;
  text-align: center;
  line-height: 32px;
}
.status .loader-message {
  color: #333333;
  margin-left: 42px;
}
.text-loader {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.text-loader:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: ellipsis 1s infinite linear;
  -moz-animation: ellipsis 1s infinite linear;
  -ms-animation: ellipsis 1s infinite linear;
  content: "\2026";
  /* ascii code for ellipsis */
}
@keyframes ellipsis {
  from {
    width: 14px;
  }
  to {
    width: 0px;
  }
}
@-moz-keyframes ellipsis {
  from {
    width: 14px;
  }
  to {
    width: 0px;
  }
}
@-webkit-keyframes ellipsis {
  from {
    width: 14px;
  }
  to {
    width: 0px;
  }
}
.progress-loader .progress {
  display: inline-block;
  width: 70px;
  height: 8px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #999999;
  padding: 1px;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-loader .progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #6391e4;
}
.text-loader .loader-image,
.progress-loader .loader-image {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  vertical-align: bottom;
}
.ca-accordion .panel {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #e5e7e9;
  border: none;
  border-bottom: 1px solid #666666;
}
.ca-accordion .panel-heading {
  background-color: #999999;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ca-accordion .panel-heading > a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 13px;
  height: 34px;
  line-height: 34px;
}
.ca-accordion .panel-heading > a .fa {
  display: inline-block;
  width: 9px;
  margin: 0 10px 0 0;
  vertical-align: top;
  height: 100%;
  line-height: 34px;
}
.ca-accordion .panel-body {
  padding: 15px;
  color: #333333;
}
.ca-accordion .panel-body > p:last-child {
  margin-bottom: 0;
}
.navigation-content .ca-accordion {
  margin: -12px;
}
@media only screen and (max-width: 992px) {
  .ca-accordion .panel-heading > a {
    height: 42px;
    line-height: 42px;
  }
  .ca-accordion .panel-heading > a .fa {
    line-height: 42px;
  }
}
.application .site-heading {
  display: none;
}
.application .page {
  padding-top: 57px !important;
}
.application .navigation-pane-left {
  margin-top: -57px;
  padding-top: 35px;
}
.application .shell-left-navigation .divider-navigation {
  top: 30px;
}

/*# sourceMappingURL=../maps/causeway-standard.css.map */
