/* Minification failed. Returning unminified contents.
(2846,33): run-time error CSS1030: Expected identifier, found '.'
(2846,37): run-time error CSS1031: Expected selector, found ')'
(2846,37): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Eric Meyers Reset CSS rules */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.5;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a:active{
	outline: none;
}

a:focus{
	-moz-outline-style: none;
}

/* Remove Dotted Borders */

*:focus{
	outline: none;  
}
input::-moz-focus-inner{
	border: 0;
}
/*!
 *  Font Awesome 4.7.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('/SharedFonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/SharedFonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/SharedFonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/SharedFonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/SharedFonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/SharedFonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 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 #eeeeee;
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* 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-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Dropzone Fileupload */
div.dropzone                                           { width: 100%; }
div.dropzone                                           { transition:all 0.3s ease-in-out; }
div.dropzone.in .message                               { background-color: #fbfbfb; border-color: #c6c6c9; }
div.dropzone .message                                  { width: 100%; border: 2px dashed #b3b3b6; border-radius: 5px; padding: 40px 0 40px 0;}
div.dropzone .message p                                { float: left; line-height: 24px; margin: 0 auto; padding: 0 0 0 60px;}
div.dropzone .message div.fileinput                    { float: left;}
div.dropzone .results                                  { display: block; width: 100%; padding: 10px 0 10px 0; }
div.dropzone .results li                               { display: block; padding: 0; margin: 0 0 10px 0; float: none; position: relative; }
div.dropzone .results li h3                            { color: #1a385d; border-bottom: 1px solid #c6c6c9}
div.dropzone .results li i                             { position: absolute; right: 10px; margin:10px 0 0 0; }
div.dropzone .results li p                             { position: absolute; width: 75%; overflow: hidden; text-overflow: ellipsis; display: block; height: 32px; line-height: 32px; float: left; text-indent: 10px; margin-bottom: 0px; padding: 0; white-space: nowrap; }
div.dropzone .results li span.filesize                 { position: absolute; right: 30px; font-weight: bold; height: 32px; line-height: 32px;}
div.dropzone .results li a                             { float:right; }
div.dropzone .results li div.progress                  { height: 30px; border:1px solid #b3b3b6; border-radius:3px; margin-bottom:5px; box-shadow:0 1px 2px rgba(0, 0, 0, 0.15); }
div.dropzone .results li div.progress span             { display:block; height:100%; background:#e6ffe6; width:0%; }
div.dropzone .results li.done div.progress             { border-color: #9dcf6e; }
div.dropzone .results li.done div.progress span        { width: 100%; }
div.dropzone .results li.done i                        { color:#9dcf6e; }
div.dropzone .results li.remove                        { cursor: pointer;}
div.dropzone .results li.remove div.progress           { border-color: #e26260;}
div.dropzone .results li.remove div.progress span      { background-color: #ffe6e6;}
div.dropzone .results li.remove i                      { color:#e26260; }
div.dropzone .tox.tox-tinymce                          { float: left; margin-right: 5px;}
div.dropzone span.filename                             { display: none;}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jszip-2.5.0/dt-1.10.25/b-1.7.1/b-html5-1.7.1/sl-1.3.3
 *
 * Included libraries:
 *   JSZip 2.5.0, DataTables 1.10.25, Buttons 1.7.1, HTML5 export 1.7.1, Select 1.3.3
 */

table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("//cdn.datatables.net/1.10.25/images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("//cdn.datatables.net/1.10.25/images/sort_asc.png") !important}table.dataTable thead .sorting_desc{background-image:url("//cdn.datatables.net/1.10.25/images/sort_desc.png") !important}table.dataTable thead .sorting_asc_disabled{background-image:url("//cdn.datatables.net/1.10.25/images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("//cdn.datatables.net/1.10.25/images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center{text-align:center}table.dataTable td.dataTables_empty{text-align:left}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:left;clear:both;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, white 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, white 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, white 0%, #dcdcdc 100%);background:-o-linear-gradient(top, white 0%, #dcdcdc 100%);background:linear-gradient(to bottom, white 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:0;width:100%;height:40px;margin-left:15px;margin-top: -5px;padding: 20px 0;text-align:left;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}


@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0, 0, 0, 0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:.3em 0 .5em;font-size:.9em}div.dt-button-collection-title:empty{display:none}button.dt-button,div.dt-button,a.dt-button,input.dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-right:.333em;margin-bottom:.333em;padding:.5em 1em;border:1px solid rgba(0, 0, 0, 0.3);border-radius:2px;cursor:pointer;font-size:.88em;line-height:1.6em;color:black;white-space:nowrap;overflow:hidden;background-color:rgba(0, 0, 0, 0.1);background:-webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none;text-overflow:ellipsis}button.dt-button.disabled,div.dt-button.disabled,a.dt-button.disabled,input.dt-button.disabled{cursor:default;opacity:.4}button.dt-button:active:not(.disabled),button.dt-button.active:not(.disabled),div.dt-button:active:not(.disabled),div.dt-button.active:not(.disabled),a.dt-button:active:not(.disabled),a.dt-button.active:not(.disabled),input.dt-button:active:not(.disabled),input.dt-button.active:not(.disabled){background-color:rgba(0, 0, 0, 0.1);background:-webkit-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");box-shadow:inset 1px 1px 3px #999}button.dt-button:active:not(.disabled):hover:not(.disabled),button.dt-button.active:not(.disabled):hover:not(.disabled),div.dt-button:active:not(.disabled):hover:not(.disabled),div.dt-button.active:not(.disabled):hover:not(.disabled),a.dt-button:active:not(.disabled):hover:not(.disabled),a.dt-button.active:not(.disabled):hover:not(.disabled),input.dt-button:active:not(.disabled):hover:not(.disabled),input.dt-button.active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999;background-color:rgba(0, 0, 0, 0.1);background:-webkit-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)")}button.dt-button:hover,div.dt-button:hover,a.dt-button:hover,input.dt-button:hover{text-decoration:none}button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled),input.dt-button:hover:not(.disabled){border:1px solid #666;background-color:rgba(0, 0, 0, 0.1);background:-webkit-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)")}button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled),a.dt-button:focus:not(.disabled),input.dt-button:focus:not(.disabled){border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#79ace9;background:-webkit-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:-moz-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:-ms-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:-o-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#d1e2f7", EndColorStr="#79ace9")}.dt-button embed{outline:none}div.dt-buttons{position:relative;float:left}div.dt-buttons.buttons-right{float:right}div.dataTables_layout_cell div.dt-buttons{float:none}div.dataTables_layout_cell div.dt-buttons.buttons-right{float:none}div.dt-button-collection{position:absolute;top:0;left:0;width:150px;margin-top:3px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.4);background-color:white;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3);box-sizing:border-box}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;width:100%;display:block;float:none;margin-bottom:4px;margin-right:0}div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#dadada;background:-webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:-moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:-ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:-o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0f0f0", EndColorStr="#dadada");box-shadow:inset 1px 1px 3px #666}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-200px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>:last-child{display:block !important;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection>:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:400px}div.dt-button-collection.two-column>:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);background:-webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);background:radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);z-index:2001}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}button.dt-button.processing,div.dt-button.processing,a.dt-button.processing{color:rgba(0, 0, 0, 0.2)}button.dt-button.processing:after,div.dt-button.processing:after,a.dt-button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:" ";border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}


table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#b0bed9}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#acbad4}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#aab7d1}table.dataTable.order-column tbody>tr.selected>.sorting_1,table.dataTable.order-column tbody>tr.selected>.sorting_2,table.dataTable.order-column tbody>tr.selected>.sorting_3,table.dataTable.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#a6b4cd}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#a5b2cb}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#a2aec7}table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox{position:relative}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody td.select-checkbox:after,table.dataTable tbody th.select-checkbox:before,table.dataTable tbody th.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{content:" ";margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:"✓";font-size:20px;margin-top:-19px;margin-left:-6px;text-align:center;text-shadow:1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9}table.dataTable.compact tbody td.select-checkbox:before,table.dataTable.compact tbody th.select-checkbox:before{margin-top:-12px}table.dataTable.compact tr.selected td.select-checkbox:after,table.dataTable.compact tr.selected th.select-checkbox:after{margin-top:-16px}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}



/* jquery multiselect css */

.multi-toolbar							{ padding-bottom: 10px;}
.multi-toolbar a,
.multi-toolbar strong					{ margin-right: 5px; }
.multi-toolbar input					{ margin-right: 10px; width: 150px; }

.multidropdownlist						                    { visibility: hidden;}
.ms-container							                    { background: transparent url('../Images/multiselect/arrow.png') no-repeat 177px 103px; margin-bottom: 10px;  }
.ms-container h3						                    { padding-bottom: 4px; padding-top: 4px; text-indent: 10px; background: url(/SharedImages/bg-section-head-sprite.png?v=2) 0px -1px no-repeat; border-bottom: 1px solid #c6c6c9; border-radius: 3px 3px 0 0; }
.ms-container:after						                    { content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden;}
.ms-container .ms-selectable, 
.ms-container .ms-selection				                    { background: #fff;  border: 1px #c6c6c9 solid;  float: left; border-radius: 3px;}
.ms-container .ms-selectable, 
.ms-container .ms-selection				                    { box-shadow: 0px 0px 5px #eaeaea; }
.ms-container .ms-selectable			                    { margin-right: 40px;}
.ms-container ul						                    { width: 170px; height: 200px; margin: 0; padding: 1px 0px; list-style-type: none; overflow-y: auto;}
.ms-container .ms-selectable li, 
.ms-container .ms-selection li			                    { border-bottom: 1px #eee solid; padding: 2px 10px; color: #555; }
.ms-container .ms-selection li			                    { padding-left: 22px; color: #101010; }
.ms-container .ms-selectable li.disabled                    { background-color: #eee; color: #aaa;}
.ms-container li:hover					                    { cursor: pointer; background-color: #fcf7d1; color: #000; }
.ms-container .ms-selection li:hover	                    { background: #fcf7d1 url('../Images/multiselect/delete.png') no-repeat 3px 3px; }
.multi-left-margin-medium .ms-container .ms-selectable li   { border-bottom: 1px #eee solid; padding: 2px 10px; color: #555; width: 255px; }
.multi-left-margin-medium .ms-container .ms-selection li    { padding-left: 22px; color: #101010; width: 243px; }
.multi-left-margin-medium h3                                { margin-bottom: 0px !important; }

.multi-large .ms-container                                  { background-position: 257px 153px; background: transparent url('../Images/multiselect/arrow.png') no-repeat 307px 166px; }
.multi-large .ms-container ul	                            { width: 300px; height: 320px; }
.multi-left-margin-medium .ms-container                     { background-position: 257px 153px; background: transparent url('../Images/multiselect/arrow.png') no-repeat 397px 130px; }
.multi-left-margin-medium .ms-container ul	                { width: 275px; height: 250px; }
.multi-small .ms-container                                  { background-position: 257px 153px; background: transparent url('../Images/multiselect/arrow.png') no-repeat 257px 69px; }
.multi-small .ms-container ul	                            { width: 250px; height: 126px; }
.multi-tiny .ms-container                                   { background-position: 257px 153px; }
.multi-tiny .ms-container ul	                            { height: 126px; }
/* Main Layout*/
html,
body, 
form						{ width: 100%; height: 100%; }

div.wrapper					{ position: relative; min-height: 100%; }
body						{ background: #f7f7f7;}
div.content					{ position: relative; padding: 20px 20px 60px 20px; box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1); background: #f7f7f7;}
div.header-wrapper          { background: #fff;}

div.header					{ display: block; height: 129px; background: #fff;}
div.header a.logo			{ display: block; float: left; margin: 10px 0 0 20px; }
div.header a.logo img       { max-height: 110px; max-width: 300px;}
div.header h1				{ font-size: 21px; float: right; text-align: right; margin: 50px 20px 0 0; }
div.header h2				{ font-size: 12px; float: right; color: #484848; text-align: right; position: absolute; top: 20px; right: 20px; }
div.header-home				{ border-bottom: 1px solid #c6c5ca;}

div.titlebar				                { height: 34px; padding: 0px; background: #ededed; border-bottom: 1px solid #b7b7ba; border-top: 1px solid #b7b7ba; box-shadow: inset 0px 1px 0px 0px #fff;}
div.titlebar h2				                { float: left; display: block; height: 34px; line-height: 34px; margin-left: 20px; }
div.titlebar div.search						{ float: right; padding: 3px 15px 0 0; margin-top: 1px; }
div.titlebar div.search input				{ float: left; height: 24px; margin-right: -1px; border-left: none; border-radius: 0; }
div.titlebar div.search select				{ float: left; padding-bottom: 5px; border-radius: 3px 0 0 3px;}
div.titlebar div.search input,
div.titlebar div.search select				{ box-shadow: 0 1px 0 #fff; }
div.titlebar div.search a.button-faux	        { float: left; padding: 2px 2px 2px 2px; height: 20px; margin-top: 0px; box-shadow: 0 1px 0 #fff; }
div.titlebar div.search a.button-faux	        { border-radius: 0 3px 3px 0; }
div.titlebar div.search a.button-faux span      { padding: 0 7px;}
div.titlebar div.search a.button-faux span img  { margin-top: 2px;}

ul.navigation					{ z-index: 101; position: relative; top: 1px; display: block; height: 30px; padding-left: 20px; border: none;}
ul.navigation li				{ float: left; height: 28px; border: 1px solid #1a385d; border-right: none; background: #2c5e9d; box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);}
ul.navigation li:last-child     { border-right: 1px solid #1a385d;}
ul.navigation li a					        { display: block; padding: 0 10px; height: 28px; line-height: 28px; font-size: 12px; font-weight: bold; color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);}
ul.navigation li a:hover			        { text-decoration: none;}
ul.navigation li.more a				        { padding-right: 17px; background: url(../images/icons-ddindicator.png) right 13px no-repeat;}
ul.navigation li.active				        { background: #ededed; border-color: #b7b7ba; border-bottom: 2px solid #ededed; box-shadow: inset 0px 1px 0px 0px #fff, 0px 1px 0px 0px #ededed; }
ul.navigation li.active a			        { color: #1a385d; text-shadow: 0 1px 0 #fff; }
ul.navigation li.active.more a		        { background-position: right -32px;}		
ul.navigation li.hover				        { background: #484848; border-color: #1a385d; border-bottom: 1px solid #222222; box-shadow: none; text-shadow: 0 1px 0 rgba(0, 0, 0, 1);}
ul.navigation li.hover a			        { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);}
ul.navigation li.more.hover a		        { padding-right: 17px; background: url(../images/icons-ddindicator.png) right 13px no-repeat;}

ul.navigation li ol					{ z-index: 200; display: none; float: left; position: absolute; margin: 0 0 0 -1px; border: 1px solid #484848; box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);}
ul.navigation li ol li				{ float: none; border: none; border-bottom: 1px solid #484848; background: #484848; box-shadow: none; text-shadow: 0 1px 1px rgba(0, 0, 0, 1);}
ul.navigation li ol li:hover		{ background: #363535;}
ul.navigation li.more ol li	a		{ background: none;}
ul.navigation li.more.hover ol li a	{ background: none;}
ul.navigation li ol li:last-child 	{ border: none; }

a.lnklogout                 { z-index: 200; position: absolute; right: 20px; margin-top: -25px;}

div.footer					{ position: relative; overflow: hidden; margin-top: -42px; display: block; height: 39px; }
div.footer-content			{ padding: 0 20px; margin: 0 auto; height: 39px; line-height: 39px; text-align: center; border-top: 1px solid #b7b7ba; background: #fff; }
div.footer-content span,
div.footer-content a,
div.footer-content strong	{ line-height: 39px;}
div.footer-content strong	{ font-weight: bold; }

/* z-index */
.z-index-1 { z-index: 1; }
.z-index-2 { z-index: 2; }

/* Font Declarations */
body						{ font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #484848; text-shadow: 0 1px 0 #fff; line-height: 160%; }
a							{ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #2c5e9d; font-weight: bold;}
p							{ line-height: 150%;}
a:hover						{ text-decoration: underline;}
a.faux-link                 { text-decoration: none; }
h1							{ font-size: 20px; font-weight: bold; color: #1a385d;}
h2							{ font-size: 14px; font-weight: bold; color: #1a385d;}
h3							{ font-size: 14px; font-weight: bold; color: #1a385d;}
h4							{ font-size: 14px; font-weight: bold; color: #1a385d;}
h5							{ font-size: 13px; font-weight: bold; color: #1a385d;}
input, 
textarea, 
button, 
label,
select						{ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
strong,
.bold						{ font-weight: bold; }
hr                          { border: none; border-bottom: 1px solid #b7b7ba;}

acronym						{ cursor: help; border-bottom: 1px dotted #000; }
acronym.child               { color: #ff8c00; font-weight: bold; border: none; }
acronym.parent              { color: #db0000; font-weight: bold; border: none; }

/* Form Elements */
input[type="text"]				{ height: 25px; width: 200px; line-height: 22px; border: 1px solid #c6c6c9; padding: 0 5px 0 5px; border-radius: 3px;}
input[type="text"]				{ box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 1);}
input[type="text"]				{ color: #484848; font-size: 12px; }
input[type="text"]:focus		{ box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(74,113,170,.5); border-color: #92bcf6; color: #484848;}
input[type="text"].placeholder	{ color: #7e7e7f;}
input[type="text"].placeholder.filled		{ color: #484848;}

input[type="password"]			{ height: 25px; width: 200px; line-height: 22px; border: 1px solid #c6c6c9; padding: 0 5px 0 5px; border-radius: 3px;}
input[type="password"]			{ box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 1);}
input[type="password"]			{ color: #484848; font-size: 12px; }
input[type="password"]:focus	{ box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(74,113,170,.5); border-color: #92bcf6; color: #484848;}

textarea						{ width: 200px; line-height: 18px; border: 1px solid #c6c6c9; padding: 2px 5px; border-radius: 3px;}
textarea						{ box-shadow:inset 0 2px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 1);}
textarea						{ color: #7e7e7f; font-size: 12px; }
textarea:focus					{ box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(74,113,170,.5); border-color: #92bcf6; color: #484848;}
textarea:active					{ color: #484848;}

label							{ display: block; margin-top: 5px;}

select							{ padding: 5px 25px 6px 5px; margin: 0; border: 1px solid #c6c6c9; border-radius: 3px; outline: none; cursor: pointer; }
select							{ background: url(../images/bg-select-grey.png) right -2px no-repeat #fff; display: inline-block; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; text-indent: 0.01px; text-overflow: ''; }
select							{ box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 1);}
select							{ color: #484848; font-size: 12px; }
select:focus					{ box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(74,113,170,.5); border-color: #92bcf6; color: #484848;}
select::-ms-expand				{ display: none;}

body input[type="checkbox"]						{ padding: 0; margin: 0; float: left; position: absolute; left: 0px; opacity: 0; display: none;}
body input[type="checkbox"] + label				{ line-height: 15px; min-height: 16px; padding-left: 18px; cursor: pointer; }
body input[type="checkbox"] + label				{ background: url(../images/og-form-elements.png?v=2) -8px -7px no-repeat; }
body input[type="checkbox"] + label				{ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;	user-select: none; }
body input[type="checkbox"].checked + label,
body input[type="checkbox"]:checked + label		{ background-position: -8px -67px; }

body input[type="checkbox"]:hover + label,
body input[type="checkbox"]:focus + label,
body input[type="checkbox"]:active + label,
body input[type="checkbox"] + label:hover:active	 			{ background-position: -8px -127px;}
body input[type="checkbox"]:hover:checked  + label,
body input[type="checkbox"]:focus:checked  + label,
body input[type="checkbox"]:active:checked  + label,
body input[type="checkbox"]:checked  + label:hover:active		{ background-position: -8px -187px;}

body input[type="checkbox"]:disabled + label,
body input[type="checkbox"]:hover:disabled + label,
body input[type="checkbox"]:focus:disabled + label,
body input[type="checkbox"]:active:disabled + label			{ background-position: -8px -247px; cursor: default; color: #838282;}
body input[type="checkbox"]:checked:disabled + label,
body input[type="checkbox"]:checked:hover:disabled + label,
body input[type="checkbox"]:checked:focus:disabled + label,
body input[type="checkbox"]:checked:active:disabled + label	{ background-position: -8px -307px; cursor: default; color: #838282;}

body input[type="radio"]										{ padding: 0; margin: 0; float: left; position: absolute; left: 0px; opacity: 0; }
body input[type="radio"] + label								{ line-height: 15px; min-height: 16px; padding-left: 18px; cursor: pointer; }
body input[type="radio"] + label								{ background: url(../images/og-form-elements.png?v=2) -8px -366px no-repeat; }
body input[type="radio"] + label								{ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;	user-select: none; }
body input[type="radio"]:checked + label						{ background-position: -8px -426px; }

body input[type="radio"]:hover + label,
body input[type="radio"]:focus + label,
body input[type="radio"]:active + label,
body input[type="radio"] + label:hover:active	 			{ background-position: -8px -486px;}
body input[type="radio"]:hover:checked  + label,
body input[type="radio"]:focus:checked  + label,
body input[type="radio"]:active:checked  + label,
body input[type="radio"]:checked  + label:hover:active		{ background-position: -8px -546px;}

body input[type="radio"]:disabled + label,
body input[type="radio"]:hover:disabled + label,
body input[type="radio"]:focus:disabled + label,
body input[type="radio"]:active:disabled + label				{ background-position: -8px -606px; cursor: default; color: #838282;}
body input[type="radio"]:checked:disabled + label,
body input[type="radio"]:checked:hover:disabled + label,
body input[type="radio"]:checked:focus:disabled + label,
body input[type="radio"]:checked:active:disabled + label		{ background-position: -8px -666px; cursor: default; color: #838282;}

/* Buttons */
input[type="submit"]				{ color: #484848; padding: 3px 12px 3px 12px; font-size: 12px; font-weight: bold; cursor: pointer; text-shadow: 0 1px 0 #fff; margin: 0 2px 0 0;}
input[type="submit"]				{ background: url(../images/bg-button-grey-sprite.png) 0px 0px repeat-x #f2f2f2; border: 1px solid #b3b3b6; border-top: 1px solid #c5c5c8; border-bottom: 1px solid #99999b;}
input[type="submit"]				{ border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);}
input[type="submit"]:hover			{ color: #4a71aa;}
input[type="submit"]:active			{ box-shadow: 0 1px 0 #fff; border-bottom: 1px solid #c5c5c8; border-top: 1px solid #99999b; background-position: 0px -21px;}

input[type="button"]				{ color: #484848; padding: 3px 12px 3px 12px; font-size: 12px; font-weight: bold; cursor: pointer; text-shadow: 0 1px 0 #fff; margin: 0 2px 0 0;}
input[type="button"]				{ background: url(../images/bg-button-grey-sprite.png) 0px 0px repeat-x #f2f2f2; border: 1px solid #b3b3b6; border-top: 1px solid #c5c5c8; border-bottom: 1px solid #99999b;}
input[type="button"]				{ border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);}
input[type="button"]:hover			{ color: #4a71aa;}
input[type="button"]:active			{ box-shadow: 0 1px 0 #fff; border-bottom: 1px solid #c5c5c8; border-top: 1px solid #99999b; background-position: 0px -21px;}

button								{ color: #484848; padding: 3px 12px 3px 12px; font-size: 12px; font-weight: bold; cursor: pointer; text-shadow: 0 1px 0 #fff; margin: 0 2px 0 0;}
button								{ background: url(../images/bg-button-grey-sprite.png) 0px 0px repeat-x #f2f2f2; border: 1px solid #b3b3b6; border-top: 1px solid #c5c5c8; border-bottom: 1px solid #99999b;}
button								{ border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);}
button:hover						{ color: #4a71aa;}
button:active						{ box-shadow: 0 1px 0 #fff; border-bottom: 1px solid #c5c5c8; border-top: 1px solid #99999b; background-position: 0px -21px;}

a.button-faux						{ color: #484848; cursor: pointer; font-size: 12px; font-weight: bold; cursor: pointer; text-shadow: 0 1px 0 #fff; margin: 0 5px 0 0; display: block; float: left; position: relative;}
a.button-faux						{ background: url(../images/bg-button-grey-sprite.png) 0px 0px repeat-x #f2f2f2; text-decoration: none; height: 21px; line-height: 21px; border: 1px solid #b3b3b6; border-top: 1px solid #c5c5c8; border-bottom: 1px solid #99999b;}
a.button-faux						{ border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);}
a.button-faux span					{ float: left; padding: 0 12px; height: 21px; line-height: 21px; margin: 0; }
a.button-faux:hover					{ color: #4a71aa;}
a.button-faux:active,
a.button-faux.active				{ box-shadow: 0 1px 0 #fff; border-bottom: 1px solid #c5c5c8; border-top: 1px solid #99999b; background-position: 0px -21px; }

a.button-faux.large					{ font-size: 13px; height: 27px; line-height: 27px; background: url(../images/bg-buttonlarge-grey-sprite.png) 0px 0px repeat-x #f2f2f2; }
a.button-faux.large span			{ padding: 0 12px; height: 27px; line-height: 27px;  }
a.button-faux.large:active,
a.button-faux.large.active			{ background-position: 0px -27px;}

a.btn-small						    { color: #484848; cursor: pointer; font-size: 10px; font-weight: bold; cursor: pointer; text-shadow: 0 1px 0 #fff; margin: 0 5px 0 0; display: block; float: left; position: relative;}
a.btn-small						    { height: 17px; line-height: 17px; background: url(../images/bg-buttonlarge-grey-sprite.png) 0px 0px repeat-x #f2f2f2; text-decoration: none; border: 1px solid #b3b3b6; border-top: 1px solid #c5c5c8; border-bottom: 1px solid #99999b;}
a.btn-small						    { border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);}
a.btn-small span					{ float: left; padding: 0 8px; line-height: 17px; margin: 0; }
a.btn-small.active,
a.btn-small.focus,
a.btn-small:active			        { height: 17px; line-height: 17px; color: #4a71aa; border-bottom: 1px solid #c5c5c8; border-top: 1px solid #99999b; box-shadow: 0 1px 0 #fff; border-bottom: 1px solid #c5c5c8; border-top: 1px solid #99999b; background-position: 0px -27px;  }

input.caution, a.caution			{ color: #875625; text-shadow: 0 1px 0 #ffe899; border-color: #dfa033; border-top-color: #eaaa42; border-bottom-color: #ce8f20; background: url(../images/bg-button-yellow-sprite.png) 0px 0px repeat-x #ffcc4e;}
input.caution, a.caution			{ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}
input.caution:focus, a.caution:focus,
input.caution:hover, a.caution:hover	{ color: #613e1b;}	  
input.caution:active, a.caution:active	{ color: #613e1b; border-color: #dfa033; border-bottom-color: #eaaa42; border-top-color: #ce8f20; background-position: 0px -21px;}

input.warning, a.warning			{ color: #77201a; text-shadow: 0 1px 0 #f98c7f; border-color: #9f2e26; border-top-color: #ba362e; border-bottom-color: #7a211b; background: url(../images/bg-button-red-sprite.png) 0px 0px repeat-x #db4d41;}
input.warning, a.warning			{ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}
input.warning:focus, a.warning:focus,
input.warning:hover, a.warning:hover	{ color: #4d1511;}	  
input.warning:active, a.warning:active	{ color: #4d1511; border-color: #9f2e26; border-top-color: #7a211b; border-bottom-color: #ba362e; background-position: 0px -21px;}

input[type="hidden"]                { display: none; }

a.button-faux.disabled,
a.button-faux.disabled:hover,
a.button-faux.disabled:active,
a.button-faux.aspNetDisabled ,
a.button-faux.aspNetDisabled:hover,
a.button-faux.aspNetDisabled:active,
a.button-faux[disabled="disabled"]	{ color: #a9a9ad; background: #f2f2f2; border: 1px solid #b3b3b6; border-top: 1px solid #c5c5c8; border-bottom: 1px solid #99999b; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10); }
a.button-v-align-fix                { float: right; margin: 2px 0 0 5px; }

input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled						{ color: #a9a9ad;background-position: 0px -42px; border: 1px solid #b3b3b6; border-top: 1px solid #c5c5c8; border-bottom: 1px solid #99999b; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10); }

input[type="text"]:disabled,
input[type="password"]:disabled,
textarea:disabled					{ background: #f2f2f2; color: #9c9c9c; cursor: default; text-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; }
select[disabled="disabled"]			{ background: #f2f2f2; color: #9c9c9c; cursor: default; text-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; }

a.aspNetDisabled                    { color: #a9a9ad; cursor: default;}

input[readonly="readonly"]			{ background: #f2f2f2; color: #9c9c9c; cursor: default; text-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff;}

input[type="submit"],
input[type="button"],
button,
a.button-faux						{ -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none;	-ms-user-select: none; user-select: none; }

/* Sidebar Styles */

div.content-sidebar			{ padding: 0 0 60px 0; background: none; }
div.wrapper-sidebar			{ background: url(../images/bg-content-sidebar.png) top left repeat-y #f7f7f7; }

table#sidebar-table                 { width: 100%;}
table#sidebar-table td#sidebar      { width: 200px; vertical-align: top; padding: 20px;}
table#sidebar-table td#tabcontainer { padding: 20px; vertical-align: top; padding: 20px;}

ul.sidebar-tabs				{ border: 1px solid #c6c6c9; }
ul.sidebar-tabs				{ box-shadow: 0 2px 2px #eaeaea; }
ul.sidebar-tabs li			{ margin: 0; padding: 0; }
ul.sidebar-tabs li			{ background: -moz-linear-gradient(top,  #ffffff,  #ececeb); }
ul.sidebar-tabs li a		{ display: block; padding-left: 30px; height: 30px; line-height: 30px; text-decoration: none; font-weight: bold; border-top: 1px solid #c6c6c9; }
ul.sidebar-tabs li a		{ background: url(../images/icon/iconsprite-profile.png) 5px 6px no-repeat; }

ul.sidebar-tabs li a#profile	{ background-position: 5px 6px;}
ul.sidebar-tabs li a#lines		{ background-position: 5px -35px;}
ul.sidebar-tabs li a#bills		{ background-position: 5px -73px;}
ul.sidebar-tabs li a#orders		{ background-position: 5px -115px;}
ul.sidebar-tabs li a#tickets	{ background-image: url(../images/icon/icon-ticket.png); background-position: 5px 6px; background-repeat: no-repeat;}
ul.sidebar-tabs li a#notes      { background-position: 5px -153px;}
ul.sidebar-tabs li a#attachments { background-image: url(../images/icon/icon-application-plus.png); background-position: 5px 6px; background-repeat: no-repeat; }
ul.sidebar-tabs li a#requests   { background-image: url(../Images/icon/icon-move-edit.png); background-position: 5px 6px; background-repeat: no-repeat;}

ul.sidebar-tabs li a:hover		{ background-color: #fff; }
ul.sidebar-tabs li.first a		{ border-top: none; }
ul.sidebar-tabs li.active a		{ background-color: #fff; color: #484848; }
ul.sidebar-tabs li.active a span	{ display: block; height: 30px; width: 24px; float: right; background: url(../images/icon/icon-tab-active.png) center center no-repeat; border-left: 1px solid #c6c6c9;  }

/* Sections */
table.section-wrapper					                { table-layout: fixed; width: 100%;}
table.section-wrapper > tbody > tr > td				    { vertical-align: top; padding: 0 10px;}
table.section-wrapper > tbody > tr > td:first-child     { padding-left: 0px;}
table.section-wrapper > tbody > tr > td:last-child      { padding-right: 0px;}
table.section-wrapper > tbody > tr > td.fourth          { width: 215px;}
table.section-wrapper > tbody > tr > td.third           { width: 355px;}

div.section				        { background: #fff; border: 1px solid #b7b7ba; margin-bottom: 20px; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);}
div.section h3			        { display: block; height: 27px; padding: 0 10px; border-bottom: 1px solid #bfbfc2; box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.10); border-radius: 3px 3px 0 0;}
div.section h3			        { font-size: 13px; font-weight: bold;  line-height: 27px;}
div.section h3			        { background: #f8f8f8; background: linear-gradient(to bottom, #f8f8f8 0%,#ecebeb 100%); }
div.section h3 a.button-faux    { float: right; margin-top: 4px; margin-bottom: 0; box-shadow: 0 1px 0 #fff;}
div.section p:not(.MessageBoxBase) { padding: 0 10px 5px 10px;}

div.section div.section-header h2		{ display: block; height: 27px; padding: 0 10px; border-bottom: 1px solid #bfbfc2; box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.10); border-radius: 3px 3px 0 0;}
div.section div.section-header h2		{ font-size: 13px; font-weight: bold;  line-height: 27px;}
div.section div.section-header h2		{ background: #f8f8f8; background: linear-gradient(to bottom, #f8f8f8 0%,#ecebeb 100%); }

div.section div.section-header h2 span.title	{ float: left; line-height: 29px; display: block; height: 29px; font-size: 14px; font-weight: bold; color: #1a385d;}
div.section div.section-header h2 span.buttons	{ display: block; float: right; padding-right: 0px;}
div.section div.section-header h2 span.buttons input,
div.section div.section-header h2 span.buttons input:hover,
div.section div.section-header h2 span.buttons input:focus,
div.section div.section-header h2 span.buttons input:active		{ margin-top: 3px; box-shadow: 0 1px 0 #fff;}
div.section div.section-header h2 span.buttons a.btn-small      { margin-top: 4px; margin-right: 0px;}
div.section div.section-header h2 span.count                    { font-size: 10px; font-weight: bold; color: #484848; text-align: center; border: 1px solid #c6c6c9; background: #f2f2f2; padding: 1px 0; width: 25px; float: left; margin-left: 5px; margin-top: 5px; }
div.section div.section-header h2 span.count                    { border-radius: 3px; box-shadow: inset 0px 1px 0px 0px #fff; }
div.section div.section-wrap	        { padding: 10px; }
div.section div.section-table-wrap      { padding: 10px;}

table.section-table							{ width: 100%; table-layout: fixed; }
table.section-table tr td					{ padding: 10px; border-bottom: 1px solid #dedede; border-left: 1px solid #dedede; }
table.section-table tr td:first-child		{ border-left: none; }
table.section-table tr td.infocell a		{ display: block; font-size: 32px; font-weight: bold; text-align: center; }
table.section-table tr td.infocell strong	{ display: block; text-transform: uppercase; font-size: 12px; color: #7e7e7f; text-align: center; }

div.tab_content table.section-table tr td   { border-bottom: none;}
div.tab_content table.section-table tr td ul.formset strong a { margin-bottom: 0px;}

table.section-table tr td table.radio-list td { border: none; padding: 2px 0px;}

table.section-table td.address			{ border-bottom: none;}
table.section-table td.address strong	{ display: block; font-size: 13px; margin-bottom: 5px;}
table.section-table td.address span		{ display: block; padding-left: 24px;}

table.section-table table.mceLayout td	{ padding: 0; border-bottom: none; }
table.section-table table.mceLayout td.mceIframeContainer	{ border-bottom: 1px solid #CCC; }

/* Formset */
ul.formset					{ padding: 10px; display: block;}
ul.formset li				{ margin-bottom: 20px; padding: 0;}
ul.formset li:after 		{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
ul.formset li 			{ display: inline-block; }
/* start commented backslash hack \*/
* html ul.formset li 	{ height: 1%; }
ul.formset li 			{ display: block; }
/* close commented backslash hack */
ul.formset li strong		{ font-weight: bold; display: block;}
ul.formset li strong a		{ margin-left: 5px; }
ul.formset li small			{ display: block; margin-top: 1px;}
ul.formset li input[type="text"],
ul.formset li input[type="password"],
ul.formset li textarea,
ul.formset li select		{ margin-top: 7px; margin-right: 5px;}
ul.formset li span.subtext	{ margin-top: 7px; display: block; }
ul.formset li h5			{ margin: 0; }
ul.formset li label			{ display: inline-block; padding-right: 10px; }
ul.formset li div.imagecontainer { display: inline-block; position: relative; top: 7px;}
ul.formset li a.button-faux	{ float: none; display: inline-block; position: relative; top: 7px; }
ul.formset li a.button-faux.small	{ top: 5px; }
ul.formset li small.note    { display: block; padding: 5px 0 0 0; clear: both; font-style: italic; }
ul.formset li.multiple input        { float: left; }
ul.formset li.multiple span.subtext { float: left; font-size: 13px; padding: 3px 5px 0 5px; }
ul.formset li.buttons       { margin-bottom: 0px;}
ul.formset li.centered      { text-align: center;}

ul.formset li div.StripeElement             { margin-top: 1px; border: 1px solid #c6c6c9; float:left; display:block; padding: 5px 5px; border-radius: 3px; box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 1);}
ul.formset li div.StripeElement--focus      { box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(74,113,170,.5); border-color: #92bcf6; color: #484848;}

ul.formset li div.stripe-element-number     { width: 190px;}
ul.formset li div.stripe-element-expiry     { width: 55px;}
ul.formset li div.stripe-element-cvc        { width: 45px;}

ul.formset li div.StripeElement.disabled    { background-color: #f2f2f2;}

ul.formset-right                { float: left;}
ul.formset-right li             { margin-bottom: 10px;}
ul.formset-right li strong		{ float: left; margin-top: 5px; font-weight: bold; display: block; width: 120px;}
ul.formset-right li input[type="text"],
ul.formset-right li input[type="password"],
ul.formset-right li textarea,
ul.formset-right li select		{ margin-top: 0px; margin-right: 5px;}

/* Field Layout formset */
ul.formset li div.selsearch + input       { margin-top: 10px; margin-left: 3px; }
ul.formset li strong:has(+ table.gdg),
ul.formset li strong:has(+ div table.gdg)     { display: none; }

/* Section Formset */
ul.formset.formset-medium.formset-section, ul.formset.formset-address.formset-section {
    padding: 10px;
    display: block;
    background: #ffffff;
    border: 1px solid #b7b7ba;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
}

ul.formset.formset-medium.formset-section li strong, ul.formset.formset-address.formset-section li strong {
    float: left;
    display: block;
    width: 165px;
    padding-right: 10px;
    line-height: 20px;
}

ul.formset.formset-address.formset-section li strong {
    width: 110px;
}

ul.formset.formset-section li.section-title {
    margin: -10px -10px 10px -10px;
    padding: 0px;
}

ul.formset.formset-section li.section-title h3 {
    background: linear-gradient(to bottom, #f8f8f8 0%,#ecebeb 100%);
    border-bottom: 1px solid #bfbfc2;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.10);
    border-radius: 3px 3px 0 0;
    padding: 0 10px;
    display: block;
    height: 27px;
    line-height: 27px;
    font-size: 13px;
    font-weight: bold;
}

ul.formset.formset-section li {
    display: block;
    margin: 0;
    padding: 5px 0;
}

ul.formset-section li label {
    float: left;
    padding-right: 15px;
}

ul.formset.formset-section li input, ul.formset.formset-section li select {
    float: left;
    margin: 0 5px 0 0;
}

ul.formset-medium.formset-section li strong {
    float: left;
    display: block;
    width: 12em;
    padding-right: 10px;
    line-height: 20px;
}

ul.formset-section li ul.formset-indent{
    display: table;
    padding-bottom: 0;
}

ul.formset.formset-indent li {
    padding-left: 20px;
}

ul.formset.formset-section.formset-indent li strong {
    width: 100px;
}

ul.formset.formset-section li span.subtext {
    float: left;
    padding: 0 5px;
    line-height: 25px;
    margin-top: 0px;
}

ul.formset.formset-nopadding {
    padding: 0px;
}

ul.formset-medium.formset-section li small.note {
    padding: 5px 0 0 175px;
}

/* Info Table */
table.info-table-wrapper                                { width: 100%; table-layout: fixed;}
table.info-table-wrapper > tbody > tr > td              { padding: 10px; border-right: 1px solid #dedede; vertical-align: top; }
table.info-table-wrapper > tbody > tr > td:last-child   { border-right: none;}
table.info-table-wrapper > tbody > tr.double > td       { border-top: 1px solid #dedede;} 

table.info-table th         { width: 150px; font-weight: bold; padding: 2px 5px;}
table.info-table td         { padding: 2px 5px; }

/* Messagebox */
p.MessageBoxBase			{ padding: 5px 10px 5px 28px; background: url(/images/icons/icon-info.png) 5px 7px no-repeat #eff5fe; border: 1px solid #92bcf6; font-weight: normal; color: #484848; margin-bottom: 20px; }
p.MessageBoxBase			{ border-radius: 3px; }
p.MessageBoxBase			{ box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);}

p.MessageBoxError			{ background: url(/images/icons/icon-error.png) 5px 7px no-repeat #f2985a; border-color: #d55813; color: #484848; font-weight: bold; text-shadow: 0 1px 0 #f0cfb8; }
p.MessageBoxInformation			{ background: url(/images/icons/icon-message.png) 5px 7px no-repeat #eff5fe; border-color: #92bcf6; color: #484848; }
p.MessageBoxSuccess			{ background: url(/images/icons/icon-ok.png) 5px 6px no-repeat #e0f88d; border-color: #8cb533; color: #484848; }
p.MessageBoxWarning			{ background: url(/images/icons/icon-warning.png) 5px 6px no-repeat #fbda78; border-color: #efa321; color: #484848; font-weight: bold; }
p.MessageBoxLoading			{ background: url(/SharedImages/yellow-loader.gif) 5px 6px no-repeat #fff1a8; border-color: #f0c36d; color: #383838; }

p.MessageBoxNoContent		{ float: left; margin-bottom: 0; background: url(/images/icons/icon-disable.png) 5px 7px no-repeat #eff5fe; border-color: #92bcf6; color: #484848;  }

p.MessageBoxBase:after 				{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
p.MessageBoxBase 					{ display: inline-block; }
/* start commented backslash hack \*/
* html p.MessageBoxBase 			{ height: 1%; }
p.MessageBoxBase 					{ display: block; }
/* close commented backslash hack */

/* Toolbars */
div.toolbar							{ margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #b7b7ba;}
div.toolbar strong					{ float: left; line-height: 25px; padding: 0 5px 0 0;}
div.toolbar strong.divider          { width: auto; border-left: 1px solid #dce3ed; padding: 0 5px 0 10px; margin-left: 5px; }
div.toolbar a						{ float: left; line-height: 25px; padding: 0 5px 0 0;}
div.toolbar a.extra					{ float: right; line-height: 25px; padding: 0 5px 0 0;}
div.toolbar a.button-faux.extra		{ float: right;}
div.toolbar input					{ float: left; margin-right: 10px; }
div.toolbar input[type="text"]		{ margin: 0 5px 0 0; padding: 0px 5px; }
div.toolbar input[type="submit"],
div.toolbar input[type="button"],
div.toolbar button					{ float: left; margin-right: 5px; margin-top: 2px;}
div.toolbar input.extra,
div.toolbar input[type="submit"].extra,
div.toolbar input[type="button"].extra	{ float: right; }
div.toolbar a.button-faux			{ float: left; padding: 0; margin-right: 5px; margin-top: 2px;}
div.toolbar a.button-faux span		{ margin: 0;}
div.toolbar select					{ float: left; margin: 0 5px 0 0; }
div.toolbar label					{ display: block; float: left; margin-top: 5px; margin-right: 10px;}
div.toolbar span.subtext			{ float: left; line-height: 25px; padding: 0 5px 0 0;}
div.toolbar .extra					{ float: right; }

div.toolbar table.tooltable td	    { padding-bottom: 15px; vertical-align: top; }
div.toolbar table.tooltable strong	{ width: 100%;}

div.toolbarfaux						{ border: none; }

div.toolbar:after 					{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
div.toolbar 						{ display: inline-block; }
/* start commented backslash hack \*/
* html div.toolbar 					{ height: 1%; }
div.toolbar 						{ display: block; }
/* close commented backslash hack */

/* Generic Datagrid */
table.gdg							{ width: 100%; margin-bottom: 20px;}
table.gdg.gdg-fixed					{ table-layout: fixed;}
table.gdg tr						{ background: #fff; border-left: 1px solid #bbbbbe; border-right: 1px solid #bbbbbe; border-bottom: 1px solid #bbbbbe;}
table.gdg tr td						{ font-size: 12px; padding: 7px 10px; border-top: 1px solid #dedede; overflow: hidden; word-wrap: break-word;}
table.gdg tr td a					{ overflow: hidden; word-wrap: break-word;}

table.gdg tr td label  { position: relative; top: 3px;}

table.gdg tr td.actions 				{ padding: 0; }
table.gdg tr td.actions a.button-faux	{ float: right; position: relative; top: 6px; margin: 0 10px 0 0;}

div.gdg-searchbox						{ float: right;}
div.gdg-searchbox div strong			{ float: left; margin: 3px 5px 0 0; }
div.gdg-searchbox input[type="text"]	{ margin: 0; height: 21px; padding: 0px 5px; }
div.gdg-searchbox input[type="button"]	{ margin: 0; position: relative; top: 1px;}

div.gdg-masterbox			{ margin-bottom: 10px; }

div.gdg-exportbox			{ float: left; }
div.gdg-exportbox input		{ margin-right: 7px;}
div.gdg-exportbox strong	{ float: left; margin: 0 5px 0 0; }

table.gdg thead tr th,
table.gdg thead tr th a		{ font-size: 11px; font-weight: bold; padding: 10px; text-transform: uppercase; color: #484848; text-decoration: none; white-space: nowrap;}
table.gdg thead tr th a		{ padding: 0; }
table.gdg thead tr 			{ background: #f8f8f8; background: linear-gradient(to bottom, #f8f8f8 0%,#ecebeb 100%); box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);  }
table.gdg thead tr th		{ border-bottom: 1px solid #bbbbbe; border-top: 1px solid #bbbbbe;}			

table.gdg tr.gdg-header td,
table.gdg tr.gdg-header td a		{ font-size: 11px; font-weight: bold; padding: 10px; text-transform: uppercase; color: #484848; text-decoration: none; white-space: nowrap;}
table.gdg tr.gdg-header td a		{ padding: 0; }
table.gdg tr.gdg-header 			{ background: #f8f8f8; background: linear-gradient(to bottom, #f8f8f8 0%,#ecebeb 100%); box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);  }
table.gdg tr.gdg-header td			{ border-bottom: 1px solid #bbbbbe; border-top: 1px solid #bbbbbe;}			

table.gdg tr.gdg-pager				{ background: none; border: none;}
table.gdg tr.gdg-pager td			{ border: none; padding: 5px 0px 10px 0px;}
table.gdg tr.gdg-pager td span		{ padding: 2px 6px 2px 6px; border: none; color: #484848; font-weight: bold;}
table.gdg tr.gdg-pager td a			{ color: #484848; padding: 2px 5px 2px 5px; font-size: 12px; font-weight: bold; cursor: pointer; text-shadow: 0 1px 0 #fff; margin: 0;}
table.gdg tr.gdg-pager td a			{ background: url(../images/bg-button-grey-sprite.png) 0px 0px repeat-x #f2f2f2; border: 1px solid #b3b3b6; border-top: 1px solid #c5c5c8; border-bottom: 1px solid #99999b;}
table.gdg tr.gdg-pager td a			{ border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);}
table.gdg tr.gdg-pager td a:hover	{ text-decoration: none; color: #4a71aa;}
table.gdg tr.gdg-pager td a:active	{ box-shadow: 0 1px 0 #fff; border-bottom: 1px solid #c5c5c8; border-top: 1px solid #99999b; background-position: 0px -21px;}

table.gdg tr td.icon				{ width: 16px; }
table.gdg tr td a.arrow-down		{ display: block; width: 16px; height: 12px; position: relative; top: 4px; background: url(../images/icon-expand-indicator.png) 2px 0 no-repeat; }
table.gdg tr td a.arrow-down:hover	{ background-position: 2px -70px;}
table.gdg tr td a.arrow-down.active	{ background-position: 2px -70px;}

table.gdg tr.link								{ cursor: pointer;}
table.gdg tr.link:hover td						{ background: #fbf6d9;}
table.gdg tr.active								{ background: #fbf6d9;}
table.gdg tr.expandinfo							{ display: none; }
table.gdg tr.expandinfo	td						{ padding: 0; background: #fff;}

table.gdg tr.subheader td			{ background: #f3f9ff;}
table.gdg tr.subheader td label     { top: 0px; }
table.gdg tr.subheader td strong    { font-size: 12px; padding-left: 15px; line-height: 13px; }

table.gdg tr.expandinfo	td div.expandcontent	{ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.10); }

h3.gdg-title						{ display: block; margin: 0; padding: 5px 10px 4px 10px; font-size: 12px; background: #fff; border-radius: 3px 3px 0 0; border-left: 1px solid #bbbbbe;  border-right: 1px solid #bbbbbe; border-top: 1px solid #bbbbbe;}

table.gdg-auto-totals		{ border: 1px solid #bbbbbe; margin-bottom: 20px;}
table.gdg-auto-totals		{ box-shadow: 0 2px 3px #e9e7e7; }
table.gdg-auto-totals tr    { background: #fff; border-left: 1px solid #bbbbbe; border-right: 1px solid #bbbbbe; border-bottom: 1px solid #bbbbbe; }
table.gdg-auto-totals tr td,
table.gdg-auto-totals tr th { font-size: 12px; padding: 7px 10px; border-top: 1px solid #dedede; overflow: hidden; word-wrap: break-word;}
table.gdg-auto-totals tr th	{ font-weight: bold; }

/* Submenu */
div.submenu							{ display: none; position: absolute; margin: 21px 0 0 -116px; width: 170px; background: #fff; border: 1px solid #b9b9bc; z-index: 110;}
div.submenu							{ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);}
div.submenu ol li					{ border-top: 1px solid #e1e1e4;}
div.submenu ol li.first,
div.submenu ol li:first-child		{ border: none; }
div.submenu ol li a					{ display: block; padding: 2px 10px; height: 24px; line-height: 24px; text-decoration: none; font-size: 11px; color: #2c5e9d; font-weight: bold;}
div.submenu ol li a:hover			{ background-color: #fbf6d9;}
div.submenu ol li a.disabled		{ color: #C6C6C9; }
div.submenu ol li a.disabled:hover	{ background-color: #f7f9f9;  }

/* Tabs */
ul.tabs						{ margin: 0; padding: 0; float: left; list-style: none;	height: 25px; border-bottom: 1px solid #b7b7ba; width: 100%; }
ul.tabs li					{ float: left; margin: 0 1px; padding: 0; height: 24px; line-height: 25px; border: 1px solid #b7b7ba; margin-bottom: -1px; overflow: hidden; position: relative; border-radius: 3px 3px 0 0;}
ul.tabs li:first-child		{ margin-left: 0px; }
ul.tabs li a				{ font-weight: bold; text-decoration: none; height: 24px; line-height: 24px; color: #484848; display: block; padding: 0 15px 0 15px; outline: none; text-shadow: 0 1px 0 #fff; }
ul.tabs li a				{ background: url(/SharedImages/bg-tabs.png) 0px 0px repeat-x #f0f0f0; border-radius: 3px 3px 0 0; }
ul.tabs li a:hover			{ color: #4a71aa; }
ul.tabs li a span.count		{ background: #42b62f; padding: 1px 5px; margin-left: 3px; font-size: 11px; font-weight: bold; color: #fff; border-radius: 3px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);}
ul.tabs li.active		    { height: 26px; margin-top: -2px; border-bottom: 1px solid #fff;}
ul.tabs li.active a, 
ul.tabs li.active a:hover   { height: 26px; line-height: 27px; background: #fff; color: #4a71aa; text-shadow: 0 1px 0 #fff;}
.tab_container				{ border: 1px solid #b7b7ba; border-top: none; clear: both; float: left; width: 100%; background: #fff; }
.tab_container				{ border-radius:  0 0 3px 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);  }
.tab_content				{ padding: 10px; min-height: 200px; }
.tab_content a.button-faux  { margin-bottom: 10px; }

/* Requests */
td#sidebar div.section ul.sidebar-tabs                              { border-left: none; border-right: none; border-top: none;}
td#sidebar div.section ul.sidebar-tabs li                           { background: #fff; padding: 0;}
td#sidebar div.section ul.sidebar-tabs li.first                     { border-top: none;}
td#sidebar div.section ul.sidebar-tabs li a                         { text-align: left; height: auto; line-height: normal; color: #2c5e9d; background: none; padding: 9px 10px;}
td#sidebar div.section ul.sidebar-tabs li.active                    { background: #eff5fe;}
td#sidebar div.section ul.sidebar-tabs li a:hover                   { background: #fcf7d1;}
td#sidebar div.section ul.sidebar-tabs li a:disabled,
td#sidebar div.section ul.sidebar-tabs li a.aspNetDisabled          { color: #a9a9ad;}
td#sidebar div.section ul.sidebar-tabs li a:disabled:hover,
td#sidebar div.section ul.sidebar-tabs li a.aspNetDisabled:hover    { background: #fff;}
td#sidebar div.section ul.sidebar-tabs i.error-message              { float: right; margin-right: 5px; margin-top: 4px;}
td#sidebar div.section ul.sidebar-tabs span.count                   { font-size: 10px; font-weight: bold; color: #484848; text-align: center; height: 15px; border: 1px solid #c6c6c9; background: #f2f2f2; padding: 1px 0; margin-top: -3px; width: 25px; float: right;}
td#sidebar div.section ul.sidebar-tabs span.count                   { border-radius: 3px; box-shadow: inset 0px 1px 0px 0px #fff; }

a.lnk-step i    { float: right; margin-top: 1px; font-size: 16px; font-weight: normal;}

td#sidebar ul.sidebar-info                         { margin: 0; padding: 0;}
td#sidebar ul.sidebar-info li                      { padding: 5px 6px 5px 10px; border-top: 1px solid #dce3ed; }
td#sidebar ul.sidebar-info li.first,
td#sidebar ul.sidebar-info li.noborder             { border: none; }
td#sidebar ul.sidebar-info li strong               { display: block; margin-bottom: 2px;}
td#sidebar ul.sidebar-info li a.btn-edit           { float: right; font-weight: normal; margin-right: 7px;}

div.card		                { width: 250px; float: left; margin: 0 20px 20px 0; padding: 5px 0; background: #fff; border: 1px solid #b7b7ba; margin-bottom: 20px; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);}
div.card ul li			        { padding: 5px 10px; font-size: 12px; float: left; width: 100%; }
div.card ul li strong           { padding-right: 5px; float: left; width: 60px;}
div.card ul li h4               { display: block; width: 92%; color: #484848; margin: 0px; border: none; padding: 0px; line-height: 22px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
div.card ul li h4 img,           
div.card ul li h4 span.image-faux   { float: left; width: 22px; height: 22px; margin-right: 10px; border-radius: 11px;}
div.card ul li h4 span.image-faux   { display: block; background-color: #c1c1c1; overflow: hidden;}
div.card ul li h4 span.image-faux i { display: block; width: 22px; height: 22px; text-align: center; color: #fff; line-height: 22px;}
div.card ul li h5               { display: block; color: #484848; margin: 0px; border: none; padding: 0px; line-height: 22px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
div.card ul li.divider          { border-bottom: 1px solid #bfbfc2; padding: 2px 0;}
div.card ul li.buttons          { padding: 7px 0 5px 0;}
div.card ul li.buttons a        { float: right; margin-right: 10px;}
div.card ul li.address          { height: 64px; display: table;}
div.card ul li.address span     { display: table-cell; padding: 0 10px; vertical-align: middle;}
div.card-divider                { display: block; width: 100%; float: left; margin-bottom: 10px;}
div.card-divider h5 i           { margin-right: 3px;}

table.request-services a.btn-edit-property                  { text-decoration: none; padding: 1px 3px; border-radius: 3px;}
table.request-services a.btn-edit-property span             { display: inline-block; min-width: 10px;}
table.request-services a.btn-edit-property:hover            { background: #fff}
table.request-services div.request-products-wrapper         { display: table; table-layout: fixed; width: 100%; margin-bottom: 10px;}
table.request-services div.products-left,                   
table.request-services div.products-right                   { display: table-cell; min-width: 350px; padding: 10px 10px 0 10px;}

table.request-services table.product-table				    { width: 100%; border: 1px solid #c9c9cc; border-top: 1px solid #c6c6c9; margin: 10px 0 10px 0; border-collapse: collapse;}
table.request-services table.product-table tr				{ border-top: 1px solid #c9c9cc;}
table.request-services table.product-table tr th			{ font-size: 11px; padding: 7px 5px; color: #484848; text-shadow: 0 1px 0 #fff; font-weight: bold; box-shadow: 0 1px 0 #fff; background: #f2f2f2; background: -moz-linear-gradient(top,  #ffffff,  #f2f2f2);}
table.request-services table.product-table tr td			{ font-size: 11px; padding: 6px 5px; vertical-align: top; background: #fff;}
table.request-services table.product-table tr td.description { -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
table.request-services table.product-table tr.totals        { border-bottom: 1px solid #c9c9cc;}
table.request-services table.product-table tr.totals td 	{ background: #f8f8f8; }
table.request-services table.product-table tr td em		    { font-style: italic; }
table.request-services table.product-table tr td a		    { text-decoration: none; font-weight: bold; }
table.request-services table.product-table tr td a:hover	{ text-decoration: underline; }
table.request-services table.product-table tr td strong	    { font-weight: bold; }
table.request-services table.product-table tr td acronym	{ color: #db3535; font-weight: bold; padding: 5px 0; border: none; margin-left: 5px;}

a.lnk-step i            { float: right; margin-top: 1px; font-size: 16px; font-weight: normal;}
span.shipping-label     { margin-left: 10px; font-weight: bold; }
ul.shipping-box         { margin-bottom: -10px; }

/* Request Summary */
#summary-table                  { width: 100%; margin-bottom: 10px;}
#summary-table td               { vertical-align: top;}
#summary-table td.first         { padding-right: 20px;}
#summary-table td#column-2      { width: 320px;}
#summary-table td#column-2 i.fa-spinner { margin: 20px 10px 20px -20px;}

#charges-summary            { padding: 10px 0px 10px 10px;}

table.tax-list				    { width: 298px; padding-right: 10px; margin: 0 10px 10px 0; float: left;}
table.tax-list td			    { padding: 2px 0 3px 0; border-bottom: 1px solid #eee; padding-right: 2px;}
table.tax-list td.text-right    { text-align: right;}
table.tax-list th			    { border: none; border-bottom: 1px solid #c6c6c9; font-size: 13px; font-weight: bold; color: #1a385d;}
table.tax-list th.subheader     { font-style: italic;}
table.tax-list h5		        { margin: 0; padding: 0;  line-height: 18px; border: none; }
table.tax-list h6		        { margin: 0; padding: 0; font-size: 13px; font-weight: bold; font-style: italic; line-height: 18px; border: none;}

div.content-request-tasks       { padding: 10px; }

/* Canvas */
div#canvasdiv							{ position: relative; width: 500px; height: 200px; background: url(../images/bg-signature.png) top left no-repeat;}
div.signature-flash-wrapper			    { position: relative; width: 500px; height: 220px; background: url(../images/bg-signature.png) top left no-repeat;}
canvas									{ cursor: pointer;}
a#btn-canvas-clear						{ position: absolute; left: 412px; top: 200px; font-size: 12px; white-space:nowrap;}
div.sig-canvas							{ position: relative; }
li.iframecontainer						{ padding-top: 40px; }

ul.regularlist					{ float: none; display: block; width: 100%; margin-top: 10px;}
ul.regularlist li				{ background: url(/Images/bullet.png) 0px 8px no-repeat; padding-left: 15px; margin-bottom: 5px; float: none; display: block; width: 90%; clear: both; }

/* Dropdown filter */
div.selsearch						{ position: relative; float: left; background: #fff;}
div.selsearch select				{ float: left; width: auto; margin: 2px 5px 0 0; }
div.selsearch input[type="text"]	{ display: none; position: relative; height: 25px; width: auto !important; margin: 2px 5px 0 0;}
div.selsearch ul					{ float: none; display: none; position: absolute; z-index: 200; max-height: 200px; overflow: auto; background: #fff; top: 20px; border: 1px solid #b7b7ba; margin-top: 1px; }
*:first-child+html div.selsearch ul	{ left: 0px; }
div.selsearch ul li					{ float: none; cursor: pointer; color: #4a71aa;  border-top: 1px solid #e1e1e4; font-weight: bold; padding: 6px 0; margin: 0; text-indent: 5px; text-decoration: none; white-space: nowrap;}
div.selsearch ul li                 { overflow: hidden;  }
div.selsearch ul li:first-child		{ border: none; }
div.selsearch ul li.selected		{ background: #fcf7d1; color: #484848; }
div.selsearch ul li:hover			{ background: #fbf6d9; }
div.selsearch ul li.empty			{ color: #db0000; background: none;}
div.selsearch span.loading			{ display: none; float: left; line-height: 30px; color: #8f8e8e; text-indent: 10px;  }
div.selsearch span.infohelp			{ display: none; float: left; line-height: 30px; color: #8f8e8e; text-indent: 10px; }
div.selsearch a.lnkraw				{ float: left; line-height: 30px; margin-left: 10px;}
div#og-dialog-content div.selsearch span.loading    { position: absolute; top: -99999px;}

/* Tooltip */
#tooltip					{ position: absolute; z-index: 3000; }

.tooltip-default			{ max-width: 400px; background-color: #fff; border: 1px solid #c5c5c8; border-radius: 3px; padding: 10px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);}

.tooltip-ticketgrid								{ border: 1px solid #c5c5c8; background-color: #fff; width: auto; padding: 10px; }
.tooltip-ticketgrid                             { border-radius: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);}
.tooltip-ticketgrid div.body					{ font-weight: normal;}
.tooltip-ticketgrid div.body p					{ font-weight: normal;}
.tooltip-ticketgrid div.body h6					{ font-weight: bold; margin: 0; font-size: 12px; color: #484848; border-bottom: 1px solid #d7d5d5; padding: 0 0 5px 0;}
.tooltip-ticketgrid div.body h6 em				{ float: right; font-weight: normal;}

td.ticket-grid-note, td.ticket-grid-update         { cursor: pointer; }

.ui-tooltip                    { max-width: 400px; background-color: #fff; border: 1px solid #c5c5c8; border-radius: 3px; padding: 10px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);}

/* Datepicker */
div.dp-popup 			{ background: url(../images/datepicker/head.png) top left repeat-x #393c3c; border: 1px solid #45494a; border-top: none; font-family: arial, sans-serif; font-size: 10px; line-height: 1.2em; padding: 2px; position: relative; width: 200px; }
div.dp-popup   			{ border-radius: 3px; }
div#dp-popup 			{ position: absolute; z-index: 99999; }
div.dp-popup h2 		{ font-size: 12px; margin: 2px 0; padding: 0; text-align: center; text-shadow: 0 -1px 0 #000; color: #fff; font-weight: bold; }

a#dp-close 				{ display: block; font-size: 11px; padding: 4px 0; text-align: center; }
a#dp-close:hover 		{ text-decoration: underline; }

div.dp-popup a 						{ text-shadow: 0 -1px 0 #000; color: #fff; padding: 3px 5px 0; text-decoration: none; font-weight: bold;}
div.dp-popup a:hover				{ background: #45494a; }
div.dp-popup div.dp-nav-prev 		{ left: 4px; position: absolute; top: 2px; width: 100px; }
div.dp-popup div.dp-nav-prev a		{ float: left; }
div.dp-popup div.dp-nav-prev a, 
div.dp-popup div.dp-nav-next a 		{ cursor: pointer; }
div.dp-popup div.dp-nav-prev a.disabled, 
div.dp-popup div.dp-nav-next a.disabled 	{ cursor: default; }
div.dp-popup div.dp-nav-next 		{ position: absolute; right: 4px; top: 2px; width: 100px; }
div.dp-popup div.dp-nav-next a 		{ float: right; }
div.dp-popup a.disabled 			{ color: #aaa; cursor: default; }

div.dp-popup td 					{ cursor: pointer; }
div.dp-popup td.disabled 			{ cursor: default; }

div#content-popup					{ padding: 0 20px; background: #fff; height: 100%; }
div#content-popup div.toolbar		{ margin-bottom: 20px; padding-top: 10px; }
div#content-popup h2				{ padding-top: 20px; }

table.jCalendar 						{ background: #c5c5c8; border: 1px solid #484848; border-collapse: separate; border-spacing: 2px; }
table.jCalendar th 						{ background: url(../images/datepicker/head.png) top left no-repeat; color: #fff; text-shadow: 0 -1px 0 #000; font-weight: bold; padding: 5px 7px; text-align: center; }
table.jCalendar td 						{ background: url(../images/datepicker/cell.png) top left no-repeat; color: #484848; padding: 5px 7px; text-align: center; font-weight: bold; }
table.jCalendar td.other-month 			{ background: #ddd; color: #aaa; }
table.jCalendar td.today 				{ background: #fff; color: #cd3f15; }
table.jCalendar td.selected 			{ background: #4a71aa; color: #fff; text-shadow: 0 -1px 0 #1a385d; }
table.jCalendar td.selected.dp-hover 	{ background: #2c5e9d; color: #fff; text-shadow: 0 -1px 0 #1a385d; }
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td 	{ background: #fff; color: #000; }
table.jCalendar tr.selectedWeek td 		{ background: #f66; color: #fff; }
table.jCalendar td.disabled, 
table.jCalendar td.disabled.dp-hover 	{ background: #bbb; color: #888; }
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover { background: #bbb; color: #888; }

/* ogDialog */
form.dialog                 { min-width: 1px; }
#og-dialog 					{ height: auto; background: #fff; border: 1px solid #767676; padding: 0px;}
#og-dialog					{ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); border-radius: 3px; } 
#og-dialog-wrapper 			{ background: #fff; height: 100%; margin: 0; padding: 0; border-radius: 3px;}
#og-dialog-wrapper h4		{ display: block; height: 29px; padding: 0 10px; margin: 0; border-bottom: 1px solid #bfbfc2; box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.10); border-radius: 3px 3px 0 0;}
#og-dialog-wrapper h4		{ font-size: 13px; color: #1a385d; font-weight: bold;  line-height: 29px;}
#og-dialog-wrapper h4		{ background: #f8f8f8; background: linear-gradient(to bottom, #f8f8f8 0%,#ecebeb 100%); }
#og-dialog-content			{ padding: 0 10px;}
#og-dialog-content p		{ padding: 10px 0px;}
#og-dialog-content ul.formset { padding: 10px 0px;}
#og-dialog-panel 			{ text-align: center; padding-top: 6px; height: 29px; background: #f8f8f8; border-top: 1px solid #bfbfc2; margin: 0 -10px;}
#og-dialog-panel			{ box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1); border-radius: 0 0 3px 3px;}
#og-dialog-panel a.button-faux			{ float: none; padding: 3px 0 3px 0; display: inline; margin: 0 5px 0 0;}
#og-dialog-panel a.button-faux			{ box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff; }
#og-dialog-panel a.button-faux:active	{ color: #4a71aa; box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0 1px 0 #fff;}

#og-dialog-panel a.button-faux span	{ float: none; }
#og-btnclose				{ display: block; width: 30px; height: 28px; line-height: 28px; float: right; color: #fff; font-size: 18px; margin: 0; padding: 0; text-decoration: none;}
#og-dialog .button 			{ float: none;}

.faux-og-dialog-panel 				{ text-align: center; padding-top: 5px; height: 30px; background: #f8f8f8; border-top: 1px solid #bfbfc2; margin: 0 -10px; }
.faux-og-dialog-panel				{ box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1); border-radius: 0 0 3px 3px;}
.faux-og-dialog-panel a.button-faux	{ float: none; margin: 1px 5px 0 0; padding: 3px 0 3px 0; display: inline;}
.faux-og-dialog-panel a.button-faux span	{  float: none;}
.faux-og-dialog-panel-dismissnote 	{ margin: -18px -10px -18px -10px; }
.faux-og-dialog-panel-lockaccount   { margin: -18px -10px -18px -10px; }

/* Add Products */
div#product-dialog ul.formset strong        { float: left; display: block; width: 105px; padding-right: 10px;}
div#product-dialog ul.formset input         { float: left; }

ul.dialog-selector                          { height: 200px; overflow-y: auto; width: 100%;}
div.dialog-selector                         { height: 233px; overflow-y: auto; margin: 0 -10px 0 -10px; border-top: 1px solid #c7c7ca; }
div.dialog-selector table                   { width: 100%; table-layout: fixed; }
div.dialog-selector table tr                { border-top: 1px solid #dce3ed;}
div.dialog-selector table tr:first-of-type  { border-top: none;}
div.dialog-selector table tr td             { padding: 10px 7px 10px 7px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; vertical-align: middle; }
div.dialog-selector table tr td.first       { padding-left: 20px;}
ul formset li a.clear-filters               { float: right !important;}

/* Login Page */
body.login p.MessageBoxBase { width: 500px !important; margin: 0 auto;}
div.section-login           { width: 262px; margin: 30px auto 20px auto; padding: 0;}
body.login table.radio-list         { margin-left: auto; margin-right: auto; }
body.login table.radio-list td      { padding-bottom: 5px;}

/* Home Page */
ul.activity-overview				{ margin: 0; padding: 0;}
ul.activity-overview li				{ padding: 5px 10px; display: block; height: 34px; width: 192px !important; border-top: 1px solid #fff; border-bottom: 1px solid #cccccf; margin: 0;}
ul.activity-overview li				{ background: -moz-linear-gradient(top,  #ffffff,  #ececeb); }
ul.activity-overview li strong		{ display: block; margin-bottom: 2px;}
ul.activity-overview li strong a	{ font-weight: bold; text-decoration: none; text-shadow: 0 1px 0 #fff;}
ul.activity-overview li.hover		{ cursor: pointer; background: #ececeb; }
ul.activity-overview li.total		{ background: #fff; cursor: default; height: 20px; line-height: 20px; }
ul.activity-overview li.total strong{ color: #484848; float: left; width: auto; margin-right: 5px; }
ul.activity-overview li.total span.subtext { float: left; }

div.barchart						{ float: left; background: url(../Images/customer-bars-sprite.png) top left repeat-x; height: 12px; width: 194px; border-bottom: 1px solid #fff; margin: -3px 0 0 0; padding: 0; }
div.barchart span					{ display: block; background: url(../Images/customer-bars-sprite.png) top left repeat-x; height: 12px; margin: 0; padding: 0;}
div.bar-active span					{ background-position: 0px -24px;}
div.bar-pending span				{ background-position: 0px -48px;}
div.bar-suspended span				{ background-position: 0px -36px;}
div.bar-prospect span				{ background-position: 0px -12px;}

div.bar-approved span               { background-position: 0px -24px;}
div.bar-needsform span              { background-position: 0px -36px;}
div.bar-needsreview span            { background-position: 0px -48px;}
div.bar-rejected span               { background-position: 0px -36px;}
div.bar-routetoagent span           { background-position: 0px -12px;}

ul#recent-customers					{ margin: 0; padding: 0;}
ul#recent-customers	li				{ display: block; height: 27px; width: auto; border-top: 1px solid #fff; border-bottom: 1px solid #cccccf; margin: 0;}
ul#recent-customers	li				{ background: -moz-linear-gradient(top,  #ffffff,  #ececeb); }
ul#recent-customers	li a			{ background: url(../Images/bg-status-sprite.png) top left no-repeat; display: block; height: 27px; line-height: 27px; padding: 0 10px 0 34px; white-space: nowrap; overflow: hidden; }
ul#recent-customers li a			{ color: #484848; font-weight: bold; text-decoration: none; text-shadow: 0 1px 0 #fff;}
ul#recent-customers li a.status-open		{ background-position: 0px -27px;}
ul#recent-customers li a.status-pending		{ background-position: 0px -81px;}
ul#recent-customers li a.status-closed		{ background-position: 0px -54px;}
ul#recent-customers li a.status-suspended	{ background-position: 0px -54px;}
ul#recent-customers li a.status-prospect	{ background-position: 0px 0px;}
ul#recent-customers	li.hover		{  background: #ececeb; }

p.newsempty                 { font-style: italic; color: #b7b7ba;}

div.newsitem				{ background: #fff; border: 1px solid #b7b7ba; margin-bottom: 10px; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);}
div.newsitem h3				{ display: block; padding: 6px 10px 6px 10px; font-size: 13px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
div.newsitem h3 span.date	{ margin-right: 10px; background: #2f7eb6; padding: 3px 7px; text-transform: uppercase; font-size: 10px; font-weight: bold; color: #fff; border-radius: 3px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);}

div.newsitem div.newsitem-content			{ display: none; padding: 10px; border-top: 1px solid #dedede; }
div.newsitem div.newsitem-content h1,
div.newsitem div.newsitem-content h2,
div.newsitem div.newsitem-content h3,
div.newsitem div.newsitem-content h4,
div.newsitem div.newsitem-content h5		{ font-size: 13px; padding: 0 0 8px 0; font-weight: bold; color: #1a385d;}
div.newsitem div.newsitem-content ol		{ padding: 0 0 8px 0;}
div.newsitem div.newsitem-content ol li		{ padding-left: 2px; margin: 0 0 3px 20px; list-style-type: decimal; }
div.newsitem div.newsitem-content ul		{ padding: 0 0 8px 0;}
div.newsitem div.newsitem-content ul li		{ padding-left: 2px; margin: 0 0 3px 20px; list-style-type: disc; }
div.newsitem div.newsitem-content p			{ padding: 0 0 5px 0; color: #484848;}
div.newsitem div.newsitem-content strong	{ font-weight: bold; }
div.newsitem div.newsitem-content em		{ font-style: italic; }

div.newsitem.newsitemsticky							{ border-color: #fbbc78; background: #fbf6d9; }
div.newsitem.newsitemsticky h3 span.date			{ background-color: #ff7200; }
div.newsitem.newsitemsticky div.newsitem-content	{ border-color: #fbbc78;}

/* Edit Address */
div.edit-address ul.formset li                              { margin-bottom: 10px;}
div.edit-address ul.formset li.zip-listing input            { float: left;}
div.edit-address ul.formset li.zip-listing span.subtext     { float: left; line-height: 25px;}

/* Tickets */
table.tickets-options td        { padding: 5px; }
table.tickets-options td strong	{ display: block;}

div.multiple.selection div.header { height: auto;}
span.error                        { display:none; color:#db0000; padding:5px 0px 5px 0px; }

/* Order Details */
table.table-address-listing                                 { table-layout: fixed; width: 100%}
table.table-address-listing > tbody > tr > td               { padding: 10px; border-right: 1px solid #dedede; vertical-align: top;}
table.table-address-listing > tbody > tr > th               { padding: 10px; font-weight: bold; }
table.table-address-listing > tbody > tr > td:last-child    { border-right: none;}
table.table-address-listing > tbody > tr.full > td          { border-top: 1px solid #dedede;}

/* Customer Header */
div#customer-header			        { margin-bottom: 20px;}
div#customer-header	h2		        { padding-bottom: 5px; }
div#customer-header table	        { margin-bottom: 5px; }
div#customer-header table th	    { font-weight: bold; }
div#customer-header table th,
div#customer-header table td	    { padding: 2px 3px 0px 2px; }

/* Ajax Loader */
div#ajaxwait					        { position: fixed; top: 0px; left: 0px; width:100%; }
div#ajaxwait div#ajaxwaitmessage        { background-color: #fff1a8; color: #383838; text-shadow: none; font-weight: bold; width: 90px; padding: 3px 7px 3px 7px; margin: 0px auto; font-size: 13px; text-align: left; }
div#ajaxwait div#ajaxwaitmessage        { border: 1px solid #f0c36d; height: 18px; line-height: 18px; }
div#ajaxwait div#ajaxwaitmessage        { border-radius: 0 0 3px 3px;}
div#ajaxwait div#ajaxwaitmessage        { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20); }
div#ajaxwait div#ajaxwaitmessage img    { position: absolute; margin: 1px 0 0 6px; }

/* Hierarchy */
ul.accountset					{ display: block; padding: 0;}
ul.accountset li				{ padding: 5px 0 5px 0px; border-top: 1px solid #dedede; width: inherit !important; }
ul.accountset>li:first-child	{ border: none; }
ul.accountset li:last-child		{ padding-bottom: 0px; }
ul.accountset a					{ font-weight: bold; color: #2c5e9d; padding-left: 25px; }
ul.accountset a.account			{ background: url(/images/icon/icons-sprite.png) 7px -13px no-repeat;}
ul.accountset a.entity			{ background: url(/images/icon/icons-sprite.png) 7px 2px no-repeat;}
ul.accountset li.account em		{ background: url(/images/icon/icons-sprite.png) 7px -13px no-repeat;}
ul.accountset li.entity em		{ background: url(/images/icon/icons-sprite.png) 7px 2px no-repeat;}
ul.accountset li span.subline	{ display: block; padding-left: 25px;}
ul.accountset li ul				{ padding-top: 5px;}
ul.accountset li ul li			{ padding: 5px 0 5px 20px; }
ul.accountset li a.count		{ float: right; font-weight: normal; padding: 3px 10px 3px 23px; font-size: 12px; color: #484848; margin-left: 5px; display: block; width: 65px;}
ul.accountset li a strong		{ font-weight: bold; }
ul.accountset li a.tickets		{ background: url(/images/icon/icon-ticket.png) 2px 3px no-repeat; }
ul.accountset li a.orders		{ background: url(/images/icon/icon-order.png) 2px 3px no-repeat;}

ul.accountset-viewmore                      { display: block; padding: 0;}
ul.accountset-viewmore li                   { padding: 5px 0 5px 0px; border-top: 1px solid #dedede; text-align: center;}
ul.accountset-viewmore li span.more-spacer  { padding-left: 3px;}

/* CSR Records */
div.csr-record							{ font: 12px normal Arial, Helvetica, sans-serif; color: #333; }
div.csr-record h4						{ font-weight: normal; display: block; height: 20px; padding: 5px 0 5px 0; font-size: 12px; border-bottom: 1px solid #96c2cf; margin-bottom: 10px; }
div.csr-record strong					{ font-weight: bold; }
div.csr-record h5						{ font-weight: bold; font-size: 13px; margin: 0 0 10px 0;}
div.csr-record td						{ vertical-align: top; }
div.csr-record td.csr-side 				{ width: 300px; padding-right: 10px;}
div.csr-record em						{ font-style: italic; color: #333; }

div.csr-record ul						{ list-style: none; padding: 0; margin: 0; }
div.csr-record ul li					{ font: 12px normal Arial, Helvetica, sans-serif; color: #333; }
div.csr-record ul.listing				{ margin: 0 0 20px 0; }
div.csr-record ul.listing li			{ margin: 2px 0 2px 0; }
div.csr-record ul.listing strong 		{ display: block; float: left; width: 120px; }
div.csr-record ul.features 				{ margin: 0 0 0 13px; }
div.csr-record ul.features li			{ color: #c21515; }
div.csr-record ul.features li strong	{ color: #333; }

div.csr-record a.toggle-link			{ font: 12px normal Arial, Helvetica, sans-serif; text-decoration: none; color: #154787; padding: 0 0 0 13px; margin-top: 2px; background: url(../Images/icon/icon-toggle.png) 0px 4px no-repeat; }
div.csr-record a.toggle-link-open		{ background: url(../Images/icon/icon-toggle.png) 0px -14px no-repeat; }
div.csr-record a.toggle-link:hover		{ text-decoration: none; }

/* jQuery UI Auto-complete */
.ui-autocomplete                                { position: absolute; top: 0; left: 0; cursor: default; z-index: 99999; }
.ui-autocomplete                                { background: #fff; border: 1px solid #c3bebe; border-top: none; padding: 0; margin: 0;}
.ui-autocomplete .ui-menu-item                  { position: relative; cursor: pointer; background: #fff; border: none; border-top: 1px solid #e7e7e7; color: #4a71aa; padding: 3px 0; text-indent: 5px; text-decoration: none; white-space: nowrap; overflow: hidden;}
.ui-autocomplete .ui-menu-item:hover,			
.ui-autocomplete .ui-menu-item.ui-state-focus	{ background: #eff5fe; border: none; border-top: 1px solid #e7e7e7; color: #4a71aa; }
.ui-autocomplete .ui-menu-item:nth-of-type(1)   { border: none;}

div.ticketcontactccemails { width: 97%; border: 1px solid #C6C6C6; float: left; padding: 3px 3px 3px 3px; min-height: 25px; border-radius:3px; margin-top:5px; }
div.ticketcontactccemail { float:left; padding: 2px 5px 2px 5px; background-color: #C4C4C4; display: inline-block; border-radius: 4px; color: #000; margin: 3px; text-shadow:none; }
div.ticketcontactccemail a { float: right !important; margin: -1px 0px 0px 3px; width: 10px; font-weight: 600; color: #484848; padding-left: 5px; text-decoration: none; cursor: pointer; }
input.ticketcontactccemailsinput { float:left !important; border: none !important; box-shadow:none !important; margin: 0px !important; }

/* Clearfix */

.clearfix:after 			{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix 					{ display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix 			{ height: 1%; }
.clearfix 					{ display: block; }
/* close commented backslash hack */

/* Settings */
.highlight					{ background: #ffff96; color: #484848;}
.warning					{ color: #ff8000; }
.attention					{ color: #db0000; }
a span.highlight			{ background: #ffff96; color: #484848; text-decoration: underline;}
a:hover span.highlight		{ text-decoration: none;}
.hidden						{ display: none !important; }
.pseudo-hidden 				{ position: absolute; left: -999999px; }
.neutral-position			{ position: absolute; left: 0;}
.bold						{ font-weight: bold; }
.divider					{ width: 20px; }
.center						{ margin: 40px auto 0 auto; }
.right                      { float: right; }

.green                      { color: #008000; }
.red						{ color: #db0000; }
.orange                     { color: #ff8c00; }

.bold						{ font-weight: bold; }
.inputfocus					{ background: none; background-color: #fcf7d1; }
.nowrap,
.nowrap *					{ white-space: nowrap; }
.red                        { color: #b80000; }
.middle                     { text-align: center;}

.scroll-x                   { width: 99%; overflow: -moz-scrollbars-horizontal; overflow-x: scroll; overflow-y: hidden;}
.spacer                     { width: 10px;}

/* Popup */
body#popup					{ background-image: none; background: #fff;}
body#popup div#container	{ padding: 10px; }
body#popup div.content		{ background-image: none;}
body#popup div.toolbar		{ padding-top: 0px;}
/* Dropdown Filter */

div.selsearch						{ position: relative; float: left; background: #fff;}
div.selsearch select				{ float: left; }
div.selsearch input					{ display: none; position: relative; background: url(/Images/chosen-sprite.png) right -21px no-repeat; margin-bottom: 0px;}
div.selsearch ul					{ float: none; display: none; position: absolute; z-index: 200; max-height: 200px; overflow: auto; background: #fff; top: 20px; border: 1px solid #c3bebe; border-top: none; padding: 0 5px 0 0; }
*:first-child+html div.selsearch ul	{ left: 0px; }
div.selsearch ul li					{ float: none; cursor: pointer; border-top: 1px solid #e7e7e7; color: #4a71aa; padding: 3px 0; text-decoration: none; padding-left: 5px;}
div.selsearch ul li                 { overflow: hidden;  }
div.selsearch ul li:first-child		{ border: none; }
div.selsearch ul li.selected		{ background: #fcf7d1; color: #484848; }
div.selsearch ul li:hover			{ background: #eff5fe; }
div.selsearch ul li.empty			{ color: #db0000; background: none;}
div.selsearch span.loading			{ display: none; float: left; line-height: 24px; color: #8f8e8e; text-indent: 10px;  }
div.selsearch span.infohelp			{ display: none; float: left; line-height: 24px; color: #8f8e8e; text-indent: 10px; }
div.selsearch a.lnkraw				{ float: left; line-height: 24px; padding: 4px 0 0 4px; }
div#og-dialog-content div.selsearch span.loading    { position: absolute; top: -99999px;}
table.gdg td div.selsearch ul li    { padding: 3px 0; margin-left: 0px; font-size: 12px;}
