/* Minification failed. Returning unminified contents.
(8349,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'e'
 */
/*! jQuery UI - v1.10.4 - 2014-09-04
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tooltip.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/Content/fonts/glyphicons-halflings-regular.eot');
  src: url('/Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #97cfe0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5cb4ce;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #97cfe0;
}
a.text-primary:hover {
  color: #70bdd4;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #97cfe0;
}
a.bg-primary:hover {
  background-color: #70bdd4;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f0f0f0;
}
.table-hover > tbody > tr:not(.master-detail):hover > td,
.table-hover > tbody > tr:not(.master-detail):hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #97cfe0;
  border-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #70bdd4;
  border-color: #e0e0e0;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #97cfe0;
  border-color: #ffffff;
}
.btn-primary .badge {
  color: #97cfe0;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #e0e0e0;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #ffffff;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #e0e0e0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #ffffff;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #e0e0e0;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #ffffff;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #e0e0e0;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #ffffff;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #97cfe0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #5cb4ce;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #97cfe0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #97cfe0;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #97cfe0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 42px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 11px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 42px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-btn.btn-sm {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #97cfe0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #5cb4ce;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #97cfe0;
  border-color: #97cfe0;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #97cfe0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #70bdd4;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #97cfe0;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #97cfe0;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #97cfe0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #97cfe0;
  border-color: #97cfe0;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #97cfe0;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #97cfe0;
  border-color: #97cfe0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #97cfe0;
}
.panel-primary > .panel-heading .badge {
  color: #97cfe0;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #97cfe0;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #dddddd;
}
.panel-info > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-info > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.footer-info-widget:before,
.footer-info-widget:after,
header:before,
header:after,
footer:before,
footer:after,
.main-and-sidebar-wrapper:before,
.main-and-sidebar-wrapper:after,
.panel-square .panel-footer:before,
.panel-square .panel-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.footer-info-widget:after,
header:after,
footer:after,
.main-and-sidebar-wrapper:after,
.panel-square .panel-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  overflow-y: scroll;
}
.btn {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 16.00000001px / 20.00000001px;
  border: solid 1px #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4), inset 0 -10px 20.00000001px 0px rgba(0, 0, 0, 0.2);
}
.btn:active,
.btn.active {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 14px / 18px;
  border: solid 1px #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4), inset 0 -9px 18px 0px rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
}
.btn-sm:active,
.btn-sm.active {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 9px 19px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 19.94px / 23.94px;
  border: solid 1px #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4), inset 0 -11.97px 11.97px 0px rgba(0, 0, 0, 0.2);
}
.btn-lg:active,
.btn-lg.active {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-bold {
  font-weight: bold;
  font-family: "Tahoma-Bold", Tahoma;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn img {
  margin: -4px -2px -2px -2px;
  width: 16px;
}
.btn-back img {
  width: 14px;
  height: 14px;
  margin-right: 1px;
}
.btn-forward img {
  width: 14px;
  height: 14px;
  margin-left: 1px;
}
.btn-multi-row {
  line-height: 14px;
}
form {
  font-size: 12px;
}
.form-left-path {
  width: 200px;
}
.form-right-path {
  width: 490px;
}
.address-bootbox .form-horizontal .form-group {
  margin: 0 0 5px 0;
}
.form-horizontal {
  position: relative;
}
.form-horizontal .form-group {
  margin: 0 0 15px 0;
}
.form-horizontal .form-group .col {
  padding: 3px;
}
.form-horizontal .control-label,
.form-horizontal .form-control-static {
  font-weight: normal;
}
.form-horizontal .static-display-flex {
  display: flex;
  align-items: center;
}
.form-horizontal .form-control-static {
  font-size: 12px;
  vertical-align: middle;
  padding-bottom: 0;
}
.form-horizontal input[type="checkbox"] {
  margin-top: 6px;
}
.no-col-padding .col {
  padding: 0px 3px !important;
  /*.kladr-view-container {
            margin-top: 6px;
        }*/
}
.no-col-padding .col .control-wrapper .form-control-static {
  padding-top: 3px;
  padding-bottom: 0px;
  height: 100%;
}
.no-col-padding .col .control-wrapper .control-label {
  padding-top: 3px;
}
.no-col-padding .col + .check {
  padding-top: 2px !important;
}
.has-input .col .control-wrapper .control-label {
  padding-top: 6px;
}
.form-horizontal-inline {
  padding-top: 10px;
}
.form-control {
  border: #cbcbcb solid 1px;
  font-size: 12px;
  padding: 6px;
  height: 30px;
}
.form-control-fixed {
  width: 200px;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0px;
}
input[type="checkbox"]:focus {
  outline: none;
}
textarea {
  width: 300px;
  height: 125px;
  resize: vertical;
  border-radius: 8px;
}
.has-feedback .form-control {
  padding-right: 25px;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 8px;
  top: -2px;
}
.jumbotron {
  background-color: #04558d;
  color: white;
}
.panel {
  border-radius: 7px;
  margin-bottom: 10px;
}
.panel-body {
  padding: 10px 10px;
}
.panel-body-padding-sm {
  padding: 17px 15px;
}
.navbar {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  border-color: #00548e;
  border-radius: 0;
  background: #00548e;
  color: white;
  min-height: 40px;
}
.navbar-form {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.navbar-form .form-group {
  padding-left: 25px;
}
h1,
h2,
h3 {
  font-weight: bold;
}
h1 {
  font-size: 20px;
  font-weight: normal;
}
h2 {
  font-size: 13px;
}
h3 {
  font-size: 12px;
}
.panel-info {
  background-image: linear-gradient(#f3f9fa, #e6f2f4);
  text-align: center;
  border-color: #a8a8a8;
  margin: 10px 0px;
}
.text-wrapper {
  padding: 0 10px;
}
.note-wrapper {
  padding: 0 90px;
  margin-bottom: 25px;
}
.note,
.note-important {
  font-size: 11px;
}
.note {
  color: #939393;
}
.note-important {
  color: #A21E06;
}
.money-input-wrapper .rub {
  width: 70px;
}
.money-input-wrapper .kopek {
  width: 20px;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  padding: 10px 10px;
  font-family: "Tahoma-Bold", Tahoma;
  color: #fff;
  background-color: #407BA3;
}
.modal-header h2 {
  font-size: 14px;
}
.modal-header .close {
  margin-top: -10px;
  margin-right: -5px;
  float: right;
  font-size: 17.5px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-header .close:hover,
.modal-header .close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.modal-header .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-footer {
  margin: 0;
  border-top: none;
  padding-top: 0;
}
.list-inline > li {
  display: inline-block !important;
}
.modal {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  width: 450px;
}
.inline-block {
  display: inline-block;
}
select:disabled {
  background-color: #e8e8e8;
}
.wd100 {
  width: 100%;
}
input::-ms-clear {
  display: none;
}
.nav-tabs li a {
  border-radius: 0px;
  padding: 4px 15px;
  border-bottom-color: #e6e6e6 !important;
  margin: 0px !important;
}
.nav-tabs .active a {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.table-hover > tbody > master-detail:hover > td,
.table-hover > tbody > master-detail:hover > th {
  background-color: transparent !important;
}
.kladr-view-container {
  margin-top: 3px;
}
.footer-info-widget {
  background-color: #5e92bc;
  color: white;
  font-size: 11px;
  padding: 15px 0px;
}
.footer-info-widget p {
  margin-bottom: 0px;
}
.footer-info-widget > div:first-child {
  padding-left: 25px;
}
.footer-info-widget > div:last-child {
  padding-right: 25px;
}
.footer-buttons-widget .navbar-form {
  vertical-align: middle;
  margin: 0px;
}
.footer-buttons-widget .navbar-form .form-control-static {
  padding: 3px 0;
  font-size: 12px;
}
.footer-buttons-widget .navbar-right {
  padding: 5px 10px;
}
.footer-buttons-widget .navbar-right:last-child {
  margin-right: 0px;
}
.footer-buttons-widget .navbar-left {
  padding: 5px 10px;
}
.footer-buttons-widget .last-enter {
  width: 225px;
}
.header-nav,
.footer-nav {
  font-size: 12px;
}
.header-nav .col,
.footer-nav .col {
  padding: 0;
}
.header-nav .row,
.footer-nav .row {
  margin: 0;
}
.header-nav .btn,
.footer-nav .btn {
  margin: 7px;
}
.header-nav .last-enter,
.footer-nav .last-enter,
.header-nav .time-zone-label,
.footer-nav .time-zone-label {
  padding: 0 5px;
  margin: 0;
}
.header-nav .last-enter,
.footer-nav .last-enter {
  margin-top: 3px;
}
.header-nav .time-zone-label,
.footer-nav .time-zone-label {
  margin-top: 3px;
}
.header-nav .time-zone,
.footer-nav .time-zone {
  margin-right: 10px;
}
.sidebar-banner-widget .banner {
  margin: auto;
}
.sidebar-banner-widget-1 {
  margin-bottom: 20px;
}
.sidebar-banner-widget-1 .banner {
  width: 190px;
  height: 70px;
}
.sidebar-banner-widget-2 {
  margin-bottom: 20px;
}
.sidebar-banner-widget-2 .banner {
  width: 190px;
  height: 250px;
}
.menu-widget {
  margin-bottom: 20px;
}
.menu-widget a {
  outline: none;
}
.menu-widget .nav {
  margin-bottom: 0px;
}
.menu-widget .nav > li > a {
  font-size: 12px;
  padding: 4px 2px;
  padding-left: 25px;
  border-radius: 0px;
}
.menu-widget .nav > li > a:hover,
.menu-widget .nav > li > a:focus {
  text-decoration: underline;
}
.menu-widget .nav > li.active,
.menu-widget .nav > li.active:hover,
.menu-widget .nav > li.active:focus {
  z-index: 2;
  background-color: #85bdce;
  border-color: #97cfe0;
}
.menu-widget .nav > li.active > a,
.menu-widget .nav > li.active:hover > a,
.menu-widget .nav > li.active:focus > a {
  text-decoration: underline;
  background: none;
  color: #ffffff;
}
.menu-widget .nav > li.active > a .message-count,
.menu-widget .nav > li.active:hover > a .message-count,
.menu-widget .nav > li.active:focus > a .message-count {
  text-decoration: underline;
}
.menu-widget .nav > li > .nav > li > a {
  padding-left: 50px;
}
.menu-widget .nav > li > .nav > li.has-sub-menu > a {
  padding-left: 65px;
}
.menu-widget .nav > li.has-sub-menu > a {
  padding-left: 40px;
  background: url(/Images/hierarhy-open-small.png) no-repeat 25px 4px;
}
.menu-widget .nav > li.has-sub-menu.hideout > a {
  padding-left: 40px;
  background: url(/Images/hierarhy-close-small.png) no-repeat 25px 4px;
}
.menu-widget .message-count {
  color: red;
}
.user-widget span {
  padding-top: 40px;
  font-size: 14px;
  color: #0a75b8;
}
body {
  background-repeat: no-repeat;
  /* IE10 Consumer Preview */
  background-image: -ms-radial-gradient(left top, ellipse farthest-corner, #cae4eb 0%, rgba(202, 228, 235, 0) 35%), -ms-radial-gradient(right top, ellipse farthest-corner, #cae4eb 0%, rgba(202, 228, 235, 0) 35%);
  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(left top, ellipse farthest-corner, #cae4eb 0%, rgba(202, 228, 235, 0) 35%), -moz-radial-gradient(right top, ellipse farthest-corner, #cae4eb 0%, rgba(202, 228, 235, 0) 35%);
  /* Opera */
  background-image: -o-radial-gradient(left top, ellipse farthest-corner, #cae4eb 0%, rgba(202, 228, 235, 0) 35%), -o-radial-gradient(right top, ellipse farthest-corner, #cae4eb 0%, rgba(202, 228, 235, 0) 35%);
  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(left top, ellipse farthest-corner, #cae4eb 0%, rgba(202, 228, 235, 0) 35%), -webkit-radial-gradient(right top, ellipse farthest-corner, #cae4eb 0%, rgba(202, 228, 235, 0) 55%);
  /* W3C Markup, IE10 Release Preview */
  background-image: radial-gradient(ellipse farthest-corner at left top, #cae4eb 0%, rgba(202, 228, 235, 0) 35%), radial-gradient(ellipse farthest-corner at right top, #cae4eb 0%, rgba(202, 228, 235, 0) 35%);
}
.main-container {
  width: 994px;
  min-width: 994px;
  margin: auto;
  padding: 10px;
}
header a,
section a,
aside a,
.section a {
  color: #0a75b8;
}
.address-bootbox .modal-dialog {
  font-size: 12px;
  width: 800px;
}
.address-bootbox .modal-dialog .street-not-found {
  color: #0a75b8;
}
aside,
section {
  box-sizing: border-box;
}
section {
  width: 744px;
  padding-left: 20px;
  padding-right: 0px;
  float: right;
  margin-bottom: 20px;
}
aside {
  width: 230px;
  float: left;
  padding: 20px 10px;
}
.sidebar-at-right section {
  width: 744px;
  padding-left: 0px;
  padding-right: 20px;
  float: left;
  margin-bottom: 20px;
}
.sidebar-at-right aside {
  float: right;
}
.stringIconCell .infoIcon {
  display: inline-block;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.no-sidebar section {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  float: none;
}
.no-sidebar aside {
  display: none;
}
.main-and-sidebar-wrapper {
  background: linear-gradient(90deg, #e6e6e6 230px, rgba(255, 255, 255, 0) 230px);
}
.main-and-sidebar-wrapper.sidebar-at-right {
  background: linear-gradient(-90deg, #e6e6e6 230px, rgba(255, 255, 255, 0) 230px);
}
.main-and-sidebar-wrapper.no-sidebar {
  background: transparent;
}
footer a {
  color: white;
  text-decoration: underline;
}
button:focus {
  outline: none;
}
.banner {
  background-color: white;
  border: 1px solid gray;
  box-sizing: border-box;
}
.caret-up {
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 0;
}
.caret-right {
  border-left: 4px solid black;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.form-refresh,
.grid-refresh {
  float: right;
  margin-top: -30px;
  padding: 1px 9px;
}
.btn-play {
  padding: 4px 10px;
}
.btn-play .glyphicon {
  margin-top: 2px;
}
.btn-pay {
  min-width: 155px;
}
.paginator .btn {
  border-radius: 11px;
  width: 22px;
  height: 22px;
  padding: 2px;
}
.paginator .btn img {
  display: block;
  margin: -2px;
  height: 11px;
  width: 10px;
  margin: auto;
}
.paginator span {
  display: inline-block;
  text-align: center;
  width: 45px;
}
.paginator .btn-default {
  background-color: #e6e6e6;
}
.paginator .first img {
  width: 10px;
}
.paginator .back img,
.paginator .forward img {
  width: 7px;
}
.paginator .first {
  margin-right: 5px;
}
.paginator .back img {
  margin-left: 4px;
}
.paginator .first img {
  margin-right: 4px;
}
.paginator .forward {
  margin-left: 5px;
}
.paginator-offset {
  margin: 16px 0 5px 0;
}
.page-size .page-size-text {
  display: inline-block;
  position: relative;
  top: -10px;
}
.page-size .pagination {
  margin: 0;
  position: relative;
  top: -4px;
}
.page-size .pagination a {
  color: #0a75b8;
  border-radius: 0 !important;
  border-color: transparent;
  background-color: transparent;
  margin-right: 2px;
  padding: 2px;
  text-align: center;
  width: 20px;
  padding: 1px;
}
.page-size .pagination a:hover,
.page-size .pagination a:focus {
  color: #5cb4ce;
  background-color: #eeeeee;
  border-color: transparent;
}
.page-size .pagination .active a,
.page-size .pagination .active span,
.page-size .pagination .active a:hover,
.page-size .pagination .active span:hover,
.page-size .pagination .active a:focus,
.page-size .pagination .active span:focus {
  background-color: #97cfe0;
  border-color: #97cfe0;
  cursor: default;
}
.page-size .active > a {
  color: black;
}
.subscription-text {
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
}
.grid {
  margin-bottom: 20px;
  /*.grid-base-table tbody:nth-child(odd) tr {
        > td,
        > th {
            background-color: @table-bg-accent;
        }
    }*/
}
.grid .grid-header-msg {
  margin-bottom: 10px;
}
.grid .grid-base-table {
  table-layout: fixed;
  height: 100%;
  margin: 0;
}
.grid .grid-base-table > thead {
  background: #407ba3;
}
.grid .grid-base-table > thead > tr > th {
  vertical-align: top;
  border-bottom: none;
  border-top: solid 3px #407ba3;
  padding: 10px 8px;
  font-family: "Tahoma-Bold", Tahoma;
  font-size: 11px;
}
.grid .grid-base-table > thead > tr > th > .header-label {
  text-align: center;
  color: #ffffff;
}
.grid .grid-base-table > tbody {
  border-top: none;
}
.grid .grid-base-table > tbody > tr > td {
  border-top: none;
  vertical-align: middle;
  padding: 10px 8px;
}
.grid .grid-base-table > tbody > tr > td > div > div {
  overflow-x: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.grid-compact .grid-base-table > tbody > tr > td {
  padding: 4px 4px;
}
.grid-without-border > .grid-base-table > thead > tr > th {
  border: none !important;
}
.grid-without-border > .grid-base-table > tbody {
  border: none !important;
}
.grid-without-border > .grid-base-table > tbody > tr > td {
  border: none !important;
}
section {
  font-size: 12px;
}
section .active-subscriber-services {
  margin-bottom: 40px;
}
section .active-subscriber-services .blocked {
  color: red;
}
section .active-subscriber-services .blocked a {
  color: red;
}
section .active-subscriber-services .md-table {
  margin-left: 12px;
  table-layout: fixed;
  width: 300px;
}
section .active-subscriber-services .md-table th {
  border-bottom: #929292 4px solid;
}
section .active-subscriber-services .md-table th,
section .active-subscriber-services .md-table td {
  padding: 0px 5px;
}
.panel-wrapper {
  padding: 0 35px;
  margin-bottom: 25px;
}
.form-table {
  border-top: #f0f0f0;
  font-size: 14px;
}
.form-table > form > .row {
  margin: 0;
  border-top: #e6e6e6 1px solid;
}
.form-table > form > .row > .col {
  padding: 8px 6px;
}
.form-table > form > .row:nth-child(even) {
  background-color: #f0f0f0;
}
input.validation-error,
textarea.validation-error {
  border: red solid 1px !important;
  background-color: #faebd7 !important;
}
div.address-items.validation-error {
  border: red solid 1px !important;
  border-top: none !important;
  background-color: #faebd7 !important;
}
.validation-error .select2-choices,
.validation-error .select2-choice {
  border: red solid 1px !important;
  background-color: #faebd7 !important;
}
.panel-square {
  border-radius: 0;
  border: none;
}
.panel-square .panel-footer {
  border-radius: 0;
  border: none;
  border-top: 1px solid;
  padding-top: 25px;
  padding-bottom: 25px;
}
.panel-gray {
  background: #e6e6e6;
  border-color: #cbcbcb;
}
.panel-gray .panel-heading {
  background: #e6e6e6;
  border-color: #c7c7c7;
}
.panel-gray .panel-title {
  font-weight: normal;
}
.panel-gray .panel-footer {
  border-color: #cbcbcb;
  background-color: transparent;
}
.panel-gray-light {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.panel-gray-light .panel-footer {
  border-color: #e6e6e6;
  background-color: transparent;
}
.capcha-wrapper {
  vertical-align: middle;
  width: 361px;
  display: inline-block;
}
.capcha-wrapper .capcha {
  border: 1px solid #cbcbcb;
  width: 200px;
  height: 70px;
}
.capcha-wrapper .capcha-value-wrapper {
  display: inline-block;
  position: relative;
  width: 130px;
}
.capcha-wrapper .new-capcha {
  position: relative;
  top: 1px;
}
.capcha-wrapper + .tooltip-wrapper .tooltip-caller {
  margin-top: -15px;
}
.new-capcha {
  position: relative;
  top: -3px;
}
.path {
  border-top: solid 1px #C8C8C8;
  padding-top: 20px;
}
.actual {
  border-color: #0372b6;
  border-width: 2px;
}
.bold {
  font-weight: bold;
}
.swap-equipment {
  position: relative;
  margin-bottom: 20px;
}
.swap-equipment li {
  padding-bottom: 10px;
}
.swap-equipment li a {
  position: absolute;
  left: 250px;
}
.btn-find {
  width: 95px;
  /*img {
        width: 14px;
        height: 14px;
        margin-right: 1px;
    }*/
}
.thin {
  font-weight: normal;
}
h2.thin {
  font-size: 16px;
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 {
  font-size: 14px;
  font-family: "Tahoma-Bold", Tahoma;
}
h3.thin {
  font-size: 14px;
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alerts .grid .grid-base-table > tbody > tr > td,
.alerts .grid .grid-base-table > tbody > tr th {
  padding: 8px 4px;
}
.film-name-first-letter {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}
.film-name-first-letter a {
  font-size: 20px;
  text-decoration: underline;
}
.col {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.order-tv-channel .nav {
  margin-bottom: 0px;
}
.order-tv-channel .nav > li > a {
  font-size: 12px;
  padding: 4px 2px;
  border-radius: 0px;
  text-decoration: underline;
}
.order-tv-channel .nav > li.active,
.order-tv-channel .nav > li.active:hover,
.order-tv-channel .nav > li.active:focus {
  z-index: 2;
  background-color: #85bdce;
  border-color: #97cfe0;
}
.order-tv-channel .nav > li.active > a,
.order-tv-channel .nav > li.active:hover > a,
.order-tv-channel .nav > li.active:focus > a {
  text-decoration: underline;
  background: none;
  color: #ffffff;
}
.stars {
  padding-bottom: 10px;
}
.stars > li {
  padding: 0 2px;
}
tbody.active {
  background-color: #c3e1e9;
  border-color: #c3e1e9;
}
tbody.active .md {
  background: #fff;
}
tbody.active .md > td {
  background: linear-gradient(0deg, #ffffff, #c4e1e9);
}
tbody.active .md > td .table {
  background-color: transparent;
}
tbody.active .md > td .table td {
  border-top: solid 1px #C8C8C8;
}
.asd td {
  background-color: #97d0e1 !important;
  border-color: #97d0e1 !important;
}
.turn-on {
  padding: 3px 11px;
  margin: -7px 0;
}
.turn-on img {
  margin: -6px -2px -2px -3px;
}
.section {
  margin-bottom: 25px;
}
.device-model {
  width: 100px;
}
.number,
.smart-card-id,
.security-code {
  width: 130px;
}
.smart-card-id-input {
  width: 110px;
}
.name {
  width: 200px;
}
.full-name,
.document-type {
  width: 300px;
}
.document-series {
  width: 44px;
}
.document-number {
  width: 60px;
}
.document-issue-place {
  width: 455px;
}
.date {
  width: 105px;
  position: relative;
}
.date .glyphicon {
  position: absolute;
  float: right;
  top: 10px;
}
.place {
  display: inline-block;
}
.email {
  width: 200px;
}
.phone {
  width: 95px;
}
.case-theme,
.demand-theme {
  width: 390px;
}
.case-additional-left {
  width: 290px;
}
.case-additional-right {
  width: 216px;
}
.status {
  width: 224px;
  margin: 0 -12px;
}
.attachment .btn {
  min-width: 85px;
  margin: 0px 10px;
}
.attachment > span {
  margin: 0px 5px;
}
.download-contract p {
  display: inline-block;
  width: 70px;
}
.download-contract a {
  position: relative;
  top: 5px;
}
.margin-no {
  margin: 0 !important;
}
.offset-top {
  margin-top: 10px !important;
}
.offset-left {
  margin-left: 10px !important;
}
.offset-bottom {
  margin-bottom: 10px !important;
}
.offset-right {
  margin-right: 10px !important;
}
.offset-top-small {
  margin-top: 5px !important;
}
.offset-left-small {
  margin-left: 5px !important;
}
.offset-bottom-small {
  margin-bottom: 5px !important;
}
.offset-right-small {
  margin-right: 5px !important;
}
.offset-top-big {
  margin-top: 20px !important;
}
.offset-left-big {
  margin-left: 20px !important;
}
.offset-bottom-big {
  margin-bottom: 20px !important;
}
.offset-right-big {
  margin-right: 20px !important;
}
.offset-top-none {
  margin-top: 0px !important;
}
.offset-left-none {
  margin-left: 0px !important;
}
.offset-bottom-none {
  margin-bottom: 0px !important;
}
.offset-right-none {
  margin-right: 0px !important;
}
.offset-all {
  margin: 10px !important;
}
.case-back {
  padding: 0px 10px 20px;
}
.ndash {
  padding-top: 8px !important;
  text-align: center;
}
.has-feedback .no-feedback {
  padding: 6px;
}
.confirm-data {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.confirm-data:first-of-type {
  margin-top: 25px !important;
}
.confirm-data:last-of-type {
  margin-bottom: 25px !important;
}
.confirm-data input[type="checkbox"] {
  margin-top: 0px;
}
.confirm-data .form-left-path {
  width: 135px;
}
.confirm-data .form-right-path {
  width: 450px;
}
.message .section-title {
  display: inline-block;
}
.message section-title-info {
  margin: 20px 10px 10px 0;
}
.message .msg-text {
  padding-right: 10px;
}
.message .msg-additional {
  margin: 20px 0px;
}
.message .attachments li,
.message .message-operations li {
  margin-right: 20px;
}
.message .attachments li img,
.message .message-operations li img {
  margin-right: 3px;
}
.message .message-operations img {
  position: relative;
  top: -1px;
}
.my-equipment .form-group {
  margin-bottom: 0px;
}
.my-equipment .form-group:last-of-type {
  margin-bottom: 10px;
}
.my-equipment .action {
  margin: 0 75px;
}
.my-equipment .action .registration-exchange {
  padding-left: 25px;
}
.message-search-form .smart-card-id {
  padding-right: 6px;
}
.messages .grid .actions > img {
  margin-right: 15px;
}
.messages .grid .actions > img:last-child {
  margin-right: 0;
}
.offer-list .participate {
  margin-right: 10px;
  margin-bottom: 5px;
}
.preferred-channels-communication .btn {
  margin: -10px 0 0 15px;
}
.registration-info .bonus-program {
  position: absolute;
  margin-right: 10px;
  right: 0;
  z-index: 1;
}
.view-case .comment-wrapper {
  width: 450px;
}
.view-case .comment-wrapper textarea {
  width: 440px;
}
.view-case .comment-wrapper .comment-attach {
  width: 440px;
  padding-top: 10px;
}
.films-search .form-path-1 {
  width: 85px;
}
.films-search .form-path-2 {
  width: 470px;
}
.films-search .form-path-3 {
  width: 130px;
  padding-left: 10px;
}
.preview {
  width: 150px;
  height: 215px;
}
.film {
  padding: 15px;
  background-color: #f0f0f0;
}
.film h3 {
  font-size: 14px;
}
.films-search-results .film {
  margin-bottom: 15px;
}
.films-search-results h3 {
  margin-top: 0px;
}
.films-search-results .description {
  height: 175px;
  max-height: 175px;
  overflow: hidden;
  padding-right: 30px;
}
.order-tv-channel .film {
  border-top: #c8c8c8 1px solid;
}
.order-tv-channel h3 {
  margin-top: 10px;
}
.order-tv-channel h3.thin {
  font-size: 12px;
}
.order-tv-channel .channels {
  margin: 10px;
  margin-top: 0px;
}
.order-tv-channel .description {
  padding-bottom: 30px;
}
.order-list ul {
  padding-left: 15px;
  margin-bottom: 0px;
}
.card-activation .security-code {
  width: 160px;
}
.pwd,
.login {
  width: 200px;
  display: inline-block;
  margin-right: 5px;
}
.pwd-safety {
  color: red;
}
.uniq-login {
  color: green;
}
.change-pwd .panel-wrapper,
.change-login .panel-wrapper {
  padding-top: 10px;
}
.change-pwd .change-btn-wrapper,
.change-login .change-btn-wrapper {
  padding: 10px 0;
}
.preferred-channels-communication .form-group {
  margin-bottom: 7px;
}
.dropdown {
  display: inline-block;
}
.dropdown > .btn {
  width: 55px;
  height: 22px;
  background: linear-gradient(90deg, #98d0e1 0, #86becf 100%);
  border-width: 1px;
  padding: 0px 5px;
}
.dropdown .caret {
  color: #fff;
}
.dropdown .dropdown-menu > li {
  font-size: 12px;
}
.menu-alerts {
  color: red;
}
.menu-alerts:before {
  content: " (";
}
.menu-alerts:after {
  content: ")";
}
.auth {
  float: none;
  padding-left: 0;
  width: 100%;
}
.auth .main-header {
  margin-bottom: 30px;
}
.auth .panel-wrapper {
  width: 675px;
  margin: 10px auto 30px auto;
}
.logout-page .login-btn {
  min-width: 175px;
  margin-bottom: 20px;
}
.login-page {
  /*input[type="text"], 
        input[type="password"] {
        width: 170px;
    }*/
  /*.remember-me-text {
        position: relative;
        top: -3px;
        margin-left: 4px;
    }*/
}
.login-page .login-btn {
  min-width: 120px;
}
.password-recovery input[type="tel"] {
  width: 170px;
}
.yellow {
  background-color: yellow;
}
.green {
  background-color: green;
}
.has-tooltip .form-control,
.has-tooltip .form-control-static {
  display: inline-block;
}
.has-tooltip .select2-container.form-control {
  display: inline-block !important;
}
.tooltip-caller {
  width: 12px;
  height: 12px;
  margin-left: 3px;
  margin-right: 3px;
}
.tooltip-my {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: -50%;
  max-width: 200px;
  z-index: 10;
}
.tooltip-my .bubble {
  background-color: #F2F2F2;
  box-shadow: 0 0 6px #B2B2B2;
  display: inline-block;
  position: relative;
  vertical-align: top;
  float: right;
}
.tooltip-my .bubble-body {
  padding: 10px;
}
.tooltip-my .triangle-wrapper {
  display: none;
  max-width: 0px;
  max-height: 0px;
  position: absolute;
  top: 50%;
  left: 100%;
}
.tooltip-my .triangle-wrapper .triangle {
  background-color: #F2F2F2;
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -4px;
  right: -4px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: 2px -2px 2px 0 rgba(178, 178, 178, 0.4);
}
.tooltip-my.tooltip-my-right .bubble {
  float: left;
}
.tooltip-my.tooltip-my-right .triangle-wrapper {
  max-width: 0px;
  max-height: 0px;
  position: absolute;
  top: 50%;
  left: 0;
}
.tooltip-my.tooltip-my-right .triangle-wrapper .triangle {
  left: -4px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.validation-message.validation-message-error {
  color: red;
}
a.btn {
  color: white;
}
.blue {
  color: #0a75b8;
}
.form-group-offset-small {
  margin-bottom: 10px !important;
}
.form-group-offset-x-small {
  margin-bottom: 5px !important;
}
iframe {
  border-color: transparent;
}
.normal-font-size {
  font-size: 14px;
}
.tooltip-caller {
  margin-right: 0px;
}
.control-wrapper.control-wrapper-left {
  margin-left: 15px;
}
.control-wrapper.control-wrapper-right {
  margin-right: 15px;
}
.control-wrapper.control-wrapper-right .address-items {
  width: calc(100% - 15px);
}
.tooltip-wrapper.tooltip-wrapper-left .tooltip-caller {
  margin-left: 0px;
}
.tooltip-wrapper.tooltip-wrapper-right .tooltip-caller {
  margin-right: 0px;
}
.padding-no {
  padding: 0 !important;
}
.padding-left-no {
  padding-left: 0 !important;
}
.padding-8 {
  padding: 8px !important;
}
.label-double-row .control-label {
  padding: 0px;
}
.label-wrapper {
  text-align: right;
}
.recomended,
.required {
  margin-right: 2px;
}
.recomended-wrapper,
.required-wrapper {
  /*margin-left: -7px;*/
}
.recomended-wrapper img,
.required-wrapper img {
  position: relative;
  top: -3px;
}
.ui-tooltip {
  border-width: 2px !important;
}
.ui-tooltip {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  behavior: url(/Content/js/PIE.htc);
  color: #6c6c6c;
  border: 1px solid #72D42B;
  background: #D9EBCC;
  font-size: 11px;
  max-width: 300px;
}
.ui-tooltip-word-wrap {
  word-wrap: break-word;
}
.input-control,
.capcha-value-wrapper,
.checkbox-control,
.date-input-control,
.select-control {
  position: relative;
}
.kladr-drop-index .dropindexbutton {
  box-shadow: none;
  background-color: white;
  border: 1px solid #cbcbcb;
  height: 30px;
  width: 22px;
  padding-left: 0px;
  padding-right: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.kladr-drop-index .dropcont {
  margin-top: -1px;
  border-radius: 0px;
  min-width: 120px !important;
  max-width: 120px !important;
}
.kladr-drop-index .dropcont a {
  padding-left: 6px !important;
  font-size: 12px;
}
.checkbox-label-two-lines {
  position: relative;
  top: -8px;
}
.width-130 {
  width: 130px;
}
.dealer-btn-row {
  margin-top: -5px;
}
.dealer-users-panel .panel-body {
  padding-top: 28px;
  padding-bottom: 13px;
}
.padding-top-20 {
  padding-top: 20px;
}
.align-top td {
  vertical-align: top !important;
}
.grid-text-left .header-label {
  text-align: left !important;
}
.grid-text-left td div {
  text-align: left !important;
}
.role-edit-dialog {
  font-size: 12px;
}
.role-edit-dialog .modal-title {
  font-size: 14px;
}
.add-area {
  background-color: #c8c8c8;
  padding: 5px 10px;
}
.zebra-grid > table > tbody > :not(.master-detail):nth-of-type(2n) > td,
.zebra-grid > table > tbody > :not(.master-detail):nth-of-type(2n) > th {
  background-color: #f0f0f0;
}
.panel-collapsable .panel-heading {
  background-color: #c8c8c8;
}
.panel-collapsable .panel-title {
  display: inline-block;
  max-width: 550px;
}
.panel-collapsable .panel-header-content {
  display: inline-block;
  float: right;
}
.hover-pointer:hover {
  cursor: pointer;
}
.user-blocked-btn {
  color: #ffffff;
  background-color: #70bdd4;
  border-color: #e0e0e0;
}
.indicator {
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
}
.indicator.message-unread {
  background-image: url(/Images/mail_2.png);
  width: 17px;
  height: 17px;
  border-radius: 0;
}
.indicator.message-read {
  background-image: url(/Images/mail_1.png);
  width: 17px;
  height: 17px;
  border-radius: 0;
}
.rough-copy-indicator {
  background-color: red;
}
.register-indicator {
  background-color: #FFDF00;
}
.red-text {
  color: red;
}
.green-text {
  color: green;
}
.blue-text {
  color: #0040B3;
}
.bold-text {
  font-weight: bold;
}
.gray-text {
  color: #929292;
}
.not-display {
  display: none;
}
.tsgline {
  cursor: pointer;
  padding: 10px;
}
.tsgline.active {
  background-color: #85bdce;
  color: white;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.grid-valign-top .grid-base-table > tbody > tr > td {
  vertical-align: top !important;
}
.circle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: none;
  vertical-align: middle;
}
tr.info {
  background-color: #c3e1e9;
}
tr.info + .master-detail {
  background: linear-gradient(0deg, #ffffff, #e8f4f7);
}
.tsg-demands-grid .grid-base-table > thead > tr > th {
  padding: 10px 0px;
}
.tsg-demands-grid {
  /*margin-left: 20px;*/
}
.tsg-demands-grid .table {
  background-color: transparent !important;
}
.tsg-demands-grid .table thead {
  background-color: transparent !important;
  border-bottom: 2px solid #929292;
}
.tsg-demands-grid .table thead .header-label {
  color: black !important;
}
textarea {
  max-width: 100%;
}
.fg-no-pm {
  padding: 0px;
  margin-bottom: 0px !important;
}
.additional-row {
  width: 95%;
  margin: 5px auto !important;
  border-bottom: 1px solid #c8c8c8;
}
.add-top-padding {
  padding-top: 10px !important;
}
.grey-color {
  background-color: #e6e6e6;
}
.divider {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.display-block > div > div > div {
  display: block !important;
}
.personal .form-horizontal .form-group {
  margin-bottom: 5px;
}
.form-group div a {
  padding-top: 3px;
}
.disabled-link {
  cursor: default;
  color: #515151 !important;
  pointer-events: none;
}
.disabled-link:hover {
  color: #515151 !important;
  text-decoration: none;
}
.pskProlile {
  width: 25%;
  float: left;
  margin-bottom: 20px !important;
}
.pskProlile label {
  padding: 0 5px;
  margin: 0 0px;
  font-weight: bold !important;
  height: 60px;
  border-bottom: 1px solid #c8c8c8;
  text-align: left !important;
  display: block;
}
.pskProlile .col {
  padding: 0 !important;
}
.pskProlile .form-control-static {
  padding: 0 5px;
}
.pskClearfix {
  clear: both;
}
.pskProfile {
  color: #0a75b8;
  padding: 20px 0 0;
}
.bg_b6ffae {
  background-color: #b6ffae;
}
.bg_b6ffae td {
  background-color: #b6ffae !important;
}
.pskDateStat .form-control-feedback {
  top: -2px;
  right: 8px;
}
.hideNotImportant {
  display: none;
}
.p015 {
  padding: 0 15px;
}
.m0-10 {
  margin: 0 -10px;
}
.bg_ffd591 {
  background-color: #ffd591;
}
.bg_ffd591 td {
  background-color: #ffd591 !important;
}
.bg_bef7ff {
  background-color: #bef7ff;
}
.bg_bef7ff td {
  background-color: #bef7ff !important;
}
.small90 {
  font-size: 90%;
}
.FileTypes {
  display: inline-block;
}
.link-view {
  color: #0a75b8;
  text-decoration: none;
  cursor: pointer;
}
.link-view > div > div:hover {
  text-decoration: underline;
}
.spinner {
  overflow-x: visible !important;
}
.file-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.select2-variant {
  color: #000 !important;
}
.select2-variant:hover {
  background-color: #428bca !important;
  color: #fff !important;
}
.w100 {
  width: 100px;
}
.w220 {
  width: 220px;
}
.colorblue {
  color: blue;
}
.colorred {
  color: red;
}
.colorgreen {
  color: green;
}
.colorgray {
  color: gray;
}
.upload-control {
  height: 35px;
}
.clrGreen {
  color: #00A500;
}
.clrRed {
  color: #ff0000;
}
.offset-top-activation {
  margin-top: 17px !important;
}
.width50 {
  width: 50px;
}
.width20 {
  width: 20px;
}
.width25 {
  width: 25px;
}
.width100per {
  width: 100%;
}
.width150 {
  width: 150px;
}
ul.tree-view-root,
.tree-view-node > a:hover {
  text-decoration: none;
}
.tree-view-label:active {
  background-color: #85bdce;
  color: #fff;
}
ul.tree-view-root,
.tree-view-node > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 20px;
}
ul.tree-view-root label,
.tree-view-node > ul label {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  line-height: 12px;
  color: #000;
  font-weight: normal;
  padding: 5px 5px;
}
ul.tree-view-root input[type=checkbox],
.tree-view-node > ul input[type=checkbox] {
  vertical-align: bottom;
}
ul.tree-view-root a,
.tree-view-node > ul a {
  vertical-align: bottom;
  position: relative;
  top: -2px;
  cursor: pointer;
}
ul.tree-view-root .tree-view-node > ul {
  display: none;
}
ul.tree-view-root .tree-view-node.open > ul {
  display: block;
}
ul.tree-view-root .tree-view-leaf {
  margin-left: 16px;
}
ul.tree-view-root {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px 20px;
  margin-left: -10px;
  margin-right: -10px;
  background: #e0e0e0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tree-view-node.disabled > label {
  background-color: #ccc;
  cursor: not-allowed;
}
.tree-view-node.node-checked > label {
  background-color: #7dbd7d !important;
  cursor: default !important;
}
.tree-view-node.disabled > a > .tree-view-chevron {
  color: #a7a7a7;
}
ul.disabled {
  pointer-events: none;
  opacity: 0.5;
  background: #CCC;
}
.one-message {
  font-size: 12px;
  padding: 0 15px;
}
.one-message .validation-message.validation-message-error ~ .validation-message-error {
  display: none !important;
}
.static-padding {
  line-height: 25px;
}
.static-padding .checkbox-control {
  padding-top: 4px;
}
html {
  height: 100%;
}
.redesign {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  height: 100%;
  position: relative;
  font-family: 'SansReg', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #343434;
  line-height: 24px;
  background: #eaf2f4;
  min-width: 1010px;
  /*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }*/
  /*header bookmark*/
  /*footer bookmark*/
  /*is-style bookmark*/
  /*.form-input .show-error .input-error, .form-input.parsley-error .input-error {
        visibility: visible;
        opacity: 1;
    }*/
}
.redesign .control-wrapper.control-wrapper-right {
  margin-right: 0px;
}
.redesign .control-wrapper.control-wrapper-right .address-items {
  width: calc(100% - 15px);
}
.redesign h1 {
  margin-top: 0px;
}
.redesign .btn {
  box-shadow: none;
}
.redesign .modal .modal-dialog {
  width: 600px;
}
.redesign .modal-dialog .modal-content .modal-footer {
  padding-bottom: 0;
  border-top: none;
  text-align: center;
}
.redesign .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.redesign .required:after {
  content: '*';
  color: #ee3123;
}
.redesign .ui-tooltip {
  background: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  behavior: url(/Content/js/PIE.htc);
  color: #6c6c6c;
  border: none;
  background: #FFF;
  max-width: 300px;
}
.redesign .modal-backdrop {
  opacity: 0;
}
.redesign .bootbox-body {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  text-align-last: center;
}
.redesign .bootbox-body > * {
  text-align: left;
  text-align-last: auto;
}
.redesign .modal-dialog {
  margin: 30px auto;
}
.redesign .modal-dialog .modal-content {
  padding: 70px 60px 40px !important;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.redesign .modal-dialog .modal-content .modal-body {
  padding: 0px !important;
}
.redesign .modal-dialog .modal-content .modal-footer {
  padding-bottom: 0 !important;
  border-top: none !important;
  text-align: center !important;
}
.redesign .modal-dialog .close {
  background: url(/Images/cross.png) 50% 50% no-repeat !important;
  position: absolute !important;
  right: -44px !important;
  top: -44px !important;
  width: 24px !important;
  height: 24px !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  opacity: 1 !important;
  outline: none !important;
}
.redesign .modal-dialog .modal-header {
  padding-top: 0 !important;
  border-bottom: none !importante;
}
.redesign .modal-dialog .modal-header .close {
  top: 18px !important;
  right: 16px !important;
}
.redesign .bg-main {
  background-color: #eaf2f4 !important;
}
.redesign .new-capcha {
  position: absolute;
  top: 10px;
  right: 10px;
}
.redesign .capcha-value-wrapper {
  width: 100%;
}
.redesign .capcha-value-wrapper .control-wrapper {
  padding: 0px;
}
.redesign .capcha-wrapper {
  position: relative;
  width: 100%;
}
.redesign .capcha-wrapper .capcha {
  width: 100%;
  max-height: 80px;
  height: auto;
}
.redesign .row-col-1,
.redesign .row-col-2,
.redesign .row-col-3,
.redesign .row-col-4,
.redesign .row-col-2_3 {
  min-height: 1px;
}
.redesign .input-error {
  color: #ee3123;
  margin-top: 5px;
  line-height: 12px !important;
  text-align: right;
  padding-right: 25px;
}
.redesign .header-top {
  height: 30px;
}
.redesign .page-wrap {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.redesign .btn {
  background: #00adef;
  display: inline-block;
  border: none;
  border-radius: 30px;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #fff !important;
  line-height: 22px;
  padding: 10px 30px;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-appearance: none;
}
.redesign .is-btn-sm {
  padding: 5px 15px;
}
.redesign .is-btn-1_3 {
  min-width: 33%;
}
.redesign .wrapper {
  box-sizing: content-box;
}
.redesign .input-control,
.redesign .static-control,
.redesign .date-input-control {
  position: relative;
}
.redesign .input-control .tooltip-wrapper,
.redesign .static-control .tooltip-wrapper,
.redesign .date-input-control .tooltip-wrapper {
  position: absolute;
  height: 0;
  top: 50%;
  right: 0;
}
.redesign .input-control .tooltip-wrapper .tooltip-caller,
.redesign .static-control .tooltip-wrapper .tooltip-caller,
.redesign .date-input-control .tooltip-wrapper .tooltip-caller {
  /*height: 20px;*/
  position: relative;
  top: -10px;
  margin-right: 5px;
  z-index: 1;
}
.redesign .control-wrapper {
  padding-right: 25px;
}
.redesign .control-wrapper-left {
  padding-left: 25px;
  padding-right: 0px;
}
.redesign .slogan {
  font-size: 21px;
  margin-left: 30px;
  line-height: 34px;
  text-transform: uppercase;
}
.redesign .login-header {
  height: 90px !important;
}
.redesign .login-header .logotype img {
  padding-top: 7px;
}
.redesign label {
  font-weight: normal !important;
}
.redesign .wide-wrapper {
  padding: 0 10px;
  margin: 0 auto;
  width: 1220px;
  display: table;
}
.redesign .ht-home {
  float: right;
  padding: 3px 0;
  position: relative;
  padding-left: 24px;
  margin-left: 0 30px 0 10px;
}
.redesign .ht-home a {
  color: #ffffff;
  border-bottom: 0;
  text-decoration: none;
  line-height: 24px;
  font-size: 12px;
}
.redesign .ht-home a img {
  position: absolute;
  top: 7px;
  left: 0;
}
.redesign .ht-home a:hover {
  text-decoration: underline;
}
.redesign .clearfix,
.redesign .dl-horizontal dd,
.redesign .container,
.redesign .container-fluid,
.redesign .row,
.redesign .form-horizontal .form-group,
.redesign .btn-toolbar,
.redesign .btn-group-vertical > .btn-group,
.redesign .nav,
.redesign .navbar,
.redesign .navbar-header,
.redesign .navbar-collapse,
.redesign .pager,
.redesign .panel-body,
.redesign .modal-footer,
.redesign .footer-info-widget,
.redesign header,
.redesign footer,
.redesign .main-and-sidebar-wrapper,
.redesign .panel-square .panel-footer {
  *zoom: 1;
}
.redesign .clearfix:before,
.redesign .clearfix:after,
.redesign .dl-horizontal dd:before,
.redesign .dl-horizontal dd:after,
.redesign .container:before,
.redesign .container:after,
.redesign .container-fluid:before,
.redesign .container-fluid:after,
.redesign .row:before,
.redesign .row:after,
.redesign .form-horizontal .form-group:before,
.redesign .form-horizontal .form-group:after,
.redesign .btn-toolbar:before,
.redesign .btn-toolbar:after,
.redesign .btn-group-vertical > .btn-group:before,
.redesign .btn-group-vertical > .btn-group:after,
.redesign .nav:before,
.redesign .nav:after,
.redesign .navbar:before,
.redesign .navbar:after,
.redesign .navbar-header:before,
.redesign .navbar-header:after,
.redesign .navbar-collapse:before,
.redesign .navbar-collapse:after,
.redesign .pager:before,
.redesign .pager:after,
.redesign .panel-body:before,
.redesign .panel-body:after,
.redesign .modal-footer:before,
.redesign .modal-footer:after,
.redesign .footer-info-widget:before,
.redesign .footer-info-widget:after,
.redesign header:before,
.redesign header:after,
.redesign footer:before,
.redesign footer:after,
.redesign .main-and-sidebar-wrapper:before,
.redesign .main-and-sidebar-wrapper:after,
.redesign .panel-square .panel-footer:before,
.redesign .panel-square .panel-footer:after {
  content: " ";
  display: table;
}
.redesign .clearfix:after,
.redesign .dl-horizontal dd:after,
.redesign .container:after,
.redesign .container-fluid:after,
.redesign .row:after,
.redesign .form-horizontal .form-group:after,
.redesign .btn-toolbar:after,
.redesign .btn-group-vertical > .btn-group:after,
.redesign .nav:after,
.redesign .navbar:after,
.redesign .navbar-header:after,
.redesign .navbar-collapse:after,
.redesign .pager:after,
.redesign .panel-body:after,
.redesign .modal-footer:after,
.redesign .footer-info-widget:after,
.redesign header:after,
.redesign footer:after,
.redesign .main-and-sidebar-wrapper:after,
.redesign .panel-square .panel-footer:after {
  clear: both;
}
.redesign .clear {
  overflow: hidden;
}
.redesign .left {
  float: left;
}
.redesign .right {
  float: right;
}
.redesign .cl {
  clear: left;
}
.redesign .cr {
  clear: right;
}
.redesign .cntr {
  text-align: center;
}
.redesign .no-mar {
  margin: 0 !important;
}
.redesign .mar-5 {
  margin-bottom: 5px !important;
}
.redesign .mar-10 {
  margin-bottom: 10px !important;
}
.redesign .mar-20 {
  margin-bottom: 20px !important;
}
.redesign .mar-30 {
  margin-bottom: 30px !important;
}
.redesign .mar-40 {
  margin-bottom: 40px !important;
}
.redesign .mt30 {
  margin-top: 30px !important;
}
.redesign .no-pad {
  padding: 0 !important;
}
.redesign .pad-5 {
  padding: 5px !important;
}
.redesign .pad-10 {
  padding: 10px !important;
}
.redesign .pad-20 {
  padding: 20px !important;
}
.redesign .pad-30 {
  padding: 30px !important;
}
.redesign .pad-40 {
  padding: 40px !important;
}
.redesign .left {
  float: left;
}
.redesign .left.hf {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 15px;
}
.redesign .right {
  float: right;
}
.redesign .right.hf {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 15px;
}
.redesign .hidden {
  display: none;
}
.redesign .hidden-content {
  display: none;
  display: none !important;
}
.redesign .popup-content {
  display: none;
  display: none !important;
}
.redesign .overflow-hidden {
  overflow: hidden;
}
.redesign .at-middle {
  text-align: center;
}
.redesign .at-middle:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}
.redesign .at-middle .middle {
  display: inline-block;
  vertical-align: middle;
  max-width: 95%;
}
.redesign .cleared {
  clear: both;
}
.redesign body {
  line-height: 1;
}
.redesign article,
.redesign aside,
.redesign details,
.redesign figcaption,
.redesign figure,
.redesign footer,
.redesign header,
.redesign hgroup,
.redesign menu,
.redesign nav,
.redesign section,
.redesign main {
  display: block;
}
.redesign nav ul {
  list-style: none;
}
.redesign blockquote,
.redesign q {
  quotes: none;
}
.redesign blockquote:before,
.redesign blockquote:after,
.redesign q:before,
.redesign q:after {
  content: none;
}
.redesign a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.redesign ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.redesign mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.redesign del {
  text-decoration: line-through;
}
.redesign abbr[title],
.redesign dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.redesign table {
  border-collapse: collapse;
  border-spacing: 0;
}
.redesign hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.redesign input,
.redesign select {
  vertical-align: middle;
}
.redesign ul,
.redesign li {
  list-style: none;
}
.redesign hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.redesign i {
  font-style: normal;
}
.redesign a {
  text-decoration: none;
}
@font-face {
  font-family: 'SansReg';
  src: url(/Content/fonts/PFBeauSansPro-Regular.eot);
  src: url(/Content/fonts/PFBeauSansPro-Regular.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/PFBeauSansPro-Regular.woff) format("woff"), url(/Content/fonts/PFBeauSansPro-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SansLight';
  src: url(/Content/fonts/PFBeauSansPro-Light.eot);
  src: url(/Content/fonts/PFBeauSansPro-Light.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/PFBeauSansPro-Light.woff) format("woff"), url(/Content/fonts/PFBeauSansPro-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SansBold';
  src: url(/Content/fonts/PFBeauSansPro-SemiBold.eot);
  src: url(/Content/fonts/PFBeauSansPro-SemiBold.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/PFBeauSansPro-SemiBold.woff) format("woff"), url(/Content/fonts/PFBeauSansPro-SemiBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rouble';
  src: url(/Content/fonts/PTRoubleSans.eot);
  src: url(/Content/fonts/PTRoubleSans.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/PTRoubleSans.woff) format("woff"), url(/Content/fonts/PTRoubleSans.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.redesign .ruble {
  font-family: 'rouble', sans-serif;
  font-weight: normal;
  display: inline;
  vertical-align: baseline;
  position: relative;
  font-style: normal !important;
}
.redesign .ruble:after {
  content: '\44E';
}
.redesign html,
.redesign body {
  height: 100%;
}
.redesign ::-moz-selection {
  background-color: #005ca9;
  color: #ffffff;
}
.redesign ::selection {
  background-color: #005ca9;
  color: #ffffff;
}
.redesign body {
  position: relative;
  font-family: 'SansReg', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #343434;
  line-height: 24px;
  background: #eaf2f4;
  min-width: 1010px;
}
.redesign img {
  max-width: 100%;
}
.redesign a {
  color: inherit;
  text-decoration: underline;
}
.redesign h1 {
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #343434;
  line-height: 40px;
  margin-bottom: 18px;
}
.redesign h2 {
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #343434;
  line-height: 24px;
  margin-bottom: 18px;
  margin-top: 30px;
}
.redesign h3 {
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #121212;
  line-height: 20px;
  margin-bottom: 18px;
}
.redesign h4 {
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #343434;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.redesign hr {
  border-top-color: #e5e5e5;
  margin: 30px 0;
}
.redesign .main {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.redesign .content {
  padding-bottom: 150px;
}
.redesign .wrapper {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
.redesign .wrapper .is-content {
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.redesign .is-notice {
  background: #ffffff;
  padding: 13px 0;
  position: relative;
  display: none;
  z-index: 50;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.redesign .is-notice .wrapper {
  position: relative;
}
.redesign .is-notice .notice-text {
  text-align: center;
  line-height: 22px;
}
.redesign .is-notice .notice-text a {
  color: #ee3123;
}
.redesign .is-notice .notice-close {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 32px;
  height: 32px;
  background: url(/Images/cross.png) 50% 50% no-repeat;
  margin-top: -16px;
}
.redesign .header {
  height: 170px;
  position: relative;
  z-index: 20;
}
.redesign .header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  min-width: 1010px;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  height: auto;
}
.redesign .header.fixed + .header-space {
  height: 170px;
}
.redesign .header.fixed .header-top {
  background: transparent;
  padding: 15px 0;
}
.redesign .header.fixed .header-top .ht-menu {
  margin-left: 20px;
  letter-spacing: 0;
}
.redesign .header.fixed .header-top .ht-menu li {
  margin-left: 0;
}
.redesign .header.fixed .header-top .ht-menu li a {
  color: #343434;
}
.redesign .header.fixed .header-top .ht-menu li a.active,
.redesign .header.fixed .header-top .ht-menu li a:hover {
  background: transparent;
  color: #a4a4a4;
}
.redesign .header.fixed .header-top .ht-menu li.active a {
  background: transparent;
  color: #a4a4a4;
}
.redesign .header.fixed .header-top .ht-lang {
  color: #343434;
}
.redesign .header.fixed .header-top .ht-lang a {
  text-decoration: none;
}
.redesign .header.fixed .header-top .ht-location {
  color: #343434;
  margin-right: 20px;
}
.redesign .header.fixed .header-top .ht-location:before {
  background-image: url(/Images/location-blue.png);
}
.redesign .header.fixed .header-top .ht-location .location-label {
  display: none;
}
.redesign .header.fixed .header-top .ht-location .location-name {
  border-bottom-color: #343434;
}
.redesign .header.fixed .header-top .ht-logo {
  display: block;
}
.redesign .header.fixed .header-top .ht-lk {
  display: block;
  margin-right: 20px;
}
.redesign .header.fixed .header-middle {
  display: none;
}
.redesign .header.fixed .header-bottom {
  margin-top: 0;
}
.redesign .header.fixed .header-bottom .header-bottom_inner {
  background: transparent;
  box-shadow: none;
  position: relative;
}
.redesign .header.fixed .header-bottom .header-bottom_inner:before {
  content: '';
  border-top: solid 1px #d8d8d8;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  display: block;
  z-index: -5;
}
.redesign .header-top {
  background: #00adef;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  *zoom: 1;
}
.redesign .header-top:before {
  content: " ";
  display: table;
}
.redesign .header-top:after {
  content: " ";
  display: table;
}
.redesign .header-top:after {
  clear: both;
}
.redesign .header-top .ht-menu {
  float: left;
  letter-spacing: 1px;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  -o-transition: letter-spacing 0.2s;
  transition: letter-spacing 0.2s;
}
.redesign .header-top .ht-menu li {
  float: left;
  margin-left: 2px;
}
.redesign .header-top .ht-menu li:first-child {
  margin-left: 0;
}
.redesign .header-top .ht-menu li a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  text-decoration: none;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}
.redesign .header-top .ht-menu li a.active,
.redesign .header-top .ht-menu li a:hover {
  background: #eaf2f4;
  color: #343434;
}
.redesign .header-top .ht-menu li.active a {
  background: #eaf2f4;
  color: #343434;
}
.redesign .header-top .ht-lang {
  float: right;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
}
.redesign .header-top .ht-lang a {
  text-decoration: none;
}
.redesign .header-top .ht-location {
  float: right;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-width: 300px;
  -o-transition: max-width 0.2s;
  transition: max-width 0.2s;
}
.redesign .header-top .ht-location:before {
  content: '';
  background: url(/Images/location.png) 50% 50% no-repeat;
  width: 12px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 1px;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
.redesign .header-top .ht-location .location-name {
  border-bottom: dotted 1px #ffffff;
  cursor: pointer;
}
.redesign .header-top .ht-location .location-popup {
  position: absolute;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  top: 100%;
  right: 0;
  z-index: 20;
  width: 520px;
  padding: 30px 0;
  font-family: 'SansReg', sans-serif;
  font-weight: normal;
  margin-top: 3px;
  letter-spacing: 0;
  visibility: hidden;
  opacity: 0;
  -o-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.redesign .header-top .ht-location .location-popup:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}
.redesign .header-top .ht-location .location-popup:after {
  content: '';
  position: absolute;
  left: 45%;
  top: 30px;
  bottom: 30px;
  border-left: solid 1px #d8d8d8;
}
.redesign .header-top .ht-location .location-popup.showed {
  opacity: 1;
  visibility: visible;
}
.redesign .header-top .ht-location .location-popup .popup-inner {
  padding-bottom: 10px;
  *zoom: 1;
}
.redesign .header-top .ht-location .location-popup .popup-inner:before {
  content: " ";
  display: table;
}
.redesign .header-top .ht-location .location-popup .popup-inner:after {
  content: " ";
  display: table;
}
.redesign .header-top .ht-location .location-popup .popup-inner:after {
  clear: both;
}
.redesign .header-top .ht-location .location-popup .popup-region {
  width: 55%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  text-align: center;
}
.redesign .header-top .ht-location .location-popup .popup-region .region-label {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #a4a4a4;
  line-height: 24px;
  margin-bottom: 6px;
}
.redesign .header-top .ht-location .location-popup .popup-region .region-name {
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #343434;
  line-height: 24px;
  margin-bottom: 13px;
}
.redesign .header-top .ht-location .location-popup .popup-region .region-change {
  margin-bottom: 16px;
  font-size: 12px;
  color: #005ca9;
  line-height: 24px;
}
.redesign .header-top .ht-location .location-popup .popup-region .region-change a {
  text-decoration: none;
}
.redesign .header-top .ht-location .location-popup .popup-alert {
  width: 45%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px 0;
}
.redesign .header-top .ht-location .location-popup .popup-alert .alert-title {
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #121212;
  line-height: 18px;
  margin-bottom: 10px;
}
.redesign .header-top .ht-location .location-popup .popup-alert .alert-text {
  font-size: 12px;
  color: #121212;
  line-height: 18px;
}
.redesign .header-top .ht-logo {
  float: left;
  width: 0;
  padding-top: 2px;
  overflow: hidden;
  opacity: 0;
  -o-transition: width 0.2s, opacity 0.2s;
  transition: width 0.2s, opacity 0.2s;
}
.redesign .header-top .ht-logo img {
  display: block;
  width: 170px;
  max-width: none;
}
.redesign .header-top .ht-lk {
  float: right;
  margin-right: 30px;
  padding: 3px 0;
  display: none;
}
.redesign .header-top .ht-lk a {
  font-size: 12px;
  color: #343434;
  line-height: 12px;
}
.redesign .header-top .ht-lk a svg {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}
.redesign .header-top .ht-lk a path {
  fill: #fff;
}
.redesign .header-top.fixed {
  position: fixed;
  z-index: 50;
}
.redesign .header-top.fixed .ht-location .location-popup.showed {
  opacity: 0;
  visibility: hidden;
}
.redesign .header-top.show-middle .ht-menu {
  margin-left: 10px;
  letter-spacing: 0;
}
.redesign .header-top.show-middle .ht-menu li a {
  padding-left: 6px;
  padding-right: 6px;
}
.redesign .header-top.show-middle .ht-location {
  margin-right: 20px;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.redesign .header-top.show-middle .ht-location:before {
  margin-right: 5px;
}
.redesign .header-top.show-middle .ht-location .location-label {
  display: none;
}
.redesign .header-top.show-middle .ht-logo {
  display: block;
  width: 150px;
  opacity: 1;
}
.redesign .header-top.show-middle .ht-logo a {
  display: inline-block;
  vertical-align: middle;
}
.redesign .header-top.show-middle .ht-logo img {
  width: 150px;
}
.redesign .header-top.show-middle .ht-lk {
  display: block;
  margin-right: 20px;
}
.redesign .header-top.show-middle .ht-lk a {
  color: #ffffff;
}
.redesign .header-middle {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  *zoom: 1;
}
.redesign .header-middle .wrapper {
  display: flex;
  align-items: center;
}
.redesign .header-middle:before {
  content: " ";
  display: table;
}
.redesign .header-middle:after {
  content: " ";
  display: table;
}
.redesign .header-middle:after {
  clear: both;
}
.redesign .header-middle .hm-logo {
  float: left;
  padding: 3px 0;
}
.redesign .header-middle .hm-logo img {
  display: block;
}
.redesign .header-middle .hm-lk {
  float: right;
  padding: 8px 0;
}
.redesign .header-middle .hm-lk a {
  font-size: 12px;
  color: #343434;
  line-height: 12px;
}
.redesign .header-middle .hm-lk a:before {
  content: '';
  background: url(/Images/user.png) 50% 50% no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.redesign .header-middle .hm-search {
  float: right;
  margin-right: 50px;
  background: #f5f9fa;
  border: 2px solid white;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.redesign .header-middle .hm-search .search-field {
  background: transparent;
  display: block;
  border: none;
  width: 200px;
  height: 36px;
  padding: 0 35px 0 10px;
  outline: 0;
}
.redesign .header-middle .hm-search .search-submit {
  background: url(/Content/img/search.png) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 32px;
  height: 36px;
  cursor: pointer;
}
.redesign .header-bottom {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
}
.redesign .header-bottom .wrapper {
  width: 980px;
}
.redesign .header-bottom .header-bottom_inner {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  *zoom: 1;
}
.redesign .header-bottom .header-bottom_inner:before {
  content: " ";
  display: table;
}
.redesign .header-bottom .header-bottom_inner:after {
  content: " ";
  display: table;
}
.redesign .header-bottom .header-bottom_inner:after {
  clear: both;
}
.redesign .header-bottom .hb-humb {
  float: left;
  display: block;
  position: relative;
  height: 20px;
  width: 24px;
  padding: 20px 24px;
  z-index: 10;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.redesign .header-bottom .hb-humb:before,
.redesign .header-bottom .hb-humb:after,
.redesign .header-bottom .hb-humb i {
  content: '';
  background: #00adef;
  width: 24px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  transition: opacity 0.2s 0.2s, top 0.2s 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s 0.2s, top 0.2s 0.2s, transform 0.2s, -o-transform 0.2s;
  transition: opacity 0.2s 0.2s, top 0.2s 0.2s, transform 0.2s;
  transition: opacity 0.2s 0.2s, top 0.2s 0.2s, transform 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
}
.redesign .header-bottom .hb-humb:before {
  top: 20px;
}
.redesign .header-bottom .hb-humb i {
  top: 28px;
}
.redesign .header-bottom .hb-humb:after {
  top: 36px;
}
.redesign .header-bottom .hb-humb:hover:before {
  top: 18px;
}
.redesign .header-bottom .hb-humb:hover:after {
  top: 38px;
}
.redesign .header-bottom .hb-humb.active {
  background: #00adef;
}
.redesign .header-bottom .hb-humb.active:before,
.redesign .header-bottom .hb-humb.active:after,
.redesign .header-bottom .hb-humb.active i {
  transition: opacity 0.2s, top 0.2s, -webkit-transform 0.2s 0.2s;
  -o-transition: opacity 0.2s, top 0.2s, transform 0.2s 0.2s, -o-transform 0.2s 0.2s;
  transition: opacity 0.2s, top 0.2s, transform 0.2s 0.2s;
  transition: opacity 0.2s, top 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s, -o-transform 0.2s 0.2s;
}
.redesign .header-bottom .hb-humb.active i {
  opacity: 0;
}
.redesign .header-bottom .hb-humb.active:before,
.redesign .header-bottom .hb-humb.active:after {
  top: 28px;
  background: #ffffff;
}
.redesign .header-bottom .hb-humb.active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.redesign .header-bottom .hb-humb.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.redesign .header-bottom .hb-menu {
  float: left;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
}
.redesign .header-bottom .hb-menu > li {
  float: left;
  margin-left: 5px;
}
.redesign .header-bottom .hb-menu > li:first-child {
  margin-left: 0;
}
.redesign .header-bottom .hb-menu > li > span {
  display: block;
}
.redesign .header-bottom .hb-menu > li > span > a {
  display: block;
  font-size: 24px;
  color: #121212;
  line-height: 60px;
  height: 58px;
  padding: 0 10px;
  text-decoration: none;
  border-bottom: solid 2px transparent;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.redesign .header-bottom .hb-menu > li > span > a:hover {
  border-color: #00adef;
}
.redesign .header-bottom .hb-menu > li.has-sub > span {
  position: relative;
}
.redesign .header-bottom .hb-menu > li.has-sub > span:after {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid #00adef;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 4px 0 0 -7px;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}
.redesign .header-bottom .hb-menu > li.showed > span > a {
  border-color: #00adef;
}
.redesign .header-bottom .hb-menu > li.showed.has-sub > span:after {
  visibility: visible;
  opacity: 1;
}
.redesign .header-bottom .hb-menu > li.showed .menu-sub {
  visibility: visible;
  opacity: 1;
}
.redesign .header-bottom .hb-menu .menu-sub {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 10px;
  z-index: 10;
  font-family: 'SansReg', sans-serif;
  font-weight: normal;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-inner {
  background: #00adef;
  padding: 40px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  *zoom: 1;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-inner:before {
  content: " ";
  display: table;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-inner:after {
  content: " ";
  display: table;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-inner:after {
  clear: both;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-col {
  float: left;
  margin-left: 50px;
  max-width: 215px;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-col:first-child {
  margin-left: 0;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-menu {
  margin-top: 50px;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-menu:first-child {
  margin-top: 0;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-menu li {
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  margin-top: 15px;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-menu li:first-child {
  margin-top: 0;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-menu li.menu-title {
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #eaf2f4;
  line-height: 24px;
  margin-bottom: 20px;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-menu li a {
  text-decoration: none;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-banner {
  float: right;
  position: relative;
  display: block;
  width: 380px;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-banner .banner-image img {
  display: block;
  border-radius: 3px;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-banner .banner-info {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-banner .banner-info .info-cat {
  font-size: 12px;
  color: #010101;
  line-height: 20px;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-banner .banner-info .info-cat span {
  background: #ffffff;
  border-radius: 20px;
  display: inline-block;
  padding: 0 10px;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-banner .banner-info .info-title {
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  font-family: 'SansLight', sans-serif;
  font-weight: normal;
  margin-top: 14px;
}
.redesign .header-bottom .hb-menu .menu-sub .sub-banner .banner-info .info-text {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  margin-top: 3px;
}
.redesign .header-bottom .hb-link {
  display: block;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  float: right;
  background: #ee3123;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  width: 245px;
  text-align: center;
  border-radius: 0 3px 3px 0;
  text-decoration: none;
}
.redesign .header-bottom .hb-link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.redesign .header-bottom .hb-link.state-blue {
  background: #0069c1;
}
.redesign .header-bottom .hb-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  background: #00adef;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 20px 40px rgba(4, 62, 84, 0.5);
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}
.redesign .header-bottom .hb-nav .nav-row {
  padding: 0 20px;
  margin: 40px 0;
  *zoom: 1;
}
.redesign .header-bottom .hb-nav .nav-row:before {
  content: " ";
  display: table;
}
.redesign .header-bottom .hb-nav .nav-row:after {
  content: " ";
  display: table;
}
.redesign .header-bottom .hb-nav .nav-row:after {
  clear: both;
}
.redesign .header-bottom .hb-nav .nav-col {
  float: left;
  padding: 0 20px;
  width: 25%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.redesign .header-bottom .hb-nav .nav-menu {
  margin-top: 40px;
}
.redesign .header-bottom .hb-nav .nav-menu:first-child {
  margin-top: 0;
}
.redesign .header-bottom .hb-nav .nav-menu li {
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  margin-top: 15px;
}
.redesign .header-bottom .hb-nav .nav-menu li:first-child {
  margin-top: 0;
}
.redesign .header-bottom .hb-nav .nav-menu li.menu-title {
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #eaf2f4;
  line-height: 24px;
  margin-bottom: 20px;
}
.redesign .header-bottom .hb-nav .nav-menu li.menu-title a {
  text-decoration: underline;
}
.redesign .header-bottom .hb-nav .nav-menu li a {
  text-decoration: none;
}
.redesign .header-bottom .hb-nav .nav-services {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 24px 40px;
  *zoom: 1;
}
.redesign .header-bottom .hb-nav .nav-services:before {
  content: " ";
  display: table;
}
.redesign .header-bottom .hb-nav .nav-services:after {
  content: " ";
  display: table;
}
.redesign .header-bottom .hb-nav .nav-services:after {
  clear: both;
}
.redesign .header-bottom .hb-nav .nav-services li {
  float: left;
  margin-left: 30px;
  padding: 10px 0;
}
.redesign .header-bottom .hb-nav .nav-services li:first-child {
  margin-left: 0;
}
.redesign .header-bottom .hb-nav .nav-services li a {
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 13px;
  color: #fff;
  line-height: 16px;
  text-decoration: none;
}
.redesign .header-bottom .hb-nav .nav-services li a .services-icon {
  position: absolute;
  left: 0;
  top: 50%;
  height: 34px;
  width: 30px;
  margin-top: -17px;
  line-height: 34px;
}
.redesign .header-bottom .hb-nav .nav-services li a .services-icon img {
  display: inline-block;
  vertical-align: middle;
}
.redesign .header-bottom .hb-nav.opened {
  visibility: visible;
  opacity: 1;
}
.redesign .header-bottom .hb-search-open {
  background: url(/Images/search.png) 50% 50% no-repeat;
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  margin: 14px;
  display: none;
}
.redesign .header-bottom .hb-search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 20;
  border-radius: 3px;
  padding: 10px 240px 10px 20px;
  display: none;
}
.redesign .header-bottom .hb-search .search-field {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 10px;
  height: 40px;
  border: none;
  outline: 0;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #121212;
  line-height: 32px;
}
.redesign .header-bottom .hb-search .search-buttons {
  float: right;
  margin-right: -220px;
  *zoom: 1;
}
.redesign .header-bottom .hb-search .search-buttons:before {
  content: " ";
  display: table;
}
.redesign .header-bottom .hb-search .search-buttons:after {
  content: " ";
  display: table;
}
.redesign .header-bottom .hb-search .search-buttons:after {
  clear: both;
}
.redesign .header-bottom .hb-search .search-buttons .buttons-submit {
  float: left;
  display: block;
  background: #00adef;
  border-radius: 30px;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  width: 100px;
  border: none;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-appearance: none;
}
.redesign .header-bottom .hb-search .search-buttons .buttons-submit:hover {
  background: #005ca9;
}
.redesign .header-bottom .hb-search .search-buttons .buttons-close {
  float: left;
  display: block;
  font-size: 12px;
  color: #343434;
  line-height: 20px;
  margin: 10px 0 10px 15px;
  text-decoration: none;
  opacity: 0.5;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.redesign .header-bottom .hb-search .search-buttons .buttons-close:hover {
  opacity: 1;
}
.redesign .header-bottom.fixed {
  position: fixed;
  top: 30px;
  z-index: 40;
}
.redesign .header-bottom.fixed .header-bottom_inner {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.redesign .header-bottom.fixed .hb-search {
  display: block;
  opacity: 0;
  visibility: hidden;
  -o-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}
.redesign .header-bottom.fixed .hb-search.opened {
  opacity: 1;
  visibility: visible;
}
.redesign .header-bottom.fixed .hb-search-open {
  display: block;
}
.redesign .corp .header-bottom .hb-link {
  font-family: 'SansReg', sans-serif;
  font-weight: normal;
  background: #005CA9;
}
.redesign .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.redesign .footer-top {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  *zoom: 1;
}
.redesign .footer-top:before {
  content: " ";
  display: table;
}
.redesign .footer-top:after {
  content: " ";
  display: table;
}
.redesign .footer-top:after {
  clear: both;
}
.redesign .footer-top .ft-menu {
  float: left;
}
.redesign .footer-top .ft-menu li {
  margin-top: 5px;
  font-size: 12px;
  color: #121212;
  line-height: 20px;
}
.redesign .footer-top .ft-menu li:first-child {
  margin-top: 0;
}
.redesign .footer-top .ft-menu li.menu-title {
  font-size: 18px;
  color: #121212;
  line-height: 18px;
  margin-bottom: 13px;
}
.redesign .footer-top .ft-menu li a {
  text-decoration: none;
}
.redesign .footer-top .ft-left {
  float: left;
}
.redesign .footer-top .ft-left .ft-menu {
  margin-left: 145px;
}
.redesign .footer-top .ft-left .ft-menu:first-child {
  margin-left: 0;
}
.redesign .footer-top .ft-right {
  float: right;
}
.redesign .footer-top .ft-right .ft-menu {
  margin-right: 60px;
}
.redesign .footer-bottom {
  background: #00adef;
  /*height: 125px;*/
  padding-bottom: 30px;
  padding-top: 30px;
  *zoom: 1;
}
.redesign .footer-bottom:before {
  content: " ";
  display: table;
}
.redesign .footer-bottom:after {
  content: " ";
  display: table;
}
.redesign .footer-bottom:after {
  clear: both;
}
.redesign .footer-bottom .fb-left {
  float: left;
  width: 300px;
}
.redesign .footer-bottom .fb-right {
  margin-left: 330px;
}
.redesign .footer-bottom .fb-text {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
}
.redesign .footer-bottom .fb-social {
  margin-top: 10px;
  *zoom: 1;
  padding: 0px;
}
.redesign .footer-bottom .fb-social:before {
  content: " ";
  display: table;
}
.redesign .footer-bottom .fb-social:after {
  content: " ";
  display: table;
}
.redesign .footer-bottom .fb-social:after {
  clear: both;
}
.redesign .footer-bottom .fb-social li {
  float: left;
  margin-left: 10px;
}
.redesign .footer-bottom .fb-social li:first-child {
  margin-left: 0;
}
.redesign .footer-bottom .fb-social li a {
  display: block;
  width: 31px;
  height: 30px;
  position: relative;
  border-radius: 50%;
}
.redesign .footer-bottom .fb-social li a:before,
.redesign .footer-bottom .fb-social li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/Images/footer-social.png) 0 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -o-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.redesign .footer-bottom .fb-social li a:after {
  background-position: -31px 0;
  visibility: hidden;
  opacity: 0;
}
.redesign .footer-bottom .fb-social li a.fb-s-vk:before {
  background-position: 0 0;
}
.redesign .footer-bottom .fb-social li a.fb-s-vk:after {
  background-position: -31px 0;
}
.redesign .footer-bottom .fb-social li a.fb-s-tw:before {
  background-position: 0 -30px;
}
.redesign .footer-bottom .fb-social li a.fb-s-tw:after {
  background-position: -31px -30px;
}
.redesign .footer-bottom .fb-social li a.fb-s-fb:before {
  background-position: 0 -60px;
}
.redesign .footer-bottom .fb-social li a.fb-s-fb:after {
  background-position: -31px -60px;
}
.redesign .footer-bottom .fb-social li a.fb-s-ok:before {
  background-position: 0 -90px;
}
.redesign .footer-bottom .fb-social li a.fb-s-ok:after {
  background-position: -31px -90px;
}
.redesign .footer-bottom .fb-social li a.fb-s-yt:before {
  background-position: 0 -120px;
}
.redesign .footer-bottom .fb-social li a.fb-s-yt:after {
  background-position: -31px -120px;
}
.redesign .footer-bottom .fb-social li a.fb-s-ins:before {
  background-position: 0 -150px;
}
.redesign .footer-bottom .fb-social li a.fb-s-ins:after {
  background-position: -31px -150px;
}
.redesign .footer-bottom .fb-social li a:hover:before {
  opacity: 0;
  visibility: hidden;
}
.redesign .footer-bottom .fb-social li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.redesign .footer-bottom .fb-copyright {
  margin-top: 5px;
}
.redesign .footer-bottom .fb-copyright a {
  font-size: 10px;
  color: #005ca9;
  line-height: 20px;
}
.redesign .fixed {
  min-width: 1010px;
}
.redesign .is-white-block {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 45px 0;
}
.redesign .is-block {
  padding: 45px 0;
}
.redesign .is-title {
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #121212;
  line-height: 32px;
  position: relative;
  margin-bottom: 24px;
}
.redesign .is-title .title-link {
  font-size: 14px;
  color: inherit;
  line-height: 16px;
  font-family: 'SansReg', sans-serif;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 8px;
}
.redesign .is-title .title-link span {
  font-size: 12px;
  color: #a4a4a4;
}
.redesign .is-content {
  background: #ffffff;
  margin: 20px 0 30px;
  box-shadow: 0 2px 6px rgba(163, 163, 163, 0.7);
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.redesign .is-content .is-index-help {
  background: transparent;
  padding: 0;
  margin: 0 -30px 60px;
}
.redesign .is-content-padding {
  padding: 0 30px;
}
.redesign .is-leftcol {
  position: relative;
  float: left;
  width: 600px;
}
.redesign .is-rightcol {
  float: right;
  width: 205px;
}
.redesign .is-styles a,
.redesign .form-file .fi-attach,
.redesign .page-vacancies .vacancies-list .vacancy-row a {
  color: #005ca9;
  border-bottom: solid 1px transparent;
  -o-transition: border 0.2s, color 0.2s;
  transition: border 0.2s, color 0.2s;
  text-decoration: none;
}
.redesign .is-styles a:visited,
.redesign .form-file .fi-attach:visited,
.redesign .page-vacancies .vacancies-list .vacancy-row a:visited {
  color: #9c48ae;
}
.redesign .is-styles a:hover,
.redesign .form-file .fi-attach:hover,
.redesign .page-vacancies .vacancies-list .vacancy-row a:hover,
.redesign .is-styles a:focus,
.redesign .form-file .fi-attach:focus,
.redesign .page-vacancies .vacancies-list .vacancy-row a:focus {
  color: #005ca9;
  border-bottom-color: #e5e5e5;
}
.redesign .is-styles {
  font-size: 14px;
  color: #121212;
  line-height: 24px;
}
.redesign .is-styles p {
  margin-bottom: 10px;
}
.redesign .is-styles ul > li,
.redesign .is-styles ol > li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.redesign .is-styles ol {
  counter-reset: list;
}
.redesign .is-styles ol > li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: 12px;
  top: 0;
}
.redesign .is-styles ol ul {
  padding: 20px 0 0 20px;
}
.redesign .is-styles ol ul > li {
  padding-left: 30px;
}
.redesign .is-styles ol ul > li:before {
  counter-increment: none;
  content: '';
  width: 20px;
  height: 1px;
  background: #a4a4a4;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 0;
}
.redesign .is-styles ul > li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #121212;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 11px;
}
.redesign .is-styles ul ul {
  padding-left: 20px;
}
.redesign .is-styles ul ul > li {
  padding-left: 30px;
}
.redesign .is-styles ul ul > li:before {
  background: #a4a4a4;
  height: 1px;
  width: 20px;
  left: 0;
  top: 12px;
}
.redesign .is-styles table {
  width: 100%;
}
.redesign .is-styles table th {
  border-bottom: solid 1px #e5e5e5;
  text-align: left;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #343434;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 15px;
}
.redesign .is-styles table th.cntr {
  text-align: center;
}
.redesign .is-styles table td {
  font-size: 12px;
  color: #121212;
  line-height: 24px;
  vertical-align: top;
  padding: 8px 15px;
}
.redesign .is-styles table.t-border td {
  border: solid 1px #e5e5e5;
  vertical-align: middle;
}
.redesign .is-styles i {
  font-style: italic;
}
.redesign .is-styles sup {
  vertical-align: super;
  font-size: 0.8em;
}
.redesign .is-break-frame iframe {
  display: none;
}
.redesign .is-break-frame iframe:nth-of-type(1) {
  display: block;
}
.redesign .is-imp-text {
  font-family: 'SansLight', sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #121212;
  line-height: 30px;
  margin: 22px 0 40px;
}
.redesign .is-file {
  margin: 0 0 30px;
}
.redesign .is-file a {
  border: none;
  display: inline-block;
}
.redesign .is-row {
  margin: 0 0 30px -30px;
  *zoom: 1;
}
.redesign .is-row:before {
  content: " ";
  display: table;
}
.redesign .is-row:after {
  content: " ";
  display: table;
}
.redesign .is-row:after {
  clear: both;
}
.redesign .is-row:last-child {
  margin-bottom: 0;
}
.redesign .is-row .row-col-1 {
  float: left;
  width: 100%;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.redesign .is-row .row-col-2 {
  float: left;
  width: 50%;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.redesign .is-row .row-col-3 {
  float: left;
  width: 33.33334%;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.redesign .is-row .row-col-2_3 {
  float: left;
  width: 66.66667%;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.redesign .is-row .row-col-4 {
  float: left;
  width: 25%;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.redesign .form-input {
  margin-bottom: 25px;
  position: relative;
}
.redesign .form-input + .form-input {
  margin-top: 20px;
}
.redesign .form-input.form-input-type-a {
  height: 60px;
}
.redesign .form-input .input-label {
  font-size: 12px;
  color: #121212;
  line-height: 24px;
  margin-bottom: 4px;
}
.redesign .form-input .input-field {
  background: #eaf2f4;
  border: 2px solid #ffffff;
  border-radius: 4px;
  outline: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 10px;
  height: 40px;
  font-family: 'SansReg', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #121212;
  line-height: 24px;
  -o-transition: box-shadow 0.2s, border-color 0.2s;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.redesign .form-input .input-field:focus {
  box-shadow: 0 2px 6px rgba(163, 163, 163, 0.5);
}
.redesign .form-input textarea.input-field {
  resize: none;
  height: 140px;
  display: block;
}
.redesign .form-input .input-error {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 12px;
  color: #ee3123;
  line-height: 20px;
  /*visibility: hidden;
        opacity: 0;*/
  -o-transition: visibility .2s, opacity .2s, height .2s;
  transition: visibility .2s, opacity .2s, height .2s;
}
.redesign .form-input .input-error.error-type-a {
  position: relative;
  height: 0;
  color: #ee3123;
  font-size: 11px;
  top: auto;
  left: auto;
}
.redesign .form-input .show-error .input-field,
.redesign .form-input.parsley-error .input-field {
  border-color: #ee3123;
}
.redesign .form-input .show-error .error-type-a,
.redesign .form-input.parsley-error .error-type-a {
  height: 20px;
}
.redesign .form-row > .input-error {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 12px;
  color: #ee3123;
  line-height: 20px;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility .2s, opacity .2s, height .2s;
  transition: visibility .2s, opacity .2s, height .2s;
}
.redesign .form-row.parsley-error {
  position: relative;
}
.redesign .form-row.parsley-error .input-error {
  visibility: visible;
  opacity: 1;
}
.redesign .form-submit {
  margin-bottom: 20px;
}
.redesign .form-action .is-btn--text + .is-btn {
  margin-left: 20px;
}
.redesign .form-action-m {
  display: none;
}
.redesign .is-btn {
  background: #00adef;
  display: inline-block;
  border: none;
  border-radius: 30px;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #fff !important;
  line-height: 22px;
  padding: 10px 30px;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-appearance: none;
}
.redesign .is-btn:hover {
  background: #005ca9;
}
.redesign .is-btn.reverse {
  background: #005ca9;
}
.redesign .is-btn.reverse:hover {
  background: #00adef;
}
.redesign .is-btn.red {
  background: #ee3123;
}
.redesign .is-btn.red:hover {
  background: #005ca9;
}
.redesign .is-btn.loader {
  background: #005ca9 url(/Images/loader.png) 50% 50% no-repeat;
  color: transparent !important;
}
.redesign .is-btn.disabled {
  background: #e5e5e5;
  cursor: default;
}
.redesign .is-btn.busy {
  opacity: 0.3;
}
.redesign .is-btn.busy:hover {
  cursor: default;
}
.redesign .is-btn-white {
  display: inline-block;
  border: 2px solid #e5e5e5;
  text-decoration: none;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #343434;
  line-height: 38px;
  letter-spacing: 1px;
  padding: 0 30px;
  -o-transition: border .2s;
  transition: border .2s;
}
.redesign .is-btn-white:hover {
  border-color: #777;
}
.redesign .is-btn--balloon {
  padding: 3px 15px;
  font-size: 12px;
}
.redesign .is-btn--checked {
  background: #005ca9;
}
.redesign .is-btn--checked:hover {
  background: #005ca9;
}
.redesign .is-btn--text {
  color: #005CA9;
  -o-transition: color 0.2s, border-color;
  transition: color 0.2s, border-color;
  border: 1px solid #fff;
  text-decoration: none;
}
.redesign .is-btn--text:hover {
  color: #00ADEF;
  border-bottom-color: #00ADEF;
}
.redesign .is-btns-group {
  margin: 0 -10px 20px;
}
.redesign .is-btns-group a {
  display: inline-block;
  margin: 0 10px;
}
.redesign .form-checkbox {
  margin-bottom: 25px;
}
.redesign .form-checkbox label {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 12px;
  color: #121212;
  line-height: 24px;
}
.redesign .form-checkbox label input {
  width: 1px;
  height: 1px;
  border: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 10px;
  top: 10px;
}
.redesign .form-checkbox label input:checked + i:before {
  opacity: 1;
}
.redesign .form-checkbox label input:disabled + i {
  background: #e5e5e5;
  border: 1px solid rgba(163, 163, 163, 0.5);
}
.redesign .form-checkbox label input:disabled + i:before {
  background-image: url(/Images/check-white.png);
}
.redesign .form-checkbox label i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(180deg, #ffffff 0%, #ededed 100%);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a4a4a4;
}
.redesign .form-checkbox label i:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/Images/check.png) 50% 50% no-repeat;
  opacity: 0;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.redesign .form-checkbox:disabled label {
  color: #a4a4a4;
}
.redesign .form-checkbox--custom label:hover {
  cursor: pointer;
}
.redesign .form-checkbox--custom label input:checked + i svg {
  opacity: 1;
}
.redesign .form-checkbox--custom label input:disabled + i {
  background: #e5e5e5;
  border: 1px solid rgba(163, 163, 163, 0.5);
}
.redesign .form-checkbox--custom label input:disabled + i svg {
  opacity: 0.2;
}
.redesign .form-checkbox--custom label i {
  line-height: 20px;
  text-align: center;
}
.redesign .form-checkbox--custom label i:before {
  display: none;
}
.redesign .form-checkbox--custom label i svg {
  opacity: 0;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.redesign .form-checkbox--inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 6px;
}
.redesign .form-radio {
  margin-bottom: 25px;
}
.redesign .form-radio label {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 12px;
  color: #121212;
  line-height: 24px;
}
.redesign .form-radio label input {
  width: 1px;
  height: 1px;
  border: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 10px;
  top: 10px;
}
.redesign .form-radio label input:checked + i:before {
  opacity: 1;
}
.redesign .form-radio label input:disabled + i {
  background: #e5e5e5;
  border: 1px solid rgba(163, 163, 163, 0.5);
}
.redesign .form-radio label input:disabled + i:before {
  background: #ffffff;
}
.redesign .form-radio label i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(180deg, #ffffff 0%, #ededed 100%);
  border: 1px solid #a4a4a4;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.redesign .form-radio label i:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #00adef;
  margin: 5px;
  border-radius: 50%;
  opacity: 0;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.redesign .form-select {
  position: relative;
  margin-bottom: 25px;
}
.redesign .form-select .select-label {
  font-size: 12px;
  color: #121212;
  line-height: 24px;
  margin-bottom: 4px;
}
.redesign .form-select .select-container {
  position: relative;
  z-index: 11;
}
.redesign .form-select .select-container select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  background: #ffffff;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  z-index: 5;
  font-family: 'SansReg', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #121212;
  line-height: 24px;
}
.redesign .form-select .select-value {
  background: #eaf2f4;
  border: 2px solid #ffffff;
  border-radius: 4px;
  outline: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 30px 6px 10px;
  font-size: 12px;
  color: #121212;
  line-height: 24px;
  -o-transition: box-shadow 0.2s, border-color 0.2s;
  transition: box-shadow 0.2s, border-color 0.2s;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.redesign .form-select .select-value:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #00adef;
  margin-top: -3px;
}
.redesign .form-select .input-error {
  position: absolute;
  top: 100%;
  left: 2px;
  font-size: 12px;
  color: #a4a4a4;
  line-height: 20px;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}
.redesign .form-select .show-error .select-value {
  border-color: #ee3123;
}
.redesign .form-select .show-error .input-error {
  visibility: visible;
  opacity: 1;
}
.redesign .form-select.alternative .select-container {
  line-height: 0;
}
.redesign .form-select.alternative .select-container select {
  padding: 0;
}
.redesign .form-select.alternative .select-value {
  background: transparent;
  border: none;
  font-family: 'SansBold', sans-serif;
  font-weight: normal;
  padding: 0 30px 0 0;
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.redesign .form-select.alternative .select-value.desktop-hide {
  display: none;
}
.redesign .tablet .form-select.alternative .select-value.desktop-hide {
  display: inline-block;
}
.redesign .tablet .form-select.alternative .select-value.tablet-hide {
  display: none;
}
.redesign .form-select.alternative .select-label {
  margin-bottom: 0;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
}
.redesign .form-select.alternative .select-label.desktop-hide {
  display: none;
}
.redesign .tablet .form-select.alternative .select-label.desktop-hide {
  display: inline-block;
}
.redesign .tablet .form-select.alternative .select-label.tablet-hide {
  display: none;
}
.redesign .form-select .ms-parent + .select-value {
  display: none;
}
.redesign .form-file {
  margin-bottom: 25px;
}
.redesign .form-file .file-input-label {
  overflow: hidden;
  position: relative;
}
.redesign .form-file .file-input-label:hover {
  cursor: pointer;
}
.redesign .form-file .fi-attach {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.redesign .form-file input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -10000px;
}
.redesign .form-file input[type=file]::-webkit-file-upload-button {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 0;
}
.redesign .form-file input[type=file]:focus,
.redesign .form-file input[type=file]:active {
  outline: none;
}
.redesign .form-file .fi-filename {
  font-size: 12px;
  color: #A4A4A4;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  max-width: 80%;
}
.redesign .form-file .fi-remove {
  float: right;
  font-size: 12px;
  color: #A4A4A4;
  text-decoration: none;
  -o-transition: color 0.3s, opacity 0.3s, visibility 0.3s;
  transition: color 0.3s, opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.redesign .form-file .fi-remove:hover {
  cursor: pointer;
  color: #005ca9;
}
.redesign .form-file.file-attached .file-input-label {
  display: none;
}
.redesign .form-file.file-attached .fi-filename {
  opacity: 1;
  visibility: visible;
}
.redesign .form-file.file-attached .fi-remove {
  opacity: 1;
  visibility: visible;
}
.rowFaded {
  background-color: #efefef;
  color: #8a8a8a;
}
.captcha-dark-colore {
  color: #5cb4ce;
}
.position-fixed {
  position: fixed;
}
.asd {
  background: red !important;
}
.no-wrap {
  white-space: nowrap;
}
.lh-30 {
  line-height: 30px;
}
.long-word {
  word-break: break-all;
}
.talign-left {
  text-align: left;
}
.address-placeholder {
  word-wrap: break-word;
}
.right {
  float: right;
}
.content-center {
  display: flex;
  justify-content: center;
}
.align-center {
  display: flex;
  align-items: center;
}
.pt-3 {
  padding-top: 3px !important;
}
.pt-2 {
  padding-top: 2px !important;
}
.mt-1 {
  margin-top: 1rem;
}
.max-width-100 {
  max-width: 100%;
}
.mb-1 {
  margin-bottom: 1em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mb-3 {
  margin-bottom: 3em;
}
.text-right {
  text-align: right;
}
.break-word {
  word-break: break-word;
}
.questionnaire-select .select2-container {
  height: auto;
}
.questionnaire-select .select2-container .select2-choice {
  height: auto;
}
.questionnaire-select .select2-container .select2-choice .select2-chosen {
  text-overflow: unset;
  white-space: pre-wrap;
}
.pt-7 {
  padding-top: 7px;
}
.address-input {
  text-overflow: ellipsis;
}
.address-input.view {
  background: transparent;
  border: none;
  box-shadow: none;
  pointer-events: none;
}
.address-items {
  width: 100%;
  background: white;
  position: absolute;
  z-index: 4;
  border-radius: 0px 0px 8px 8px;
  border: #66afe9 solid 1px;
  border-top: 0;
  box-shadow: 0px 4px 5px #00000026;
  padding: 5px;
  display: none;
  top: 22px;
}
.address-items .address-items__hint {
  font-size: 11px;
  color: #7b8996;
  margin-bottom: 8px;
}
.address-items .address-item {
  cursor: pointer;
  padding: 2px 3px;
}
.address-items .address-item:hover {
  background: #428bca;
  color: #fff;
}
.showAddressItems {
  display: block;
}
.send-code_timer {
  display: flex;
  flex-direction: column;
}
.send-code_timer button {
  width: fit-content;
  margin-bottom: 10px;
}
.timer-tick {
  margin-left: 5px;
}
.demand-work-success-container .demand-work-success_item:first-child {
  margin: 0;
}
.demand-work-success-container .demand-work-success_item:last-child {
  margin: 0;
}
.demand-work-success-container .demand-work-success_item {
  margin: 25px 0;
}
.edit-dialog-additional-services > .modal-dialog {
  width: 650px !important;
}
.service-list-container {
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.service-list-container__item {
  margin-bottom: 10px;
}
.service-list-container__item-service-control {
  height: 32px;
  display: flex;
  align-items: center;
}
.service-list-container__item-service-control button {
  margin-left: auto;
}
.service-list-container__item-service-control img {
  margin-left: 10px;
}
.service-list-container__item-service-control:last-child {
  margin: 0px;
}
.service-list-container__name {
  margin: 0 10px;
  text-wrap: nowrap;
  font-size: 14px;
  font-weight: 600;
}
.service-list-container__checkbox input {
  margin-top: 0 !important;
}
.service-list-container__item-fill-data {
  background: #eaeaea;
  padding: 10px 20px;
  margin-top: 10px;
}
.service-list-container__item-fill-data > div {
  margin-bottom: 0px !important;
}
.service-list-container__item-fill-data > div textarea {
  height: 70px;
}
.service-list-container .additionalServicesFiles-files {
  padding: 10px 0;
}
.service-list-container .additionalServicesFiles-files .service-file {
  display: flex;
  align-items: center;
}
.service-list-container .additionalServicesFiles-files .service-file i {
  margin-left: 10px;
}
.error-all-fields-text {
  color: red;
  font-size: 14px;
}
.error-max-files-size-text {
  color: red;
  font-size: 14px;
}

/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 235px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
  font-size: 12px;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.picker-switch .btn {
    border-radius: 0px;
    box-shadow:none !important;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}


    .bootstrap-datetimepicker-widget day {
        padding:3px!important;
    }

.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}

.timepicker-picker .btn{
    padding:0;
    border-radius:0;
    box-shadow:none !important;
}

.timepicker-hour, .timepicker-minute {
    margin-left:12px !important;
}

@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}

/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 0px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 0px 0px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url(/common/content/select2/select2.png) right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 0px 0px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 0px 0px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 0px 0px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 0px 0 0 0px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/common/content/select2/select2.png) no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url(/common/content/select2/select2.png) no-repeat 100% -22px;
    background: url(/common/content/select2/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(/common/content/select2/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/common/content/select2/select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/common/content/select2/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url(/common/content/select2/select2.png) no-repeat -37px -22px;
    background: url(/common/content/select2/select2.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(/common/content/select2/select2.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/common/content/select2/select2.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/common/content/select2/select2.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url(/common/content/select2/select2-spinner.gif) no-repeat 100%;
    background: url(/common/content/select2/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(/common/content/select2/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/common/content/select2/select2-spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/common/content/select2/select2-spinner.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url(/common/content/select2/select2-spinner.gif) no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url(/common/content/select2/select2-spinner.gif) no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 0px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url(/common/content/select2/select2.png) right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url(/common/content/select2/select2x2.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

/**
 * Select2 Bootstrap 3 CSS v1.4.1
 * Tested with Bootstrap v3.2.0 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, master
 * in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
    background: transparent;
    border: none;
    display: block !important;
    /* 1 */
    margin: 0;
    padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    padding: 0;
    border-color: #cccccc;
    border-radius: 8px;
    /*border-radius: 4px;*/
    /*color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-search input {
    border-color: #cccccc;
    border-radius: 8px;
    /*border-radius: 0px;*/
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}
 
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
    height: 30px;
    line-height: 1.8;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
    height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 6px;
    /*border-radius: 0px;*/
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 46px;
    line-height: 1.33;
    /*border-radius: 0px;*/
    border-radius: 12px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 4px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    /*border-left: 1px solid #cccccc;*/
    border-left: 0px solid #cccccc;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #8a6d3b;
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning.select2-drop-active {
    border-color: #66512c;
}

    .has-warning.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #66512c;
    }

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #a94442;
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error.select2-drop-active {
    border-color: #843534;
}

    .has-error.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #843534;
    }

.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #3c763d;
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success.select2-drop-active {
    border-color: #2b542c;
}

    .has-success.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #2b542c;
    }

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
    border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.border-radius:
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
    /*border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;*/
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.select2-dropdown-open [class^="select2-choice"] {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;    
}

.select2-drop {
    border-radius: 0 0 8px 8px !important;
}

.select2-drop.select2-drop-above  {
    border-radius: 8px 8px 0px 0px !important;
}


.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    /*border-bottom-right-radius: 0px !important;*/
    border-bottom-right-radius: 6px !important;
}

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 12px !important;
}

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 6px !important;
}

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 12px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
    color: white;
    background-color: #428bca;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
    color: #555555;
    background: white;
    border-color: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    border-color: #adadad;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
    margin-top: -7px;
    top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
    top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #cccccc;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow,
    .select2-container.select2-container-disabled .select2-choice div,
    .select2-container.select2-container-disabled .select2-choices .select2-arrow,
    .select2-container.select2-container-disabled .select2-choices div {
        background-color: transparent;
        border-left: 1px solid transparent;
        /* 2 */
    }

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: 99%;
    /* 4 */
    background-position: right 4px center;
    /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
}

.select2-results li {
    font-size: 12px;
}

.select2-search input {
    font-size:12px;
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
.ladda-button {
  position: relative; }

/* Spinner animation */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  pointer-events: none; }

/* Button label */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3; }

/* Progress bar */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important; }

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible; }

/*************************************
 * EASING
 */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; }

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important; }

/*************************************
 * EXPAND LEFT
 */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: 14px; }
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: 4px; }
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px; }
  .ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1; }
  .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
    padding-right: 40px; }

/*************************************
 * EXPAND RIGHT
 */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 14px; }
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px; }
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px; }
  .ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1; }
  .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
    padding-left: 40px; }

/*************************************
 * EXPAND UP
 */
.ladda-button[data-style=expand-up] {
  overflow: hidden; }
  .ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: -16px; }
  .ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px; }
    .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
      opacity: 1;
      top: 14px;
      margin-top: 0; }
    .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
      padding-top: 32px; }
      .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
        top: 4px; }

/*************************************
 * EXPAND DOWN
 */
.ladda-button[data-style=expand-down] {
  overflow: hidden; }
  .ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: -16px; }
  .ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
    top: 40px; }
  .ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px; }
    .ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
      opacity: 1; }
    .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
      padding-bottom: 32px; }

/*************************************
 * SLIDE LEFT
 */
.ladda-button[data-style=slide-left] {
  overflow: hidden; }
  .ladda-button[data-style=slide-left] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: -16px; }
  .ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%; }
  .ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%; }

/*************************************
 * SLIDE RIGHT
 */
.ladda-button[data-style=slide-right] {
  overflow: hidden; }
  .ladda-button[data-style=slide-right] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: -16px; }
  .ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%; }
  .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%; }

/*************************************
 * SLIDE UP
 */
.ladda-button[data-style=slide-up] {
  overflow: hidden; }
  .ladda-button[data-style=slide-up] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    margin-top: 1em; }
  .ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em; }
  .ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: -16px; }

/*************************************
 * SLIDE DOWN
 */
.ladda-button[data-style=slide-down] {
  overflow: hidden; }
  .ladda-button[data-style=slide-down] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    margin-top: -2em; }
  .ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em; }
  .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: -16px; }

/*************************************
 * ZOOM-OUT
 */
.ladda-button[data-style=zoom-out] {
  overflow: hidden; }

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5); }

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block; }

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/*************************************
 * ZOOM-IN
 */
.ladda-button[data-style=zoom-in] {
  overflow: hidden; }

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2); }

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block; }

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2); }

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/*************************************
 * CONTRACT
 */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px; }

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: -16px; }

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px; }

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0; }

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1; }

/*************************************
 * OVERLAY
 */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 3000px transparent; }

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: -16px; }

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8); }

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0; }

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1; }
